diff --git a/.vs/Calculadora/DesignTimeBuild/.dtbcache b/.vs/Calculadora/DesignTimeBuild/.dtbcache new file mode 100644 index 0000000..435f886 Binary files /dev/null and b/.vs/Calculadora/DesignTimeBuild/.dtbcache differ diff --git a/.vs/Calculadora/v15/.suo b/.vs/Calculadora/v15/.suo new file mode 100644 index 0000000..4734683 Binary files /dev/null and b/.vs/Calculadora/v15/.suo differ diff --git a/.vs/Calculadora/v15/Server/sqlite3/db.lock b/.vs/Calculadora/v15/Server/sqlite3/db.lock new file mode 100644 index 0000000..e69de29 diff --git a/.vs/Calculadora/v15/Server/sqlite3/storage.ide b/.vs/Calculadora/v15/Server/sqlite3/storage.ide new file mode 100644 index 0000000..6f2093b Binary files /dev/null and b/.vs/Calculadora/v15/Server/sqlite3/storage.ide differ diff --git a/.vs/Calculadora/v15/Server/sqlite3/storage.ide-shm b/.vs/Calculadora/v15/Server/sqlite3/storage.ide-shm new file mode 100644 index 0000000..fe9ac28 Binary files /dev/null and b/.vs/Calculadora/v15/Server/sqlite3/storage.ide-shm differ diff --git a/.vs/Calculadora/v15/Server/sqlite3/storage.ide-wal b/.vs/Calculadora/v15/Server/sqlite3/storage.ide-wal new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora.sln b/Calculadora.sln new file mode 100644 index 0000000..2455192 --- /dev/null +++ b/Calculadora.sln @@ -0,0 +1,35 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.572 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calculadora.Android", "Calculadora\Calculadora.Android\Calculadora.Android.csproj", "{CA454C58-C1B7-4D32-81C6-1AD182FEABF0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calculadora", "Calculadora\Calculadora\Calculadora.csproj", "{099ACB97-7E82-4ACD-9085-EE227EB8D1EF}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CA454C58-C1B7-4D32-81C6-1AD182FEABF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CA454C58-C1B7-4D32-81C6-1AD182FEABF0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CA454C58-C1B7-4D32-81C6-1AD182FEABF0}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {CA454C58-C1B7-4D32-81C6-1AD182FEABF0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CA454C58-C1B7-4D32-81C6-1AD182FEABF0}.Release|Any CPU.Build.0 = Release|Any CPU + {CA454C58-C1B7-4D32-81C6-1AD182FEABF0}.Release|Any CPU.Deploy.0 = Release|Any CPU + {099ACB97-7E82-4ACD-9085-EE227EB8D1EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {099ACB97-7E82-4ACD-9085-EE227EB8D1EF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {099ACB97-7E82-4ACD-9085-EE227EB8D1EF}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {099ACB97-7E82-4ACD-9085-EE227EB8D1EF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {099ACB97-7E82-4ACD-9085-EE227EB8D1EF}.Release|Any CPU.Build.0 = Release|Any CPU + {099ACB97-7E82-4ACD-9085-EE227EB8D1EF}.Release|Any CPU.Deploy.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {E07AF274-344D-4D63-BEDA-8DD7E494864B} + EndGlobalSection +EndGlobal diff --git a/Calculadora/Calculadora.Android/Assets/AboutAssets.txt b/Calculadora/Calculadora.Android/Assets/AboutAssets.txt new file mode 100644 index 0000000..ca673c6 --- /dev/null +++ b/Calculadora/Calculadora.Android/Assets/AboutAssets.txt @@ -0,0 +1,19 @@ +Any raw assets you want to be deployed with your application can be placed in +this directory (and child directories) and given a Build Action of "AndroidAsset". + +These files will be deployed with you package and will be accessible using Android's +AssetManager, like this: + +public class ReadAsset : Activity +{ + protected override void OnCreate (Bundle bundle) + { + base.OnCreate (bundle); + + InputStream input = Assets.Open ("my_asset.txt"); + } +} + +Additionally, some Android functions will automatically load asset files: + +Typeface tf = Typeface.CreateFromAsset (Context.Assets, "fonts/samplefont.ttf"); diff --git a/Calculadora/Calculadora.Android/Calculadora.Android.csproj b/Calculadora/Calculadora.Android/Calculadora.Android.csproj new file mode 100644 index 0000000..ca38494 --- /dev/null +++ b/Calculadora/Calculadora.Android/Calculadora.Android.csproj @@ -0,0 +1,103 @@ + + + + Debug + AnyCPU + {CA454C58-C1B7-4D32-81C6-1AD182FEABF0} + {EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + {c9e5eea5-ca05-42a1-839b-61506e0a37df} + Library + Calculadora.Droid + Calculadora.Android + True + Resources\Resource.designer.cs + Resource + Properties\AndroidManifest.xml + Resources + Assets + false + v8.1 + Xamarin.Android.Net.AndroidClientHandler + + + + + true + portable + false + bin\Debug + DEBUG; + prompt + 4 + None + + + true + pdbonly + true + bin\Release + prompt + 4 + true + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {0752763E-F89C-4C2B-826F-04365B7D9C7F} + Calculadora + + + + + + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/Calculadora.Android.csproj.user b/Calculadora/Calculadora.Android/Calculadora.Android.csproj.user new file mode 100644 index 0000000..98486fe --- /dev/null +++ b/Calculadora/Calculadora.Android/Calculadora.Android.csproj.user @@ -0,0 +1,8 @@ + + + + Nexus_5X_API_28_x86 + Nexus_5X_API_28_x86 + Theme.DeviceDefault.NoActionBar.Fullscreen + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/MainActivity.cs b/Calculadora/Calculadora.Android/MainActivity.cs new file mode 100644 index 0000000..40446bf --- /dev/null +++ b/Calculadora/Calculadora.Android/MainActivity.cs @@ -0,0 +1,25 @@ +using System; + +using Android.App; +using Android.Content.PM; +using Android.Runtime; +using Android.Views; +using Android.Widget; +using Android.OS; + +namespace Calculadora.Droid +{ + [Activity(Label = "Calculadora", Icon = "@mipmap/icon", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)] + public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity + { + protected override void OnCreate(Bundle savedInstanceState) + { + TabLayoutResource = Resource.Layout.Tabbar; + ToolbarResource = Resource.Layout.Toolbar; + + base.OnCreate(savedInstanceState); + global::Xamarin.Forms.Forms.Init(this, savedInstanceState); + LoadApplication(new App()); + } + } +} \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/Properties/AndroidManifest.xml b/Calculadora/Calculadora.Android/Properties/AndroidManifest.xml new file mode 100644 index 0000000..8655893 --- /dev/null +++ b/Calculadora/Calculadora.Android/Properties/AndroidManifest.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/Properties/AssemblyInfo.cs b/Calculadora/Calculadora.Android/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..c270f47 --- /dev/null +++ b/Calculadora/Calculadora.Android/Properties/AssemblyInfo.cs @@ -0,0 +1,34 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using Android.App; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Calculadora.Android")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Calculadora.Android")] +[assembly: AssemblyCopyright("Copyright © 2014")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] +[assembly: ComVisible(false)] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] + +// Add some common permissions, these can be removed if not needed +[assembly: UsesPermission(Android.Manifest.Permission.Internet)] +[assembly: UsesPermission(Android.Manifest.Permission.WriteExternalStorage)] diff --git a/Calculadora/Calculadora.Android/Resources/AboutResources.txt b/Calculadora/Calculadora.Android/Resources/AboutResources.txt new file mode 100644 index 0000000..cb30f20 --- /dev/null +++ b/Calculadora/Calculadora.Android/Resources/AboutResources.txt @@ -0,0 +1,50 @@ +Images, layout descriptions, binary blobs and string dictionaries can be included +in your application as resource files. Various Android APIs are designed to +operate on the resource IDs instead of dealing with images, strings or binary blobs +directly. + +For example, a sample Android app that contains a user interface layout (main.xml), +an internationalization string table (strings.xml) and some icons (drawable-XXX/icon.png) +would keep its resources in the "Resources" directory of the application: + +Resources/ + drawable-hdpi/ + icon.png + + drawable-ldpi/ + icon.png + + drawable-mdpi/ + icon.png + + layout/ + main.xml + + values/ + strings.xml + +In order to get the build system to recognize Android resources, set the build action to +"AndroidResource". The native Android APIs do not operate directly with filenames, but +instead operate on resource IDs. When you compile an Android application that uses resources, +the build system will package the resources for distribution and generate a class called +"Resource" that contains the tokens for each one of the resources included. For example, +for the above Resources layout, this is what the Resource class would expose: + +public class Resource { + public class drawable { + public const int icon = 0x123; + } + + public class layout { + public const int main = 0x456; + } + + public class strings { + public const int first_string = 0xabc; + public const int second_string = 0xbcd; + } +} + +You would then use R.drawable.icon to reference the drawable/icon.png file, or Resource.layout.main +to reference the layout/main.xml file, or Resource.strings.first_string to reference the first +string in the dictionary file values/strings.xml. diff --git a/Calculadora/Calculadora.Android/Resources/Resource.designer.cs b/Calculadora/Calculadora.Android/Resources/Resource.designer.cs new file mode 100644 index 0000000..e811da8 --- /dev/null +++ b/Calculadora/Calculadora.Android/Resources/Resource.designer.cs @@ -0,0 +1,7507 @@ +#pragma warning disable 1591 +//------------------------------------------------------------------------------ +// +// O código foi gerado por uma ferramenta. +// Versão de Tempo de Execução:4.0.30319.42000 +// +// As alterações ao arquivo poderão causar comportamento incorreto e serão perdidas se +// o código for gerado novamente. +// +//------------------------------------------------------------------------------ + +[assembly: global::Android.Runtime.ResourceDesignerAttribute("Calculadora.Droid.Resource", IsApplication=true)] + +namespace Calculadora.Droid +{ + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")] + public partial class Resource + { + + static Resource() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + public static void UpdateIdValues() + { + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarSize = global::Calculadora.Droid.Resource.Attribute.actionBarSize; + } + + public partial class Animation + { + + // aapt resource value: 0x7f050000 + public const int abc_fade_in = 2131034112; + + // aapt resource value: 0x7f050001 + public const int abc_fade_out = 2131034113; + + // aapt resource value: 0x7f050002 + public const int abc_grow_fade_in_from_bottom = 2131034114; + + // aapt resource value: 0x7f050003 + public const int abc_popup_enter = 2131034115; + + // aapt resource value: 0x7f050004 + public const int abc_popup_exit = 2131034116; + + // aapt resource value: 0x7f050005 + public const int abc_shrink_fade_out_from_bottom = 2131034117; + + // aapt resource value: 0x7f050006 + public const int abc_slide_in_bottom = 2131034118; + + // aapt resource value: 0x7f050007 + public const int abc_slide_in_top = 2131034119; + + // aapt resource value: 0x7f050008 + public const int abc_slide_out_bottom = 2131034120; + + // aapt resource value: 0x7f050009 + public const int abc_slide_out_top = 2131034121; + + // aapt resource value: 0x7f05000a + public const int design_bottom_sheet_slide_in = 2131034122; + + // aapt resource value: 0x7f05000b + public const int design_bottom_sheet_slide_out = 2131034123; + + // aapt resource value: 0x7f05000c + public const int design_snackbar_in = 2131034124; + + // aapt resource value: 0x7f05000d + public const int design_snackbar_out = 2131034125; + + // aapt resource value: 0x7f05000e + public const int tooltip_enter = 2131034126; + + // aapt resource value: 0x7f05000f + public const int tooltip_exit = 2131034127; + + static Animation() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Animation() + { + } + } + + public partial class Animator + { + + // aapt resource value: 0x7f060000 + public const int design_appbar_state_list_animator = 2131099648; + + static Animator() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Animator() + { + } + } + + public partial class Attribute + { + + // aapt resource value: 0x7f01006b + public const int actionBarDivider = 2130772075; + + // aapt resource value: 0x7f01006c + public const int actionBarItemBackground = 2130772076; + + // aapt resource value: 0x7f010065 + public const int actionBarPopupTheme = 2130772069; + + // aapt resource value: 0x7f01006a + public const int actionBarSize = 2130772074; + + // aapt resource value: 0x7f010067 + public const int actionBarSplitStyle = 2130772071; + + // aapt resource value: 0x7f010066 + public const int actionBarStyle = 2130772070; + + // aapt resource value: 0x7f010061 + public const int actionBarTabBarStyle = 2130772065; + + // aapt resource value: 0x7f010060 + public const int actionBarTabStyle = 2130772064; + + // aapt resource value: 0x7f010062 + public const int actionBarTabTextStyle = 2130772066; + + // aapt resource value: 0x7f010068 + public const int actionBarTheme = 2130772072; + + // aapt resource value: 0x7f010069 + public const int actionBarWidgetTheme = 2130772073; + + // aapt resource value: 0x7f010086 + public const int actionButtonStyle = 2130772102; + + // aapt resource value: 0x7f010082 + public const int actionDropDownStyle = 2130772098; + + // aapt resource value: 0x7f0100dd + public const int actionLayout = 2130772189; + + // aapt resource value: 0x7f01006d + public const int actionMenuTextAppearance = 2130772077; + + // aapt resource value: 0x7f01006e + public const int actionMenuTextColor = 2130772078; + + // aapt resource value: 0x7f010071 + public const int actionModeBackground = 2130772081; + + // aapt resource value: 0x7f010070 + public const int actionModeCloseButtonStyle = 2130772080; + + // aapt resource value: 0x7f010073 + public const int actionModeCloseDrawable = 2130772083; + + // aapt resource value: 0x7f010075 + public const int actionModeCopyDrawable = 2130772085; + + // aapt resource value: 0x7f010074 + public const int actionModeCutDrawable = 2130772084; + + // aapt resource value: 0x7f010079 + public const int actionModeFindDrawable = 2130772089; + + // aapt resource value: 0x7f010076 + public const int actionModePasteDrawable = 2130772086; + + // aapt resource value: 0x7f01007b + public const int actionModePopupWindowStyle = 2130772091; + + // aapt resource value: 0x7f010077 + public const int actionModeSelectAllDrawable = 2130772087; + + // aapt resource value: 0x7f010078 + public const int actionModeShareDrawable = 2130772088; + + // aapt resource value: 0x7f010072 + public const int actionModeSplitBackground = 2130772082; + + // aapt resource value: 0x7f01006f + public const int actionModeStyle = 2130772079; + + // aapt resource value: 0x7f01007a + public const int actionModeWebSearchDrawable = 2130772090; + + // aapt resource value: 0x7f010063 + public const int actionOverflowButtonStyle = 2130772067; + + // aapt resource value: 0x7f010064 + public const int actionOverflowMenuStyle = 2130772068; + + // aapt resource value: 0x7f0100df + public const int actionProviderClass = 2130772191; + + // aapt resource value: 0x7f0100de + public const int actionViewClass = 2130772190; + + // aapt resource value: 0x7f01008e + public const int activityChooserViewStyle = 2130772110; + + // aapt resource value: 0x7f0100b3 + public const int alertDialogButtonGroupStyle = 2130772147; + + // aapt resource value: 0x7f0100b4 + public const int alertDialogCenterButtons = 2130772148; + + // aapt resource value: 0x7f0100b2 + public const int alertDialogStyle = 2130772146; + + // aapt resource value: 0x7f0100b5 + public const int alertDialogTheme = 2130772149; + + // aapt resource value: 0x7f0100cb + public const int allowStacking = 2130772171; + + // aapt resource value: 0x7f0100cc + public const int alpha = 2130772172; + + // aapt resource value: 0x7f0100da + public const int alphabeticModifiers = 2130772186; + + // aapt resource value: 0x7f0100d3 + public const int arrowHeadLength = 2130772179; + + // aapt resource value: 0x7f0100d4 + public const int arrowShaftLength = 2130772180; + + // aapt resource value: 0x7f0100ba + public const int autoCompleteTextViewStyle = 2130772154; + + // aapt resource value: 0x7f010054 + public const int autoSizeMaxTextSize = 2130772052; + + // aapt resource value: 0x7f010053 + public const int autoSizeMinTextSize = 2130772051; + + // aapt resource value: 0x7f010052 + public const int autoSizePresetSizes = 2130772050; + + // aapt resource value: 0x7f010051 + public const int autoSizeStepGranularity = 2130772049; + + // aapt resource value: 0x7f010050 + public const int autoSizeTextType = 2130772048; + + // aapt resource value: 0x7f01002e + public const int background = 2130772014; + + // aapt resource value: 0x7f010030 + public const int backgroundSplit = 2130772016; + + // aapt resource value: 0x7f01002f + public const int backgroundStacked = 2130772015; + + // aapt resource value: 0x7f010116 + public const int backgroundTint = 2130772246; + + // aapt resource value: 0x7f010117 + public const int backgroundTintMode = 2130772247; + + // aapt resource value: 0x7f0100d5 + public const int barLength = 2130772181; + + // aapt resource value: 0x7f010141 + public const int behavior_autoHide = 2130772289; + + // aapt resource value: 0x7f01011e + public const int behavior_hideable = 2130772254; + + // aapt resource value: 0x7f01014a + public const int behavior_overlapTop = 2130772298; + + // aapt resource value: 0x7f01011d + public const int behavior_peekHeight = 2130772253; + + // aapt resource value: 0x7f01011f + public const int behavior_skipCollapsed = 2130772255; + + // aapt resource value: 0x7f01013f + public const int borderWidth = 2130772287; + + // aapt resource value: 0x7f01008b + public const int borderlessButtonStyle = 2130772107; + + // aapt resource value: 0x7f010139 + public const int bottomSheetDialogTheme = 2130772281; + + // aapt resource value: 0x7f01013a + public const int bottomSheetStyle = 2130772282; + + // aapt resource value: 0x7f010088 + public const int buttonBarButtonStyle = 2130772104; + + // aapt resource value: 0x7f0100b8 + public const int buttonBarNegativeButtonStyle = 2130772152; + + // aapt resource value: 0x7f0100b9 + public const int buttonBarNeutralButtonStyle = 2130772153; + + // aapt resource value: 0x7f0100b7 + public const int buttonBarPositiveButtonStyle = 2130772151; + + // aapt resource value: 0x7f010087 + public const int buttonBarStyle = 2130772103; + + // aapt resource value: 0x7f01010b + public const int buttonGravity = 2130772235; + + // aapt resource value: 0x7f010043 + public const int buttonPanelSideLayout = 2130772035; + + // aapt resource value: 0x7f0100bb + public const int buttonStyle = 2130772155; + + // aapt resource value: 0x7f0100bc + public const int buttonStyleSmall = 2130772156; + + // aapt resource value: 0x7f0100cd + public const int buttonTint = 2130772173; + + // aapt resource value: 0x7f0100ce + public const int buttonTintMode = 2130772174; + + // aapt resource value: 0x7f010017 + public const int cardBackgroundColor = 2130771991; + + // aapt resource value: 0x7f010018 + public const int cardCornerRadius = 2130771992; + + // aapt resource value: 0x7f010019 + public const int cardElevation = 2130771993; + + // aapt resource value: 0x7f01001a + public const int cardMaxElevation = 2130771994; + + // aapt resource value: 0x7f01001c + public const int cardPreventCornerOverlap = 2130771996; + + // aapt resource value: 0x7f01001b + public const int cardUseCompatPadding = 2130771995; + + // aapt resource value: 0x7f0100bd + public const int checkboxStyle = 2130772157; + + // aapt resource value: 0x7f0100be + public const int checkedTextViewStyle = 2130772158; + + // aapt resource value: 0x7f0100ee + public const int closeIcon = 2130772206; + + // aapt resource value: 0x7f010040 + public const int closeItemLayout = 2130772032; + + // aapt resource value: 0x7f01010d + public const int collapseContentDescription = 2130772237; + + // aapt resource value: 0x7f01010c + public const int collapseIcon = 2130772236; + + // aapt resource value: 0x7f01012c + public const int collapsedTitleGravity = 2130772268; + + // aapt resource value: 0x7f010126 + public const int collapsedTitleTextAppearance = 2130772262; + + // aapt resource value: 0x7f0100cf + public const int color = 2130772175; + + // aapt resource value: 0x7f0100aa + public const int colorAccent = 2130772138; + + // aapt resource value: 0x7f0100b1 + public const int colorBackgroundFloating = 2130772145; + + // aapt resource value: 0x7f0100ae + public const int colorButtonNormal = 2130772142; + + // aapt resource value: 0x7f0100ac + public const int colorControlActivated = 2130772140; + + // aapt resource value: 0x7f0100ad + public const int colorControlHighlight = 2130772141; + + // aapt resource value: 0x7f0100ab + public const int colorControlNormal = 2130772139; + + // aapt resource value: 0x7f0100ca + public const int colorError = 2130772170; + + // aapt resource value: 0x7f0100a8 + public const int colorPrimary = 2130772136; + + // aapt resource value: 0x7f0100a9 + public const int colorPrimaryDark = 2130772137; + + // aapt resource value: 0x7f0100af + public const int colorSwitchThumbNormal = 2130772143; + + // aapt resource value: 0x7f0100f3 + public const int commitIcon = 2130772211; + + // aapt resource value: 0x7f0100e0 + public const int contentDescription = 2130772192; + + // aapt resource value: 0x7f010039 + public const int contentInsetEnd = 2130772025; + + // aapt resource value: 0x7f01003d + public const int contentInsetEndWithActions = 2130772029; + + // aapt resource value: 0x7f01003a + public const int contentInsetLeft = 2130772026; + + // aapt resource value: 0x7f01003b + public const int contentInsetRight = 2130772027; + + // aapt resource value: 0x7f010038 + public const int contentInsetStart = 2130772024; + + // aapt resource value: 0x7f01003c + public const int contentInsetStartWithNavigation = 2130772028; + + // aapt resource value: 0x7f01001d + public const int contentPadding = 2130771997; + + // aapt resource value: 0x7f010021 + public const int contentPaddingBottom = 2130772001; + + // aapt resource value: 0x7f01001e + public const int contentPaddingLeft = 2130771998; + + // aapt resource value: 0x7f01001f + public const int contentPaddingRight = 2130771999; + + // aapt resource value: 0x7f010020 + public const int contentPaddingTop = 2130772000; + + // aapt resource value: 0x7f010127 + public const int contentScrim = 2130772263; + + // aapt resource value: 0x7f0100b0 + public const int controlBackground = 2130772144; + + // aapt resource value: 0x7f010160 + public const int counterEnabled = 2130772320; + + // aapt resource value: 0x7f010161 + public const int counterMaxLength = 2130772321; + + // aapt resource value: 0x7f010163 + public const int counterOverflowTextAppearance = 2130772323; + + // aapt resource value: 0x7f010162 + public const int counterTextAppearance = 2130772322; + + // aapt resource value: 0x7f010031 + public const int customNavigationLayout = 2130772017; + + // aapt resource value: 0x7f0100ed + public const int defaultQueryHint = 2130772205; + + // aapt resource value: 0x7f010080 + public const int dialogPreferredPadding = 2130772096; + + // aapt resource value: 0x7f01007f + public const int dialogTheme = 2130772095; + + // aapt resource value: 0x7f010027 + public const int displayOptions = 2130772007; + + // aapt resource value: 0x7f01002d + public const int divider = 2130772013; + + // aapt resource value: 0x7f01008d + public const int dividerHorizontal = 2130772109; + + // aapt resource value: 0x7f0100d9 + public const int dividerPadding = 2130772185; + + // aapt resource value: 0x7f01008c + public const int dividerVertical = 2130772108; + + // aapt resource value: 0x7f0100d1 + public const int drawableSize = 2130772177; + + // aapt resource value: 0x7f010022 + public const int drawerArrowStyle = 2130772002; + + // aapt resource value: 0x7f01009f + public const int dropDownListViewStyle = 2130772127; + + // aapt resource value: 0x7f010083 + public const int dropdownListPreferredItemHeight = 2130772099; + + // aapt resource value: 0x7f010094 + public const int editTextBackground = 2130772116; + + // aapt resource value: 0x7f010093 + public const int editTextColor = 2130772115; + + // aapt resource value: 0x7f0100bf + public const int editTextStyle = 2130772159; + + // aapt resource value: 0x7f01003e + public const int elevation = 2130772030; + + // aapt resource value: 0x7f01015e + public const int errorEnabled = 2130772318; + + // aapt resource value: 0x7f01015f + public const int errorTextAppearance = 2130772319; + + // aapt resource value: 0x7f010042 + public const int expandActivityOverflowButtonDrawable = 2130772034; + + // aapt resource value: 0x7f010118 + public const int expanded = 2130772248; + + // aapt resource value: 0x7f01012d + public const int expandedTitleGravity = 2130772269; + + // aapt resource value: 0x7f010120 + public const int expandedTitleMargin = 2130772256; + + // aapt resource value: 0x7f010124 + public const int expandedTitleMarginBottom = 2130772260; + + // aapt resource value: 0x7f010123 + public const int expandedTitleMarginEnd = 2130772259; + + // aapt resource value: 0x7f010121 + public const int expandedTitleMarginStart = 2130772257; + + // aapt resource value: 0x7f010122 + public const int expandedTitleMarginTop = 2130772258; + + // aapt resource value: 0x7f010125 + public const int expandedTitleTextAppearance = 2130772261; + + // aapt resource value: 0x7f010015 + public const int externalRouteEnabledDrawable = 2130771989; + + // aapt resource value: 0x7f01013d + public const int fabSize = 2130772285; + + // aapt resource value: 0x7f010004 + public const int fastScrollEnabled = 2130771972; + + // aapt resource value: 0x7f010007 + public const int fastScrollHorizontalThumbDrawable = 2130771975; + + // aapt resource value: 0x7f010008 + public const int fastScrollHorizontalTrackDrawable = 2130771976; + + // aapt resource value: 0x7f010005 + public const int fastScrollVerticalThumbDrawable = 2130771973; + + // aapt resource value: 0x7f010006 + public const int fastScrollVerticalTrackDrawable = 2130771974; + + // aapt resource value: 0x7f010171 + public const int font = 2130772337; + + // aapt resource value: 0x7f010055 + public const int fontFamily = 2130772053; + + // aapt resource value: 0x7f01016a + public const int fontProviderAuthority = 2130772330; + + // aapt resource value: 0x7f01016d + public const int fontProviderCerts = 2130772333; + + // aapt resource value: 0x7f01016e + public const int fontProviderFetchStrategy = 2130772334; + + // aapt resource value: 0x7f01016f + public const int fontProviderFetchTimeout = 2130772335; + + // aapt resource value: 0x7f01016b + public const int fontProviderPackage = 2130772331; + + // aapt resource value: 0x7f01016c + public const int fontProviderQuery = 2130772332; + + // aapt resource value: 0x7f010170 + public const int fontStyle = 2130772336; + + // aapt resource value: 0x7f010172 + public const int fontWeight = 2130772338; + + // aapt resource value: 0x7f010142 + public const int foregroundInsidePadding = 2130772290; + + // aapt resource value: 0x7f0100d2 + public const int gapBetweenBars = 2130772178; + + // aapt resource value: 0x7f0100ef + public const int goIcon = 2130772207; + + // aapt resource value: 0x7f010148 + public const int headerLayout = 2130772296; + + // aapt resource value: 0x7f010023 + public const int height = 2130772003; + + // aapt resource value: 0x7f010037 + public const int hideOnContentScroll = 2130772023; + + // aapt resource value: 0x7f010164 + public const int hintAnimationEnabled = 2130772324; + + // aapt resource value: 0x7f01015d + public const int hintEnabled = 2130772317; + + // aapt resource value: 0x7f01015c + public const int hintTextAppearance = 2130772316; + + // aapt resource value: 0x7f010085 + public const int homeAsUpIndicator = 2130772101; + + // aapt resource value: 0x7f010032 + public const int homeLayout = 2130772018; + + // aapt resource value: 0x7f01002b + public const int icon = 2130772011; + + // aapt resource value: 0x7f0100e2 + public const int iconTint = 2130772194; + + // aapt resource value: 0x7f0100e3 + public const int iconTintMode = 2130772195; + + // aapt resource value: 0x7f0100eb + public const int iconifiedByDefault = 2130772203; + + // aapt resource value: 0x7f010095 + public const int imageButtonStyle = 2130772117; + + // aapt resource value: 0x7f010034 + public const int indeterminateProgressStyle = 2130772020; + + // aapt resource value: 0x7f010041 + public const int initialActivityCount = 2130772033; + + // aapt resource value: 0x7f010149 + public const int insetForeground = 2130772297; + + // aapt resource value: 0x7f010024 + public const int isLightTheme = 2130772004; + + // aapt resource value: 0x7f010146 + public const int itemBackground = 2130772294; + + // aapt resource value: 0x7f010144 + public const int itemIconTint = 2130772292; + + // aapt resource value: 0x7f010036 + public const int itemPadding = 2130772022; + + // aapt resource value: 0x7f010147 + public const int itemTextAppearance = 2130772295; + + // aapt resource value: 0x7f010145 + public const int itemTextColor = 2130772293; + + // aapt resource value: 0x7f010131 + public const int keylines = 2130772273; + + // aapt resource value: 0x7f0100ea + public const int layout = 2130772202; + + // aapt resource value: 0x7f010000 + public const int layoutManager = 2130771968; + + // aapt resource value: 0x7f010134 + public const int layout_anchor = 2130772276; + + // aapt resource value: 0x7f010136 + public const int layout_anchorGravity = 2130772278; + + // aapt resource value: 0x7f010133 + public const int layout_behavior = 2130772275; + + // aapt resource value: 0x7f01012f + public const int layout_collapseMode = 2130772271; + + // aapt resource value: 0x7f010130 + public const int layout_collapseParallaxMultiplier = 2130772272; + + // aapt resource value: 0x7f010138 + public const int layout_dodgeInsetEdges = 2130772280; + + // aapt resource value: 0x7f010137 + public const int layout_insetEdge = 2130772279; + + // aapt resource value: 0x7f010135 + public const int layout_keyline = 2130772277; + + // aapt resource value: 0x7f01011b + public const int layout_scrollFlags = 2130772251; + + // aapt resource value: 0x7f01011c + public const int layout_scrollInterpolator = 2130772252; + + // aapt resource value: 0x7f0100a7 + public const int listChoiceBackgroundIndicator = 2130772135; + + // aapt resource value: 0x7f010081 + public const int listDividerAlertDialog = 2130772097; + + // aapt resource value: 0x7f010047 + public const int listItemLayout = 2130772039; + + // aapt resource value: 0x7f010044 + public const int listLayout = 2130772036; + + // aapt resource value: 0x7f0100c7 + public const int listMenuViewStyle = 2130772167; + + // aapt resource value: 0x7f0100a0 + public const int listPopupWindowStyle = 2130772128; + + // aapt resource value: 0x7f01009a + public const int listPreferredItemHeight = 2130772122; + + // aapt resource value: 0x7f01009c + public const int listPreferredItemHeightLarge = 2130772124; + + // aapt resource value: 0x7f01009b + public const int listPreferredItemHeightSmall = 2130772123; + + // aapt resource value: 0x7f01009d + public const int listPreferredItemPaddingLeft = 2130772125; + + // aapt resource value: 0x7f01009e + public const int listPreferredItemPaddingRight = 2130772126; + + // aapt resource value: 0x7f01002c + public const int logo = 2130772012; + + // aapt resource value: 0x7f010110 + public const int logoDescription = 2130772240; + + // aapt resource value: 0x7f01014b + public const int maxActionInlineWidth = 2130772299; + + // aapt resource value: 0x7f01010a + public const int maxButtonHeight = 2130772234; + + // aapt resource value: 0x7f0100d7 + public const int measureWithLargestChild = 2130772183; + + // aapt resource value: 0x7f010009 + public const int mediaRouteAudioTrackDrawable = 2130771977; + + // aapt resource value: 0x7f01000a + public const int mediaRouteButtonStyle = 2130771978; + + // aapt resource value: 0x7f010016 + public const int mediaRouteButtonTint = 2130771990; + + // aapt resource value: 0x7f01000b + public const int mediaRouteCloseDrawable = 2130771979; + + // aapt resource value: 0x7f01000c + public const int mediaRouteControlPanelThemeOverlay = 2130771980; + + // aapt resource value: 0x7f01000d + public const int mediaRouteDefaultIconDrawable = 2130771981; + + // aapt resource value: 0x7f01000e + public const int mediaRoutePauseDrawable = 2130771982; + + // aapt resource value: 0x7f01000f + public const int mediaRoutePlayDrawable = 2130771983; + + // aapt resource value: 0x7f010010 + public const int mediaRouteSpeakerGroupIconDrawable = 2130771984; + + // aapt resource value: 0x7f010011 + public const int mediaRouteSpeakerIconDrawable = 2130771985; + + // aapt resource value: 0x7f010012 + public const int mediaRouteStopDrawable = 2130771986; + + // aapt resource value: 0x7f010013 + public const int mediaRouteTheme = 2130771987; + + // aapt resource value: 0x7f010014 + public const int mediaRouteTvIconDrawable = 2130771988; + + // aapt resource value: 0x7f010143 + public const int menu = 2130772291; + + // aapt resource value: 0x7f010045 + public const int multiChoiceItemLayout = 2130772037; + + // aapt resource value: 0x7f01010f + public const int navigationContentDescription = 2130772239; + + // aapt resource value: 0x7f01010e + public const int navigationIcon = 2130772238; + + // aapt resource value: 0x7f010026 + public const int navigationMode = 2130772006; + + // aapt resource value: 0x7f0100db + public const int numericModifiers = 2130772187; + + // aapt resource value: 0x7f0100e6 + public const int overlapAnchor = 2130772198; + + // aapt resource value: 0x7f0100e8 + public const int paddingBottomNoButtons = 2130772200; + + // aapt resource value: 0x7f010114 + public const int paddingEnd = 2130772244; + + // aapt resource value: 0x7f010113 + public const int paddingStart = 2130772243; + + // aapt resource value: 0x7f0100e9 + public const int paddingTopNoTitle = 2130772201; + + // aapt resource value: 0x7f0100a4 + public const int panelBackground = 2130772132; + + // aapt resource value: 0x7f0100a6 + public const int panelMenuListTheme = 2130772134; + + // aapt resource value: 0x7f0100a5 + public const int panelMenuListWidth = 2130772133; + + // aapt resource value: 0x7f010167 + public const int passwordToggleContentDescription = 2130772327; + + // aapt resource value: 0x7f010166 + public const int passwordToggleDrawable = 2130772326; + + // aapt resource value: 0x7f010165 + public const int passwordToggleEnabled = 2130772325; + + // aapt resource value: 0x7f010168 + public const int passwordToggleTint = 2130772328; + + // aapt resource value: 0x7f010169 + public const int passwordToggleTintMode = 2130772329; + + // aapt resource value: 0x7f010091 + public const int popupMenuStyle = 2130772113; + + // aapt resource value: 0x7f01003f + public const int popupTheme = 2130772031; + + // aapt resource value: 0x7f010092 + public const int popupWindowStyle = 2130772114; + + // aapt resource value: 0x7f0100e4 + public const int preserveIconSpacing = 2130772196; + + // aapt resource value: 0x7f01013e + public const int pressedTranslationZ = 2130772286; + + // aapt resource value: 0x7f010035 + public const int progressBarPadding = 2130772021; + + // aapt resource value: 0x7f010033 + public const int progressBarStyle = 2130772019; + + // aapt resource value: 0x7f0100f5 + public const int queryBackground = 2130772213; + + // aapt resource value: 0x7f0100ec + public const int queryHint = 2130772204; + + // aapt resource value: 0x7f0100c0 + public const int radioButtonStyle = 2130772160; + + // aapt resource value: 0x7f0100c1 + public const int ratingBarStyle = 2130772161; + + // aapt resource value: 0x7f0100c2 + public const int ratingBarStyleIndicator = 2130772162; + + // aapt resource value: 0x7f0100c3 + public const int ratingBarStyleSmall = 2130772163; + + // aapt resource value: 0x7f010002 + public const int reverseLayout = 2130771970; + + // aapt resource value: 0x7f01013c + public const int rippleColor = 2130772284; + + // aapt resource value: 0x7f01012b + public const int scrimAnimationDuration = 2130772267; + + // aapt resource value: 0x7f01012a + public const int scrimVisibleHeightTrigger = 2130772266; + + // aapt resource value: 0x7f0100f1 + public const int searchHintIcon = 2130772209; + + // aapt resource value: 0x7f0100f0 + public const int searchIcon = 2130772208; + + // aapt resource value: 0x7f010099 + public const int searchViewStyle = 2130772121; + + // aapt resource value: 0x7f0100c4 + public const int seekBarStyle = 2130772164; + + // aapt resource value: 0x7f010089 + public const int selectableItemBackground = 2130772105; + + // aapt resource value: 0x7f01008a + public const int selectableItemBackgroundBorderless = 2130772106; + + // aapt resource value: 0x7f0100dc + public const int showAsAction = 2130772188; + + // aapt resource value: 0x7f0100d8 + public const int showDividers = 2130772184; + + // aapt resource value: 0x7f010101 + public const int showText = 2130772225; + + // aapt resource value: 0x7f010048 + public const int showTitle = 2130772040; + + // aapt resource value: 0x7f010046 + public const int singleChoiceItemLayout = 2130772038; + + // aapt resource value: 0x7f010001 + public const int spanCount = 2130771969; + + // aapt resource value: 0x7f0100d0 + public const int spinBars = 2130772176; + + // aapt resource value: 0x7f010084 + public const int spinnerDropDownItemStyle = 2130772100; + + // aapt resource value: 0x7f0100c5 + public const int spinnerStyle = 2130772165; + + // aapt resource value: 0x7f010100 + public const int splitTrack = 2130772224; + + // aapt resource value: 0x7f010049 + public const int srcCompat = 2130772041; + + // aapt resource value: 0x7f010003 + public const int stackFromEnd = 2130771971; + + // aapt resource value: 0x7f0100e7 + public const int state_above_anchor = 2130772199; + + // aapt resource value: 0x7f010119 + public const int state_collapsed = 2130772249; + + // aapt resource value: 0x7f01011a + public const int state_collapsible = 2130772250; + + // aapt resource value: 0x7f010132 + public const int statusBarBackground = 2130772274; + + // aapt resource value: 0x7f010128 + public const int statusBarScrim = 2130772264; + + // aapt resource value: 0x7f0100e5 + public const int subMenuArrow = 2130772197; + + // aapt resource value: 0x7f0100f6 + public const int submitBackground = 2130772214; + + // aapt resource value: 0x7f010028 + public const int subtitle = 2130772008; + + // aapt resource value: 0x7f010103 + public const int subtitleTextAppearance = 2130772227; + + // aapt resource value: 0x7f010112 + public const int subtitleTextColor = 2130772242; + + // aapt resource value: 0x7f01002a + public const int subtitleTextStyle = 2130772010; + + // aapt resource value: 0x7f0100f4 + public const int suggestionRowLayout = 2130772212; + + // aapt resource value: 0x7f0100fe + public const int switchMinWidth = 2130772222; + + // aapt resource value: 0x7f0100ff + public const int switchPadding = 2130772223; + + // aapt resource value: 0x7f0100c6 + public const int switchStyle = 2130772166; + + // aapt resource value: 0x7f0100fd + public const int switchTextAppearance = 2130772221; + + // aapt resource value: 0x7f01014f + public const int tabBackground = 2130772303; + + // aapt resource value: 0x7f01014e + public const int tabContentStart = 2130772302; + + // aapt resource value: 0x7f010151 + public const int tabGravity = 2130772305; + + // aapt resource value: 0x7f01014c + public const int tabIndicatorColor = 2130772300; + + // aapt resource value: 0x7f01014d + public const int tabIndicatorHeight = 2130772301; + + // aapt resource value: 0x7f010153 + public const int tabMaxWidth = 2130772307; + + // aapt resource value: 0x7f010152 + public const int tabMinWidth = 2130772306; + + // aapt resource value: 0x7f010150 + public const int tabMode = 2130772304; + + // aapt resource value: 0x7f01015b + public const int tabPadding = 2130772315; + + // aapt resource value: 0x7f01015a + public const int tabPaddingBottom = 2130772314; + + // aapt resource value: 0x7f010159 + public const int tabPaddingEnd = 2130772313; + + // aapt resource value: 0x7f010157 + public const int tabPaddingStart = 2130772311; + + // aapt resource value: 0x7f010158 + public const int tabPaddingTop = 2130772312; + + // aapt resource value: 0x7f010156 + public const int tabSelectedTextColor = 2130772310; + + // aapt resource value: 0x7f010154 + public const int tabTextAppearance = 2130772308; + + // aapt resource value: 0x7f010155 + public const int tabTextColor = 2130772309; + + // aapt resource value: 0x7f01004f + public const int textAllCaps = 2130772047; + + // aapt resource value: 0x7f01007c + public const int textAppearanceLargePopupMenu = 2130772092; + + // aapt resource value: 0x7f0100a1 + public const int textAppearanceListItem = 2130772129; + + // aapt resource value: 0x7f0100a2 + public const int textAppearanceListItemSecondary = 2130772130; + + // aapt resource value: 0x7f0100a3 + public const int textAppearanceListItemSmall = 2130772131; + + // aapt resource value: 0x7f01007e + public const int textAppearancePopupMenuHeader = 2130772094; + + // aapt resource value: 0x7f010097 + public const int textAppearanceSearchResultSubtitle = 2130772119; + + // aapt resource value: 0x7f010096 + public const int textAppearanceSearchResultTitle = 2130772118; + + // aapt resource value: 0x7f01007d + public const int textAppearanceSmallPopupMenu = 2130772093; + + // aapt resource value: 0x7f0100b6 + public const int textColorAlertDialogListItem = 2130772150; + + // aapt resource value: 0x7f01013b + public const int textColorError = 2130772283; + + // aapt resource value: 0x7f010098 + public const int textColorSearchUrl = 2130772120; + + // aapt resource value: 0x7f010115 + public const int theme = 2130772245; + + // aapt resource value: 0x7f0100d6 + public const int thickness = 2130772182; + + // aapt resource value: 0x7f0100fc + public const int thumbTextPadding = 2130772220; + + // aapt resource value: 0x7f0100f7 + public const int thumbTint = 2130772215; + + // aapt resource value: 0x7f0100f8 + public const int thumbTintMode = 2130772216; + + // aapt resource value: 0x7f01004c + public const int tickMark = 2130772044; + + // aapt resource value: 0x7f01004d + public const int tickMarkTint = 2130772045; + + // aapt resource value: 0x7f01004e + public const int tickMarkTintMode = 2130772046; + + // aapt resource value: 0x7f01004a + public const int tint = 2130772042; + + // aapt resource value: 0x7f01004b + public const int tintMode = 2130772043; + + // aapt resource value: 0x7f010025 + public const int title = 2130772005; + + // aapt resource value: 0x7f01012e + public const int titleEnabled = 2130772270; + + // aapt resource value: 0x7f010104 + public const int titleMargin = 2130772228; + + // aapt resource value: 0x7f010108 + public const int titleMarginBottom = 2130772232; + + // aapt resource value: 0x7f010106 + public const int titleMarginEnd = 2130772230; + + // aapt resource value: 0x7f010105 + public const int titleMarginStart = 2130772229; + + // aapt resource value: 0x7f010107 + public const int titleMarginTop = 2130772231; + + // aapt resource value: 0x7f010109 + public const int titleMargins = 2130772233; + + // aapt resource value: 0x7f010102 + public const int titleTextAppearance = 2130772226; + + // aapt resource value: 0x7f010111 + public const int titleTextColor = 2130772241; + + // aapt resource value: 0x7f010029 + public const int titleTextStyle = 2130772009; + + // aapt resource value: 0x7f010129 + public const int toolbarId = 2130772265; + + // aapt resource value: 0x7f010090 + public const int toolbarNavigationButtonStyle = 2130772112; + + // aapt resource value: 0x7f01008f + public const int toolbarStyle = 2130772111; + + // aapt resource value: 0x7f0100c9 + public const int tooltipForegroundColor = 2130772169; + + // aapt resource value: 0x7f0100c8 + public const int tooltipFrameBackground = 2130772168; + + // aapt resource value: 0x7f0100e1 + public const int tooltipText = 2130772193; + + // aapt resource value: 0x7f0100f9 + public const int track = 2130772217; + + // aapt resource value: 0x7f0100fa + public const int trackTint = 2130772218; + + // aapt resource value: 0x7f0100fb + public const int trackTintMode = 2130772219; + + // aapt resource value: 0x7f010140 + public const int useCompatPadding = 2130772288; + + // aapt resource value: 0x7f0100f2 + public const int voiceIcon = 2130772210; + + // aapt resource value: 0x7f010056 + public const int windowActionBar = 2130772054; + + // aapt resource value: 0x7f010058 + public const int windowActionBarOverlay = 2130772056; + + // aapt resource value: 0x7f010059 + public const int windowActionModeOverlay = 2130772057; + + // aapt resource value: 0x7f01005d + public const int windowFixedHeightMajor = 2130772061; + + // aapt resource value: 0x7f01005b + public const int windowFixedHeightMinor = 2130772059; + + // aapt resource value: 0x7f01005a + public const int windowFixedWidthMajor = 2130772058; + + // aapt resource value: 0x7f01005c + public const int windowFixedWidthMinor = 2130772060; + + // aapt resource value: 0x7f01005e + public const int windowMinWidthMajor = 2130772062; + + // aapt resource value: 0x7f01005f + public const int windowMinWidthMinor = 2130772063; + + // aapt resource value: 0x7f010057 + public const int windowNoTitle = 2130772055; + + static Attribute() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Attribute() + { + } + } + + public partial class Boolean + { + + // aapt resource value: 0x7f0e0000 + public const int abc_action_bar_embed_tabs = 2131623936; + + // aapt resource value: 0x7f0e0001 + public const int abc_allow_stacked_button_bar = 2131623937; + + // aapt resource value: 0x7f0e0002 + public const int abc_config_actionMenuItemAllCaps = 2131623938; + + // aapt resource value: 0x7f0e0003 + public const int abc_config_closeDialogWhenTouchOutside = 2131623939; + + // aapt resource value: 0x7f0e0004 + public const int abc_config_showMenuShortcutsWhenKeyboardPresent = 2131623940; + + static Boolean() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Boolean() + { + } + } + + public partial class Color + { + + // aapt resource value: 0x7f0d004f + public const int abc_background_cache_hint_selector_material_dark = 2131558479; + + // aapt resource value: 0x7f0d0050 + public const int abc_background_cache_hint_selector_material_light = 2131558480; + + // aapt resource value: 0x7f0d0051 + public const int abc_btn_colored_borderless_text_material = 2131558481; + + // aapt resource value: 0x7f0d0052 + public const int abc_btn_colored_text_material = 2131558482; + + // aapt resource value: 0x7f0d0053 + public const int abc_color_highlight_material = 2131558483; + + // aapt resource value: 0x7f0d0054 + public const int abc_hint_foreground_material_dark = 2131558484; + + // aapt resource value: 0x7f0d0055 + public const int abc_hint_foreground_material_light = 2131558485; + + // aapt resource value: 0x7f0d0004 + public const int abc_input_method_navigation_guard = 2131558404; + + // aapt resource value: 0x7f0d0056 + public const int abc_primary_text_disable_only_material_dark = 2131558486; + + // aapt resource value: 0x7f0d0057 + public const int abc_primary_text_disable_only_material_light = 2131558487; + + // aapt resource value: 0x7f0d0058 + public const int abc_primary_text_material_dark = 2131558488; + + // aapt resource value: 0x7f0d0059 + public const int abc_primary_text_material_light = 2131558489; + + // aapt resource value: 0x7f0d005a + public const int abc_search_url_text = 2131558490; + + // aapt resource value: 0x7f0d0005 + public const int abc_search_url_text_normal = 2131558405; + + // aapt resource value: 0x7f0d0006 + public const int abc_search_url_text_pressed = 2131558406; + + // aapt resource value: 0x7f0d0007 + public const int abc_search_url_text_selected = 2131558407; + + // aapt resource value: 0x7f0d005b + public const int abc_secondary_text_material_dark = 2131558491; + + // aapt resource value: 0x7f0d005c + public const int abc_secondary_text_material_light = 2131558492; + + // aapt resource value: 0x7f0d005d + public const int abc_tint_btn_checkable = 2131558493; + + // aapt resource value: 0x7f0d005e + public const int abc_tint_default = 2131558494; + + // aapt resource value: 0x7f0d005f + public const int abc_tint_edittext = 2131558495; + + // aapt resource value: 0x7f0d0060 + public const int abc_tint_seek_thumb = 2131558496; + + // aapt resource value: 0x7f0d0061 + public const int abc_tint_spinner = 2131558497; + + // aapt resource value: 0x7f0d0062 + public const int abc_tint_switch_track = 2131558498; + + // aapt resource value: 0x7f0d0008 + public const int accent_material_dark = 2131558408; + + // aapt resource value: 0x7f0d0009 + public const int accent_material_light = 2131558409; + + // aapt resource value: 0x7f0d000a + public const int background_floating_material_dark = 2131558410; + + // aapt resource value: 0x7f0d000b + public const int background_floating_material_light = 2131558411; + + // aapt resource value: 0x7f0d000c + public const int background_material_dark = 2131558412; + + // aapt resource value: 0x7f0d000d + public const int background_material_light = 2131558413; + + // aapt resource value: 0x7f0d000e + public const int bright_foreground_disabled_material_dark = 2131558414; + + // aapt resource value: 0x7f0d000f + public const int bright_foreground_disabled_material_light = 2131558415; + + // aapt resource value: 0x7f0d0010 + public const int bright_foreground_inverse_material_dark = 2131558416; + + // aapt resource value: 0x7f0d0011 + public const int bright_foreground_inverse_material_light = 2131558417; + + // aapt resource value: 0x7f0d0012 + public const int bright_foreground_material_dark = 2131558418; + + // aapt resource value: 0x7f0d0013 + public const int bright_foreground_material_light = 2131558419; + + // aapt resource value: 0x7f0d0014 + public const int button_material_dark = 2131558420; + + // aapt resource value: 0x7f0d0015 + public const int button_material_light = 2131558421; + + // aapt resource value: 0x7f0d0000 + public const int cardview_dark_background = 2131558400; + + // aapt resource value: 0x7f0d0001 + public const int cardview_light_background = 2131558401; + + // aapt resource value: 0x7f0d0002 + public const int cardview_shadow_end_color = 2131558402; + + // aapt resource value: 0x7f0d0003 + public const int cardview_shadow_start_color = 2131558403; + + // aapt resource value: 0x7f0d004e + public const int colorAccent = 2131558478; + + // aapt resource value: 0x7f0d004c + public const int colorPrimary = 2131558476; + + // aapt resource value: 0x7f0d004d + public const int colorPrimaryDark = 2131558477; + + // aapt resource value: 0x7f0d0040 + public const int design_bottom_navigation_shadow_color = 2131558464; + + // aapt resource value: 0x7f0d0063 + public const int design_error = 2131558499; + + // aapt resource value: 0x7f0d0041 + public const int design_fab_shadow_end_color = 2131558465; + + // aapt resource value: 0x7f0d0042 + public const int design_fab_shadow_mid_color = 2131558466; + + // aapt resource value: 0x7f0d0043 + public const int design_fab_shadow_start_color = 2131558467; + + // aapt resource value: 0x7f0d0044 + public const int design_fab_stroke_end_inner_color = 2131558468; + + // aapt resource value: 0x7f0d0045 + public const int design_fab_stroke_end_outer_color = 2131558469; + + // aapt resource value: 0x7f0d0046 + public const int design_fab_stroke_top_inner_color = 2131558470; + + // aapt resource value: 0x7f0d0047 + public const int design_fab_stroke_top_outer_color = 2131558471; + + // aapt resource value: 0x7f0d0048 + public const int design_snackbar_background_color = 2131558472; + + // aapt resource value: 0x7f0d0064 + public const int design_tint_password_toggle = 2131558500; + + // aapt resource value: 0x7f0d0016 + public const int dim_foreground_disabled_material_dark = 2131558422; + + // aapt resource value: 0x7f0d0017 + public const int dim_foreground_disabled_material_light = 2131558423; + + // aapt resource value: 0x7f0d0018 + public const int dim_foreground_material_dark = 2131558424; + + // aapt resource value: 0x7f0d0019 + public const int dim_foreground_material_light = 2131558425; + + // aapt resource value: 0x7f0d001a + public const int error_color_material = 2131558426; + + // aapt resource value: 0x7f0d001b + public const int foreground_material_dark = 2131558427; + + // aapt resource value: 0x7f0d001c + public const int foreground_material_light = 2131558428; + + // aapt resource value: 0x7f0d001d + public const int highlighted_text_material_dark = 2131558429; + + // aapt resource value: 0x7f0d001e + public const int highlighted_text_material_light = 2131558430; + + // aapt resource value: 0x7f0d004b + public const int launcher_background = 2131558475; + + // aapt resource value: 0x7f0d001f + public const int material_blue_grey_800 = 2131558431; + + // aapt resource value: 0x7f0d0020 + public const int material_blue_grey_900 = 2131558432; + + // aapt resource value: 0x7f0d0021 + public const int material_blue_grey_950 = 2131558433; + + // aapt resource value: 0x7f0d0022 + public const int material_deep_teal_200 = 2131558434; + + // aapt resource value: 0x7f0d0023 + public const int material_deep_teal_500 = 2131558435; + + // aapt resource value: 0x7f0d0024 + public const int material_grey_100 = 2131558436; + + // aapt resource value: 0x7f0d0025 + public const int material_grey_300 = 2131558437; + + // aapt resource value: 0x7f0d0026 + public const int material_grey_50 = 2131558438; + + // aapt resource value: 0x7f0d0027 + public const int material_grey_600 = 2131558439; + + // aapt resource value: 0x7f0d0028 + public const int material_grey_800 = 2131558440; + + // aapt resource value: 0x7f0d0029 + public const int material_grey_850 = 2131558441; + + // aapt resource value: 0x7f0d002a + public const int material_grey_900 = 2131558442; + + // aapt resource value: 0x7f0d0049 + public const int notification_action_color_filter = 2131558473; + + // aapt resource value: 0x7f0d004a + public const int notification_icon_bg_color = 2131558474; + + // aapt resource value: 0x7f0d003f + public const int notification_material_background_media_default_color = 2131558463; + + // aapt resource value: 0x7f0d002b + public const int primary_dark_material_dark = 2131558443; + + // aapt resource value: 0x7f0d002c + public const int primary_dark_material_light = 2131558444; + + // aapt resource value: 0x7f0d002d + public const int primary_material_dark = 2131558445; + + // aapt resource value: 0x7f0d002e + public const int primary_material_light = 2131558446; + + // aapt resource value: 0x7f0d002f + public const int primary_text_default_material_dark = 2131558447; + + // aapt resource value: 0x7f0d0030 + public const int primary_text_default_material_light = 2131558448; + + // aapt resource value: 0x7f0d0031 + public const int primary_text_disabled_material_dark = 2131558449; + + // aapt resource value: 0x7f0d0032 + public const int primary_text_disabled_material_light = 2131558450; + + // aapt resource value: 0x7f0d0033 + public const int ripple_material_dark = 2131558451; + + // aapt resource value: 0x7f0d0034 + public const int ripple_material_light = 2131558452; + + // aapt resource value: 0x7f0d0035 + public const int secondary_text_default_material_dark = 2131558453; + + // aapt resource value: 0x7f0d0036 + public const int secondary_text_default_material_light = 2131558454; + + // aapt resource value: 0x7f0d0037 + public const int secondary_text_disabled_material_dark = 2131558455; + + // aapt resource value: 0x7f0d0038 + public const int secondary_text_disabled_material_light = 2131558456; + + // aapt resource value: 0x7f0d0039 + public const int switch_thumb_disabled_material_dark = 2131558457; + + // aapt resource value: 0x7f0d003a + public const int switch_thumb_disabled_material_light = 2131558458; + + // aapt resource value: 0x7f0d0065 + public const int switch_thumb_material_dark = 2131558501; + + // aapt resource value: 0x7f0d0066 + public const int switch_thumb_material_light = 2131558502; + + // aapt resource value: 0x7f0d003b + public const int switch_thumb_normal_material_dark = 2131558459; + + // aapt resource value: 0x7f0d003c + public const int switch_thumb_normal_material_light = 2131558460; + + // aapt resource value: 0x7f0d003d + public const int tooltip_background_dark = 2131558461; + + // aapt resource value: 0x7f0d003e + public const int tooltip_background_light = 2131558462; + + static Color() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Color() + { + } + } + + public partial class Dimension + { + + // aapt resource value: 0x7f08001b + public const int abc_action_bar_content_inset_material = 2131230747; + + // aapt resource value: 0x7f08001c + public const int abc_action_bar_content_inset_with_nav = 2131230748; + + // aapt resource value: 0x7f080010 + public const int abc_action_bar_default_height_material = 2131230736; + + // aapt resource value: 0x7f08001d + public const int abc_action_bar_default_padding_end_material = 2131230749; + + // aapt resource value: 0x7f08001e + public const int abc_action_bar_default_padding_start_material = 2131230750; + + // aapt resource value: 0x7f080020 + public const int abc_action_bar_elevation_material = 2131230752; + + // aapt resource value: 0x7f080021 + public const int abc_action_bar_icon_vertical_padding_material = 2131230753; + + // aapt resource value: 0x7f080022 + public const int abc_action_bar_overflow_padding_end_material = 2131230754; + + // aapt resource value: 0x7f080023 + public const int abc_action_bar_overflow_padding_start_material = 2131230755; + + // aapt resource value: 0x7f080011 + public const int abc_action_bar_progress_bar_size = 2131230737; + + // aapt resource value: 0x7f080024 + public const int abc_action_bar_stacked_max_height = 2131230756; + + // aapt resource value: 0x7f080025 + public const int abc_action_bar_stacked_tab_max_width = 2131230757; + + // aapt resource value: 0x7f080026 + public const int abc_action_bar_subtitle_bottom_margin_material = 2131230758; + + // aapt resource value: 0x7f080027 + public const int abc_action_bar_subtitle_top_margin_material = 2131230759; + + // aapt resource value: 0x7f080028 + public const int abc_action_button_min_height_material = 2131230760; + + // aapt resource value: 0x7f080029 + public const int abc_action_button_min_width_material = 2131230761; + + // aapt resource value: 0x7f08002a + public const int abc_action_button_min_width_overflow_material = 2131230762; + + // aapt resource value: 0x7f08000f + public const int abc_alert_dialog_button_bar_height = 2131230735; + + // aapt resource value: 0x7f08002b + public const int abc_button_inset_horizontal_material = 2131230763; + + // aapt resource value: 0x7f08002c + public const int abc_button_inset_vertical_material = 2131230764; + + // aapt resource value: 0x7f08002d + public const int abc_button_padding_horizontal_material = 2131230765; + + // aapt resource value: 0x7f08002e + public const int abc_button_padding_vertical_material = 2131230766; + + // aapt resource value: 0x7f08002f + public const int abc_cascading_menus_min_smallest_width = 2131230767; + + // aapt resource value: 0x7f080014 + public const int abc_config_prefDialogWidth = 2131230740; + + // aapt resource value: 0x7f080030 + public const int abc_control_corner_material = 2131230768; + + // aapt resource value: 0x7f080031 + public const int abc_control_inset_material = 2131230769; + + // aapt resource value: 0x7f080032 + public const int abc_control_padding_material = 2131230770; + + // aapt resource value: 0x7f080015 + public const int abc_dialog_fixed_height_major = 2131230741; + + // aapt resource value: 0x7f080016 + public const int abc_dialog_fixed_height_minor = 2131230742; + + // aapt resource value: 0x7f080017 + public const int abc_dialog_fixed_width_major = 2131230743; + + // aapt resource value: 0x7f080018 + public const int abc_dialog_fixed_width_minor = 2131230744; + + // aapt resource value: 0x7f080033 + public const int abc_dialog_list_padding_bottom_no_buttons = 2131230771; + + // aapt resource value: 0x7f080034 + public const int abc_dialog_list_padding_top_no_title = 2131230772; + + // aapt resource value: 0x7f080019 + public const int abc_dialog_min_width_major = 2131230745; + + // aapt resource value: 0x7f08001a + public const int abc_dialog_min_width_minor = 2131230746; + + // aapt resource value: 0x7f080035 + public const int abc_dialog_padding_material = 2131230773; + + // aapt resource value: 0x7f080036 + public const int abc_dialog_padding_top_material = 2131230774; + + // aapt resource value: 0x7f080037 + public const int abc_dialog_title_divider_material = 2131230775; + + // aapt resource value: 0x7f080038 + public const int abc_disabled_alpha_material_dark = 2131230776; + + // aapt resource value: 0x7f080039 + public const int abc_disabled_alpha_material_light = 2131230777; + + // aapt resource value: 0x7f08003a + public const int abc_dropdownitem_icon_width = 2131230778; + + // aapt resource value: 0x7f08003b + public const int abc_dropdownitem_text_padding_left = 2131230779; + + // aapt resource value: 0x7f08003c + public const int abc_dropdownitem_text_padding_right = 2131230780; + + // aapt resource value: 0x7f08003d + public const int abc_edit_text_inset_bottom_material = 2131230781; + + // aapt resource value: 0x7f08003e + public const int abc_edit_text_inset_horizontal_material = 2131230782; + + // aapt resource value: 0x7f08003f + public const int abc_edit_text_inset_top_material = 2131230783; + + // aapt resource value: 0x7f080040 + public const int abc_floating_window_z = 2131230784; + + // aapt resource value: 0x7f080041 + public const int abc_list_item_padding_horizontal_material = 2131230785; + + // aapt resource value: 0x7f080042 + public const int abc_panel_menu_list_width = 2131230786; + + // aapt resource value: 0x7f080043 + public const int abc_progress_bar_height_material = 2131230787; + + // aapt resource value: 0x7f080044 + public const int abc_search_view_preferred_height = 2131230788; + + // aapt resource value: 0x7f080045 + public const int abc_search_view_preferred_width = 2131230789; + + // aapt resource value: 0x7f080046 + public const int abc_seekbar_track_background_height_material = 2131230790; + + // aapt resource value: 0x7f080047 + public const int abc_seekbar_track_progress_height_material = 2131230791; + + // aapt resource value: 0x7f080048 + public const int abc_select_dialog_padding_start_material = 2131230792; + + // aapt resource value: 0x7f08001f + public const int abc_switch_padding = 2131230751; + + // aapt resource value: 0x7f080049 + public const int abc_text_size_body_1_material = 2131230793; + + // aapt resource value: 0x7f08004a + public const int abc_text_size_body_2_material = 2131230794; + + // aapt resource value: 0x7f08004b + public const int abc_text_size_button_material = 2131230795; + + // aapt resource value: 0x7f08004c + public const int abc_text_size_caption_material = 2131230796; + + // aapt resource value: 0x7f08004d + public const int abc_text_size_display_1_material = 2131230797; + + // aapt resource value: 0x7f08004e + public const int abc_text_size_display_2_material = 2131230798; + + // aapt resource value: 0x7f08004f + public const int abc_text_size_display_3_material = 2131230799; + + // aapt resource value: 0x7f080050 + public const int abc_text_size_display_4_material = 2131230800; + + // aapt resource value: 0x7f080051 + public const int abc_text_size_headline_material = 2131230801; + + // aapt resource value: 0x7f080052 + public const int abc_text_size_large_material = 2131230802; + + // aapt resource value: 0x7f080053 + public const int abc_text_size_medium_material = 2131230803; + + // aapt resource value: 0x7f080054 + public const int abc_text_size_menu_header_material = 2131230804; + + // aapt resource value: 0x7f080055 + public const int abc_text_size_menu_material = 2131230805; + + // aapt resource value: 0x7f080056 + public const int abc_text_size_small_material = 2131230806; + + // aapt resource value: 0x7f080057 + public const int abc_text_size_subhead_material = 2131230807; + + // aapt resource value: 0x7f080012 + public const int abc_text_size_subtitle_material_toolbar = 2131230738; + + // aapt resource value: 0x7f080058 + public const int abc_text_size_title_material = 2131230808; + + // aapt resource value: 0x7f080013 + public const int abc_text_size_title_material_toolbar = 2131230739; + + // aapt resource value: 0x7f08000c + public const int cardview_compat_inset_shadow = 2131230732; + + // aapt resource value: 0x7f08000d + public const int cardview_default_elevation = 2131230733; + + // aapt resource value: 0x7f08000e + public const int cardview_default_radius = 2131230734; + + // aapt resource value: 0x7f080094 + public const int compat_button_inset_horizontal_material = 2131230868; + + // aapt resource value: 0x7f080095 + public const int compat_button_inset_vertical_material = 2131230869; + + // aapt resource value: 0x7f080096 + public const int compat_button_padding_horizontal_material = 2131230870; + + // aapt resource value: 0x7f080097 + public const int compat_button_padding_vertical_material = 2131230871; + + // aapt resource value: 0x7f080098 + public const int compat_control_corner_material = 2131230872; + + // aapt resource value: 0x7f080072 + public const int design_appbar_elevation = 2131230834; + + // aapt resource value: 0x7f080073 + public const int design_bottom_navigation_active_item_max_width = 2131230835; + + // aapt resource value: 0x7f080074 + public const int design_bottom_navigation_active_text_size = 2131230836; + + // aapt resource value: 0x7f080075 + public const int design_bottom_navigation_elevation = 2131230837; + + // aapt resource value: 0x7f080076 + public const int design_bottom_navigation_height = 2131230838; + + // aapt resource value: 0x7f080077 + public const int design_bottom_navigation_item_max_width = 2131230839; + + // aapt resource value: 0x7f080078 + public const int design_bottom_navigation_item_min_width = 2131230840; + + // aapt resource value: 0x7f080079 + public const int design_bottom_navigation_margin = 2131230841; + + // aapt resource value: 0x7f08007a + public const int design_bottom_navigation_shadow_height = 2131230842; + + // aapt resource value: 0x7f08007b + public const int design_bottom_navigation_text_size = 2131230843; + + // aapt resource value: 0x7f08007c + public const int design_bottom_sheet_modal_elevation = 2131230844; + + // aapt resource value: 0x7f08007d + public const int design_bottom_sheet_peek_height_min = 2131230845; + + // aapt resource value: 0x7f08007e + public const int design_fab_border_width = 2131230846; + + // aapt resource value: 0x7f08007f + public const int design_fab_elevation = 2131230847; + + // aapt resource value: 0x7f080080 + public const int design_fab_image_size = 2131230848; + + // aapt resource value: 0x7f080081 + public const int design_fab_size_mini = 2131230849; + + // aapt resource value: 0x7f080082 + public const int design_fab_size_normal = 2131230850; + + // aapt resource value: 0x7f080083 + public const int design_fab_translation_z_pressed = 2131230851; + + // aapt resource value: 0x7f080084 + public const int design_navigation_elevation = 2131230852; + + // aapt resource value: 0x7f080085 + public const int design_navigation_icon_padding = 2131230853; + + // aapt resource value: 0x7f080086 + public const int design_navigation_icon_size = 2131230854; + + // aapt resource value: 0x7f08006a + public const int design_navigation_max_width = 2131230826; + + // aapt resource value: 0x7f080087 + public const int design_navigation_padding_bottom = 2131230855; + + // aapt resource value: 0x7f080088 + public const int design_navigation_separator_vertical_padding = 2131230856; + + // aapt resource value: 0x7f08006b + public const int design_snackbar_action_inline_max_width = 2131230827; + + // aapt resource value: 0x7f08006c + public const int design_snackbar_background_corner_radius = 2131230828; + + // aapt resource value: 0x7f080089 + public const int design_snackbar_elevation = 2131230857; + + // aapt resource value: 0x7f08006d + public const int design_snackbar_extra_spacing_horizontal = 2131230829; + + // aapt resource value: 0x7f08006e + public const int design_snackbar_max_width = 2131230830; + + // aapt resource value: 0x7f08006f + public const int design_snackbar_min_width = 2131230831; + + // aapt resource value: 0x7f08008a + public const int design_snackbar_padding_horizontal = 2131230858; + + // aapt resource value: 0x7f08008b + public const int design_snackbar_padding_vertical = 2131230859; + + // aapt resource value: 0x7f080070 + public const int design_snackbar_padding_vertical_2lines = 2131230832; + + // aapt resource value: 0x7f08008c + public const int design_snackbar_text_size = 2131230860; + + // aapt resource value: 0x7f08008d + public const int design_tab_max_width = 2131230861; + + // aapt resource value: 0x7f080071 + public const int design_tab_scrollable_min_width = 2131230833; + + // aapt resource value: 0x7f08008e + public const int design_tab_text_size = 2131230862; + + // aapt resource value: 0x7f08008f + public const int design_tab_text_size_2line = 2131230863; + + // aapt resource value: 0x7f080059 + public const int disabled_alpha_material_dark = 2131230809; + + // aapt resource value: 0x7f08005a + public const int disabled_alpha_material_light = 2131230810; + + // aapt resource value: 0x7f080000 + public const int fastscroll_default_thickness = 2131230720; + + // aapt resource value: 0x7f080001 + public const int fastscroll_margin = 2131230721; + + // aapt resource value: 0x7f080002 + public const int fastscroll_minimum_range = 2131230722; + + // aapt resource value: 0x7f08005b + public const int highlight_alpha_material_colored = 2131230811; + + // aapt resource value: 0x7f08005c + public const int highlight_alpha_material_dark = 2131230812; + + // aapt resource value: 0x7f08005d + public const int highlight_alpha_material_light = 2131230813; + + // aapt resource value: 0x7f08005e + public const int hint_alpha_material_dark = 2131230814; + + // aapt resource value: 0x7f08005f + public const int hint_alpha_material_light = 2131230815; + + // aapt resource value: 0x7f080060 + public const int hint_pressed_alpha_material_dark = 2131230816; + + // aapt resource value: 0x7f080061 + public const int hint_pressed_alpha_material_light = 2131230817; + + // aapt resource value: 0x7f080003 + public const int item_touch_helper_max_drag_scroll_per_frame = 2131230723; + + // aapt resource value: 0x7f080004 + public const int item_touch_helper_swipe_escape_max_velocity = 2131230724; + + // aapt resource value: 0x7f080005 + public const int item_touch_helper_swipe_escape_velocity = 2131230725; + + // aapt resource value: 0x7f080006 + public const int mr_controller_volume_group_list_item_height = 2131230726; + + // aapt resource value: 0x7f080007 + public const int mr_controller_volume_group_list_item_icon_size = 2131230727; + + // aapt resource value: 0x7f080008 + public const int mr_controller_volume_group_list_max_height = 2131230728; + + // aapt resource value: 0x7f08000b + public const int mr_controller_volume_group_list_padding_top = 2131230731; + + // aapt resource value: 0x7f080009 + public const int mr_dialog_fixed_width_major = 2131230729; + + // aapt resource value: 0x7f08000a + public const int mr_dialog_fixed_width_minor = 2131230730; + + // aapt resource value: 0x7f080099 + public const int notification_action_icon_size = 2131230873; + + // aapt resource value: 0x7f08009a + public const int notification_action_text_size = 2131230874; + + // aapt resource value: 0x7f08009b + public const int notification_big_circle_margin = 2131230875; + + // aapt resource value: 0x7f080091 + public const int notification_content_margin_start = 2131230865; + + // aapt resource value: 0x7f08009c + public const int notification_large_icon_height = 2131230876; + + // aapt resource value: 0x7f08009d + public const int notification_large_icon_width = 2131230877; + + // aapt resource value: 0x7f080092 + public const int notification_main_column_padding_top = 2131230866; + + // aapt resource value: 0x7f080093 + public const int notification_media_narrow_margin = 2131230867; + + // aapt resource value: 0x7f08009e + public const int notification_right_icon_size = 2131230878; + + // aapt resource value: 0x7f080090 + public const int notification_right_side_padding_top = 2131230864; + + // aapt resource value: 0x7f08009f + public const int notification_small_icon_background_padding = 2131230879; + + // aapt resource value: 0x7f0800a0 + public const int notification_small_icon_size_as_large = 2131230880; + + // aapt resource value: 0x7f0800a1 + public const int notification_subtext_size = 2131230881; + + // aapt resource value: 0x7f0800a2 + public const int notification_top_pad = 2131230882; + + // aapt resource value: 0x7f0800a3 + public const int notification_top_pad_large_text = 2131230883; + + // aapt resource value: 0x7f080062 + public const int tooltip_corner_radius = 2131230818; + + // aapt resource value: 0x7f080063 + public const int tooltip_horizontal_padding = 2131230819; + + // aapt resource value: 0x7f080064 + public const int tooltip_margin = 2131230820; + + // aapt resource value: 0x7f080065 + public const int tooltip_precise_anchor_extra_offset = 2131230821; + + // aapt resource value: 0x7f080066 + public const int tooltip_precise_anchor_threshold = 2131230822; + + // aapt resource value: 0x7f080067 + public const int tooltip_vertical_padding = 2131230823; + + // aapt resource value: 0x7f080068 + public const int tooltip_y_offset_non_touch = 2131230824; + + // aapt resource value: 0x7f080069 + public const int tooltip_y_offset_touch = 2131230825; + + static Dimension() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Dimension() + { + } + } + + public partial class Drawable + { + + // aapt resource value: 0x7f020000 + public const int abc_ab_share_pack_mtrl_alpha = 2130837504; + + // aapt resource value: 0x7f020001 + public const int abc_action_bar_item_background_material = 2130837505; + + // aapt resource value: 0x7f020002 + public const int abc_btn_borderless_material = 2130837506; + + // aapt resource value: 0x7f020003 + public const int abc_btn_check_material = 2130837507; + + // aapt resource value: 0x7f020004 + public const int abc_btn_check_to_on_mtrl_000 = 2130837508; + + // aapt resource value: 0x7f020005 + public const int abc_btn_check_to_on_mtrl_015 = 2130837509; + + // aapt resource value: 0x7f020006 + public const int abc_btn_colored_material = 2130837510; + + // aapt resource value: 0x7f020007 + public const int abc_btn_default_mtrl_shape = 2130837511; + + // aapt resource value: 0x7f020008 + public const int abc_btn_radio_material = 2130837512; + + // aapt resource value: 0x7f020009 + public const int abc_btn_radio_to_on_mtrl_000 = 2130837513; + + // aapt resource value: 0x7f02000a + public const int abc_btn_radio_to_on_mtrl_015 = 2130837514; + + // aapt resource value: 0x7f02000b + public const int abc_btn_switch_to_on_mtrl_00001 = 2130837515; + + // aapt resource value: 0x7f02000c + public const int abc_btn_switch_to_on_mtrl_00012 = 2130837516; + + // aapt resource value: 0x7f02000d + public const int abc_cab_background_internal_bg = 2130837517; + + // aapt resource value: 0x7f02000e + public const int abc_cab_background_top_material = 2130837518; + + // aapt resource value: 0x7f02000f + public const int abc_cab_background_top_mtrl_alpha = 2130837519; + + // aapt resource value: 0x7f020010 + public const int abc_control_background_material = 2130837520; + + // aapt resource value: 0x7f020011 + public const int abc_dialog_material_background = 2130837521; + + // aapt resource value: 0x7f020012 + public const int abc_edit_text_material = 2130837522; + + // aapt resource value: 0x7f020013 + public const int abc_ic_ab_back_material = 2130837523; + + // aapt resource value: 0x7f020014 + public const int abc_ic_arrow_drop_right_black_24dp = 2130837524; + + // aapt resource value: 0x7f020015 + public const int abc_ic_clear_material = 2130837525; + + // aapt resource value: 0x7f020016 + public const int abc_ic_commit_search_api_mtrl_alpha = 2130837526; + + // aapt resource value: 0x7f020017 + public const int abc_ic_go_search_api_material = 2130837527; + + // aapt resource value: 0x7f020018 + public const int abc_ic_menu_copy_mtrl_am_alpha = 2130837528; + + // aapt resource value: 0x7f020019 + public const int abc_ic_menu_cut_mtrl_alpha = 2130837529; + + // aapt resource value: 0x7f02001a + public const int abc_ic_menu_overflow_material = 2130837530; + + // aapt resource value: 0x7f02001b + public const int abc_ic_menu_paste_mtrl_am_alpha = 2130837531; + + // aapt resource value: 0x7f02001c + public const int abc_ic_menu_selectall_mtrl_alpha = 2130837532; + + // aapt resource value: 0x7f02001d + public const int abc_ic_menu_share_mtrl_alpha = 2130837533; + + // aapt resource value: 0x7f02001e + public const int abc_ic_search_api_material = 2130837534; + + // aapt resource value: 0x7f02001f + public const int abc_ic_star_black_16dp = 2130837535; + + // aapt resource value: 0x7f020020 + public const int abc_ic_star_black_36dp = 2130837536; + + // aapt resource value: 0x7f020021 + public const int abc_ic_star_black_48dp = 2130837537; + + // aapt resource value: 0x7f020022 + public const int abc_ic_star_half_black_16dp = 2130837538; + + // aapt resource value: 0x7f020023 + public const int abc_ic_star_half_black_36dp = 2130837539; + + // aapt resource value: 0x7f020024 + public const int abc_ic_star_half_black_48dp = 2130837540; + + // aapt resource value: 0x7f020025 + public const int abc_ic_voice_search_api_material = 2130837541; + + // aapt resource value: 0x7f020026 + public const int abc_item_background_holo_dark = 2130837542; + + // aapt resource value: 0x7f020027 + public const int abc_item_background_holo_light = 2130837543; + + // aapt resource value: 0x7f020028 + public const int abc_list_divider_mtrl_alpha = 2130837544; + + // aapt resource value: 0x7f020029 + public const int abc_list_focused_holo = 2130837545; + + // aapt resource value: 0x7f02002a + public const int abc_list_longpressed_holo = 2130837546; + + // aapt resource value: 0x7f02002b + public const int abc_list_pressed_holo_dark = 2130837547; + + // aapt resource value: 0x7f02002c + public const int abc_list_pressed_holo_light = 2130837548; + + // aapt resource value: 0x7f02002d + public const int abc_list_selector_background_transition_holo_dark = 2130837549; + + // aapt resource value: 0x7f02002e + public const int abc_list_selector_background_transition_holo_light = 2130837550; + + // aapt resource value: 0x7f02002f + public const int abc_list_selector_disabled_holo_dark = 2130837551; + + // aapt resource value: 0x7f020030 + public const int abc_list_selector_disabled_holo_light = 2130837552; + + // aapt resource value: 0x7f020031 + public const int abc_list_selector_holo_dark = 2130837553; + + // aapt resource value: 0x7f020032 + public const int abc_list_selector_holo_light = 2130837554; + + // aapt resource value: 0x7f020033 + public const int abc_menu_hardkey_panel_mtrl_mult = 2130837555; + + // aapt resource value: 0x7f020034 + public const int abc_popup_background_mtrl_mult = 2130837556; + + // aapt resource value: 0x7f020035 + public const int abc_ratingbar_indicator_material = 2130837557; + + // aapt resource value: 0x7f020036 + public const int abc_ratingbar_material = 2130837558; + + // aapt resource value: 0x7f020037 + public const int abc_ratingbar_small_material = 2130837559; + + // aapt resource value: 0x7f020038 + public const int abc_scrubber_control_off_mtrl_alpha = 2130837560; + + // aapt resource value: 0x7f020039 + public const int abc_scrubber_control_to_pressed_mtrl_000 = 2130837561; + + // aapt resource value: 0x7f02003a + public const int abc_scrubber_control_to_pressed_mtrl_005 = 2130837562; + + // aapt resource value: 0x7f02003b + public const int abc_scrubber_primary_mtrl_alpha = 2130837563; + + // aapt resource value: 0x7f02003c + public const int abc_scrubber_track_mtrl_alpha = 2130837564; + + // aapt resource value: 0x7f02003d + public const int abc_seekbar_thumb_material = 2130837565; + + // aapt resource value: 0x7f02003e + public const int abc_seekbar_tick_mark_material = 2130837566; + + // aapt resource value: 0x7f02003f + public const int abc_seekbar_track_material = 2130837567; + + // aapt resource value: 0x7f020040 + public const int abc_spinner_mtrl_am_alpha = 2130837568; + + // aapt resource value: 0x7f020041 + public const int abc_spinner_textfield_background_material = 2130837569; + + // aapt resource value: 0x7f020042 + public const int abc_switch_thumb_material = 2130837570; + + // aapt resource value: 0x7f020043 + public const int abc_switch_track_mtrl_alpha = 2130837571; + + // aapt resource value: 0x7f020044 + public const int abc_tab_indicator_material = 2130837572; + + // aapt resource value: 0x7f020045 + public const int abc_tab_indicator_mtrl_alpha = 2130837573; + + // aapt resource value: 0x7f020046 + public const int abc_text_cursor_material = 2130837574; + + // aapt resource value: 0x7f020047 + public const int abc_text_select_handle_left_mtrl_dark = 2130837575; + + // aapt resource value: 0x7f020048 + public const int abc_text_select_handle_left_mtrl_light = 2130837576; + + // aapt resource value: 0x7f020049 + public const int abc_text_select_handle_middle_mtrl_dark = 2130837577; + + // aapt resource value: 0x7f02004a + public const int abc_text_select_handle_middle_mtrl_light = 2130837578; + + // aapt resource value: 0x7f02004b + public const int abc_text_select_handle_right_mtrl_dark = 2130837579; + + // aapt resource value: 0x7f02004c + public const int abc_text_select_handle_right_mtrl_light = 2130837580; + + // aapt resource value: 0x7f02004d + public const int abc_textfield_activated_mtrl_alpha = 2130837581; + + // aapt resource value: 0x7f02004e + public const int abc_textfield_default_mtrl_alpha = 2130837582; + + // aapt resource value: 0x7f02004f + public const int abc_textfield_search_activated_mtrl_alpha = 2130837583; + + // aapt resource value: 0x7f020050 + public const int abc_textfield_search_default_mtrl_alpha = 2130837584; + + // aapt resource value: 0x7f020051 + public const int abc_textfield_search_material = 2130837585; + + // aapt resource value: 0x7f020052 + public const int abc_vector_test = 2130837586; + + // aapt resource value: 0x7f020053 + public const int avd_hide_password = 2130837587; + + // aapt resource value: 0x7f020130 + public const int avd_hide_password_1 = 2130837808; + + // aapt resource value: 0x7f020131 + public const int avd_hide_password_2 = 2130837809; + + // aapt resource value: 0x7f020132 + public const int avd_hide_password_3 = 2130837810; + + // aapt resource value: 0x7f020054 + public const int avd_show_password = 2130837588; + + // aapt resource value: 0x7f020133 + public const int avd_show_password_1 = 2130837811; + + // aapt resource value: 0x7f020134 + public const int avd_show_password_2 = 2130837812; + + // aapt resource value: 0x7f020135 + public const int avd_show_password_3 = 2130837813; + + // aapt resource value: 0x7f020055 + public const int design_bottom_navigation_item_background = 2130837589; + + // aapt resource value: 0x7f020056 + public const int design_fab_background = 2130837590; + + // aapt resource value: 0x7f020057 + public const int design_ic_visibility = 2130837591; + + // aapt resource value: 0x7f020058 + public const int design_ic_visibility_off = 2130837592; + + // aapt resource value: 0x7f020059 + public const int design_password_eye = 2130837593; + + // aapt resource value: 0x7f02005a + public const int design_snackbar_background = 2130837594; + + // aapt resource value: 0x7f02005b + public const int ic_audiotrack_dark = 2130837595; + + // aapt resource value: 0x7f02005c + public const int ic_audiotrack_light = 2130837596; + + // aapt resource value: 0x7f02005d + public const int ic_dialog_close_dark = 2130837597; + + // aapt resource value: 0x7f02005e + public const int ic_dialog_close_light = 2130837598; + + // aapt resource value: 0x7f02005f + public const int ic_group_collapse_00 = 2130837599; + + // aapt resource value: 0x7f020060 + public const int ic_group_collapse_01 = 2130837600; + + // aapt resource value: 0x7f020061 + public const int ic_group_collapse_02 = 2130837601; + + // aapt resource value: 0x7f020062 + public const int ic_group_collapse_03 = 2130837602; + + // aapt resource value: 0x7f020063 + public const int ic_group_collapse_04 = 2130837603; + + // aapt resource value: 0x7f020064 + public const int ic_group_collapse_05 = 2130837604; + + // aapt resource value: 0x7f020065 + public const int ic_group_collapse_06 = 2130837605; + + // aapt resource value: 0x7f020066 + public const int ic_group_collapse_07 = 2130837606; + + // aapt resource value: 0x7f020067 + public const int ic_group_collapse_08 = 2130837607; + + // aapt resource value: 0x7f020068 + public const int ic_group_collapse_09 = 2130837608; + + // aapt resource value: 0x7f020069 + public const int ic_group_collapse_10 = 2130837609; + + // aapt resource value: 0x7f02006a + public const int ic_group_collapse_11 = 2130837610; + + // aapt resource value: 0x7f02006b + public const int ic_group_collapse_12 = 2130837611; + + // aapt resource value: 0x7f02006c + public const int ic_group_collapse_13 = 2130837612; + + // aapt resource value: 0x7f02006d + public const int ic_group_collapse_14 = 2130837613; + + // aapt resource value: 0x7f02006e + public const int ic_group_collapse_15 = 2130837614; + + // aapt resource value: 0x7f02006f + public const int ic_group_expand_00 = 2130837615; + + // aapt resource value: 0x7f020070 + public const int ic_group_expand_01 = 2130837616; + + // aapt resource value: 0x7f020071 + public const int ic_group_expand_02 = 2130837617; + + // aapt resource value: 0x7f020072 + public const int ic_group_expand_03 = 2130837618; + + // aapt resource value: 0x7f020073 + public const int ic_group_expand_04 = 2130837619; + + // aapt resource value: 0x7f020074 + public const int ic_group_expand_05 = 2130837620; + + // aapt resource value: 0x7f020075 + public const int ic_group_expand_06 = 2130837621; + + // aapt resource value: 0x7f020076 + public const int ic_group_expand_07 = 2130837622; + + // aapt resource value: 0x7f020077 + public const int ic_group_expand_08 = 2130837623; + + // aapt resource value: 0x7f020078 + public const int ic_group_expand_09 = 2130837624; + + // aapt resource value: 0x7f020079 + public const int ic_group_expand_10 = 2130837625; + + // aapt resource value: 0x7f02007a + public const int ic_group_expand_11 = 2130837626; + + // aapt resource value: 0x7f02007b + public const int ic_group_expand_12 = 2130837627; + + // aapt resource value: 0x7f02007c + public const int ic_group_expand_13 = 2130837628; + + // aapt resource value: 0x7f02007d + public const int ic_group_expand_14 = 2130837629; + + // aapt resource value: 0x7f02007e + public const int ic_group_expand_15 = 2130837630; + + // aapt resource value: 0x7f02007f + public const int ic_media_pause_dark = 2130837631; + + // aapt resource value: 0x7f020080 + public const int ic_media_pause_light = 2130837632; + + // aapt resource value: 0x7f020081 + public const int ic_media_play_dark = 2130837633; + + // aapt resource value: 0x7f020082 + public const int ic_media_play_light = 2130837634; + + // aapt resource value: 0x7f020083 + public const int ic_media_stop_dark = 2130837635; + + // aapt resource value: 0x7f020084 + public const int ic_media_stop_light = 2130837636; + + // aapt resource value: 0x7f020085 + public const int ic_mr_button_connected_00_dark = 2130837637; + + // aapt resource value: 0x7f020086 + public const int ic_mr_button_connected_00_light = 2130837638; + + // aapt resource value: 0x7f020087 + public const int ic_mr_button_connected_01_dark = 2130837639; + + // aapt resource value: 0x7f020088 + public const int ic_mr_button_connected_01_light = 2130837640; + + // aapt resource value: 0x7f020089 + public const int ic_mr_button_connected_02_dark = 2130837641; + + // aapt resource value: 0x7f02008a + public const int ic_mr_button_connected_02_light = 2130837642; + + // aapt resource value: 0x7f02008b + public const int ic_mr_button_connected_03_dark = 2130837643; + + // aapt resource value: 0x7f02008c + public const int ic_mr_button_connected_03_light = 2130837644; + + // aapt resource value: 0x7f02008d + public const int ic_mr_button_connected_04_dark = 2130837645; + + // aapt resource value: 0x7f02008e + public const int ic_mr_button_connected_04_light = 2130837646; + + // aapt resource value: 0x7f02008f + public const int ic_mr_button_connected_05_dark = 2130837647; + + // aapt resource value: 0x7f020090 + public const int ic_mr_button_connected_05_light = 2130837648; + + // aapt resource value: 0x7f020091 + public const int ic_mr_button_connected_06_dark = 2130837649; + + // aapt resource value: 0x7f020092 + public const int ic_mr_button_connected_06_light = 2130837650; + + // aapt resource value: 0x7f020093 + public const int ic_mr_button_connected_07_dark = 2130837651; + + // aapt resource value: 0x7f020094 + public const int ic_mr_button_connected_07_light = 2130837652; + + // aapt resource value: 0x7f020095 + public const int ic_mr_button_connected_08_dark = 2130837653; + + // aapt resource value: 0x7f020096 + public const int ic_mr_button_connected_08_light = 2130837654; + + // aapt resource value: 0x7f020097 + public const int ic_mr_button_connected_09_dark = 2130837655; + + // aapt resource value: 0x7f020098 + public const int ic_mr_button_connected_09_light = 2130837656; + + // aapt resource value: 0x7f020099 + public const int ic_mr_button_connected_10_dark = 2130837657; + + // aapt resource value: 0x7f02009a + public const int ic_mr_button_connected_10_light = 2130837658; + + // aapt resource value: 0x7f02009b + public const int ic_mr_button_connected_11_dark = 2130837659; + + // aapt resource value: 0x7f02009c + public const int ic_mr_button_connected_11_light = 2130837660; + + // aapt resource value: 0x7f02009d + public const int ic_mr_button_connected_12_dark = 2130837661; + + // aapt resource value: 0x7f02009e + public const int ic_mr_button_connected_12_light = 2130837662; + + // aapt resource value: 0x7f02009f + public const int ic_mr_button_connected_13_dark = 2130837663; + + // aapt resource value: 0x7f0200a0 + public const int ic_mr_button_connected_13_light = 2130837664; + + // aapt resource value: 0x7f0200a1 + public const int ic_mr_button_connected_14_dark = 2130837665; + + // aapt resource value: 0x7f0200a2 + public const int ic_mr_button_connected_14_light = 2130837666; + + // aapt resource value: 0x7f0200a3 + public const int ic_mr_button_connected_15_dark = 2130837667; + + // aapt resource value: 0x7f0200a4 + public const int ic_mr_button_connected_15_light = 2130837668; + + // aapt resource value: 0x7f0200a5 + public const int ic_mr_button_connected_16_dark = 2130837669; + + // aapt resource value: 0x7f0200a6 + public const int ic_mr_button_connected_16_light = 2130837670; + + // aapt resource value: 0x7f0200a7 + public const int ic_mr_button_connected_17_dark = 2130837671; + + // aapt resource value: 0x7f0200a8 + public const int ic_mr_button_connected_17_light = 2130837672; + + // aapt resource value: 0x7f0200a9 + public const int ic_mr_button_connected_18_dark = 2130837673; + + // aapt resource value: 0x7f0200aa + public const int ic_mr_button_connected_18_light = 2130837674; + + // aapt resource value: 0x7f0200ab + public const int ic_mr_button_connected_19_dark = 2130837675; + + // aapt resource value: 0x7f0200ac + public const int ic_mr_button_connected_19_light = 2130837676; + + // aapt resource value: 0x7f0200ad + public const int ic_mr_button_connected_20_dark = 2130837677; + + // aapt resource value: 0x7f0200ae + public const int ic_mr_button_connected_20_light = 2130837678; + + // aapt resource value: 0x7f0200af + public const int ic_mr_button_connected_21_dark = 2130837679; + + // aapt resource value: 0x7f0200b0 + public const int ic_mr_button_connected_21_light = 2130837680; + + // aapt resource value: 0x7f0200b1 + public const int ic_mr_button_connected_22_dark = 2130837681; + + // aapt resource value: 0x7f0200b2 + public const int ic_mr_button_connected_22_light = 2130837682; + + // aapt resource value: 0x7f0200b3 + public const int ic_mr_button_connected_23_dark = 2130837683; + + // aapt resource value: 0x7f0200b4 + public const int ic_mr_button_connected_23_light = 2130837684; + + // aapt resource value: 0x7f0200b5 + public const int ic_mr_button_connected_24_dark = 2130837685; + + // aapt resource value: 0x7f0200b6 + public const int ic_mr_button_connected_24_light = 2130837686; + + // aapt resource value: 0x7f0200b7 + public const int ic_mr_button_connected_25_dark = 2130837687; + + // aapt resource value: 0x7f0200b8 + public const int ic_mr_button_connected_25_light = 2130837688; + + // aapt resource value: 0x7f0200b9 + public const int ic_mr_button_connected_26_dark = 2130837689; + + // aapt resource value: 0x7f0200ba + public const int ic_mr_button_connected_26_light = 2130837690; + + // aapt resource value: 0x7f0200bb + public const int ic_mr_button_connected_27_dark = 2130837691; + + // aapt resource value: 0x7f0200bc + public const int ic_mr_button_connected_27_light = 2130837692; + + // aapt resource value: 0x7f0200bd + public const int ic_mr_button_connected_28_dark = 2130837693; + + // aapt resource value: 0x7f0200be + public const int ic_mr_button_connected_28_light = 2130837694; + + // aapt resource value: 0x7f0200bf + public const int ic_mr_button_connected_29_dark = 2130837695; + + // aapt resource value: 0x7f0200c0 + public const int ic_mr_button_connected_29_light = 2130837696; + + // aapt resource value: 0x7f0200c1 + public const int ic_mr_button_connected_30_dark = 2130837697; + + // aapt resource value: 0x7f0200c2 + public const int ic_mr_button_connected_30_light = 2130837698; + + // aapt resource value: 0x7f0200c3 + public const int ic_mr_button_connecting_00_dark = 2130837699; + + // aapt resource value: 0x7f0200c4 + public const int ic_mr_button_connecting_00_light = 2130837700; + + // aapt resource value: 0x7f0200c5 + public const int ic_mr_button_connecting_01_dark = 2130837701; + + // aapt resource value: 0x7f0200c6 + public const int ic_mr_button_connecting_01_light = 2130837702; + + // aapt resource value: 0x7f0200c7 + public const int ic_mr_button_connecting_02_dark = 2130837703; + + // aapt resource value: 0x7f0200c8 + public const int ic_mr_button_connecting_02_light = 2130837704; + + // aapt resource value: 0x7f0200c9 + public const int ic_mr_button_connecting_03_dark = 2130837705; + + // aapt resource value: 0x7f0200ca + public const int ic_mr_button_connecting_03_light = 2130837706; + + // aapt resource value: 0x7f0200cb + public const int ic_mr_button_connecting_04_dark = 2130837707; + + // aapt resource value: 0x7f0200cc + public const int ic_mr_button_connecting_04_light = 2130837708; + + // aapt resource value: 0x7f0200cd + public const int ic_mr_button_connecting_05_dark = 2130837709; + + // aapt resource value: 0x7f0200ce + public const int ic_mr_button_connecting_05_light = 2130837710; + + // aapt resource value: 0x7f0200cf + public const int ic_mr_button_connecting_06_dark = 2130837711; + + // aapt resource value: 0x7f0200d0 + public const int ic_mr_button_connecting_06_light = 2130837712; + + // aapt resource value: 0x7f0200d1 + public const int ic_mr_button_connecting_07_dark = 2130837713; + + // aapt resource value: 0x7f0200d2 + public const int ic_mr_button_connecting_07_light = 2130837714; + + // aapt resource value: 0x7f0200d3 + public const int ic_mr_button_connecting_08_dark = 2130837715; + + // aapt resource value: 0x7f0200d4 + public const int ic_mr_button_connecting_08_light = 2130837716; + + // aapt resource value: 0x7f0200d5 + public const int ic_mr_button_connecting_09_dark = 2130837717; + + // aapt resource value: 0x7f0200d6 + public const int ic_mr_button_connecting_09_light = 2130837718; + + // aapt resource value: 0x7f0200d7 + public const int ic_mr_button_connecting_10_dark = 2130837719; + + // aapt resource value: 0x7f0200d8 + public const int ic_mr_button_connecting_10_light = 2130837720; + + // aapt resource value: 0x7f0200d9 + public const int ic_mr_button_connecting_11_dark = 2130837721; + + // aapt resource value: 0x7f0200da + public const int ic_mr_button_connecting_11_light = 2130837722; + + // aapt resource value: 0x7f0200db + public const int ic_mr_button_connecting_12_dark = 2130837723; + + // aapt resource value: 0x7f0200dc + public const int ic_mr_button_connecting_12_light = 2130837724; + + // aapt resource value: 0x7f0200dd + public const int ic_mr_button_connecting_13_dark = 2130837725; + + // aapt resource value: 0x7f0200de + public const int ic_mr_button_connecting_13_light = 2130837726; + + // aapt resource value: 0x7f0200df + public const int ic_mr_button_connecting_14_dark = 2130837727; + + // aapt resource value: 0x7f0200e0 + public const int ic_mr_button_connecting_14_light = 2130837728; + + // aapt resource value: 0x7f0200e1 + public const int ic_mr_button_connecting_15_dark = 2130837729; + + // aapt resource value: 0x7f0200e2 + public const int ic_mr_button_connecting_15_light = 2130837730; + + // aapt resource value: 0x7f0200e3 + public const int ic_mr_button_connecting_16_dark = 2130837731; + + // aapt resource value: 0x7f0200e4 + public const int ic_mr_button_connecting_16_light = 2130837732; + + // aapt resource value: 0x7f0200e5 + public const int ic_mr_button_connecting_17_dark = 2130837733; + + // aapt resource value: 0x7f0200e6 + public const int ic_mr_button_connecting_17_light = 2130837734; + + // aapt resource value: 0x7f0200e7 + public const int ic_mr_button_connecting_18_dark = 2130837735; + + // aapt resource value: 0x7f0200e8 + public const int ic_mr_button_connecting_18_light = 2130837736; + + // aapt resource value: 0x7f0200e9 + public const int ic_mr_button_connecting_19_dark = 2130837737; + + // aapt resource value: 0x7f0200ea + public const int ic_mr_button_connecting_19_light = 2130837738; + + // aapt resource value: 0x7f0200eb + public const int ic_mr_button_connecting_20_dark = 2130837739; + + // aapt resource value: 0x7f0200ec + public const int ic_mr_button_connecting_20_light = 2130837740; + + // aapt resource value: 0x7f0200ed + public const int ic_mr_button_connecting_21_dark = 2130837741; + + // aapt resource value: 0x7f0200ee + public const int ic_mr_button_connecting_21_light = 2130837742; + + // aapt resource value: 0x7f0200ef + public const int ic_mr_button_connecting_22_dark = 2130837743; + + // aapt resource value: 0x7f0200f0 + public const int ic_mr_button_connecting_22_light = 2130837744; + + // aapt resource value: 0x7f0200f1 + public const int ic_mr_button_connecting_23_dark = 2130837745; + + // aapt resource value: 0x7f0200f2 + public const int ic_mr_button_connecting_23_light = 2130837746; + + // aapt resource value: 0x7f0200f3 + public const int ic_mr_button_connecting_24_dark = 2130837747; + + // aapt resource value: 0x7f0200f4 + public const int ic_mr_button_connecting_24_light = 2130837748; + + // aapt resource value: 0x7f0200f5 + public const int ic_mr_button_connecting_25_dark = 2130837749; + + // aapt resource value: 0x7f0200f6 + public const int ic_mr_button_connecting_25_light = 2130837750; + + // aapt resource value: 0x7f0200f7 + public const int ic_mr_button_connecting_26_dark = 2130837751; + + // aapt resource value: 0x7f0200f8 + public const int ic_mr_button_connecting_26_light = 2130837752; + + // aapt resource value: 0x7f0200f9 + public const int ic_mr_button_connecting_27_dark = 2130837753; + + // aapt resource value: 0x7f0200fa + public const int ic_mr_button_connecting_27_light = 2130837754; + + // aapt resource value: 0x7f0200fb + public const int ic_mr_button_connecting_28_dark = 2130837755; + + // aapt resource value: 0x7f0200fc + public const int ic_mr_button_connecting_28_light = 2130837756; + + // aapt resource value: 0x7f0200fd + public const int ic_mr_button_connecting_29_dark = 2130837757; + + // aapt resource value: 0x7f0200fe + public const int ic_mr_button_connecting_29_light = 2130837758; + + // aapt resource value: 0x7f0200ff + public const int ic_mr_button_connecting_30_dark = 2130837759; + + // aapt resource value: 0x7f020100 + public const int ic_mr_button_connecting_30_light = 2130837760; + + // aapt resource value: 0x7f020101 + public const int ic_mr_button_disabled_dark = 2130837761; + + // aapt resource value: 0x7f020102 + public const int ic_mr_button_disabled_light = 2130837762; + + // aapt resource value: 0x7f020103 + public const int ic_mr_button_disconnected_dark = 2130837763; + + // aapt resource value: 0x7f020104 + public const int ic_mr_button_disconnected_light = 2130837764; + + // aapt resource value: 0x7f020105 + public const int ic_mr_button_grey = 2130837765; + + // aapt resource value: 0x7f020106 + public const int ic_vol_type_speaker_dark = 2130837766; + + // aapt resource value: 0x7f020107 + public const int ic_vol_type_speaker_group_dark = 2130837767; + + // aapt resource value: 0x7f020108 + public const int ic_vol_type_speaker_group_light = 2130837768; + + // aapt resource value: 0x7f020109 + public const int ic_vol_type_speaker_light = 2130837769; + + // aapt resource value: 0x7f02010a + public const int ic_vol_type_tv_dark = 2130837770; + + // aapt resource value: 0x7f02010b + public const int ic_vol_type_tv_light = 2130837771; + + // aapt resource value: 0x7f02010c + public const int icon = 2130837772; + + // aapt resource value: 0x7f02010d + public const int mr_button_connected_dark = 2130837773; + + // aapt resource value: 0x7f02010e + public const int mr_button_connected_light = 2130837774; + + // aapt resource value: 0x7f02010f + public const int mr_button_connecting_dark = 2130837775; + + // aapt resource value: 0x7f020110 + public const int mr_button_connecting_light = 2130837776; + + // aapt resource value: 0x7f020111 + public const int mr_button_dark = 2130837777; + + // aapt resource value: 0x7f020112 + public const int mr_button_light = 2130837778; + + // aapt resource value: 0x7f020113 + public const int mr_dialog_close_dark = 2130837779; + + // aapt resource value: 0x7f020114 + public const int mr_dialog_close_light = 2130837780; + + // aapt resource value: 0x7f020115 + public const int mr_dialog_material_background_dark = 2130837781; + + // aapt resource value: 0x7f020116 + public const int mr_dialog_material_background_light = 2130837782; + + // aapt resource value: 0x7f020117 + public const int mr_group_collapse = 2130837783; + + // aapt resource value: 0x7f020118 + public const int mr_group_expand = 2130837784; + + // aapt resource value: 0x7f020119 + public const int mr_media_pause_dark = 2130837785; + + // aapt resource value: 0x7f02011a + public const int mr_media_pause_light = 2130837786; + + // aapt resource value: 0x7f02011b + public const int mr_media_play_dark = 2130837787; + + // aapt resource value: 0x7f02011c + public const int mr_media_play_light = 2130837788; + + // aapt resource value: 0x7f02011d + public const int mr_media_stop_dark = 2130837789; + + // aapt resource value: 0x7f02011e + public const int mr_media_stop_light = 2130837790; + + // aapt resource value: 0x7f02011f + public const int mr_vol_type_audiotrack_dark = 2130837791; + + // aapt resource value: 0x7f020120 + public const int mr_vol_type_audiotrack_light = 2130837792; + + // aapt resource value: 0x7f020121 + public const int navigation_empty_icon = 2130837793; + + // aapt resource value: 0x7f020122 + public const int notification_action_background = 2130837794; + + // aapt resource value: 0x7f020123 + public const int notification_bg = 2130837795; + + // aapt resource value: 0x7f020124 + public const int notification_bg_low = 2130837796; + + // aapt resource value: 0x7f020125 + public const int notification_bg_low_normal = 2130837797; + + // aapt resource value: 0x7f020126 + public const int notification_bg_low_pressed = 2130837798; + + // aapt resource value: 0x7f020127 + public const int notification_bg_normal = 2130837799; + + // aapt resource value: 0x7f020128 + public const int notification_bg_normal_pressed = 2130837800; + + // aapt resource value: 0x7f020129 + public const int notification_icon_background = 2130837801; + + // aapt resource value: 0x7f02012e + public const int notification_template_icon_bg = 2130837806; + + // aapt resource value: 0x7f02012f + public const int notification_template_icon_low_bg = 2130837807; + + // aapt resource value: 0x7f02012a + public const int notification_tile_bg = 2130837802; + + // aapt resource value: 0x7f02012b + public const int notify_panel_notification_icon_bg = 2130837803; + + // aapt resource value: 0x7f02012c + public const int tooltip_frame_dark = 2130837804; + + // aapt resource value: 0x7f02012d + public const int tooltip_frame_light = 2130837805; + + static Drawable() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Drawable() + { + } + } + + public partial class Id + { + + // aapt resource value: 0x7f090032 + public const int ALT = 2131296306; + + // aapt resource value: 0x7f090033 + public const int CTRL = 2131296307; + + // aapt resource value: 0x7f090034 + public const int FUNCTION = 2131296308; + + // aapt resource value: 0x7f090035 + public const int META = 2131296309; + + // aapt resource value: 0x7f090036 + public const int SHIFT = 2131296310; + + // aapt resource value: 0x7f090037 + public const int SYM = 2131296311; + + // aapt resource value: 0x7f0900b6 + public const int action0 = 2131296438; + + // aapt resource value: 0x7f09007c + public const int action_bar = 2131296380; + + // aapt resource value: 0x7f090001 + public const int action_bar_activity_content = 2131296257; + + // aapt resource value: 0x7f09007b + public const int action_bar_container = 2131296379; + + // aapt resource value: 0x7f090077 + public const int action_bar_root = 2131296375; + + // aapt resource value: 0x7f090002 + public const int action_bar_spinner = 2131296258; + + // aapt resource value: 0x7f09005b + public const int action_bar_subtitle = 2131296347; + + // aapt resource value: 0x7f09005a + public const int action_bar_title = 2131296346; + + // aapt resource value: 0x7f0900b3 + public const int action_container = 2131296435; + + // aapt resource value: 0x7f09007d + public const int action_context_bar = 2131296381; + + // aapt resource value: 0x7f0900ba + public const int action_divider = 2131296442; + + // aapt resource value: 0x7f0900b4 + public const int action_image = 2131296436; + + // aapt resource value: 0x7f090003 + public const int action_menu_divider = 2131296259; + + // aapt resource value: 0x7f090004 + public const int action_menu_presenter = 2131296260; + + // aapt resource value: 0x7f090079 + public const int action_mode_bar = 2131296377; + + // aapt resource value: 0x7f090078 + public const int action_mode_bar_stub = 2131296376; + + // aapt resource value: 0x7f09005c + public const int action_mode_close_button = 2131296348; + + // aapt resource value: 0x7f0900b5 + public const int action_text = 2131296437; + + // aapt resource value: 0x7f0900c3 + public const int actions = 2131296451; + + // aapt resource value: 0x7f09005d + public const int activity_chooser_view_content = 2131296349; + + // aapt resource value: 0x7f090027 + public const int add = 2131296295; + + // aapt resource value: 0x7f090070 + public const int alertTitle = 2131296368; + + // aapt resource value: 0x7f090052 + public const int all = 2131296338; + + // aapt resource value: 0x7f090038 + public const int always = 2131296312; + + // aapt resource value: 0x7f090056 + public const int async = 2131296342; + + // aapt resource value: 0x7f090044 + public const int auto = 2131296324; + + // aapt resource value: 0x7f09002f + public const int beginning = 2131296303; + + // aapt resource value: 0x7f090057 + public const int blocking = 2131296343; + + // aapt resource value: 0x7f09003d + public const int bottom = 2131296317; + + // aapt resource value: 0x7f090063 + public const int buttonPanel = 2131296355; + + // aapt resource value: 0x7f0900b7 + public const int cancel_action = 2131296439; + + // aapt resource value: 0x7f090045 + public const int center = 2131296325; + + // aapt resource value: 0x7f090046 + public const int center_horizontal = 2131296326; + + // aapt resource value: 0x7f090047 + public const int center_vertical = 2131296327; + + // aapt resource value: 0x7f090073 + public const int checkbox = 2131296371; + + // aapt resource value: 0x7f0900bf + public const int chronometer = 2131296447; + + // aapt resource value: 0x7f09004e + public const int clip_horizontal = 2131296334; + + // aapt resource value: 0x7f09004f + public const int clip_vertical = 2131296335; + + // aapt resource value: 0x7f090039 + public const int collapseActionView = 2131296313; + + // aapt resource value: 0x7f09008d + public const int container = 2131296397; + + // aapt resource value: 0x7f090066 + public const int contentPanel = 2131296358; + + // aapt resource value: 0x7f09008e + public const int coordinator = 2131296398; + + // aapt resource value: 0x7f09006d + public const int custom = 2131296365; + + // aapt resource value: 0x7f09006c + public const int customPanel = 2131296364; + + // aapt resource value: 0x7f09007a + public const int decor_content_parent = 2131296378; + + // aapt resource value: 0x7f090060 + public const int default_activity_button = 2131296352; + + // aapt resource value: 0x7f090090 + public const int design_bottom_sheet = 2131296400; + + // aapt resource value: 0x7f090097 + public const int design_menu_item_action_area = 2131296407; + + // aapt resource value: 0x7f090096 + public const int design_menu_item_action_area_stub = 2131296406; + + // aapt resource value: 0x7f090095 + public const int design_menu_item_text = 2131296405; + + // aapt resource value: 0x7f090094 + public const int design_navigation_view = 2131296404; + + // aapt resource value: 0x7f090020 + public const int disableHome = 2131296288; + + // aapt resource value: 0x7f09007e + public const int edit_query = 2131296382; + + // aapt resource value: 0x7f090030 + public const int end = 2131296304; + + // aapt resource value: 0x7f0900c5 + public const int end_padder = 2131296453; + + // aapt resource value: 0x7f09003f + public const int enterAlways = 2131296319; + + // aapt resource value: 0x7f090040 + public const int enterAlwaysCollapsed = 2131296320; + + // aapt resource value: 0x7f090041 + public const int exitUntilCollapsed = 2131296321; + + // aapt resource value: 0x7f09005e + public const int expand_activities_button = 2131296350; + + // aapt resource value: 0x7f090072 + public const int expanded_menu = 2131296370; + + // aapt resource value: 0x7f090050 + public const int fill = 2131296336; + + // aapt resource value: 0x7f090051 + public const int fill_horizontal = 2131296337; + + // aapt resource value: 0x7f090048 + public const int fill_vertical = 2131296328; + + // aapt resource value: 0x7f090054 + public const int @fixed = 2131296340; + + // aapt resource value: 0x7f090058 + public const int forever = 2131296344; + + // aapt resource value: 0x7f09000a + public const int ghost_view = 2131296266; + + // aapt resource value: 0x7f090005 + public const int home = 2131296261; + + // aapt resource value: 0x7f090021 + public const int homeAsUp = 2131296289; + + // aapt resource value: 0x7f090062 + public const int icon = 2131296354; + + // aapt resource value: 0x7f0900c4 + public const int icon_group = 2131296452; + + // aapt resource value: 0x7f09003a + public const int ifRoom = 2131296314; + + // aapt resource value: 0x7f09005f + public const int image = 2131296351; + + // aapt resource value: 0x7f0900c0 + public const int info = 2131296448; + + // aapt resource value: 0x7f090059 + public const int italic = 2131296345; + + // aapt resource value: 0x7f090000 + public const int item_touch_helper_previous_elevation = 2131296256; + + // aapt resource value: 0x7f09008c + public const int largeLabel = 2131296396; + + // aapt resource value: 0x7f090049 + public const int left = 2131296329; + + // aapt resource value: 0x7f090017 + public const int line1 = 2131296279; + + // aapt resource value: 0x7f090018 + public const int line3 = 2131296280; + + // aapt resource value: 0x7f09001d + public const int listMode = 2131296285; + + // aapt resource value: 0x7f090061 + public const int list_item = 2131296353; + + // aapt resource value: 0x7f0900ca + public const int masked = 2131296458; + + // aapt resource value: 0x7f0900b9 + public const int media_actions = 2131296441; + + // aapt resource value: 0x7f0900c8 + public const int message = 2131296456; + + // aapt resource value: 0x7f090031 + public const int middle = 2131296305; + + // aapt resource value: 0x7f090053 + public const int mini = 2131296339; + + // aapt resource value: 0x7f0900a5 + public const int mr_art = 2131296421; + + // aapt resource value: 0x7f09009a + public const int mr_chooser_list = 2131296410; + + // aapt resource value: 0x7f09009d + public const int mr_chooser_route_desc = 2131296413; + + // aapt resource value: 0x7f09009b + public const int mr_chooser_route_icon = 2131296411; + + // aapt resource value: 0x7f09009c + public const int mr_chooser_route_name = 2131296412; + + // aapt resource value: 0x7f090099 + public const int mr_chooser_title = 2131296409; + + // aapt resource value: 0x7f0900a2 + public const int mr_close = 2131296418; + + // aapt resource value: 0x7f0900a8 + public const int mr_control_divider = 2131296424; + + // aapt resource value: 0x7f0900ae + public const int mr_control_playback_ctrl = 2131296430; + + // aapt resource value: 0x7f0900b1 + public const int mr_control_subtitle = 2131296433; + + // aapt resource value: 0x7f0900b0 + public const int mr_control_title = 2131296432; + + // aapt resource value: 0x7f0900af + public const int mr_control_title_container = 2131296431; + + // aapt resource value: 0x7f0900a3 + public const int mr_custom_control = 2131296419; + + // aapt resource value: 0x7f0900a4 + public const int mr_default_control = 2131296420; + + // aapt resource value: 0x7f09009f + public const int mr_dialog_area = 2131296415; + + // aapt resource value: 0x7f09009e + public const int mr_expandable_area = 2131296414; + + // aapt resource value: 0x7f0900b2 + public const int mr_group_expand_collapse = 2131296434; + + // aapt resource value: 0x7f0900a6 + public const int mr_media_main_control = 2131296422; + + // aapt resource value: 0x7f0900a1 + public const int mr_name = 2131296417; + + // aapt resource value: 0x7f0900a7 + public const int mr_playback_control = 2131296423; + + // aapt resource value: 0x7f0900a0 + public const int mr_title_bar = 2131296416; + + // aapt resource value: 0x7f0900a9 + public const int mr_volume_control = 2131296425; + + // aapt resource value: 0x7f0900aa + public const int mr_volume_group_list = 2131296426; + + // aapt resource value: 0x7f0900ac + public const int mr_volume_item_icon = 2131296428; + + // aapt resource value: 0x7f0900ad + public const int mr_volume_slider = 2131296429; + + // aapt resource value: 0x7f090028 + public const int multiply = 2131296296; + + // aapt resource value: 0x7f090093 + public const int navigation_header_container = 2131296403; + + // aapt resource value: 0x7f09003b + public const int never = 2131296315; + + // aapt resource value: 0x7f090022 + public const int none = 2131296290; + + // aapt resource value: 0x7f09001e + public const int normal = 2131296286; + + // aapt resource value: 0x7f0900c2 + public const int notification_background = 2131296450; + + // aapt resource value: 0x7f0900bc + public const int notification_main_column = 2131296444; + + // aapt resource value: 0x7f0900bb + public const int notification_main_column_container = 2131296443; + + // aapt resource value: 0x7f09004c + public const int parallax = 2131296332; + + // aapt resource value: 0x7f090065 + public const int parentPanel = 2131296357; + + // aapt resource value: 0x7f09000b + public const int parent_matrix = 2131296267; + + // aapt resource value: 0x7f09004d + public const int pin = 2131296333; + + // aapt resource value: 0x7f090006 + public const int progress_circular = 2131296262; + + // aapt resource value: 0x7f090007 + public const int progress_horizontal = 2131296263; + + // aapt resource value: 0x7f090075 + public const int radio = 2131296373; + + // aapt resource value: 0x7f09004a + public const int right = 2131296330; + + // aapt resource value: 0x7f0900c1 + public const int right_icon = 2131296449; + + // aapt resource value: 0x7f0900bd + public const int right_side = 2131296445; + + // aapt resource value: 0x7f09000c + public const int save_image_matrix = 2131296268; + + // aapt resource value: 0x7f09000d + public const int save_non_transition_alpha = 2131296269; + + // aapt resource value: 0x7f09000e + public const int save_scale_type = 2131296270; + + // aapt resource value: 0x7f090029 + public const int screen = 2131296297; + + // aapt resource value: 0x7f090042 + public const int scroll = 2131296322; + + // aapt resource value: 0x7f09006b + public const int scrollIndicatorDown = 2131296363; + + // aapt resource value: 0x7f090067 + public const int scrollIndicatorUp = 2131296359; + + // aapt resource value: 0x7f090068 + public const int scrollView = 2131296360; + + // aapt resource value: 0x7f090055 + public const int scrollable = 2131296341; + + // aapt resource value: 0x7f090080 + public const int search_badge = 2131296384; + + // aapt resource value: 0x7f09007f + public const int search_bar = 2131296383; + + // aapt resource value: 0x7f090081 + public const int search_button = 2131296385; + + // aapt resource value: 0x7f090086 + public const int search_close_btn = 2131296390; + + // aapt resource value: 0x7f090082 + public const int search_edit_frame = 2131296386; + + // aapt resource value: 0x7f090088 + public const int search_go_btn = 2131296392; + + // aapt resource value: 0x7f090083 + public const int search_mag_icon = 2131296387; + + // aapt resource value: 0x7f090084 + public const int search_plate = 2131296388; + + // aapt resource value: 0x7f090085 + public const int search_src_text = 2131296389; + + // aapt resource value: 0x7f090089 + public const int search_voice_btn = 2131296393; + + // aapt resource value: 0x7f09008a + public const int select_dialog_listview = 2131296394; + + // aapt resource value: 0x7f090074 + public const int shortcut = 2131296372; + + // aapt resource value: 0x7f090023 + public const int showCustom = 2131296291; + + // aapt resource value: 0x7f090024 + public const int showHome = 2131296292; + + // aapt resource value: 0x7f090025 + public const int showTitle = 2131296293; + + // aapt resource value: 0x7f0900c6 + public const int sliding_tabs = 2131296454; + + // aapt resource value: 0x7f09008b + public const int smallLabel = 2131296395; + + // aapt resource value: 0x7f090092 + public const int snackbar_action = 2131296402; + + // aapt resource value: 0x7f090091 + public const int snackbar_text = 2131296401; + + // aapt resource value: 0x7f090043 + public const int snap = 2131296323; + + // aapt resource value: 0x7f090064 + public const int spacer = 2131296356; + + // aapt resource value: 0x7f090008 + public const int split_action_bar = 2131296264; + + // aapt resource value: 0x7f09002a + public const int src_atop = 2131296298; + + // aapt resource value: 0x7f09002b + public const int src_in = 2131296299; + + // aapt resource value: 0x7f09002c + public const int src_over = 2131296300; + + // aapt resource value: 0x7f09004b + public const int start = 2131296331; + + // aapt resource value: 0x7f0900b8 + public const int status_bar_latest_event_content = 2131296440; + + // aapt resource value: 0x7f090076 + public const int submenuarrow = 2131296374; + + // aapt resource value: 0x7f090087 + public const int submit_area = 2131296391; + + // aapt resource value: 0x7f09001f + public const int tabMode = 2131296287; + + // aapt resource value: 0x7f090019 + public const int tag_transition_group = 2131296281; + + // aapt resource value: 0x7f09001a + public const int text = 2131296282; + + // aapt resource value: 0x7f09001b + public const int text2 = 2131296283; + + // aapt resource value: 0x7f09006a + public const int textSpacerNoButtons = 2131296362; + + // aapt resource value: 0x7f090069 + public const int textSpacerNoTitle = 2131296361; + + // aapt resource value: 0x7f090098 + public const int text_input_password_toggle = 2131296408; + + // aapt resource value: 0x7f090014 + public const int textinput_counter = 2131296276; + + // aapt resource value: 0x7f090015 + public const int textinput_error = 2131296277; + + // aapt resource value: 0x7f0900be + public const int time = 2131296446; + + // aapt resource value: 0x7f09001c + public const int title = 2131296284; + + // aapt resource value: 0x7f090071 + public const int titleDividerNoCustom = 2131296369; + + // aapt resource value: 0x7f09006f + public const int title_template = 2131296367; + + // aapt resource value: 0x7f0900c7 + public const int toolbar = 2131296455; + + // aapt resource value: 0x7f09003e + public const int top = 2131296318; + + // aapt resource value: 0x7f09006e + public const int topPanel = 2131296366; + + // aapt resource value: 0x7f09008f + public const int touch_outside = 2131296399; + + // aapt resource value: 0x7f09000f + public const int transition_current_scene = 2131296271; + + // aapt resource value: 0x7f090010 + public const int transition_layout_save = 2131296272; + + // aapt resource value: 0x7f090011 + public const int transition_position = 2131296273; + + // aapt resource value: 0x7f090012 + public const int transition_scene_layoutid_cache = 2131296274; + + // aapt resource value: 0x7f090013 + public const int transition_transform = 2131296275; + + // aapt resource value: 0x7f09002d + public const int uniform = 2131296301; + + // aapt resource value: 0x7f090009 + public const int up = 2131296265; + + // aapt resource value: 0x7f090026 + public const int useLogo = 2131296294; + + // aapt resource value: 0x7f090016 + public const int view_offset_helper = 2131296278; + + // aapt resource value: 0x7f0900c9 + public const int visible = 2131296457; + + // aapt resource value: 0x7f0900ab + public const int volume_item_container = 2131296427; + + // aapt resource value: 0x7f09003c + public const int withText = 2131296316; + + // aapt resource value: 0x7f09002e + public const int wrap_content = 2131296302; + + static Id() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Id() + { + } + } + + public partial class Integer + { + + // aapt resource value: 0x7f0b0003 + public const int abc_config_activityDefaultDur = 2131427331; + + // aapt resource value: 0x7f0b0004 + public const int abc_config_activityShortDur = 2131427332; + + // aapt resource value: 0x7f0b0008 + public const int app_bar_elevation_anim_duration = 2131427336; + + // aapt resource value: 0x7f0b0009 + public const int bottom_sheet_slide_duration = 2131427337; + + // aapt resource value: 0x7f0b0005 + public const int cancel_button_image_alpha = 2131427333; + + // aapt resource value: 0x7f0b0006 + public const int config_tooltipAnimTime = 2131427334; + + // aapt resource value: 0x7f0b0007 + public const int design_snackbar_text_max_lines = 2131427335; + + // aapt resource value: 0x7f0b000a + public const int hide_password_duration = 2131427338; + + // aapt resource value: 0x7f0b0000 + public const int mr_controller_volume_group_list_animation_duration_ms = 2131427328; + + // aapt resource value: 0x7f0b0001 + public const int mr_controller_volume_group_list_fade_in_duration_ms = 2131427329; + + // aapt resource value: 0x7f0b0002 + public const int mr_controller_volume_group_list_fade_out_duration_ms = 2131427330; + + // aapt resource value: 0x7f0b000b + public const int show_password_duration = 2131427339; + + // aapt resource value: 0x7f0b000c + public const int status_bar_notification_info_maxnum = 2131427340; + + static Integer() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Integer() + { + } + } + + public partial class Interpolator + { + + // aapt resource value: 0x7f070000 + public const int mr_fast_out_slow_in = 2131165184; + + // aapt resource value: 0x7f070001 + public const int mr_linear_out_slow_in = 2131165185; + + static Interpolator() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Interpolator() + { + } + } + + public partial class Layout + { + + // aapt resource value: 0x7f040000 + public const int abc_action_bar_title_item = 2130968576; + + // aapt resource value: 0x7f040001 + public const int abc_action_bar_up_container = 2130968577; + + // aapt resource value: 0x7f040002 + public const int abc_action_menu_item_layout = 2130968578; + + // aapt resource value: 0x7f040003 + public const int abc_action_menu_layout = 2130968579; + + // aapt resource value: 0x7f040004 + public const int abc_action_mode_bar = 2130968580; + + // aapt resource value: 0x7f040005 + public const int abc_action_mode_close_item_material = 2130968581; + + // aapt resource value: 0x7f040006 + public const int abc_activity_chooser_view = 2130968582; + + // aapt resource value: 0x7f040007 + public const int abc_activity_chooser_view_list_item = 2130968583; + + // aapt resource value: 0x7f040008 + public const int abc_alert_dialog_button_bar_material = 2130968584; + + // aapt resource value: 0x7f040009 + public const int abc_alert_dialog_material = 2130968585; + + // aapt resource value: 0x7f04000a + public const int abc_alert_dialog_title_material = 2130968586; + + // aapt resource value: 0x7f04000b + public const int abc_dialog_title_material = 2130968587; + + // aapt resource value: 0x7f04000c + public const int abc_expanded_menu_layout = 2130968588; + + // aapt resource value: 0x7f04000d + public const int abc_list_menu_item_checkbox = 2130968589; + + // aapt resource value: 0x7f04000e + public const int abc_list_menu_item_icon = 2130968590; + + // aapt resource value: 0x7f04000f + public const int abc_list_menu_item_layout = 2130968591; + + // aapt resource value: 0x7f040010 + public const int abc_list_menu_item_radio = 2130968592; + + // aapt resource value: 0x7f040011 + public const int abc_popup_menu_header_item_layout = 2130968593; + + // aapt resource value: 0x7f040012 + public const int abc_popup_menu_item_layout = 2130968594; + + // aapt resource value: 0x7f040013 + public const int abc_screen_content_include = 2130968595; + + // aapt resource value: 0x7f040014 + public const int abc_screen_simple = 2130968596; + + // aapt resource value: 0x7f040015 + public const int abc_screen_simple_overlay_action_mode = 2130968597; + + // aapt resource value: 0x7f040016 + public const int abc_screen_toolbar = 2130968598; + + // aapt resource value: 0x7f040017 + public const int abc_search_dropdown_item_icons_2line = 2130968599; + + // aapt resource value: 0x7f040018 + public const int abc_search_view = 2130968600; + + // aapt resource value: 0x7f040019 + public const int abc_select_dialog_material = 2130968601; + + // aapt resource value: 0x7f04001a + public const int design_bottom_navigation_item = 2130968602; + + // aapt resource value: 0x7f04001b + public const int design_bottom_sheet_dialog = 2130968603; + + // aapt resource value: 0x7f04001c + public const int design_layout_snackbar = 2130968604; + + // aapt resource value: 0x7f04001d + public const int design_layout_snackbar_include = 2130968605; + + // aapt resource value: 0x7f04001e + public const int design_layout_tab_icon = 2130968606; + + // aapt resource value: 0x7f04001f + public const int design_layout_tab_text = 2130968607; + + // aapt resource value: 0x7f040020 + public const int design_menu_item_action_area = 2130968608; + + // aapt resource value: 0x7f040021 + public const int design_navigation_item = 2130968609; + + // aapt resource value: 0x7f040022 + public const int design_navigation_item_header = 2130968610; + + // aapt resource value: 0x7f040023 + public const int design_navigation_item_separator = 2130968611; + + // aapt resource value: 0x7f040024 + public const int design_navigation_item_subheader = 2130968612; + + // aapt resource value: 0x7f040025 + public const int design_navigation_menu = 2130968613; + + // aapt resource value: 0x7f040026 + public const int design_navigation_menu_item = 2130968614; + + // aapt resource value: 0x7f040027 + public const int design_text_input_password_icon = 2130968615; + + // aapt resource value: 0x7f040028 + public const int mr_chooser_dialog = 2130968616; + + // aapt resource value: 0x7f040029 + public const int mr_chooser_list_item = 2130968617; + + // aapt resource value: 0x7f04002a + public const int mr_controller_material_dialog_b = 2130968618; + + // aapt resource value: 0x7f04002b + public const int mr_controller_volume_item = 2130968619; + + // aapt resource value: 0x7f04002c + public const int mr_playback_control = 2130968620; + + // aapt resource value: 0x7f04002d + public const int mr_volume_control = 2130968621; + + // aapt resource value: 0x7f04002e + public const int notification_action = 2130968622; + + // aapt resource value: 0x7f04002f + public const int notification_action_tombstone = 2130968623; + + // aapt resource value: 0x7f040030 + public const int notification_media_action = 2130968624; + + // aapt resource value: 0x7f040031 + public const int notification_media_cancel_action = 2130968625; + + // aapt resource value: 0x7f040032 + public const int notification_template_big_media = 2130968626; + + // aapt resource value: 0x7f040033 + public const int notification_template_big_media_custom = 2130968627; + + // aapt resource value: 0x7f040034 + public const int notification_template_big_media_narrow = 2130968628; + + // aapt resource value: 0x7f040035 + public const int notification_template_big_media_narrow_custom = 2130968629; + + // aapt resource value: 0x7f040036 + public const int notification_template_custom_big = 2130968630; + + // aapt resource value: 0x7f040037 + public const int notification_template_icon_group = 2130968631; + + // aapt resource value: 0x7f040038 + public const int notification_template_lines_media = 2130968632; + + // aapt resource value: 0x7f040039 + public const int notification_template_media = 2130968633; + + // aapt resource value: 0x7f04003a + public const int notification_template_media_custom = 2130968634; + + // aapt resource value: 0x7f04003b + public const int notification_template_part_chronometer = 2130968635; + + // aapt resource value: 0x7f04003c + public const int notification_template_part_time = 2130968636; + + // aapt resource value: 0x7f04003d + public const int select_dialog_item_material = 2130968637; + + // aapt resource value: 0x7f04003e + public const int select_dialog_multichoice_material = 2130968638; + + // aapt resource value: 0x7f04003f + public const int select_dialog_singlechoice_material = 2130968639; + + // aapt resource value: 0x7f040040 + public const int support_simple_spinner_dropdown_item = 2130968640; + + // aapt resource value: 0x7f040041 + public const int Tabbar = 2130968641; + + // aapt resource value: 0x7f040042 + public const int Toolbar = 2130968642; + + // aapt resource value: 0x7f040043 + public const int tooltip = 2130968643; + + static Layout() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Layout() + { + } + } + + public partial class Mipmap + { + + // aapt resource value: 0x7f030000 + public const int icon = 2130903040; + + // aapt resource value: 0x7f030001 + public const int icon_round = 2130903041; + + // aapt resource value: 0x7f030002 + public const int launcher_foreground = 2130903042; + + static Mipmap() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Mipmap() + { + } + } + + public partial class String + { + + // aapt resource value: 0x7f0a0015 + public const int abc_action_bar_home_description = 2131361813; + + // aapt resource value: 0x7f0a0016 + public const int abc_action_bar_up_description = 2131361814; + + // aapt resource value: 0x7f0a0017 + public const int abc_action_menu_overflow_description = 2131361815; + + // aapt resource value: 0x7f0a0018 + public const int abc_action_mode_done = 2131361816; + + // aapt resource value: 0x7f0a0019 + public const int abc_activity_chooser_view_see_all = 2131361817; + + // aapt resource value: 0x7f0a001a + public const int abc_activitychooserview_choose_application = 2131361818; + + // aapt resource value: 0x7f0a001b + public const int abc_capital_off = 2131361819; + + // aapt resource value: 0x7f0a001c + public const int abc_capital_on = 2131361820; + + // aapt resource value: 0x7f0a0027 + public const int abc_font_family_body_1_material = 2131361831; + + // aapt resource value: 0x7f0a0028 + public const int abc_font_family_body_2_material = 2131361832; + + // aapt resource value: 0x7f0a0029 + public const int abc_font_family_button_material = 2131361833; + + // aapt resource value: 0x7f0a002a + public const int abc_font_family_caption_material = 2131361834; + + // aapt resource value: 0x7f0a002b + public const int abc_font_family_display_1_material = 2131361835; + + // aapt resource value: 0x7f0a002c + public const int abc_font_family_display_2_material = 2131361836; + + // aapt resource value: 0x7f0a002d + public const int abc_font_family_display_3_material = 2131361837; + + // aapt resource value: 0x7f0a002e + public const int abc_font_family_display_4_material = 2131361838; + + // aapt resource value: 0x7f0a002f + public const int abc_font_family_headline_material = 2131361839; + + // aapt resource value: 0x7f0a0030 + public const int abc_font_family_menu_material = 2131361840; + + // aapt resource value: 0x7f0a0031 + public const int abc_font_family_subhead_material = 2131361841; + + // aapt resource value: 0x7f0a0032 + public const int abc_font_family_title_material = 2131361842; + + // aapt resource value: 0x7f0a001d + public const int abc_search_hint = 2131361821; + + // aapt resource value: 0x7f0a001e + public const int abc_searchview_description_clear = 2131361822; + + // aapt resource value: 0x7f0a001f + public const int abc_searchview_description_query = 2131361823; + + // aapt resource value: 0x7f0a0020 + public const int abc_searchview_description_search = 2131361824; + + // aapt resource value: 0x7f0a0021 + public const int abc_searchview_description_submit = 2131361825; + + // aapt resource value: 0x7f0a0022 + public const int abc_searchview_description_voice = 2131361826; + + // aapt resource value: 0x7f0a0023 + public const int abc_shareactionprovider_share_with = 2131361827; + + // aapt resource value: 0x7f0a0024 + public const int abc_shareactionprovider_share_with_application = 2131361828; + + // aapt resource value: 0x7f0a0025 + public const int abc_toolbar_collapse_description = 2131361829; + + // aapt resource value: 0x7f0a0033 + public const int appbar_scrolling_view_behavior = 2131361843; + + // aapt resource value: 0x7f0a0034 + public const int bottom_sheet_behavior = 2131361844; + + // aapt resource value: 0x7f0a0035 + public const int character_counter_pattern = 2131361845; + + // aapt resource value: 0x7f0a0000 + public const int mr_button_content_description = 2131361792; + + // aapt resource value: 0x7f0a0001 + public const int mr_cast_button_connected = 2131361793; + + // aapt resource value: 0x7f0a0002 + public const int mr_cast_button_connecting = 2131361794; + + // aapt resource value: 0x7f0a0003 + public const int mr_cast_button_disconnected = 2131361795; + + // aapt resource value: 0x7f0a0004 + public const int mr_chooser_searching = 2131361796; + + // aapt resource value: 0x7f0a0005 + public const int mr_chooser_title = 2131361797; + + // aapt resource value: 0x7f0a0006 + public const int mr_controller_album_art = 2131361798; + + // aapt resource value: 0x7f0a0007 + public const int mr_controller_casting_screen = 2131361799; + + // aapt resource value: 0x7f0a0008 + public const int mr_controller_close_description = 2131361800; + + // aapt resource value: 0x7f0a0009 + public const int mr_controller_collapse_group = 2131361801; + + // aapt resource value: 0x7f0a000a + public const int mr_controller_disconnect = 2131361802; + + // aapt resource value: 0x7f0a000b + public const int mr_controller_expand_group = 2131361803; + + // aapt resource value: 0x7f0a000c + public const int mr_controller_no_info_available = 2131361804; + + // aapt resource value: 0x7f0a000d + public const int mr_controller_no_media_selected = 2131361805; + + // aapt resource value: 0x7f0a000e + public const int mr_controller_pause = 2131361806; + + // aapt resource value: 0x7f0a000f + public const int mr_controller_play = 2131361807; + + // aapt resource value: 0x7f0a0010 + public const int mr_controller_stop = 2131361808; + + // aapt resource value: 0x7f0a0011 + public const int mr_controller_stop_casting = 2131361809; + + // aapt resource value: 0x7f0a0012 + public const int mr_controller_volume_slider = 2131361810; + + // aapt resource value: 0x7f0a0013 + public const int mr_system_route_name = 2131361811; + + // aapt resource value: 0x7f0a0014 + public const int mr_user_route_category_name = 2131361812; + + // aapt resource value: 0x7f0a0036 + public const int password_toggle_content_description = 2131361846; + + // aapt resource value: 0x7f0a0037 + public const int path_password_eye = 2131361847; + + // aapt resource value: 0x7f0a0038 + public const int path_password_eye_mask_strike_through = 2131361848; + + // aapt resource value: 0x7f0a0039 + public const int path_password_eye_mask_visible = 2131361849; + + // aapt resource value: 0x7f0a003a + public const int path_password_strike_through = 2131361850; + + // aapt resource value: 0x7f0a0026 + public const int search_menu_title = 2131361830; + + // aapt resource value: 0x7f0a003b + public const int status_bar_notification_info_overflow = 2131361851; + + static String() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private String() + { + } + } + + public partial class Style + { + + // aapt resource value: 0x7f0c00a4 + public const int AlertDialog_AppCompat = 2131493028; + + // aapt resource value: 0x7f0c00a5 + public const int AlertDialog_AppCompat_Light = 2131493029; + + // aapt resource value: 0x7f0c00a6 + public const int Animation_AppCompat_Dialog = 2131493030; + + // aapt resource value: 0x7f0c00a7 + public const int Animation_AppCompat_DropDownUp = 2131493031; + + // aapt resource value: 0x7f0c00a8 + public const int Animation_AppCompat_Tooltip = 2131493032; + + // aapt resource value: 0x7f0c016e + public const int Animation_Design_BottomSheetDialog = 2131493230; + + // aapt resource value: 0x7f0c0191 + public const int AppCompatDialogStyle = 2131493265; + + // aapt resource value: 0x7f0c00a9 + public const int Base_AlertDialog_AppCompat = 2131493033; + + // aapt resource value: 0x7f0c00aa + public const int Base_AlertDialog_AppCompat_Light = 2131493034; + + // aapt resource value: 0x7f0c00ab + public const int Base_Animation_AppCompat_Dialog = 2131493035; + + // aapt resource value: 0x7f0c00ac + public const int Base_Animation_AppCompat_DropDownUp = 2131493036; + + // aapt resource value: 0x7f0c00ad + public const int Base_Animation_AppCompat_Tooltip = 2131493037; + + // aapt resource value: 0x7f0c000c + public const int Base_CardView = 2131492876; + + // aapt resource value: 0x7f0c00ae + public const int Base_DialogWindowTitle_AppCompat = 2131493038; + + // aapt resource value: 0x7f0c00af + public const int Base_DialogWindowTitleBackground_AppCompat = 2131493039; + + // aapt resource value: 0x7f0c0048 + public const int Base_TextAppearance_AppCompat = 2131492936; + + // aapt resource value: 0x7f0c0049 + public const int Base_TextAppearance_AppCompat_Body1 = 2131492937; + + // aapt resource value: 0x7f0c004a + public const int Base_TextAppearance_AppCompat_Body2 = 2131492938; + + // aapt resource value: 0x7f0c0036 + public const int Base_TextAppearance_AppCompat_Button = 2131492918; + + // aapt resource value: 0x7f0c004b + public const int Base_TextAppearance_AppCompat_Caption = 2131492939; + + // aapt resource value: 0x7f0c004c + public const int Base_TextAppearance_AppCompat_Display1 = 2131492940; + + // aapt resource value: 0x7f0c004d + public const int Base_TextAppearance_AppCompat_Display2 = 2131492941; + + // aapt resource value: 0x7f0c004e + public const int Base_TextAppearance_AppCompat_Display3 = 2131492942; + + // aapt resource value: 0x7f0c004f + public const int Base_TextAppearance_AppCompat_Display4 = 2131492943; + + // aapt resource value: 0x7f0c0050 + public const int Base_TextAppearance_AppCompat_Headline = 2131492944; + + // aapt resource value: 0x7f0c001a + public const int Base_TextAppearance_AppCompat_Inverse = 2131492890; + + // aapt resource value: 0x7f0c0051 + public const int Base_TextAppearance_AppCompat_Large = 2131492945; + + // aapt resource value: 0x7f0c001b + public const int Base_TextAppearance_AppCompat_Large_Inverse = 2131492891; + + // aapt resource value: 0x7f0c0052 + public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131492946; + + // aapt resource value: 0x7f0c0053 + public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131492947; + + // aapt resource value: 0x7f0c0054 + public const int Base_TextAppearance_AppCompat_Medium = 2131492948; + + // aapt resource value: 0x7f0c001c + public const int Base_TextAppearance_AppCompat_Medium_Inverse = 2131492892; + + // aapt resource value: 0x7f0c0055 + public const int Base_TextAppearance_AppCompat_Menu = 2131492949; + + // aapt resource value: 0x7f0c00b0 + public const int Base_TextAppearance_AppCompat_SearchResult = 2131493040; + + // aapt resource value: 0x7f0c0056 + public const int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 2131492950; + + // aapt resource value: 0x7f0c0057 + public const int Base_TextAppearance_AppCompat_SearchResult_Title = 2131492951; + + // aapt resource value: 0x7f0c0058 + public const int Base_TextAppearance_AppCompat_Small = 2131492952; + + // aapt resource value: 0x7f0c001d + public const int Base_TextAppearance_AppCompat_Small_Inverse = 2131492893; + + // aapt resource value: 0x7f0c0059 + public const int Base_TextAppearance_AppCompat_Subhead = 2131492953; + + // aapt resource value: 0x7f0c001e + public const int Base_TextAppearance_AppCompat_Subhead_Inverse = 2131492894; + + // aapt resource value: 0x7f0c005a + public const int Base_TextAppearance_AppCompat_Title = 2131492954; + + // aapt resource value: 0x7f0c001f + public const int Base_TextAppearance_AppCompat_Title_Inverse = 2131492895; + + // aapt resource value: 0x7f0c00b1 + public const int Base_TextAppearance_AppCompat_Tooltip = 2131493041; + + // aapt resource value: 0x7f0c0095 + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131493013; + + // aapt resource value: 0x7f0c005b + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131492955; + + // aapt resource value: 0x7f0c005c + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131492956; + + // aapt resource value: 0x7f0c005d + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 2131492957; + + // aapt resource value: 0x7f0c005e + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131492958; + + // aapt resource value: 0x7f0c005f + public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131492959; + + // aapt resource value: 0x7f0c0060 + public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 2131492960; + + // aapt resource value: 0x7f0c0061 + public const int Base_TextAppearance_AppCompat_Widget_Button = 2131492961; + + // aapt resource value: 0x7f0c009c + public const int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131493020; + + // aapt resource value: 0x7f0c009d + public const int Base_TextAppearance_AppCompat_Widget_Button_Colored = 2131493021; + + // aapt resource value: 0x7f0c0096 + public const int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 2131493014; + + // aapt resource value: 0x7f0c00b2 + public const int Base_TextAppearance_AppCompat_Widget_DropDownItem = 2131493042; + + // aapt resource value: 0x7f0c0062 + public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131492962; + + // aapt resource value: 0x7f0c0063 + public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131492963; + + // aapt resource value: 0x7f0c0064 + public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131492964; + + // aapt resource value: 0x7f0c0065 + public const int Base_TextAppearance_AppCompat_Widget_Switch = 2131492965; + + // aapt resource value: 0x7f0c0066 + public const int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131492966; + + // aapt resource value: 0x7f0c00b3 + public const int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131493043; + + // aapt resource value: 0x7f0c0067 + public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131492967; + + // aapt resource value: 0x7f0c0068 + public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 2131492968; + + // aapt resource value: 0x7f0c0069 + public const int Base_Theme_AppCompat = 2131492969; + + // aapt resource value: 0x7f0c00b4 + public const int Base_Theme_AppCompat_CompactMenu = 2131493044; + + // aapt resource value: 0x7f0c0020 + public const int Base_Theme_AppCompat_Dialog = 2131492896; + + // aapt resource value: 0x7f0c0021 + public const int Base_Theme_AppCompat_Dialog_Alert = 2131492897; + + // aapt resource value: 0x7f0c00b5 + public const int Base_Theme_AppCompat_Dialog_FixedSize = 2131493045; + + // aapt resource value: 0x7f0c0022 + public const int Base_Theme_AppCompat_Dialog_MinWidth = 2131492898; + + // aapt resource value: 0x7f0c0010 + public const int Base_Theme_AppCompat_DialogWhenLarge = 2131492880; + + // aapt resource value: 0x7f0c006a + public const int Base_Theme_AppCompat_Light = 2131492970; + + // aapt resource value: 0x7f0c00b6 + public const int Base_Theme_AppCompat_Light_DarkActionBar = 2131493046; + + // aapt resource value: 0x7f0c0023 + public const int Base_Theme_AppCompat_Light_Dialog = 2131492899; + + // aapt resource value: 0x7f0c0024 + public const int Base_Theme_AppCompat_Light_Dialog_Alert = 2131492900; + + // aapt resource value: 0x7f0c00b7 + public const int Base_Theme_AppCompat_Light_Dialog_FixedSize = 2131493047; + + // aapt resource value: 0x7f0c0025 + public const int Base_Theme_AppCompat_Light_Dialog_MinWidth = 2131492901; + + // aapt resource value: 0x7f0c0011 + public const int Base_Theme_AppCompat_Light_DialogWhenLarge = 2131492881; + + // aapt resource value: 0x7f0c00b8 + public const int Base_ThemeOverlay_AppCompat = 2131493048; + + // aapt resource value: 0x7f0c00b9 + public const int Base_ThemeOverlay_AppCompat_ActionBar = 2131493049; + + // aapt resource value: 0x7f0c00ba + public const int Base_ThemeOverlay_AppCompat_Dark = 2131493050; + + // aapt resource value: 0x7f0c00bb + public const int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 2131493051; + + // aapt resource value: 0x7f0c0026 + public const int Base_ThemeOverlay_AppCompat_Dialog = 2131492902; + + // aapt resource value: 0x7f0c0027 + public const int Base_ThemeOverlay_AppCompat_Dialog_Alert = 2131492903; + + // aapt resource value: 0x7f0c00bc + public const int Base_ThemeOverlay_AppCompat_Light = 2131493052; + + // aapt resource value: 0x7f0c0028 + public const int Base_V11_Theme_AppCompat_Dialog = 2131492904; + + // aapt resource value: 0x7f0c0029 + public const int Base_V11_Theme_AppCompat_Light_Dialog = 2131492905; + + // aapt resource value: 0x7f0c002a + public const int Base_V11_ThemeOverlay_AppCompat_Dialog = 2131492906; + + // aapt resource value: 0x7f0c0032 + public const int Base_V12_Widget_AppCompat_AutoCompleteTextView = 2131492914; + + // aapt resource value: 0x7f0c0033 + public const int Base_V12_Widget_AppCompat_EditText = 2131492915; + + // aapt resource value: 0x7f0c016f + public const int Base_V14_Widget_Design_AppBarLayout = 2131493231; + + // aapt resource value: 0x7f0c006b + public const int Base_V21_Theme_AppCompat = 2131492971; + + // aapt resource value: 0x7f0c006c + public const int Base_V21_Theme_AppCompat_Dialog = 2131492972; + + // aapt resource value: 0x7f0c006d + public const int Base_V21_Theme_AppCompat_Light = 2131492973; + + // aapt resource value: 0x7f0c006e + public const int Base_V21_Theme_AppCompat_Light_Dialog = 2131492974; + + // aapt resource value: 0x7f0c006f + public const int Base_V21_ThemeOverlay_AppCompat_Dialog = 2131492975; + + // aapt resource value: 0x7f0c016b + public const int Base_V21_Widget_Design_AppBarLayout = 2131493227; + + // aapt resource value: 0x7f0c0093 + public const int Base_V22_Theme_AppCompat = 2131493011; + + // aapt resource value: 0x7f0c0094 + public const int Base_V22_Theme_AppCompat_Light = 2131493012; + + // aapt resource value: 0x7f0c0097 + public const int Base_V23_Theme_AppCompat = 2131493015; + + // aapt resource value: 0x7f0c0098 + public const int Base_V23_Theme_AppCompat_Light = 2131493016; + + // aapt resource value: 0x7f0c00a0 + public const int Base_V26_Theme_AppCompat = 2131493024; + + // aapt resource value: 0x7f0c00a1 + public const int Base_V26_Theme_AppCompat_Light = 2131493025; + + // aapt resource value: 0x7f0c00a2 + public const int Base_V26_Widget_AppCompat_Toolbar = 2131493026; + + // aapt resource value: 0x7f0c016d + public const int Base_V26_Widget_Design_AppBarLayout = 2131493229; + + // aapt resource value: 0x7f0c00bd + public const int Base_V7_Theme_AppCompat = 2131493053; + + // aapt resource value: 0x7f0c00be + public const int Base_V7_Theme_AppCompat_Dialog = 2131493054; + + // aapt resource value: 0x7f0c00bf + public const int Base_V7_Theme_AppCompat_Light = 2131493055; + + // aapt resource value: 0x7f0c00c0 + public const int Base_V7_Theme_AppCompat_Light_Dialog = 2131493056; + + // aapt resource value: 0x7f0c00c1 + public const int Base_V7_ThemeOverlay_AppCompat_Dialog = 2131493057; + + // aapt resource value: 0x7f0c00c2 + public const int Base_V7_Widget_AppCompat_AutoCompleteTextView = 2131493058; + + // aapt resource value: 0x7f0c00c3 + public const int Base_V7_Widget_AppCompat_EditText = 2131493059; + + // aapt resource value: 0x7f0c00c4 + public const int Base_V7_Widget_AppCompat_Toolbar = 2131493060; + + // aapt resource value: 0x7f0c00c5 + public const int Base_Widget_AppCompat_ActionBar = 2131493061; + + // aapt resource value: 0x7f0c00c6 + public const int Base_Widget_AppCompat_ActionBar_Solid = 2131493062; + + // aapt resource value: 0x7f0c00c7 + public const int Base_Widget_AppCompat_ActionBar_TabBar = 2131493063; + + // aapt resource value: 0x7f0c0070 + public const int Base_Widget_AppCompat_ActionBar_TabText = 2131492976; + + // aapt resource value: 0x7f0c0071 + public const int Base_Widget_AppCompat_ActionBar_TabView = 2131492977; + + // aapt resource value: 0x7f0c0072 + public const int Base_Widget_AppCompat_ActionButton = 2131492978; + + // aapt resource value: 0x7f0c0073 + public const int Base_Widget_AppCompat_ActionButton_CloseMode = 2131492979; + + // aapt resource value: 0x7f0c0074 + public const int Base_Widget_AppCompat_ActionButton_Overflow = 2131492980; + + // aapt resource value: 0x7f0c00c8 + public const int Base_Widget_AppCompat_ActionMode = 2131493064; + + // aapt resource value: 0x7f0c00c9 + public const int Base_Widget_AppCompat_ActivityChooserView = 2131493065; + + // aapt resource value: 0x7f0c0034 + public const int Base_Widget_AppCompat_AutoCompleteTextView = 2131492916; + + // aapt resource value: 0x7f0c0075 + public const int Base_Widget_AppCompat_Button = 2131492981; + + // aapt resource value: 0x7f0c0076 + public const int Base_Widget_AppCompat_Button_Borderless = 2131492982; + + // aapt resource value: 0x7f0c0077 + public const int Base_Widget_AppCompat_Button_Borderless_Colored = 2131492983; + + // aapt resource value: 0x7f0c00ca + public const int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131493066; + + // aapt resource value: 0x7f0c0099 + public const int Base_Widget_AppCompat_Button_Colored = 2131493017; + + // aapt resource value: 0x7f0c0078 + public const int Base_Widget_AppCompat_Button_Small = 2131492984; + + // aapt resource value: 0x7f0c0079 + public const int Base_Widget_AppCompat_ButtonBar = 2131492985; + + // aapt resource value: 0x7f0c00cb + public const int Base_Widget_AppCompat_ButtonBar_AlertDialog = 2131493067; + + // aapt resource value: 0x7f0c007a + public const int Base_Widget_AppCompat_CompoundButton_CheckBox = 2131492986; + + // aapt resource value: 0x7f0c007b + public const int Base_Widget_AppCompat_CompoundButton_RadioButton = 2131492987; + + // aapt resource value: 0x7f0c00cc + public const int Base_Widget_AppCompat_CompoundButton_Switch = 2131493068; + + // aapt resource value: 0x7f0c000f + public const int Base_Widget_AppCompat_DrawerArrowToggle = 2131492879; + + // aapt resource value: 0x7f0c00cd + public const int Base_Widget_AppCompat_DrawerArrowToggle_Common = 2131493069; + + // aapt resource value: 0x7f0c007c + public const int Base_Widget_AppCompat_DropDownItem_Spinner = 2131492988; + + // aapt resource value: 0x7f0c0035 + public const int Base_Widget_AppCompat_EditText = 2131492917; + + // aapt resource value: 0x7f0c007d + public const int Base_Widget_AppCompat_ImageButton = 2131492989; + + // aapt resource value: 0x7f0c00ce + public const int Base_Widget_AppCompat_Light_ActionBar = 2131493070; + + // aapt resource value: 0x7f0c00cf + public const int Base_Widget_AppCompat_Light_ActionBar_Solid = 2131493071; + + // aapt resource value: 0x7f0c00d0 + public const int Base_Widget_AppCompat_Light_ActionBar_TabBar = 2131493072; + + // aapt resource value: 0x7f0c007e + public const int Base_Widget_AppCompat_Light_ActionBar_TabText = 2131492990; + + // aapt resource value: 0x7f0c007f + public const int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131492991; + + // aapt resource value: 0x7f0c0080 + public const int Base_Widget_AppCompat_Light_ActionBar_TabView = 2131492992; + + // aapt resource value: 0x7f0c0081 + public const int Base_Widget_AppCompat_Light_PopupMenu = 2131492993; + + // aapt resource value: 0x7f0c0082 + public const int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 2131492994; + + // aapt resource value: 0x7f0c00d1 + public const int Base_Widget_AppCompat_ListMenuView = 2131493073; + + // aapt resource value: 0x7f0c0083 + public const int Base_Widget_AppCompat_ListPopupWindow = 2131492995; + + // aapt resource value: 0x7f0c0084 + public const int Base_Widget_AppCompat_ListView = 2131492996; + + // aapt resource value: 0x7f0c0085 + public const int Base_Widget_AppCompat_ListView_DropDown = 2131492997; + + // aapt resource value: 0x7f0c0086 + public const int Base_Widget_AppCompat_ListView_Menu = 2131492998; + + // aapt resource value: 0x7f0c0087 + public const int Base_Widget_AppCompat_PopupMenu = 2131492999; + + // aapt resource value: 0x7f0c0088 + public const int Base_Widget_AppCompat_PopupMenu_Overflow = 2131493000; + + // aapt resource value: 0x7f0c00d2 + public const int Base_Widget_AppCompat_PopupWindow = 2131493074; + + // aapt resource value: 0x7f0c002b + public const int Base_Widget_AppCompat_ProgressBar = 2131492907; + + // aapt resource value: 0x7f0c002c + public const int Base_Widget_AppCompat_ProgressBar_Horizontal = 2131492908; + + // aapt resource value: 0x7f0c0089 + public const int Base_Widget_AppCompat_RatingBar = 2131493001; + + // aapt resource value: 0x7f0c009a + public const int Base_Widget_AppCompat_RatingBar_Indicator = 2131493018; + + // aapt resource value: 0x7f0c009b + public const int Base_Widget_AppCompat_RatingBar_Small = 2131493019; + + // aapt resource value: 0x7f0c00d3 + public const int Base_Widget_AppCompat_SearchView = 2131493075; + + // aapt resource value: 0x7f0c00d4 + public const int Base_Widget_AppCompat_SearchView_ActionBar = 2131493076; + + // aapt resource value: 0x7f0c008a + public const int Base_Widget_AppCompat_SeekBar = 2131493002; + + // aapt resource value: 0x7f0c00d5 + public const int Base_Widget_AppCompat_SeekBar_Discrete = 2131493077; + + // aapt resource value: 0x7f0c008b + public const int Base_Widget_AppCompat_Spinner = 2131493003; + + // aapt resource value: 0x7f0c0012 + public const int Base_Widget_AppCompat_Spinner_Underlined = 2131492882; + + // aapt resource value: 0x7f0c008c + public const int Base_Widget_AppCompat_TextView_SpinnerItem = 2131493004; + + // aapt resource value: 0x7f0c00a3 + public const int Base_Widget_AppCompat_Toolbar = 2131493027; + + // aapt resource value: 0x7f0c008d + public const int Base_Widget_AppCompat_Toolbar_Button_Navigation = 2131493005; + + // aapt resource value: 0x7f0c016c + public const int Base_Widget_Design_AppBarLayout = 2131493228; + + // aapt resource value: 0x7f0c0170 + public const int Base_Widget_Design_TabLayout = 2131493232; + + // aapt resource value: 0x7f0c000b + public const int CardView = 2131492875; + + // aapt resource value: 0x7f0c000d + public const int CardView_Dark = 2131492877; + + // aapt resource value: 0x7f0c000e + public const int CardView_Light = 2131492878; + + // aapt resource value: 0x7f0c018f + public const int MainTheme = 2131493263; + + // aapt resource value: 0x7f0c0190 + public const int MainTheme_Base = 2131493264; + + // aapt resource value: 0x7f0c002d + public const int Platform_AppCompat = 2131492909; + + // aapt resource value: 0x7f0c002e + public const int Platform_AppCompat_Light = 2131492910; + + // aapt resource value: 0x7f0c008e + public const int Platform_ThemeOverlay_AppCompat = 2131493006; + + // aapt resource value: 0x7f0c008f + public const int Platform_ThemeOverlay_AppCompat_Dark = 2131493007; + + // aapt resource value: 0x7f0c0090 + public const int Platform_ThemeOverlay_AppCompat_Light = 2131493008; + + // aapt resource value: 0x7f0c002f + public const int Platform_V11_AppCompat = 2131492911; + + // aapt resource value: 0x7f0c0030 + public const int Platform_V11_AppCompat_Light = 2131492912; + + // aapt resource value: 0x7f0c0037 + public const int Platform_V14_AppCompat = 2131492919; + + // aapt resource value: 0x7f0c0038 + public const int Platform_V14_AppCompat_Light = 2131492920; + + // aapt resource value: 0x7f0c0091 + public const int Platform_V21_AppCompat = 2131493009; + + // aapt resource value: 0x7f0c0092 + public const int Platform_V21_AppCompat_Light = 2131493010; + + // aapt resource value: 0x7f0c009e + public const int Platform_V25_AppCompat = 2131493022; + + // aapt resource value: 0x7f0c009f + public const int Platform_V25_AppCompat_Light = 2131493023; + + // aapt resource value: 0x7f0c0031 + public const int Platform_Widget_AppCompat_Spinner = 2131492913; + + // aapt resource value: 0x7f0c003a + public const int RtlOverlay_DialogWindowTitle_AppCompat = 2131492922; + + // aapt resource value: 0x7f0c003b + public const int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 2131492923; + + // aapt resource value: 0x7f0c003c + public const int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 2131492924; + + // aapt resource value: 0x7f0c003d + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem = 2131492925; + + // aapt resource value: 0x7f0c003e + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 2131492926; + + // aapt resource value: 0x7f0c003f + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 2131492927; + + // aapt resource value: 0x7f0c0040 + public const int RtlOverlay_Widget_AppCompat_Search_DropDown = 2131492928; + + // aapt resource value: 0x7f0c0041 + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 2131492929; + + // aapt resource value: 0x7f0c0042 + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 2131492930; + + // aapt resource value: 0x7f0c0043 + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 2131492931; + + // aapt resource value: 0x7f0c0044 + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 2131492932; + + // aapt resource value: 0x7f0c0045 + public const int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 2131492933; + + // aapt resource value: 0x7f0c0046 + public const int RtlUnderlay_Widget_AppCompat_ActionButton = 2131492934; + + // aapt resource value: 0x7f0c0047 + public const int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 2131492935; + + // aapt resource value: 0x7f0c00d6 + public const int TextAppearance_AppCompat = 2131493078; + + // aapt resource value: 0x7f0c00d7 + public const int TextAppearance_AppCompat_Body1 = 2131493079; + + // aapt resource value: 0x7f0c00d8 + public const int TextAppearance_AppCompat_Body2 = 2131493080; + + // aapt resource value: 0x7f0c00d9 + public const int TextAppearance_AppCompat_Button = 2131493081; + + // aapt resource value: 0x7f0c00da + public const int TextAppearance_AppCompat_Caption = 2131493082; + + // aapt resource value: 0x7f0c00db + public const int TextAppearance_AppCompat_Display1 = 2131493083; + + // aapt resource value: 0x7f0c00dc + public const int TextAppearance_AppCompat_Display2 = 2131493084; + + // aapt resource value: 0x7f0c00dd + public const int TextAppearance_AppCompat_Display3 = 2131493085; + + // aapt resource value: 0x7f0c00de + public const int TextAppearance_AppCompat_Display4 = 2131493086; + + // aapt resource value: 0x7f0c00df + public const int TextAppearance_AppCompat_Headline = 2131493087; + + // aapt resource value: 0x7f0c00e0 + public const int TextAppearance_AppCompat_Inverse = 2131493088; + + // aapt resource value: 0x7f0c00e1 + public const int TextAppearance_AppCompat_Large = 2131493089; + + // aapt resource value: 0x7f0c00e2 + public const int TextAppearance_AppCompat_Large_Inverse = 2131493090; + + // aapt resource value: 0x7f0c00e3 + public const int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 2131493091; + + // aapt resource value: 0x7f0c00e4 + public const int TextAppearance_AppCompat_Light_SearchResult_Title = 2131493092; + + // aapt resource value: 0x7f0c00e5 + public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131493093; + + // aapt resource value: 0x7f0c00e6 + public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131493094; + + // aapt resource value: 0x7f0c00e7 + public const int TextAppearance_AppCompat_Medium = 2131493095; + + // aapt resource value: 0x7f0c00e8 + public const int TextAppearance_AppCompat_Medium_Inverse = 2131493096; + + // aapt resource value: 0x7f0c00e9 + public const int TextAppearance_AppCompat_Menu = 2131493097; + + // aapt resource value: 0x7f0c00ea + public const int TextAppearance_AppCompat_SearchResult_Subtitle = 2131493098; + + // aapt resource value: 0x7f0c00eb + public const int TextAppearance_AppCompat_SearchResult_Title = 2131493099; + + // aapt resource value: 0x7f0c00ec + public const int TextAppearance_AppCompat_Small = 2131493100; + + // aapt resource value: 0x7f0c00ed + public const int TextAppearance_AppCompat_Small_Inverse = 2131493101; + + // aapt resource value: 0x7f0c00ee + public const int TextAppearance_AppCompat_Subhead = 2131493102; + + // aapt resource value: 0x7f0c00ef + public const int TextAppearance_AppCompat_Subhead_Inverse = 2131493103; + + // aapt resource value: 0x7f0c00f0 + public const int TextAppearance_AppCompat_Title = 2131493104; + + // aapt resource value: 0x7f0c00f1 + public const int TextAppearance_AppCompat_Title_Inverse = 2131493105; + + // aapt resource value: 0x7f0c0039 + public const int TextAppearance_AppCompat_Tooltip = 2131492921; + + // aapt resource value: 0x7f0c00f2 + public const int TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131493106; + + // aapt resource value: 0x7f0c00f3 + public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131493107; + + // aapt resource value: 0x7f0c00f4 + public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131493108; + + // aapt resource value: 0x7f0c00f5 + public const int TextAppearance_AppCompat_Widget_ActionBar_Title = 2131493109; + + // aapt resource value: 0x7f0c00f6 + public const int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131493110; + + // aapt resource value: 0x7f0c00f7 + public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131493111; + + // aapt resource value: 0x7f0c00f8 + public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 2131493112; + + // aapt resource value: 0x7f0c00f9 + public const int TextAppearance_AppCompat_Widget_ActionMode_Title = 2131493113; + + // aapt resource value: 0x7f0c00fa + public const int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 2131493114; + + // aapt resource value: 0x7f0c00fb + public const int TextAppearance_AppCompat_Widget_Button = 2131493115; + + // aapt resource value: 0x7f0c00fc + public const int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131493116; + + // aapt resource value: 0x7f0c00fd + public const int TextAppearance_AppCompat_Widget_Button_Colored = 2131493117; + + // aapt resource value: 0x7f0c00fe + public const int TextAppearance_AppCompat_Widget_Button_Inverse = 2131493118; + + // aapt resource value: 0x7f0c00ff + public const int TextAppearance_AppCompat_Widget_DropDownItem = 2131493119; + + // aapt resource value: 0x7f0c0100 + public const int TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131493120; + + // aapt resource value: 0x7f0c0101 + public const int TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131493121; + + // aapt resource value: 0x7f0c0102 + public const int TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131493122; + + // aapt resource value: 0x7f0c0103 + public const int TextAppearance_AppCompat_Widget_Switch = 2131493123; + + // aapt resource value: 0x7f0c0104 + public const int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131493124; + + // aapt resource value: 0x7f0c0188 + public const int TextAppearance_Compat_Notification = 2131493256; + + // aapt resource value: 0x7f0c0189 + public const int TextAppearance_Compat_Notification_Info = 2131493257; + + // aapt resource value: 0x7f0c0165 + public const int TextAppearance_Compat_Notification_Info_Media = 2131493221; + + // aapt resource value: 0x7f0c018e + public const int TextAppearance_Compat_Notification_Line2 = 2131493262; + + // aapt resource value: 0x7f0c0169 + public const int TextAppearance_Compat_Notification_Line2_Media = 2131493225; + + // aapt resource value: 0x7f0c0166 + public const int TextAppearance_Compat_Notification_Media = 2131493222; + + // aapt resource value: 0x7f0c018a + public const int TextAppearance_Compat_Notification_Time = 2131493258; + + // aapt resource value: 0x7f0c0167 + public const int TextAppearance_Compat_Notification_Time_Media = 2131493223; + + // aapt resource value: 0x7f0c018b + public const int TextAppearance_Compat_Notification_Title = 2131493259; + + // aapt resource value: 0x7f0c0168 + public const int TextAppearance_Compat_Notification_Title_Media = 2131493224; + + // aapt resource value: 0x7f0c0171 + public const int TextAppearance_Design_CollapsingToolbar_Expanded = 2131493233; + + // aapt resource value: 0x7f0c0172 + public const int TextAppearance_Design_Counter = 2131493234; + + // aapt resource value: 0x7f0c0173 + public const int TextAppearance_Design_Counter_Overflow = 2131493235; + + // aapt resource value: 0x7f0c0174 + public const int TextAppearance_Design_Error = 2131493236; + + // aapt resource value: 0x7f0c0175 + public const int TextAppearance_Design_Hint = 2131493237; + + // aapt resource value: 0x7f0c0176 + public const int TextAppearance_Design_Snackbar_Message = 2131493238; + + // aapt resource value: 0x7f0c0177 + public const int TextAppearance_Design_Tab = 2131493239; + + // aapt resource value: 0x7f0c0000 + public const int TextAppearance_MediaRouter_PrimaryText = 2131492864; + + // aapt resource value: 0x7f0c0001 + public const int TextAppearance_MediaRouter_SecondaryText = 2131492865; + + // aapt resource value: 0x7f0c0002 + public const int TextAppearance_MediaRouter_Title = 2131492866; + + // aapt resource value: 0x7f0c0105 + public const int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131493125; + + // aapt resource value: 0x7f0c0106 + public const int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131493126; + + // aapt resource value: 0x7f0c0107 + public const int TextAppearance_Widget_AppCompat_Toolbar_Title = 2131493127; + + // aapt resource value: 0x7f0c0108 + public const int Theme_AppCompat = 2131493128; + + // aapt resource value: 0x7f0c0109 + public const int Theme_AppCompat_CompactMenu = 2131493129; + + // aapt resource value: 0x7f0c0013 + public const int Theme_AppCompat_DayNight = 2131492883; + + // aapt resource value: 0x7f0c0014 + public const int Theme_AppCompat_DayNight_DarkActionBar = 2131492884; + + // aapt resource value: 0x7f0c0015 + public const int Theme_AppCompat_DayNight_Dialog = 2131492885; + + // aapt resource value: 0x7f0c0016 + public const int Theme_AppCompat_DayNight_Dialog_Alert = 2131492886; + + // aapt resource value: 0x7f0c0017 + public const int Theme_AppCompat_DayNight_Dialog_MinWidth = 2131492887; + + // aapt resource value: 0x7f0c0018 + public const int Theme_AppCompat_DayNight_DialogWhenLarge = 2131492888; + + // aapt resource value: 0x7f0c0019 + public const int Theme_AppCompat_DayNight_NoActionBar = 2131492889; + + // aapt resource value: 0x7f0c010a + public const int Theme_AppCompat_Dialog = 2131493130; + + // aapt resource value: 0x7f0c010b + public const int Theme_AppCompat_Dialog_Alert = 2131493131; + + // aapt resource value: 0x7f0c010c + public const int Theme_AppCompat_Dialog_MinWidth = 2131493132; + + // aapt resource value: 0x7f0c010d + public const int Theme_AppCompat_DialogWhenLarge = 2131493133; + + // aapt resource value: 0x7f0c010e + public const int Theme_AppCompat_Light = 2131493134; + + // aapt resource value: 0x7f0c010f + public const int Theme_AppCompat_Light_DarkActionBar = 2131493135; + + // aapt resource value: 0x7f0c0110 + public const int Theme_AppCompat_Light_Dialog = 2131493136; + + // aapt resource value: 0x7f0c0111 + public const int Theme_AppCompat_Light_Dialog_Alert = 2131493137; + + // aapt resource value: 0x7f0c0112 + public const int Theme_AppCompat_Light_Dialog_MinWidth = 2131493138; + + // aapt resource value: 0x7f0c0113 + public const int Theme_AppCompat_Light_DialogWhenLarge = 2131493139; + + // aapt resource value: 0x7f0c0114 + public const int Theme_AppCompat_Light_NoActionBar = 2131493140; + + // aapt resource value: 0x7f0c0115 + public const int Theme_AppCompat_NoActionBar = 2131493141; + + // aapt resource value: 0x7f0c0178 + public const int Theme_Design = 2131493240; + + // aapt resource value: 0x7f0c0179 + public const int Theme_Design_BottomSheetDialog = 2131493241; + + // aapt resource value: 0x7f0c017a + public const int Theme_Design_Light = 2131493242; + + // aapt resource value: 0x7f0c017b + public const int Theme_Design_Light_BottomSheetDialog = 2131493243; + + // aapt resource value: 0x7f0c017c + public const int Theme_Design_Light_NoActionBar = 2131493244; + + // aapt resource value: 0x7f0c017d + public const int Theme_Design_NoActionBar = 2131493245; + + // aapt resource value: 0x7f0c0003 + public const int Theme_MediaRouter = 2131492867; + + // aapt resource value: 0x7f0c0004 + public const int Theme_MediaRouter_Light = 2131492868; + + // aapt resource value: 0x7f0c0005 + public const int Theme_MediaRouter_Light_DarkControlPanel = 2131492869; + + // aapt resource value: 0x7f0c0006 + public const int Theme_MediaRouter_LightControlPanel = 2131492870; + + // aapt resource value: 0x7f0c0116 + public const int ThemeOverlay_AppCompat = 2131493142; + + // aapt resource value: 0x7f0c0117 + public const int ThemeOverlay_AppCompat_ActionBar = 2131493143; + + // aapt resource value: 0x7f0c0118 + public const int ThemeOverlay_AppCompat_Dark = 2131493144; + + // aapt resource value: 0x7f0c0119 + public const int ThemeOverlay_AppCompat_Dark_ActionBar = 2131493145; + + // aapt resource value: 0x7f0c011a + public const int ThemeOverlay_AppCompat_Dialog = 2131493146; + + // aapt resource value: 0x7f0c011b + public const int ThemeOverlay_AppCompat_Dialog_Alert = 2131493147; + + // aapt resource value: 0x7f0c011c + public const int ThemeOverlay_AppCompat_Light = 2131493148; + + // aapt resource value: 0x7f0c0007 + public const int ThemeOverlay_MediaRouter_Dark = 2131492871; + + // aapt resource value: 0x7f0c0008 + public const int ThemeOverlay_MediaRouter_Light = 2131492872; + + // aapt resource value: 0x7f0c011d + public const int Widget_AppCompat_ActionBar = 2131493149; + + // aapt resource value: 0x7f0c011e + public const int Widget_AppCompat_ActionBar_Solid = 2131493150; + + // aapt resource value: 0x7f0c011f + public const int Widget_AppCompat_ActionBar_TabBar = 2131493151; + + // aapt resource value: 0x7f0c0120 + public const int Widget_AppCompat_ActionBar_TabText = 2131493152; + + // aapt resource value: 0x7f0c0121 + public const int Widget_AppCompat_ActionBar_TabView = 2131493153; + + // aapt resource value: 0x7f0c0122 + public const int Widget_AppCompat_ActionButton = 2131493154; + + // aapt resource value: 0x7f0c0123 + public const int Widget_AppCompat_ActionButton_CloseMode = 2131493155; + + // aapt resource value: 0x7f0c0124 + public const int Widget_AppCompat_ActionButton_Overflow = 2131493156; + + // aapt resource value: 0x7f0c0125 + public const int Widget_AppCompat_ActionMode = 2131493157; + + // aapt resource value: 0x7f0c0126 + public const int Widget_AppCompat_ActivityChooserView = 2131493158; + + // aapt resource value: 0x7f0c0127 + public const int Widget_AppCompat_AutoCompleteTextView = 2131493159; + + // aapt resource value: 0x7f0c0128 + public const int Widget_AppCompat_Button = 2131493160; + + // aapt resource value: 0x7f0c0129 + public const int Widget_AppCompat_Button_Borderless = 2131493161; + + // aapt resource value: 0x7f0c012a + public const int Widget_AppCompat_Button_Borderless_Colored = 2131493162; + + // aapt resource value: 0x7f0c012b + public const int Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131493163; + + // aapt resource value: 0x7f0c012c + public const int Widget_AppCompat_Button_Colored = 2131493164; + + // aapt resource value: 0x7f0c012d + public const int Widget_AppCompat_Button_Small = 2131493165; + + // aapt resource value: 0x7f0c012e + public const int Widget_AppCompat_ButtonBar = 2131493166; + + // aapt resource value: 0x7f0c012f + public const int Widget_AppCompat_ButtonBar_AlertDialog = 2131493167; + + // aapt resource value: 0x7f0c0130 + public const int Widget_AppCompat_CompoundButton_CheckBox = 2131493168; + + // aapt resource value: 0x7f0c0131 + public const int Widget_AppCompat_CompoundButton_RadioButton = 2131493169; + + // aapt resource value: 0x7f0c0132 + public const int Widget_AppCompat_CompoundButton_Switch = 2131493170; + + // aapt resource value: 0x7f0c0133 + public const int Widget_AppCompat_DrawerArrowToggle = 2131493171; + + // aapt resource value: 0x7f0c0134 + public const int Widget_AppCompat_DropDownItem_Spinner = 2131493172; + + // aapt resource value: 0x7f0c0135 + public const int Widget_AppCompat_EditText = 2131493173; + + // aapt resource value: 0x7f0c0136 + public const int Widget_AppCompat_ImageButton = 2131493174; + + // aapt resource value: 0x7f0c0137 + public const int Widget_AppCompat_Light_ActionBar = 2131493175; + + // aapt resource value: 0x7f0c0138 + public const int Widget_AppCompat_Light_ActionBar_Solid = 2131493176; + + // aapt resource value: 0x7f0c0139 + public const int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 2131493177; + + // aapt resource value: 0x7f0c013a + public const int Widget_AppCompat_Light_ActionBar_TabBar = 2131493178; + + // aapt resource value: 0x7f0c013b + public const int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 2131493179; + + // aapt resource value: 0x7f0c013c + public const int Widget_AppCompat_Light_ActionBar_TabText = 2131493180; + + // aapt resource value: 0x7f0c013d + public const int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131493181; + + // aapt resource value: 0x7f0c013e + public const int Widget_AppCompat_Light_ActionBar_TabView = 2131493182; + + // aapt resource value: 0x7f0c013f + public const int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 2131493183; + + // aapt resource value: 0x7f0c0140 + public const int Widget_AppCompat_Light_ActionButton = 2131493184; + + // aapt resource value: 0x7f0c0141 + public const int Widget_AppCompat_Light_ActionButton_CloseMode = 2131493185; + + // aapt resource value: 0x7f0c0142 + public const int Widget_AppCompat_Light_ActionButton_Overflow = 2131493186; + + // aapt resource value: 0x7f0c0143 + public const int Widget_AppCompat_Light_ActionMode_Inverse = 2131493187; + + // aapt resource value: 0x7f0c0144 + public const int Widget_AppCompat_Light_ActivityChooserView = 2131493188; + + // aapt resource value: 0x7f0c0145 + public const int Widget_AppCompat_Light_AutoCompleteTextView = 2131493189; + + // aapt resource value: 0x7f0c0146 + public const int Widget_AppCompat_Light_DropDownItem_Spinner = 2131493190; + + // aapt resource value: 0x7f0c0147 + public const int Widget_AppCompat_Light_ListPopupWindow = 2131493191; + + // aapt resource value: 0x7f0c0148 + public const int Widget_AppCompat_Light_ListView_DropDown = 2131493192; + + // aapt resource value: 0x7f0c0149 + public const int Widget_AppCompat_Light_PopupMenu = 2131493193; + + // aapt resource value: 0x7f0c014a + public const int Widget_AppCompat_Light_PopupMenu_Overflow = 2131493194; + + // aapt resource value: 0x7f0c014b + public const int Widget_AppCompat_Light_SearchView = 2131493195; + + // aapt resource value: 0x7f0c014c + public const int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 2131493196; + + // aapt resource value: 0x7f0c014d + public const int Widget_AppCompat_ListMenuView = 2131493197; + + // aapt resource value: 0x7f0c014e + public const int Widget_AppCompat_ListPopupWindow = 2131493198; + + // aapt resource value: 0x7f0c014f + public const int Widget_AppCompat_ListView = 2131493199; + + // aapt resource value: 0x7f0c0150 + public const int Widget_AppCompat_ListView_DropDown = 2131493200; + + // aapt resource value: 0x7f0c0151 + public const int Widget_AppCompat_ListView_Menu = 2131493201; + + // aapt resource value: 0x7f0c0152 + public const int Widget_AppCompat_PopupMenu = 2131493202; + + // aapt resource value: 0x7f0c0153 + public const int Widget_AppCompat_PopupMenu_Overflow = 2131493203; + + // aapt resource value: 0x7f0c0154 + public const int Widget_AppCompat_PopupWindow = 2131493204; + + // aapt resource value: 0x7f0c0155 + public const int Widget_AppCompat_ProgressBar = 2131493205; + + // aapt resource value: 0x7f0c0156 + public const int Widget_AppCompat_ProgressBar_Horizontal = 2131493206; + + // aapt resource value: 0x7f0c0157 + public const int Widget_AppCompat_RatingBar = 2131493207; + + // aapt resource value: 0x7f0c0158 + public const int Widget_AppCompat_RatingBar_Indicator = 2131493208; + + // aapt resource value: 0x7f0c0159 + public const int Widget_AppCompat_RatingBar_Small = 2131493209; + + // aapt resource value: 0x7f0c015a + public const int Widget_AppCompat_SearchView = 2131493210; + + // aapt resource value: 0x7f0c015b + public const int Widget_AppCompat_SearchView_ActionBar = 2131493211; + + // aapt resource value: 0x7f0c015c + public const int Widget_AppCompat_SeekBar = 2131493212; + + // aapt resource value: 0x7f0c015d + public const int Widget_AppCompat_SeekBar_Discrete = 2131493213; + + // aapt resource value: 0x7f0c015e + public const int Widget_AppCompat_Spinner = 2131493214; + + // aapt resource value: 0x7f0c015f + public const int Widget_AppCompat_Spinner_DropDown = 2131493215; + + // aapt resource value: 0x7f0c0160 + public const int Widget_AppCompat_Spinner_DropDown_ActionBar = 2131493216; + + // aapt resource value: 0x7f0c0161 + public const int Widget_AppCompat_Spinner_Underlined = 2131493217; + + // aapt resource value: 0x7f0c0162 + public const int Widget_AppCompat_TextView_SpinnerItem = 2131493218; + + // aapt resource value: 0x7f0c0163 + public const int Widget_AppCompat_Toolbar = 2131493219; + + // aapt resource value: 0x7f0c0164 + public const int Widget_AppCompat_Toolbar_Button_Navigation = 2131493220; + + // aapt resource value: 0x7f0c018c + public const int Widget_Compat_NotificationActionContainer = 2131493260; + + // aapt resource value: 0x7f0c018d + public const int Widget_Compat_NotificationActionText = 2131493261; + + // aapt resource value: 0x7f0c017e + public const int Widget_Design_AppBarLayout = 2131493246; + + // aapt resource value: 0x7f0c017f + public const int Widget_Design_BottomNavigationView = 2131493247; + + // aapt resource value: 0x7f0c0180 + public const int Widget_Design_BottomSheet_Modal = 2131493248; + + // aapt resource value: 0x7f0c0181 + public const int Widget_Design_CollapsingToolbar = 2131493249; + + // aapt resource value: 0x7f0c0182 + public const int Widget_Design_CoordinatorLayout = 2131493250; + + // aapt resource value: 0x7f0c0183 + public const int Widget_Design_FloatingActionButton = 2131493251; + + // aapt resource value: 0x7f0c0184 + public const int Widget_Design_NavigationView = 2131493252; + + // aapt resource value: 0x7f0c0185 + public const int Widget_Design_ScrimInsetsFrameLayout = 2131493253; + + // aapt resource value: 0x7f0c0186 + public const int Widget_Design_Snackbar = 2131493254; + + // aapt resource value: 0x7f0c016a + public const int Widget_Design_TabLayout = 2131493226; + + // aapt resource value: 0x7f0c0187 + public const int Widget_Design_TextInputLayout = 2131493255; + + // aapt resource value: 0x7f0c0009 + public const int Widget_MediaRouter_Light_MediaRouteButton = 2131492873; + + // aapt resource value: 0x7f0c000a + public const int Widget_MediaRouter_MediaRouteButton = 2131492874; + + static Style() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Style() + { + } + } + + public partial class Styleable + { + + public static int[] ActionBar = new int[] { + 2130772003, + 2130772005, + 2130772006, + 2130772007, + 2130772008, + 2130772009, + 2130772010, + 2130772011, + 2130772012, + 2130772013, + 2130772014, + 2130772015, + 2130772016, + 2130772017, + 2130772018, + 2130772019, + 2130772020, + 2130772021, + 2130772022, + 2130772023, + 2130772024, + 2130772025, + 2130772026, + 2130772027, + 2130772028, + 2130772029, + 2130772030, + 2130772031, + 2130772101}; + + // aapt resource value: 10 + public const int ActionBar_background = 10; + + // aapt resource value: 12 + public const int ActionBar_backgroundSplit = 12; + + // aapt resource value: 11 + public const int ActionBar_backgroundStacked = 11; + + // aapt resource value: 21 + public const int ActionBar_contentInsetEnd = 21; + + // aapt resource value: 25 + public const int ActionBar_contentInsetEndWithActions = 25; + + // aapt resource value: 22 + public const int ActionBar_contentInsetLeft = 22; + + // aapt resource value: 23 + public const int ActionBar_contentInsetRight = 23; + + // aapt resource value: 20 + public const int ActionBar_contentInsetStart = 20; + + // aapt resource value: 24 + public const int ActionBar_contentInsetStartWithNavigation = 24; + + // aapt resource value: 13 + public const int ActionBar_customNavigationLayout = 13; + + // aapt resource value: 3 + public const int ActionBar_displayOptions = 3; + + // aapt resource value: 9 + public const int ActionBar_divider = 9; + + // aapt resource value: 26 + public const int ActionBar_elevation = 26; + + // aapt resource value: 0 + public const int ActionBar_height = 0; + + // aapt resource value: 19 + public const int ActionBar_hideOnContentScroll = 19; + + // aapt resource value: 28 + public const int ActionBar_homeAsUpIndicator = 28; + + // aapt resource value: 14 + public const int ActionBar_homeLayout = 14; + + // aapt resource value: 7 + public const int ActionBar_icon = 7; + + // aapt resource value: 16 + public const int ActionBar_indeterminateProgressStyle = 16; + + // aapt resource value: 18 + public const int ActionBar_itemPadding = 18; + + // aapt resource value: 8 + public const int ActionBar_logo = 8; + + // aapt resource value: 2 + public const int ActionBar_navigationMode = 2; + + // aapt resource value: 27 + public const int ActionBar_popupTheme = 27; + + // aapt resource value: 17 + public const int ActionBar_progressBarPadding = 17; + + // aapt resource value: 15 + public const int ActionBar_progressBarStyle = 15; + + // aapt resource value: 4 + public const int ActionBar_subtitle = 4; + + // aapt resource value: 6 + public const int ActionBar_subtitleTextStyle = 6; + + // aapt resource value: 1 + public const int ActionBar_title = 1; + + // aapt resource value: 5 + public const int ActionBar_titleTextStyle = 5; + + public static int[] ActionBarLayout = new int[] { + 16842931}; + + // aapt resource value: 0 + public const int ActionBarLayout_android_layout_gravity = 0; + + public static int[] ActionMenuItemView = new int[] { + 16843071}; + + // aapt resource value: 0 + public const int ActionMenuItemView_android_minWidth = 0; + + public static int[] ActionMenuView; + + public static int[] ActionMode = new int[] { + 2130772003, + 2130772009, + 2130772010, + 2130772014, + 2130772016, + 2130772032}; + + // aapt resource value: 3 + public const int ActionMode_background = 3; + + // aapt resource value: 4 + public const int ActionMode_backgroundSplit = 4; + + // aapt resource value: 5 + public const int ActionMode_closeItemLayout = 5; + + // aapt resource value: 0 + public const int ActionMode_height = 0; + + // aapt resource value: 2 + public const int ActionMode_subtitleTextStyle = 2; + + // aapt resource value: 1 + public const int ActionMode_titleTextStyle = 1; + + public static int[] ActivityChooserView = new int[] { + 2130772033, + 2130772034}; + + // aapt resource value: 1 + public const int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + + // aapt resource value: 0 + public const int ActivityChooserView_initialActivityCount = 0; + + public static int[] AlertDialog = new int[] { + 16842994, + 2130772035, + 2130772036, + 2130772037, + 2130772038, + 2130772039, + 2130772040}; + + // aapt resource value: 0 + public const int AlertDialog_android_layout = 0; + + // aapt resource value: 1 + public const int AlertDialog_buttonPanelSideLayout = 1; + + // aapt resource value: 5 + public const int AlertDialog_listItemLayout = 5; + + // aapt resource value: 2 + public const int AlertDialog_listLayout = 2; + + // aapt resource value: 3 + public const int AlertDialog_multiChoiceItemLayout = 3; + + // aapt resource value: 6 + public const int AlertDialog_showTitle = 6; + + // aapt resource value: 4 + public const int AlertDialog_singleChoiceItemLayout = 4; + + public static int[] AppBarLayout = new int[] { + 16842964, + 16843919, + 16844096, + 2130772030, + 2130772248}; + + // aapt resource value: 0 + public const int AppBarLayout_android_background = 0; + + // aapt resource value: 2 + public const int AppBarLayout_android_keyboardNavigationCluster = 2; + + // aapt resource value: 1 + public const int AppBarLayout_android_touchscreenBlocksFocus = 1; + + // aapt resource value: 3 + public const int AppBarLayout_elevation = 3; + + // aapt resource value: 4 + public const int AppBarLayout_expanded = 4; + + public static int[] AppBarLayoutStates = new int[] { + 2130772249, + 2130772250}; + + // aapt resource value: 0 + public const int AppBarLayoutStates_state_collapsed = 0; + + // aapt resource value: 1 + public const int AppBarLayoutStates_state_collapsible = 1; + + public static int[] AppBarLayout_Layout = new int[] { + 2130772251, + 2130772252}; + + // aapt resource value: 0 + public const int AppBarLayout_Layout_layout_scrollFlags = 0; + + // aapt resource value: 1 + public const int AppBarLayout_Layout_layout_scrollInterpolator = 1; + + public static int[] AppCompatImageView = new int[] { + 16843033, + 2130772041, + 2130772042, + 2130772043}; + + // aapt resource value: 0 + public const int AppCompatImageView_android_src = 0; + + // aapt resource value: 1 + public const int AppCompatImageView_srcCompat = 1; + + // aapt resource value: 2 + public const int AppCompatImageView_tint = 2; + + // aapt resource value: 3 + public const int AppCompatImageView_tintMode = 3; + + public static int[] AppCompatSeekBar = new int[] { + 16843074, + 2130772044, + 2130772045, + 2130772046}; + + // aapt resource value: 0 + public const int AppCompatSeekBar_android_thumb = 0; + + // aapt resource value: 1 + public const int AppCompatSeekBar_tickMark = 1; + + // aapt resource value: 2 + public const int AppCompatSeekBar_tickMarkTint = 2; + + // aapt resource value: 3 + public const int AppCompatSeekBar_tickMarkTintMode = 3; + + public static int[] AppCompatTextHelper = new int[] { + 16842804, + 16843117, + 16843118, + 16843119, + 16843120, + 16843666, + 16843667}; + + // aapt resource value: 2 + public const int AppCompatTextHelper_android_drawableBottom = 2; + + // aapt resource value: 6 + public const int AppCompatTextHelper_android_drawableEnd = 6; + + // aapt resource value: 3 + public const int AppCompatTextHelper_android_drawableLeft = 3; + + // aapt resource value: 4 + public const int AppCompatTextHelper_android_drawableRight = 4; + + // aapt resource value: 5 + public const int AppCompatTextHelper_android_drawableStart = 5; + + // aapt resource value: 1 + public const int AppCompatTextHelper_android_drawableTop = 1; + + // aapt resource value: 0 + public const int AppCompatTextHelper_android_textAppearance = 0; + + public static int[] AppCompatTextView = new int[] { + 16842804, + 2130772047, + 2130772048, + 2130772049, + 2130772050, + 2130772051, + 2130772052, + 2130772053}; + + // aapt resource value: 0 + public const int AppCompatTextView_android_textAppearance = 0; + + // aapt resource value: 6 + public const int AppCompatTextView_autoSizeMaxTextSize = 6; + + // aapt resource value: 5 + public const int AppCompatTextView_autoSizeMinTextSize = 5; + + // aapt resource value: 4 + public const int AppCompatTextView_autoSizePresetSizes = 4; + + // aapt resource value: 3 + public const int AppCompatTextView_autoSizeStepGranularity = 3; + + // aapt resource value: 2 + public const int AppCompatTextView_autoSizeTextType = 2; + + // aapt resource value: 7 + public const int AppCompatTextView_fontFamily = 7; + + // aapt resource value: 1 + public const int AppCompatTextView_textAllCaps = 1; + + public static int[] AppCompatTheme = new int[] { + 16842839, + 16842926, + 2130772054, + 2130772055, + 2130772056, + 2130772057, + 2130772058, + 2130772059, + 2130772060, + 2130772061, + 2130772062, + 2130772063, + 2130772064, + 2130772065, + 2130772066, + 2130772067, + 2130772068, + 2130772069, + 2130772070, + 2130772071, + 2130772072, + 2130772073, + 2130772074, + 2130772075, + 2130772076, + 2130772077, + 2130772078, + 2130772079, + 2130772080, + 2130772081, + 2130772082, + 2130772083, + 2130772084, + 2130772085, + 2130772086, + 2130772087, + 2130772088, + 2130772089, + 2130772090, + 2130772091, + 2130772092, + 2130772093, + 2130772094, + 2130772095, + 2130772096, + 2130772097, + 2130772098, + 2130772099, + 2130772100, + 2130772101, + 2130772102, + 2130772103, + 2130772104, + 2130772105, + 2130772106, + 2130772107, + 2130772108, + 2130772109, + 2130772110, + 2130772111, + 2130772112, + 2130772113, + 2130772114, + 2130772115, + 2130772116, + 2130772117, + 2130772118, + 2130772119, + 2130772120, + 2130772121, + 2130772122, + 2130772123, + 2130772124, + 2130772125, + 2130772126, + 2130772127, + 2130772128, + 2130772129, + 2130772130, + 2130772131, + 2130772132, + 2130772133, + 2130772134, + 2130772135, + 2130772136, + 2130772137, + 2130772138, + 2130772139, + 2130772140, + 2130772141, + 2130772142, + 2130772143, + 2130772144, + 2130772145, + 2130772146, + 2130772147, + 2130772148, + 2130772149, + 2130772150, + 2130772151, + 2130772152, + 2130772153, + 2130772154, + 2130772155, + 2130772156, + 2130772157, + 2130772158, + 2130772159, + 2130772160, + 2130772161, + 2130772162, + 2130772163, + 2130772164, + 2130772165, + 2130772166, + 2130772167, + 2130772168, + 2130772169, + 2130772170}; + + // aapt resource value: 23 + public const int AppCompatTheme_actionBarDivider = 23; + + // aapt resource value: 24 + public const int AppCompatTheme_actionBarItemBackground = 24; + + // aapt resource value: 17 + public const int AppCompatTheme_actionBarPopupTheme = 17; + + // aapt resource value: 22 + public const int AppCompatTheme_actionBarSize = 22; + + // aapt resource value: 19 + public const int AppCompatTheme_actionBarSplitStyle = 19; + + // aapt resource value: 18 + public const int AppCompatTheme_actionBarStyle = 18; + + // aapt resource value: 13 + public const int AppCompatTheme_actionBarTabBarStyle = 13; + + // aapt resource value: 12 + public const int AppCompatTheme_actionBarTabStyle = 12; + + // aapt resource value: 14 + public const int AppCompatTheme_actionBarTabTextStyle = 14; + + // aapt resource value: 20 + public const int AppCompatTheme_actionBarTheme = 20; + + // aapt resource value: 21 + public const int AppCompatTheme_actionBarWidgetTheme = 21; + + // aapt resource value: 50 + public const int AppCompatTheme_actionButtonStyle = 50; + + // aapt resource value: 46 + public const int AppCompatTheme_actionDropDownStyle = 46; + + // aapt resource value: 25 + public const int AppCompatTheme_actionMenuTextAppearance = 25; + + // aapt resource value: 26 + public const int AppCompatTheme_actionMenuTextColor = 26; + + // aapt resource value: 29 + public const int AppCompatTheme_actionModeBackground = 29; + + // aapt resource value: 28 + public const int AppCompatTheme_actionModeCloseButtonStyle = 28; + + // aapt resource value: 31 + public const int AppCompatTheme_actionModeCloseDrawable = 31; + + // aapt resource value: 33 + public const int AppCompatTheme_actionModeCopyDrawable = 33; + + // aapt resource value: 32 + public const int AppCompatTheme_actionModeCutDrawable = 32; + + // aapt resource value: 37 + public const int AppCompatTheme_actionModeFindDrawable = 37; + + // aapt resource value: 34 + public const int AppCompatTheme_actionModePasteDrawable = 34; + + // aapt resource value: 39 + public const int AppCompatTheme_actionModePopupWindowStyle = 39; + + // aapt resource value: 35 + public const int AppCompatTheme_actionModeSelectAllDrawable = 35; + + // aapt resource value: 36 + public const int AppCompatTheme_actionModeShareDrawable = 36; + + // aapt resource value: 30 + public const int AppCompatTheme_actionModeSplitBackground = 30; + + // aapt resource value: 27 + public const int AppCompatTheme_actionModeStyle = 27; + + // aapt resource value: 38 + public const int AppCompatTheme_actionModeWebSearchDrawable = 38; + + // aapt resource value: 15 + public const int AppCompatTheme_actionOverflowButtonStyle = 15; + + // aapt resource value: 16 + public const int AppCompatTheme_actionOverflowMenuStyle = 16; + + // aapt resource value: 58 + public const int AppCompatTheme_activityChooserViewStyle = 58; + + // aapt resource value: 95 + public const int AppCompatTheme_alertDialogButtonGroupStyle = 95; + + // aapt resource value: 96 + public const int AppCompatTheme_alertDialogCenterButtons = 96; + + // aapt resource value: 94 + public const int AppCompatTheme_alertDialogStyle = 94; + + // aapt resource value: 97 + public const int AppCompatTheme_alertDialogTheme = 97; + + // aapt resource value: 1 + public const int AppCompatTheme_android_windowAnimationStyle = 1; + + // aapt resource value: 0 + public const int AppCompatTheme_android_windowIsFloating = 0; + + // aapt resource value: 102 + public const int AppCompatTheme_autoCompleteTextViewStyle = 102; + + // aapt resource value: 55 + public const int AppCompatTheme_borderlessButtonStyle = 55; + + // aapt resource value: 52 + public const int AppCompatTheme_buttonBarButtonStyle = 52; + + // aapt resource value: 100 + public const int AppCompatTheme_buttonBarNegativeButtonStyle = 100; + + // aapt resource value: 101 + public const int AppCompatTheme_buttonBarNeutralButtonStyle = 101; + + // aapt resource value: 99 + public const int AppCompatTheme_buttonBarPositiveButtonStyle = 99; + + // aapt resource value: 51 + public const int AppCompatTheme_buttonBarStyle = 51; + + // aapt resource value: 103 + public const int AppCompatTheme_buttonStyle = 103; + + // aapt resource value: 104 + public const int AppCompatTheme_buttonStyleSmall = 104; + + // aapt resource value: 105 + public const int AppCompatTheme_checkboxStyle = 105; + + // aapt resource value: 106 + public const int AppCompatTheme_checkedTextViewStyle = 106; + + // aapt resource value: 86 + public const int AppCompatTheme_colorAccent = 86; + + // aapt resource value: 93 + public const int AppCompatTheme_colorBackgroundFloating = 93; + + // aapt resource value: 90 + public const int AppCompatTheme_colorButtonNormal = 90; + + // aapt resource value: 88 + public const int AppCompatTheme_colorControlActivated = 88; + + // aapt resource value: 89 + public const int AppCompatTheme_colorControlHighlight = 89; + + // aapt resource value: 87 + public const int AppCompatTheme_colorControlNormal = 87; + + // aapt resource value: 118 + public const int AppCompatTheme_colorError = 118; + + // aapt resource value: 84 + public const int AppCompatTheme_colorPrimary = 84; + + // aapt resource value: 85 + public const int AppCompatTheme_colorPrimaryDark = 85; + + // aapt resource value: 91 + public const int AppCompatTheme_colorSwitchThumbNormal = 91; + + // aapt resource value: 92 + public const int AppCompatTheme_controlBackground = 92; + + // aapt resource value: 44 + public const int AppCompatTheme_dialogPreferredPadding = 44; + + // aapt resource value: 43 + public const int AppCompatTheme_dialogTheme = 43; + + // aapt resource value: 57 + public const int AppCompatTheme_dividerHorizontal = 57; + + // aapt resource value: 56 + public const int AppCompatTheme_dividerVertical = 56; + + // aapt resource value: 75 + public const int AppCompatTheme_dropDownListViewStyle = 75; + + // aapt resource value: 47 + public const int AppCompatTheme_dropdownListPreferredItemHeight = 47; + + // aapt resource value: 64 + public const int AppCompatTheme_editTextBackground = 64; + + // aapt resource value: 63 + public const int AppCompatTheme_editTextColor = 63; + + // aapt resource value: 107 + public const int AppCompatTheme_editTextStyle = 107; + + // aapt resource value: 49 + public const int AppCompatTheme_homeAsUpIndicator = 49; + + // aapt resource value: 65 + public const int AppCompatTheme_imageButtonStyle = 65; + + // aapt resource value: 83 + public const int AppCompatTheme_listChoiceBackgroundIndicator = 83; + + // aapt resource value: 45 + public const int AppCompatTheme_listDividerAlertDialog = 45; + + // aapt resource value: 115 + public const int AppCompatTheme_listMenuViewStyle = 115; + + // aapt resource value: 76 + public const int AppCompatTheme_listPopupWindowStyle = 76; + + // aapt resource value: 70 + public const int AppCompatTheme_listPreferredItemHeight = 70; + + // aapt resource value: 72 + public const int AppCompatTheme_listPreferredItemHeightLarge = 72; + + // aapt resource value: 71 + public const int AppCompatTheme_listPreferredItemHeightSmall = 71; + + // aapt resource value: 73 + public const int AppCompatTheme_listPreferredItemPaddingLeft = 73; + + // aapt resource value: 74 + public const int AppCompatTheme_listPreferredItemPaddingRight = 74; + + // aapt resource value: 80 + public const int AppCompatTheme_panelBackground = 80; + + // aapt resource value: 82 + public const int AppCompatTheme_panelMenuListTheme = 82; + + // aapt resource value: 81 + public const int AppCompatTheme_panelMenuListWidth = 81; + + // aapt resource value: 61 + public const int AppCompatTheme_popupMenuStyle = 61; + + // aapt resource value: 62 + public const int AppCompatTheme_popupWindowStyle = 62; + + // aapt resource value: 108 + public const int AppCompatTheme_radioButtonStyle = 108; + + // aapt resource value: 109 + public const int AppCompatTheme_ratingBarStyle = 109; + + // aapt resource value: 110 + public const int AppCompatTheme_ratingBarStyleIndicator = 110; + + // aapt resource value: 111 + public const int AppCompatTheme_ratingBarStyleSmall = 111; + + // aapt resource value: 69 + public const int AppCompatTheme_searchViewStyle = 69; + + // aapt resource value: 112 + public const int AppCompatTheme_seekBarStyle = 112; + + // aapt resource value: 53 + public const int AppCompatTheme_selectableItemBackground = 53; + + // aapt resource value: 54 + public const int AppCompatTheme_selectableItemBackgroundBorderless = 54; + + // aapt resource value: 48 + public const int AppCompatTheme_spinnerDropDownItemStyle = 48; + + // aapt resource value: 113 + public const int AppCompatTheme_spinnerStyle = 113; + + // aapt resource value: 114 + public const int AppCompatTheme_switchStyle = 114; + + // aapt resource value: 40 + public const int AppCompatTheme_textAppearanceLargePopupMenu = 40; + + // aapt resource value: 77 + public const int AppCompatTheme_textAppearanceListItem = 77; + + // aapt resource value: 78 + public const int AppCompatTheme_textAppearanceListItemSecondary = 78; + + // aapt resource value: 79 + public const int AppCompatTheme_textAppearanceListItemSmall = 79; + + // aapt resource value: 42 + public const int AppCompatTheme_textAppearancePopupMenuHeader = 42; + + // aapt resource value: 67 + public const int AppCompatTheme_textAppearanceSearchResultSubtitle = 67; + + // aapt resource value: 66 + public const int AppCompatTheme_textAppearanceSearchResultTitle = 66; + + // aapt resource value: 41 + public const int AppCompatTheme_textAppearanceSmallPopupMenu = 41; + + // aapt resource value: 98 + public const int AppCompatTheme_textColorAlertDialogListItem = 98; + + // aapt resource value: 68 + public const int AppCompatTheme_textColorSearchUrl = 68; + + // aapt resource value: 60 + public const int AppCompatTheme_toolbarNavigationButtonStyle = 60; + + // aapt resource value: 59 + public const int AppCompatTheme_toolbarStyle = 59; + + // aapt resource value: 117 + public const int AppCompatTheme_tooltipForegroundColor = 117; + + // aapt resource value: 116 + public const int AppCompatTheme_tooltipFrameBackground = 116; + + // aapt resource value: 2 + public const int AppCompatTheme_windowActionBar = 2; + + // aapt resource value: 4 + public const int AppCompatTheme_windowActionBarOverlay = 4; + + // aapt resource value: 5 + public const int AppCompatTheme_windowActionModeOverlay = 5; + + // aapt resource value: 9 + public const int AppCompatTheme_windowFixedHeightMajor = 9; + + // aapt resource value: 7 + public const int AppCompatTheme_windowFixedHeightMinor = 7; + + // aapt resource value: 6 + public const int AppCompatTheme_windowFixedWidthMajor = 6; + + // aapt resource value: 8 + public const int AppCompatTheme_windowFixedWidthMinor = 8; + + // aapt resource value: 10 + public const int AppCompatTheme_windowMinWidthMajor = 10; + + // aapt resource value: 11 + public const int AppCompatTheme_windowMinWidthMinor = 11; + + // aapt resource value: 3 + public const int AppCompatTheme_windowNoTitle = 3; + + public static int[] BottomNavigationView = new int[] { + 2130772030, + 2130772291, + 2130772292, + 2130772293, + 2130772294}; + + // aapt resource value: 0 + public const int BottomNavigationView_elevation = 0; + + // aapt resource value: 4 + public const int BottomNavigationView_itemBackground = 4; + + // aapt resource value: 2 + public const int BottomNavigationView_itemIconTint = 2; + + // aapt resource value: 3 + public const int BottomNavigationView_itemTextColor = 3; + + // aapt resource value: 1 + public const int BottomNavigationView_menu = 1; + + public static int[] BottomSheetBehavior_Layout = new int[] { + 2130772253, + 2130772254, + 2130772255}; + + // aapt resource value: 1 + public const int BottomSheetBehavior_Layout_behavior_hideable = 1; + + // aapt resource value: 0 + public const int BottomSheetBehavior_Layout_behavior_peekHeight = 0; + + // aapt resource value: 2 + public const int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2; + + public static int[] ButtonBarLayout = new int[] { + 2130772171}; + + // aapt resource value: 0 + public const int ButtonBarLayout_allowStacking = 0; + + public static int[] CardView = new int[] { + 16843071, + 16843072, + 2130771991, + 2130771992, + 2130771993, + 2130771994, + 2130771995, + 2130771996, + 2130771997, + 2130771998, + 2130771999, + 2130772000, + 2130772001}; + + // aapt resource value: 1 + public const int CardView_android_minHeight = 1; + + // aapt resource value: 0 + public const int CardView_android_minWidth = 0; + + // aapt resource value: 2 + public const int CardView_cardBackgroundColor = 2; + + // aapt resource value: 3 + public const int CardView_cardCornerRadius = 3; + + // aapt resource value: 4 + public const int CardView_cardElevation = 4; + + // aapt resource value: 5 + public const int CardView_cardMaxElevation = 5; + + // aapt resource value: 7 + public const int CardView_cardPreventCornerOverlap = 7; + + // aapt resource value: 6 + public const int CardView_cardUseCompatPadding = 6; + + // aapt resource value: 8 + public const int CardView_contentPadding = 8; + + // aapt resource value: 12 + public const int CardView_contentPaddingBottom = 12; + + // aapt resource value: 9 + public const int CardView_contentPaddingLeft = 9; + + // aapt resource value: 10 + public const int CardView_contentPaddingRight = 10; + + // aapt resource value: 11 + public const int CardView_contentPaddingTop = 11; + + public static int[] CollapsingToolbarLayout = new int[] { + 2130772005, + 2130772256, + 2130772257, + 2130772258, + 2130772259, + 2130772260, + 2130772261, + 2130772262, + 2130772263, + 2130772264, + 2130772265, + 2130772266, + 2130772267, + 2130772268, + 2130772269, + 2130772270}; + + // aapt resource value: 13 + public const int CollapsingToolbarLayout_collapsedTitleGravity = 13; + + // aapt resource value: 7 + public const int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7; + + // aapt resource value: 8 + public const int CollapsingToolbarLayout_contentScrim = 8; + + // aapt resource value: 14 + public const int CollapsingToolbarLayout_expandedTitleGravity = 14; + + // aapt resource value: 1 + public const int CollapsingToolbarLayout_expandedTitleMargin = 1; + + // aapt resource value: 5 + public const int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; + + // aapt resource value: 4 + public const int CollapsingToolbarLayout_expandedTitleMarginEnd = 4; + + // aapt resource value: 2 + public const int CollapsingToolbarLayout_expandedTitleMarginStart = 2; + + // aapt resource value: 3 + public const int CollapsingToolbarLayout_expandedTitleMarginTop = 3; + + // aapt resource value: 6 + public const int CollapsingToolbarLayout_expandedTitleTextAppearance = 6; + + // aapt resource value: 12 + public const int CollapsingToolbarLayout_scrimAnimationDuration = 12; + + // aapt resource value: 11 + public const int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11; + + // aapt resource value: 9 + public const int CollapsingToolbarLayout_statusBarScrim = 9; + + // aapt resource value: 0 + public const int CollapsingToolbarLayout_title = 0; + + // aapt resource value: 15 + public const int CollapsingToolbarLayout_titleEnabled = 15; + + // aapt resource value: 10 + public const int CollapsingToolbarLayout_toolbarId = 10; + + public static int[] CollapsingToolbarLayout_Layout = new int[] { + 2130772271, + 2130772272}; + + // aapt resource value: 0 + public const int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; + + // aapt resource value: 1 + public const int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1; + + public static int[] ColorStateListItem = new int[] { + 16843173, + 16843551, + 2130772172}; + + // aapt resource value: 2 + public const int ColorStateListItem_alpha = 2; + + // aapt resource value: 1 + public const int ColorStateListItem_android_alpha = 1; + + // aapt resource value: 0 + public const int ColorStateListItem_android_color = 0; + + public static int[] CompoundButton = new int[] { + 16843015, + 2130772173, + 2130772174}; + + // aapt resource value: 0 + public const int CompoundButton_android_button = 0; + + // aapt resource value: 1 + public const int CompoundButton_buttonTint = 1; + + // aapt resource value: 2 + public const int CompoundButton_buttonTintMode = 2; + + public static int[] CoordinatorLayout = new int[] { + 2130772273, + 2130772274}; + + // aapt resource value: 0 + public const int CoordinatorLayout_keylines = 0; + + // aapt resource value: 1 + public const int CoordinatorLayout_statusBarBackground = 1; + + public static int[] CoordinatorLayout_Layout = new int[] { + 16842931, + 2130772275, + 2130772276, + 2130772277, + 2130772278, + 2130772279, + 2130772280}; + + // aapt resource value: 0 + public const int CoordinatorLayout_Layout_android_layout_gravity = 0; + + // aapt resource value: 2 + public const int CoordinatorLayout_Layout_layout_anchor = 2; + + // aapt resource value: 4 + public const int CoordinatorLayout_Layout_layout_anchorGravity = 4; + + // aapt resource value: 1 + public const int CoordinatorLayout_Layout_layout_behavior = 1; + + // aapt resource value: 6 + public const int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + + // aapt resource value: 5 + public const int CoordinatorLayout_Layout_layout_insetEdge = 5; + + // aapt resource value: 3 + public const int CoordinatorLayout_Layout_layout_keyline = 3; + + public static int[] DesignTheme = new int[] { + 2130772281, + 2130772282, + 2130772283}; + + // aapt resource value: 0 + public const int DesignTheme_bottomSheetDialogTheme = 0; + + // aapt resource value: 1 + public const int DesignTheme_bottomSheetStyle = 1; + + // aapt resource value: 2 + public const int DesignTheme_textColorError = 2; + + public static int[] DrawerArrowToggle = new int[] { + 2130772175, + 2130772176, + 2130772177, + 2130772178, + 2130772179, + 2130772180, + 2130772181, + 2130772182}; + + // aapt resource value: 4 + public const int DrawerArrowToggle_arrowHeadLength = 4; + + // aapt resource value: 5 + public const int DrawerArrowToggle_arrowShaftLength = 5; + + // aapt resource value: 6 + public const int DrawerArrowToggle_barLength = 6; + + // aapt resource value: 0 + public const int DrawerArrowToggle_color = 0; + + // aapt resource value: 2 + public const int DrawerArrowToggle_drawableSize = 2; + + // aapt resource value: 3 + public const int DrawerArrowToggle_gapBetweenBars = 3; + + // aapt resource value: 1 + public const int DrawerArrowToggle_spinBars = 1; + + // aapt resource value: 7 + public const int DrawerArrowToggle_thickness = 7; + + public static int[] FloatingActionButton = new int[] { + 2130772030, + 2130772246, + 2130772247, + 2130772284, + 2130772285, + 2130772286, + 2130772287, + 2130772288}; + + // aapt resource value: 1 + public const int FloatingActionButton_backgroundTint = 1; + + // aapt resource value: 2 + public const int FloatingActionButton_backgroundTintMode = 2; + + // aapt resource value: 6 + public const int FloatingActionButton_borderWidth = 6; + + // aapt resource value: 0 + public const int FloatingActionButton_elevation = 0; + + // aapt resource value: 4 + public const int FloatingActionButton_fabSize = 4; + + // aapt resource value: 5 + public const int FloatingActionButton_pressedTranslationZ = 5; + + // aapt resource value: 3 + public const int FloatingActionButton_rippleColor = 3; + + // aapt resource value: 7 + public const int FloatingActionButton_useCompatPadding = 7; + + public static int[] FloatingActionButton_Behavior_Layout = new int[] { + 2130772289}; + + // aapt resource value: 0 + public const int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; + + public static int[] FontFamily = new int[] { + 2130772330, + 2130772331, + 2130772332, + 2130772333, + 2130772334, + 2130772335}; + + // aapt resource value: 0 + public const int FontFamily_fontProviderAuthority = 0; + + // aapt resource value: 3 + public const int FontFamily_fontProviderCerts = 3; + + // aapt resource value: 4 + public const int FontFamily_fontProviderFetchStrategy = 4; + + // aapt resource value: 5 + public const int FontFamily_fontProviderFetchTimeout = 5; + + // aapt resource value: 1 + public const int FontFamily_fontProviderPackage = 1; + + // aapt resource value: 2 + public const int FontFamily_fontProviderQuery = 2; + + public static int[] FontFamilyFont = new int[] { + 16844082, + 16844083, + 16844095, + 2130772336, + 2130772337, + 2130772338}; + + // aapt resource value: 0 + public const int FontFamilyFont_android_font = 0; + + // aapt resource value: 2 + public const int FontFamilyFont_android_fontStyle = 2; + + // aapt resource value: 1 + public const int FontFamilyFont_android_fontWeight = 1; + + // aapt resource value: 4 + public const int FontFamilyFont_font = 4; + + // aapt resource value: 3 + public const int FontFamilyFont_fontStyle = 3; + + // aapt resource value: 5 + public const int FontFamilyFont_fontWeight = 5; + + public static int[] ForegroundLinearLayout = new int[] { + 16843017, + 16843264, + 2130772290}; + + // aapt resource value: 0 + public const int ForegroundLinearLayout_android_foreground = 0; + + // aapt resource value: 1 + public const int ForegroundLinearLayout_android_foregroundGravity = 1; + + // aapt resource value: 2 + public const int ForegroundLinearLayout_foregroundInsidePadding = 2; + + public static int[] LinearLayoutCompat = new int[] { + 16842927, + 16842948, + 16843046, + 16843047, + 16843048, + 2130772013, + 2130772183, + 2130772184, + 2130772185}; + + // aapt resource value: 2 + public const int LinearLayoutCompat_android_baselineAligned = 2; + + // aapt resource value: 3 + public const int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + + // aapt resource value: 0 + public const int LinearLayoutCompat_android_gravity = 0; + + // aapt resource value: 1 + public const int LinearLayoutCompat_android_orientation = 1; + + // aapt resource value: 4 + public const int LinearLayoutCompat_android_weightSum = 4; + + // aapt resource value: 5 + public const int LinearLayoutCompat_divider = 5; + + // aapt resource value: 8 + public const int LinearLayoutCompat_dividerPadding = 8; + + // aapt resource value: 6 + public const int LinearLayoutCompat_measureWithLargestChild = 6; + + // aapt resource value: 7 + public const int LinearLayoutCompat_showDividers = 7; + + public static int[] LinearLayoutCompat_Layout = new int[] { + 16842931, + 16842996, + 16842997, + 16843137}; + + // aapt resource value: 0 + public const int LinearLayoutCompat_Layout_android_layout_gravity = 0; + + // aapt resource value: 2 + public const int LinearLayoutCompat_Layout_android_layout_height = 2; + + // aapt resource value: 3 + public const int LinearLayoutCompat_Layout_android_layout_weight = 3; + + // aapt resource value: 1 + public const int LinearLayoutCompat_Layout_android_layout_width = 1; + + public static int[] ListPopupWindow = new int[] { + 16843436, + 16843437}; + + // aapt resource value: 0 + public const int ListPopupWindow_android_dropDownHorizontalOffset = 0; + + // aapt resource value: 1 + public const int ListPopupWindow_android_dropDownVerticalOffset = 1; + + public static int[] MediaRouteButton = new int[] { + 16843071, + 16843072, + 2130771989, + 2130771990}; + + // aapt resource value: 1 + public const int MediaRouteButton_android_minHeight = 1; + + // aapt resource value: 0 + public const int MediaRouteButton_android_minWidth = 0; + + // aapt resource value: 2 + public const int MediaRouteButton_externalRouteEnabledDrawable = 2; + + // aapt resource value: 3 + public const int MediaRouteButton_mediaRouteButtonTint = 3; + + public static int[] MenuGroup = new int[] { + 16842766, + 16842960, + 16843156, + 16843230, + 16843231, + 16843232}; + + // aapt resource value: 5 + public const int MenuGroup_android_checkableBehavior = 5; + + // aapt resource value: 0 + public const int MenuGroup_android_enabled = 0; + + // aapt resource value: 1 + public const int MenuGroup_android_id = 1; + + // aapt resource value: 3 + public const int MenuGroup_android_menuCategory = 3; + + // aapt resource value: 4 + public const int MenuGroup_android_orderInCategory = 4; + + // aapt resource value: 2 + public const int MenuGroup_android_visible = 2; + + public static int[] MenuItem = new int[] { + 16842754, + 16842766, + 16842960, + 16843014, + 16843156, + 16843230, + 16843231, + 16843233, + 16843234, + 16843235, + 16843236, + 16843237, + 16843375, + 2130772186, + 2130772187, + 2130772188, + 2130772189, + 2130772190, + 2130772191, + 2130772192, + 2130772193, + 2130772194, + 2130772195}; + + // aapt resource value: 16 + public const int MenuItem_actionLayout = 16; + + // aapt resource value: 18 + public const int MenuItem_actionProviderClass = 18; + + // aapt resource value: 17 + public const int MenuItem_actionViewClass = 17; + + // aapt resource value: 13 + public const int MenuItem_alphabeticModifiers = 13; + + // aapt resource value: 9 + public const int MenuItem_android_alphabeticShortcut = 9; + + // aapt resource value: 11 + public const int MenuItem_android_checkable = 11; + + // aapt resource value: 3 + public const int MenuItem_android_checked = 3; + + // aapt resource value: 1 + public const int MenuItem_android_enabled = 1; + + // aapt resource value: 0 + public const int MenuItem_android_icon = 0; + + // aapt resource value: 2 + public const int MenuItem_android_id = 2; + + // aapt resource value: 5 + public const int MenuItem_android_menuCategory = 5; + + // aapt resource value: 10 + public const int MenuItem_android_numericShortcut = 10; + + // aapt resource value: 12 + public const int MenuItem_android_onClick = 12; + + // aapt resource value: 6 + public const int MenuItem_android_orderInCategory = 6; + + // aapt resource value: 7 + public const int MenuItem_android_title = 7; + + // aapt resource value: 8 + public const int MenuItem_android_titleCondensed = 8; + + // aapt resource value: 4 + public const int MenuItem_android_visible = 4; + + // aapt resource value: 19 + public const int MenuItem_contentDescription = 19; + + // aapt resource value: 21 + public const int MenuItem_iconTint = 21; + + // aapt resource value: 22 + public const int MenuItem_iconTintMode = 22; + + // aapt resource value: 14 + public const int MenuItem_numericModifiers = 14; + + // aapt resource value: 15 + public const int MenuItem_showAsAction = 15; + + // aapt resource value: 20 + public const int MenuItem_tooltipText = 20; + + public static int[] MenuView = new int[] { + 16842926, + 16843052, + 16843053, + 16843054, + 16843055, + 16843056, + 16843057, + 2130772196, + 2130772197}; + + // aapt resource value: 4 + public const int MenuView_android_headerBackground = 4; + + // aapt resource value: 2 + public const int MenuView_android_horizontalDivider = 2; + + // aapt resource value: 5 + public const int MenuView_android_itemBackground = 5; + + // aapt resource value: 6 + public const int MenuView_android_itemIconDisabledAlpha = 6; + + // aapt resource value: 1 + public const int MenuView_android_itemTextAppearance = 1; + + // aapt resource value: 3 + public const int MenuView_android_verticalDivider = 3; + + // aapt resource value: 0 + public const int MenuView_android_windowAnimationStyle = 0; + + // aapt resource value: 7 + public const int MenuView_preserveIconSpacing = 7; + + // aapt resource value: 8 + public const int MenuView_subMenuArrow = 8; + + public static int[] NavigationView = new int[] { + 16842964, + 16842973, + 16843039, + 2130772030, + 2130772291, + 2130772292, + 2130772293, + 2130772294, + 2130772295, + 2130772296}; + + // aapt resource value: 0 + public const int NavigationView_android_background = 0; + + // aapt resource value: 1 + public const int NavigationView_android_fitsSystemWindows = 1; + + // aapt resource value: 2 + public const int NavigationView_android_maxWidth = 2; + + // aapt resource value: 3 + public const int NavigationView_elevation = 3; + + // aapt resource value: 9 + public const int NavigationView_headerLayout = 9; + + // aapt resource value: 7 + public const int NavigationView_itemBackground = 7; + + // aapt resource value: 5 + public const int NavigationView_itemIconTint = 5; + + // aapt resource value: 8 + public const int NavigationView_itemTextAppearance = 8; + + // aapt resource value: 6 + public const int NavigationView_itemTextColor = 6; + + // aapt resource value: 4 + public const int NavigationView_menu = 4; + + public static int[] PopupWindow = new int[] { + 16843126, + 16843465, + 2130772198}; + + // aapt resource value: 1 + public const int PopupWindow_android_popupAnimationStyle = 1; + + // aapt resource value: 0 + public const int PopupWindow_android_popupBackground = 0; + + // aapt resource value: 2 + public const int PopupWindow_overlapAnchor = 2; + + public static int[] PopupWindowBackgroundState = new int[] { + 2130772199}; + + // aapt resource value: 0 + public const int PopupWindowBackgroundState_state_above_anchor = 0; + + public static int[] RecycleListView = new int[] { + 2130772200, + 2130772201}; + + // aapt resource value: 0 + public const int RecycleListView_paddingBottomNoButtons = 0; + + // aapt resource value: 1 + public const int RecycleListView_paddingTopNoTitle = 1; + + public static int[] RecyclerView = new int[] { + 16842948, + 16842993, + 2130771968, + 2130771969, + 2130771970, + 2130771971, + 2130771972, + 2130771973, + 2130771974, + 2130771975, + 2130771976}; + + // aapt resource value: 1 + public const int RecyclerView_android_descendantFocusability = 1; + + // aapt resource value: 0 + public const int RecyclerView_android_orientation = 0; + + // aapt resource value: 6 + public const int RecyclerView_fastScrollEnabled = 6; + + // aapt resource value: 9 + public const int RecyclerView_fastScrollHorizontalThumbDrawable = 9; + + // aapt resource value: 10 + public const int RecyclerView_fastScrollHorizontalTrackDrawable = 10; + + // aapt resource value: 7 + public const int RecyclerView_fastScrollVerticalThumbDrawable = 7; + + // aapt resource value: 8 + public const int RecyclerView_fastScrollVerticalTrackDrawable = 8; + + // aapt resource value: 2 + public const int RecyclerView_layoutManager = 2; + + // aapt resource value: 4 + public const int RecyclerView_reverseLayout = 4; + + // aapt resource value: 3 + public const int RecyclerView_spanCount = 3; + + // aapt resource value: 5 + public const int RecyclerView_stackFromEnd = 5; + + public static int[] ScrimInsetsFrameLayout = new int[] { + 2130772297}; + + // aapt resource value: 0 + public const int ScrimInsetsFrameLayout_insetForeground = 0; + + public static int[] ScrollingViewBehavior_Layout = new int[] { + 2130772298}; + + // aapt resource value: 0 + public const int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; + + public static int[] SearchView = new int[] { + 16842970, + 16843039, + 16843296, + 16843364, + 2130772202, + 2130772203, + 2130772204, + 2130772205, + 2130772206, + 2130772207, + 2130772208, + 2130772209, + 2130772210, + 2130772211, + 2130772212, + 2130772213, + 2130772214}; + + // aapt resource value: 0 + public const int SearchView_android_focusable = 0; + + // aapt resource value: 3 + public const int SearchView_android_imeOptions = 3; + + // aapt resource value: 2 + public const int SearchView_android_inputType = 2; + + // aapt resource value: 1 + public const int SearchView_android_maxWidth = 1; + + // aapt resource value: 8 + public const int SearchView_closeIcon = 8; + + // aapt resource value: 13 + public const int SearchView_commitIcon = 13; + + // aapt resource value: 7 + public const int SearchView_defaultQueryHint = 7; + + // aapt resource value: 9 + public const int SearchView_goIcon = 9; + + // aapt resource value: 5 + public const int SearchView_iconifiedByDefault = 5; + + // aapt resource value: 4 + public const int SearchView_layout = 4; + + // aapt resource value: 15 + public const int SearchView_queryBackground = 15; + + // aapt resource value: 6 + public const int SearchView_queryHint = 6; + + // aapt resource value: 11 + public const int SearchView_searchHintIcon = 11; + + // aapt resource value: 10 + public const int SearchView_searchIcon = 10; + + // aapt resource value: 16 + public const int SearchView_submitBackground = 16; + + // aapt resource value: 14 + public const int SearchView_suggestionRowLayout = 14; + + // aapt resource value: 12 + public const int SearchView_voiceIcon = 12; + + public static int[] SnackbarLayout = new int[] { + 16843039, + 2130772030, + 2130772299}; + + // aapt resource value: 0 + public const int SnackbarLayout_android_maxWidth = 0; + + // aapt resource value: 1 + public const int SnackbarLayout_elevation = 1; + + // aapt resource value: 2 + public const int SnackbarLayout_maxActionInlineWidth = 2; + + public static int[] Spinner = new int[] { + 16842930, + 16843126, + 16843131, + 16843362, + 2130772031}; + + // aapt resource value: 3 + public const int Spinner_android_dropDownWidth = 3; + + // aapt resource value: 0 + public const int Spinner_android_entries = 0; + + // aapt resource value: 1 + public const int Spinner_android_popupBackground = 1; + + // aapt resource value: 2 + public const int Spinner_android_prompt = 2; + + // aapt resource value: 4 + public const int Spinner_popupTheme = 4; + + public static int[] SwitchCompat = new int[] { + 16843044, + 16843045, + 16843074, + 2130772215, + 2130772216, + 2130772217, + 2130772218, + 2130772219, + 2130772220, + 2130772221, + 2130772222, + 2130772223, + 2130772224, + 2130772225}; + + // aapt resource value: 1 + public const int SwitchCompat_android_textOff = 1; + + // aapt resource value: 0 + public const int SwitchCompat_android_textOn = 0; + + // aapt resource value: 2 + public const int SwitchCompat_android_thumb = 2; + + // aapt resource value: 13 + public const int SwitchCompat_showText = 13; + + // aapt resource value: 12 + public const int SwitchCompat_splitTrack = 12; + + // aapt resource value: 10 + public const int SwitchCompat_switchMinWidth = 10; + + // aapt resource value: 11 + public const int SwitchCompat_switchPadding = 11; + + // aapt resource value: 9 + public const int SwitchCompat_switchTextAppearance = 9; + + // aapt resource value: 8 + public const int SwitchCompat_thumbTextPadding = 8; + + // aapt resource value: 3 + public const int SwitchCompat_thumbTint = 3; + + // aapt resource value: 4 + public const int SwitchCompat_thumbTintMode = 4; + + // aapt resource value: 5 + public const int SwitchCompat_track = 5; + + // aapt resource value: 6 + public const int SwitchCompat_trackTint = 6; + + // aapt resource value: 7 + public const int SwitchCompat_trackTintMode = 7; + + public static int[] TabItem = new int[] { + 16842754, + 16842994, + 16843087}; + + // aapt resource value: 0 + public const int TabItem_android_icon = 0; + + // aapt resource value: 1 + public const int TabItem_android_layout = 1; + + // aapt resource value: 2 + public const int TabItem_android_text = 2; + + public static int[] TabLayout = new int[] { + 2130772300, + 2130772301, + 2130772302, + 2130772303, + 2130772304, + 2130772305, + 2130772306, + 2130772307, + 2130772308, + 2130772309, + 2130772310, + 2130772311, + 2130772312, + 2130772313, + 2130772314, + 2130772315}; + + // aapt resource value: 3 + public const int TabLayout_tabBackground = 3; + + // aapt resource value: 2 + public const int TabLayout_tabContentStart = 2; + + // aapt resource value: 5 + public const int TabLayout_tabGravity = 5; + + // aapt resource value: 0 + public const int TabLayout_tabIndicatorColor = 0; + + // aapt resource value: 1 + public const int TabLayout_tabIndicatorHeight = 1; + + // aapt resource value: 7 + public const int TabLayout_tabMaxWidth = 7; + + // aapt resource value: 6 + public const int TabLayout_tabMinWidth = 6; + + // aapt resource value: 4 + public const int TabLayout_tabMode = 4; + + // aapt resource value: 15 + public const int TabLayout_tabPadding = 15; + + // aapt resource value: 14 + public const int TabLayout_tabPaddingBottom = 14; + + // aapt resource value: 13 + public const int TabLayout_tabPaddingEnd = 13; + + // aapt resource value: 11 + public const int TabLayout_tabPaddingStart = 11; + + // aapt resource value: 12 + public const int TabLayout_tabPaddingTop = 12; + + // aapt resource value: 10 + public const int TabLayout_tabSelectedTextColor = 10; + + // aapt resource value: 8 + public const int TabLayout_tabTextAppearance = 8; + + // aapt resource value: 9 + public const int TabLayout_tabTextColor = 9; + + public static int[] TextAppearance = new int[] { + 16842901, + 16842902, + 16842903, + 16842904, + 16842906, + 16842907, + 16843105, + 16843106, + 16843107, + 16843108, + 16843692, + 2130772047, + 2130772053}; + + // aapt resource value: 10 + public const int TextAppearance_android_fontFamily = 10; + + // aapt resource value: 6 + public const int TextAppearance_android_shadowColor = 6; + + // aapt resource value: 7 + public const int TextAppearance_android_shadowDx = 7; + + // aapt resource value: 8 + public const int TextAppearance_android_shadowDy = 8; + + // aapt resource value: 9 + public const int TextAppearance_android_shadowRadius = 9; + + // aapt resource value: 3 + public const int TextAppearance_android_textColor = 3; + + // aapt resource value: 4 + public const int TextAppearance_android_textColorHint = 4; + + // aapt resource value: 5 + public const int TextAppearance_android_textColorLink = 5; + + // aapt resource value: 0 + public const int TextAppearance_android_textSize = 0; + + // aapt resource value: 2 + public const int TextAppearance_android_textStyle = 2; + + // aapt resource value: 1 + public const int TextAppearance_android_typeface = 1; + + // aapt resource value: 12 + public const int TextAppearance_fontFamily = 12; + + // aapt resource value: 11 + public const int TextAppearance_textAllCaps = 11; + + public static int[] TextInputLayout = new int[] { + 16842906, + 16843088, + 2130772316, + 2130772317, + 2130772318, + 2130772319, + 2130772320, + 2130772321, + 2130772322, + 2130772323, + 2130772324, + 2130772325, + 2130772326, + 2130772327, + 2130772328, + 2130772329}; + + // aapt resource value: 1 + public const int TextInputLayout_android_hint = 1; + + // aapt resource value: 0 + public const int TextInputLayout_android_textColorHint = 0; + + // aapt resource value: 6 + public const int TextInputLayout_counterEnabled = 6; + + // aapt resource value: 7 + public const int TextInputLayout_counterMaxLength = 7; + + // aapt resource value: 9 + public const int TextInputLayout_counterOverflowTextAppearance = 9; + + // aapt resource value: 8 + public const int TextInputLayout_counterTextAppearance = 8; + + // aapt resource value: 4 + public const int TextInputLayout_errorEnabled = 4; + + // aapt resource value: 5 + public const int TextInputLayout_errorTextAppearance = 5; + + // aapt resource value: 10 + public const int TextInputLayout_hintAnimationEnabled = 10; + + // aapt resource value: 3 + public const int TextInputLayout_hintEnabled = 3; + + // aapt resource value: 2 + public const int TextInputLayout_hintTextAppearance = 2; + + // aapt resource value: 13 + public const int TextInputLayout_passwordToggleContentDescription = 13; + + // aapt resource value: 12 + public const int TextInputLayout_passwordToggleDrawable = 12; + + // aapt resource value: 11 + public const int TextInputLayout_passwordToggleEnabled = 11; + + // aapt resource value: 14 + public const int TextInputLayout_passwordToggleTint = 14; + + // aapt resource value: 15 + public const int TextInputLayout_passwordToggleTintMode = 15; + + public static int[] Toolbar = new int[] { + 16842927, + 16843072, + 2130772005, + 2130772008, + 2130772012, + 2130772024, + 2130772025, + 2130772026, + 2130772027, + 2130772028, + 2130772029, + 2130772031, + 2130772226, + 2130772227, + 2130772228, + 2130772229, + 2130772230, + 2130772231, + 2130772232, + 2130772233, + 2130772234, + 2130772235, + 2130772236, + 2130772237, + 2130772238, + 2130772239, + 2130772240, + 2130772241, + 2130772242}; + + // aapt resource value: 0 + public const int Toolbar_android_gravity = 0; + + // aapt resource value: 1 + public const int Toolbar_android_minHeight = 1; + + // aapt resource value: 21 + public const int Toolbar_buttonGravity = 21; + + // aapt resource value: 23 + public const int Toolbar_collapseContentDescription = 23; + + // aapt resource value: 22 + public const int Toolbar_collapseIcon = 22; + + // aapt resource value: 6 + public const int Toolbar_contentInsetEnd = 6; + + // aapt resource value: 10 + public const int Toolbar_contentInsetEndWithActions = 10; + + // aapt resource value: 7 + public const int Toolbar_contentInsetLeft = 7; + + // aapt resource value: 8 + public const int Toolbar_contentInsetRight = 8; + + // aapt resource value: 5 + public const int Toolbar_contentInsetStart = 5; + + // aapt resource value: 9 + public const int Toolbar_contentInsetStartWithNavigation = 9; + + // aapt resource value: 4 + public const int Toolbar_logo = 4; + + // aapt resource value: 26 + public const int Toolbar_logoDescription = 26; + + // aapt resource value: 20 + public const int Toolbar_maxButtonHeight = 20; + + // aapt resource value: 25 + public const int Toolbar_navigationContentDescription = 25; + + // aapt resource value: 24 + public const int Toolbar_navigationIcon = 24; + + // aapt resource value: 11 + public const int Toolbar_popupTheme = 11; + + // aapt resource value: 3 + public const int Toolbar_subtitle = 3; + + // aapt resource value: 13 + public const int Toolbar_subtitleTextAppearance = 13; + + // aapt resource value: 28 + public const int Toolbar_subtitleTextColor = 28; + + // aapt resource value: 2 + public const int Toolbar_title = 2; + + // aapt resource value: 14 + public const int Toolbar_titleMargin = 14; + + // aapt resource value: 18 + public const int Toolbar_titleMarginBottom = 18; + + // aapt resource value: 16 + public const int Toolbar_titleMarginEnd = 16; + + // aapt resource value: 15 + public const int Toolbar_titleMarginStart = 15; + + // aapt resource value: 17 + public const int Toolbar_titleMarginTop = 17; + + // aapt resource value: 19 + public const int Toolbar_titleMargins = 19; + + // aapt resource value: 12 + public const int Toolbar_titleTextAppearance = 12; + + // aapt resource value: 27 + public const int Toolbar_titleTextColor = 27; + + public static int[] View = new int[] { + 16842752, + 16842970, + 2130772243, + 2130772244, + 2130772245}; + + // aapt resource value: 1 + public const int View_android_focusable = 1; + + // aapt resource value: 0 + public const int View_android_theme = 0; + + // aapt resource value: 3 + public const int View_paddingEnd = 3; + + // aapt resource value: 2 + public const int View_paddingStart = 2; + + // aapt resource value: 4 + public const int View_theme = 4; + + public static int[] ViewBackgroundHelper = new int[] { + 16842964, + 2130772246, + 2130772247}; + + // aapt resource value: 0 + public const int ViewBackgroundHelper_android_background = 0; + + // aapt resource value: 1 + public const int ViewBackgroundHelper_backgroundTint = 1; + + // aapt resource value: 2 + public const int ViewBackgroundHelper_backgroundTintMode = 2; + + public static int[] ViewStubCompat = new int[] { + 16842960, + 16842994, + 16842995}; + + // aapt resource value: 0 + public const int ViewStubCompat_android_id = 0; + + // aapt resource value: 2 + public const int ViewStubCompat_android_inflatedId = 2; + + // aapt resource value: 1 + public const int ViewStubCompat_android_layout = 1; + + static Styleable() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Styleable() + { + } + } + } +} +#pragma warning restore 1591 diff --git a/Calculadora/Calculadora.Android/Resources/drawable/icon.png b/Calculadora/Calculadora.Android/Resources/drawable/icon.png new file mode 100644 index 0000000..007b4da Binary files /dev/null and b/Calculadora/Calculadora.Android/Resources/drawable/icon.png differ diff --git a/Calculadora/Calculadora.Android/Resources/layout/Tabbar.axml b/Calculadora/Calculadora.Android/Resources/layout/Tabbar.axml new file mode 100644 index 0000000..ad1f87d --- /dev/null +++ b/Calculadora/Calculadora.Android/Resources/layout/Tabbar.axml @@ -0,0 +1,11 @@ + + diff --git a/Calculadora/Calculadora.Android/Resources/layout/Toolbar.axml b/Calculadora/Calculadora.Android/Resources/layout/Toolbar.axml new file mode 100644 index 0000000..aabd0a3 --- /dev/null +++ b/Calculadora/Calculadora.Android/Resources/layout/Toolbar.axml @@ -0,0 +1,9 @@ + + diff --git a/Calculadora/Calculadora.Android/Resources/mipmap-anydpi-v26/icon.xml b/Calculadora/Calculadora.Android/Resources/mipmap-anydpi-v26/icon.xml new file mode 100644 index 0000000..88d1d0a --- /dev/null +++ b/Calculadora/Calculadora.Android/Resources/mipmap-anydpi-v26/icon.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/Resources/mipmap-anydpi-v26/icon_round.xml b/Calculadora/Calculadora.Android/Resources/mipmap-anydpi-v26/icon_round.xml new file mode 100644 index 0000000..88d1d0a --- /dev/null +++ b/Calculadora/Calculadora.Android/Resources/mipmap-anydpi-v26/icon_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/Resources/mipmap-hdpi/icon.png b/Calculadora/Calculadora.Android/Resources/mipmap-hdpi/icon.png new file mode 100644 index 0000000..4623ca2 Binary files /dev/null and b/Calculadora/Calculadora.Android/Resources/mipmap-hdpi/icon.png differ diff --git a/Calculadora/Calculadora.Android/Resources/mipmap-hdpi/launcher_foreground.png b/Calculadora/Calculadora.Android/Resources/mipmap-hdpi/launcher_foreground.png new file mode 100644 index 0000000..a89e5bb Binary files /dev/null and b/Calculadora/Calculadora.Android/Resources/mipmap-hdpi/launcher_foreground.png differ diff --git a/Calculadora/Calculadora.Android/Resources/mipmap-mdpi/icon.png b/Calculadora/Calculadora.Android/Resources/mipmap-mdpi/icon.png new file mode 100644 index 0000000..9b1d25e Binary files /dev/null and b/Calculadora/Calculadora.Android/Resources/mipmap-mdpi/icon.png differ diff --git a/Calculadora/Calculadora.Android/Resources/mipmap-mdpi/launcher_foreground.png b/Calculadora/Calculadora.Android/Resources/mipmap-mdpi/launcher_foreground.png new file mode 100644 index 0000000..431a8a0 Binary files /dev/null and b/Calculadora/Calculadora.Android/Resources/mipmap-mdpi/launcher_foreground.png differ diff --git a/Calculadora/Calculadora.Android/Resources/mipmap-xhdpi/icon.png b/Calculadora/Calculadora.Android/Resources/mipmap-xhdpi/icon.png new file mode 100644 index 0000000..844dfe5 Binary files /dev/null and b/Calculadora/Calculadora.Android/Resources/mipmap-xhdpi/icon.png differ diff --git a/Calculadora/Calculadora.Android/Resources/mipmap-xhdpi/launcher_foreground.png b/Calculadora/Calculadora.Android/Resources/mipmap-xhdpi/launcher_foreground.png new file mode 100644 index 0000000..9e9e4f8 Binary files /dev/null and b/Calculadora/Calculadora.Android/Resources/mipmap-xhdpi/launcher_foreground.png differ diff --git a/Calculadora/Calculadora.Android/Resources/mipmap-xxhdpi/icon.png b/Calculadora/Calculadora.Android/Resources/mipmap-xxhdpi/icon.png new file mode 100644 index 0000000..e20ec9a Binary files /dev/null and b/Calculadora/Calculadora.Android/Resources/mipmap-xxhdpi/icon.png differ diff --git a/Calculadora/Calculadora.Android/Resources/mipmap-xxhdpi/launcher_foreground.png b/Calculadora/Calculadora.Android/Resources/mipmap-xxhdpi/launcher_foreground.png new file mode 100644 index 0000000..5f1e135 Binary files /dev/null and b/Calculadora/Calculadora.Android/Resources/mipmap-xxhdpi/launcher_foreground.png differ diff --git a/Calculadora/Calculadora.Android/Resources/mipmap-xxxhdpi/icon.png b/Calculadora/Calculadora.Android/Resources/mipmap-xxxhdpi/icon.png new file mode 100644 index 0000000..8a08bf7 Binary files /dev/null and b/Calculadora/Calculadora.Android/Resources/mipmap-xxxhdpi/icon.png differ diff --git a/Calculadora/Calculadora.Android/Resources/mipmap-xxxhdpi/launcher_foreground.png b/Calculadora/Calculadora.Android/Resources/mipmap-xxxhdpi/launcher_foreground.png new file mode 100644 index 0000000..aca9f8d Binary files /dev/null and b/Calculadora/Calculadora.Android/Resources/mipmap-xxxhdpi/launcher_foreground.png differ diff --git a/Calculadora/Calculadora.Android/Resources/values/colors.xml b/Calculadora/Calculadora.Android/Resources/values/colors.xml new file mode 100644 index 0000000..d9f6e0b --- /dev/null +++ b/Calculadora/Calculadora.Android/Resources/values/colors.xml @@ -0,0 +1,7 @@ + + + #FFFFFF + #3F51B5 + #303F9F + #FF4081 + diff --git a/Calculadora/Calculadora.Android/Resources/values/styles.xml b/Calculadora/Calculadora.Android/Resources/values/styles.xml new file mode 100644 index 0000000..43b0a58 --- /dev/null +++ b/Calculadora/Calculadora.Android/Resources/values/styles.xml @@ -0,0 +1,30 @@ + + + + + + + + + diff --git a/Calculadora/Calculadora.Android/bin/Debug/Calculadora.dll.mdb b/Calculadora/Calculadora.Android/bin/Debug/Calculadora.dll.mdb new file mode 100644 index 0000000..8047890 Binary files /dev/null and b/Calculadora/Calculadora.Android/bin/Debug/Calculadora.dll.mdb differ diff --git a/Calculadora/Calculadora.Android/bin/Debug/com.companyname-Signed.apk b/Calculadora/Calculadora.Android/bin/Debug/com.companyname-Signed.apk new file mode 100644 index 0000000..fea6285 Binary files /dev/null and b/Calculadora/Calculadora.Android/bin/Debug/com.companyname-Signed.apk differ diff --git a/Calculadora/Calculadora.Android/bin/Debug/com.companyname.apk b/Calculadora/Calculadora.Android/bin/Debug/com.companyname.apk new file mode 100644 index 0000000..6bf9478 Binary files /dev/null and b/Calculadora/Calculadora.Android/bin/Debug/com.companyname.apk differ diff --git a/Calculadora/Calculadora.Android/obj/.cache/com.companyname.flag b/Calculadora/Calculadora.Android/obj/.cache/com.companyname.flag new file mode 100644 index 0000000..c3df0e4 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/.cache/com.companyname.flag @@ -0,0 +1 @@ +DebugAnyCPU-s 7bead6c80804 diff --git a/Calculadora/Calculadora.Android/obj/Calculadora.Android.csproj.nuget.cache b/Calculadora/Calculadora.Android/obj/Calculadora.Android.csproj.nuget.cache new file mode 100644 index 0000000..0fe5072 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Calculadora.Android.csproj.nuget.cache @@ -0,0 +1,5 @@ +{ + "version": 1, + "dgSpecHash": "8YXPnrSbnuaeVk6shjtVRBCdRgC3lFuGow08rKaadTCbhTZ0H//MA2vlzt0OKWWAun3VQh2t4vPVIOJFXGttZA==", + "success": true +} \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Calculadora.Android.csproj.nuget.g.props b/Calculadora/Calculadora.Android/obj/Calculadora.Android.csproj.nuget.g.props new file mode 100644 index 0000000..95ee233 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Calculadora.Android.csproj.nuget.g.props @@ -0,0 +1,18 @@ + + + + True + NuGet + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\GuiNerd\.nuget\packages\ + PackageReference + 4.9.3 + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Calculadora.Android.csproj.nuget.g.targets b/Calculadora/Calculadora.Android/obj/Calculadora.Android.csproj.nuget.g.targets new file mode 100644 index 0000000..8067515 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Calculadora.Android.csproj.nuget.g.targets @@ -0,0 +1,28 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/7bead6c80804.deployment b/Calculadora/Calculadora.Android/obj/Debug/81/7bead6c80804.deployment new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/Calculadora.Android.csproj.CopyComplete b/Calculadora/Calculadora.Android/obj/Debug/81/Calculadora.Android.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/Calculadora.Android.csproj.CoreCompileInputs.cache b/Calculadora/Calculadora.Android/obj/Debug/81/Calculadora.Android.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..6fdb604 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/Calculadora.Android.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +acc609b16a832eb0c35a9a7243a42c049018f40e diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/Calculadora.Android.csproj.FileListAbsolute.txt b/Calculadora/Calculadora.Android/obj/Debug/81/Calculadora.Android.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..c1b4643 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/Calculadora.Android.csproj.FileListAbsolute.txt @@ -0,0 +1,106 @@ +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\Calculadora.Android.dll +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\Calculadora.Android.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\com.companyname.apk +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\com.companyname-Signed.apk +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\Calculadora.dll +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\Calculadora.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\MonoAndroid,Version=v8.1.AssemblyAttributes.cs +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\Calculadora.Android.nuget.stamp +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\Calculadora.Android.csprojAssemblyReference.cache +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\libraryimports.cache.stamp +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res.flag +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\Calculadora.Android.csproj.CoreCompileInputs.cache +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\XamlC.stamp +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\Calculadora.Android.csproj.CopyComplete +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\Calculadora.Android.dll +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\Calculadora.Android.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\bin\com.companyname.apk +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\layout\tabbar.xml +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\layout\toolbar.xml +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\values\styles.xml +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\values\colors.xml +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-anydpi-v26\icon.xml +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-anydpi-v26\icon_round.xml +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-hdpi\icon.png +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-hdpi\launcher_foreground.png +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-mdpi\icon.png +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-mdpi\launcher_foreground.png +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-xhdpi\icon.png +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-xhdpi\launcher_foreground.png +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-xxhdpi\icon.png +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-xxhdpi\launcher_foreground.png +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-xxxhdpi\icon.png +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\mipmap-xxxhdpi\launcher_foreground.png +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\R.cs.flag +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\R.txt +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\uploadflags.txt +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\FormsViewGroup.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\Mono.Android.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\mscorlib.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.Core.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.Xml.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.Xml.Linq.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\Xamarin.Forms.Core.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\Xamarin.Forms.Platform.Android.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\Xamarin.Forms.Xaml.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.Data.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.Numerics.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.Transactions.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.IO.Compression.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.IO.Compression.FileSystem.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.ComponentModel.Composition.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.Net.Http.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.Runtime.Serialization.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.ServiceModel.Internals.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\System.Web.Services.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\Mono.Security.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\Calculadora.Android.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\FormsViewGroup.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\Mono.Android.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\mscorlib.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.Core.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.Xml.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.Xml.Linq.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\Xamarin.Forms.Core.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\Xamarin.Forms.Platform.Android.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\Xamarin.Forms.Xaml.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.Data.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.Numerics.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.Transactions.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.IO.Compression.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.IO.Compression.FileSystem.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.ComponentModel.Composition.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.Net.Http.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.Runtime.Serialization.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.ServiceModel.Internals.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\System.Web.Services.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\Mono.Security.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\bin\Debug\Calculadora.dll.mdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\Calculadora.dll.mdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\Calculadora.dll.mdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\Calculadora.Android.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\FormsViewGroup.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\Mono.Android.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\Mono.Security.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\mscorlib.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.ComponentModel.Composition.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.Core.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.Data.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.IO.Compression.FileSystem.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.IO.Compression.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.Net.Http.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.Numerics.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.Runtime.Serialization.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.ServiceModel.Internals.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.Transactions.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.Web.Services.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.Xml.Linq.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\System.Xml.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\Xamarin.Forms.Core.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\Xamarin.Forms.Platform.Android.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\android\assets\Xamarin.Forms.Xaml.pdb +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\res\drawable\icon.png +C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\linksrc\Calculadora.dll.mdb diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/Calculadora.Android.csprojAssemblyReference.cache b/Calculadora/Calculadora.Android/obj/Debug/81/Calculadora.Android.csprojAssemblyReference.cache new file mode 100644 index 0000000..8cb50cf Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/Calculadora.Android.csprojAssemblyReference.cache differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/Calculadora.Android.nuget.stamp b/Calculadora/Calculadora.Android/obj/Debug/81/Calculadora.Android.nuget.stamp new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/Component.R.cs.flag b/Calculadora/Calculadora.Android/obj/Debug/81/Component.R.cs.flag new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/DesignTimeResolveAssemblyReferencesInput.cache b/Calculadora/Calculadora.Android/obj/Debug/81/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..38b26b2 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/MonoAndroid,Version=v8.1.AssemblyAttributes.cs b/Calculadora/Calculadora.Android/obj/Debug/81/MonoAndroid,Version=v8.1.AssemblyAttributes.cs new file mode 100644 index 0000000..4757268 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/MonoAndroid,Version=v8.1.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute("MonoAndroid,Version=v8.1", FrameworkDisplayName = "Xamarin.Android v8.1 Support")] diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/R.cs.flag b/Calculadora/Calculadora.Android/obj/Debug/81/R.cs.flag new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/R.txt b/Calculadora/Calculadora.Android/obj/Debug/81/R.txt new file mode 100644 index 0000000..d403e0b --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/R.txt @@ -0,0 +1,2279 @@ +int anim abc_fade_in 0x7f050000 +int anim abc_fade_out 0x7f050001 +int anim abc_grow_fade_in_from_bottom 0x7f050002 +int anim abc_popup_enter 0x7f050003 +int anim abc_popup_exit 0x7f050004 +int anim abc_shrink_fade_out_from_bottom 0x7f050005 +int anim abc_slide_in_bottom 0x7f050006 +int anim abc_slide_in_top 0x7f050007 +int anim abc_slide_out_bottom 0x7f050008 +int anim abc_slide_out_top 0x7f050009 +int anim design_bottom_sheet_slide_in 0x7f05000a +int anim design_bottom_sheet_slide_out 0x7f05000b +int anim design_snackbar_in 0x7f05000c +int anim design_snackbar_out 0x7f05000d +int anim tooltip_enter 0x7f05000e +int anim tooltip_exit 0x7f05000f +int animator design_appbar_state_list_animator 0x7f060000 +int attr actionBarDivider 0x7f01006b +int attr actionBarItemBackground 0x7f01006c +int attr actionBarPopupTheme 0x7f010065 +int attr actionBarSize 0x7f01006a +int attr actionBarSplitStyle 0x7f010067 +int attr actionBarStyle 0x7f010066 +int attr actionBarTabBarStyle 0x7f010061 +int attr actionBarTabStyle 0x7f010060 +int attr actionBarTabTextStyle 0x7f010062 +int attr actionBarTheme 0x7f010068 +int attr actionBarWidgetTheme 0x7f010069 +int attr actionButtonStyle 0x7f010086 +int attr actionDropDownStyle 0x7f010082 +int attr actionLayout 0x7f0100dd +int attr actionMenuTextAppearance 0x7f01006d +int attr actionMenuTextColor 0x7f01006e +int attr actionModeBackground 0x7f010071 +int attr actionModeCloseButtonStyle 0x7f010070 +int attr actionModeCloseDrawable 0x7f010073 +int attr actionModeCopyDrawable 0x7f010075 +int attr actionModeCutDrawable 0x7f010074 +int attr actionModeFindDrawable 0x7f010079 +int attr actionModePasteDrawable 0x7f010076 +int attr actionModePopupWindowStyle 0x7f01007b +int attr actionModeSelectAllDrawable 0x7f010077 +int attr actionModeShareDrawable 0x7f010078 +int attr actionModeSplitBackground 0x7f010072 +int attr actionModeStyle 0x7f01006f +int attr actionModeWebSearchDrawable 0x7f01007a +int attr actionOverflowButtonStyle 0x7f010063 +int attr actionOverflowMenuStyle 0x7f010064 +int attr actionProviderClass 0x7f0100df +int attr actionViewClass 0x7f0100de +int attr activityChooserViewStyle 0x7f01008e +int attr alertDialogButtonGroupStyle 0x7f0100b3 +int attr alertDialogCenterButtons 0x7f0100b4 +int attr alertDialogStyle 0x7f0100b2 +int attr alertDialogTheme 0x7f0100b5 +int attr allowStacking 0x7f0100cb +int attr alpha 0x7f0100cc +int attr alphabeticModifiers 0x7f0100da +int attr arrowHeadLength 0x7f0100d3 +int attr arrowShaftLength 0x7f0100d4 +int attr autoCompleteTextViewStyle 0x7f0100ba +int attr autoSizeMaxTextSize 0x7f010054 +int attr autoSizeMinTextSize 0x7f010053 +int attr autoSizePresetSizes 0x7f010052 +int attr autoSizeStepGranularity 0x7f010051 +int attr autoSizeTextType 0x7f010050 +int attr background 0x7f01002e +int attr backgroundSplit 0x7f010030 +int attr backgroundStacked 0x7f01002f +int attr backgroundTint 0x7f010116 +int attr backgroundTintMode 0x7f010117 +int attr barLength 0x7f0100d5 +int attr behavior_autoHide 0x7f010141 +int attr behavior_hideable 0x7f01011e +int attr behavior_overlapTop 0x7f01014a +int attr behavior_peekHeight 0x7f01011d +int attr behavior_skipCollapsed 0x7f01011f +int attr borderWidth 0x7f01013f +int attr borderlessButtonStyle 0x7f01008b +int attr bottomSheetDialogTheme 0x7f010139 +int attr bottomSheetStyle 0x7f01013a +int attr buttonBarButtonStyle 0x7f010088 +int attr buttonBarNegativeButtonStyle 0x7f0100b8 +int attr buttonBarNeutralButtonStyle 0x7f0100b9 +int attr buttonBarPositiveButtonStyle 0x7f0100b7 +int attr buttonBarStyle 0x7f010087 +int attr buttonGravity 0x7f01010b +int attr buttonPanelSideLayout 0x7f010043 +int attr buttonStyle 0x7f0100bb +int attr buttonStyleSmall 0x7f0100bc +int attr buttonTint 0x7f0100cd +int attr buttonTintMode 0x7f0100ce +int attr cardBackgroundColor 0x7f010017 +int attr cardCornerRadius 0x7f010018 +int attr cardElevation 0x7f010019 +int attr cardMaxElevation 0x7f01001a +int attr cardPreventCornerOverlap 0x7f01001c +int attr cardUseCompatPadding 0x7f01001b +int attr checkboxStyle 0x7f0100bd +int attr checkedTextViewStyle 0x7f0100be +int attr closeIcon 0x7f0100ee +int attr closeItemLayout 0x7f010040 +int attr collapseContentDescription 0x7f01010d +int attr collapseIcon 0x7f01010c +int attr collapsedTitleGravity 0x7f01012c +int attr collapsedTitleTextAppearance 0x7f010126 +int attr color 0x7f0100cf +int attr colorAccent 0x7f0100aa +int attr colorBackgroundFloating 0x7f0100b1 +int attr colorButtonNormal 0x7f0100ae +int attr colorControlActivated 0x7f0100ac +int attr colorControlHighlight 0x7f0100ad +int attr colorControlNormal 0x7f0100ab +int attr colorError 0x7f0100ca +int attr colorPrimary 0x7f0100a8 +int attr colorPrimaryDark 0x7f0100a9 +int attr colorSwitchThumbNormal 0x7f0100af +int attr commitIcon 0x7f0100f3 +int attr contentDescription 0x7f0100e0 +int attr contentInsetEnd 0x7f010039 +int attr contentInsetEndWithActions 0x7f01003d +int attr contentInsetLeft 0x7f01003a +int attr contentInsetRight 0x7f01003b +int attr contentInsetStart 0x7f010038 +int attr contentInsetStartWithNavigation 0x7f01003c +int attr contentPadding 0x7f01001d +int attr contentPaddingBottom 0x7f010021 +int attr contentPaddingLeft 0x7f01001e +int attr contentPaddingRight 0x7f01001f +int attr contentPaddingTop 0x7f010020 +int attr contentScrim 0x7f010127 +int attr controlBackground 0x7f0100b0 +int attr counterEnabled 0x7f010160 +int attr counterMaxLength 0x7f010161 +int attr counterOverflowTextAppearance 0x7f010163 +int attr counterTextAppearance 0x7f010162 +int attr customNavigationLayout 0x7f010031 +int attr defaultQueryHint 0x7f0100ed +int attr dialogPreferredPadding 0x7f010080 +int attr dialogTheme 0x7f01007f +int attr displayOptions 0x7f010027 +int attr divider 0x7f01002d +int attr dividerHorizontal 0x7f01008d +int attr dividerPadding 0x7f0100d9 +int attr dividerVertical 0x7f01008c +int attr drawableSize 0x7f0100d1 +int attr drawerArrowStyle 0x7f010022 +int attr dropDownListViewStyle 0x7f01009f +int attr dropdownListPreferredItemHeight 0x7f010083 +int attr editTextBackground 0x7f010094 +int attr editTextColor 0x7f010093 +int attr editTextStyle 0x7f0100bf +int attr elevation 0x7f01003e +int attr errorEnabled 0x7f01015e +int attr errorTextAppearance 0x7f01015f +int attr expandActivityOverflowButtonDrawable 0x7f010042 +int attr expanded 0x7f010118 +int attr expandedTitleGravity 0x7f01012d +int attr expandedTitleMargin 0x7f010120 +int attr expandedTitleMarginBottom 0x7f010124 +int attr expandedTitleMarginEnd 0x7f010123 +int attr expandedTitleMarginStart 0x7f010121 +int attr expandedTitleMarginTop 0x7f010122 +int attr expandedTitleTextAppearance 0x7f010125 +int attr externalRouteEnabledDrawable 0x7f010015 +int attr fabSize 0x7f01013d +int attr fastScrollEnabled 0x7f010004 +int attr fastScrollHorizontalThumbDrawable 0x7f010007 +int attr fastScrollHorizontalTrackDrawable 0x7f010008 +int attr fastScrollVerticalThumbDrawable 0x7f010005 +int attr fastScrollVerticalTrackDrawable 0x7f010006 +int attr font 0x7f010171 +int attr fontFamily 0x7f010055 +int attr fontProviderAuthority 0x7f01016a +int attr fontProviderCerts 0x7f01016d +int attr fontProviderFetchStrategy 0x7f01016e +int attr fontProviderFetchTimeout 0x7f01016f +int attr fontProviderPackage 0x7f01016b +int attr fontProviderQuery 0x7f01016c +int attr fontStyle 0x7f010170 +int attr fontWeight 0x7f010172 +int attr foregroundInsidePadding 0x7f010142 +int attr gapBetweenBars 0x7f0100d2 +int attr goIcon 0x7f0100ef +int attr headerLayout 0x7f010148 +int attr height 0x7f010023 +int attr hideOnContentScroll 0x7f010037 +int attr hintAnimationEnabled 0x7f010164 +int attr hintEnabled 0x7f01015d +int attr hintTextAppearance 0x7f01015c +int attr homeAsUpIndicator 0x7f010085 +int attr homeLayout 0x7f010032 +int attr icon 0x7f01002b +int attr iconTint 0x7f0100e2 +int attr iconTintMode 0x7f0100e3 +int attr iconifiedByDefault 0x7f0100eb +int attr imageButtonStyle 0x7f010095 +int attr indeterminateProgressStyle 0x7f010034 +int attr initialActivityCount 0x7f010041 +int attr insetForeground 0x7f010149 +int attr isLightTheme 0x7f010024 +int attr itemBackground 0x7f010146 +int attr itemIconTint 0x7f010144 +int attr itemPadding 0x7f010036 +int attr itemTextAppearance 0x7f010147 +int attr itemTextColor 0x7f010145 +int attr keylines 0x7f010131 +int attr layout 0x7f0100ea +int attr layoutManager 0x7f010000 +int attr layout_anchor 0x7f010134 +int attr layout_anchorGravity 0x7f010136 +int attr layout_behavior 0x7f010133 +int attr layout_collapseMode 0x7f01012f +int attr layout_collapseParallaxMultiplier 0x7f010130 +int attr layout_dodgeInsetEdges 0x7f010138 +int attr layout_insetEdge 0x7f010137 +int attr layout_keyline 0x7f010135 +int attr layout_scrollFlags 0x7f01011b +int attr layout_scrollInterpolator 0x7f01011c +int attr listChoiceBackgroundIndicator 0x7f0100a7 +int attr listDividerAlertDialog 0x7f010081 +int attr listItemLayout 0x7f010047 +int attr listLayout 0x7f010044 +int attr listMenuViewStyle 0x7f0100c7 +int attr listPopupWindowStyle 0x7f0100a0 +int attr listPreferredItemHeight 0x7f01009a +int attr listPreferredItemHeightLarge 0x7f01009c +int attr listPreferredItemHeightSmall 0x7f01009b +int attr listPreferredItemPaddingLeft 0x7f01009d +int attr listPreferredItemPaddingRight 0x7f01009e +int attr logo 0x7f01002c +int attr logoDescription 0x7f010110 +int attr maxActionInlineWidth 0x7f01014b +int attr maxButtonHeight 0x7f01010a +int attr measureWithLargestChild 0x7f0100d7 +int attr mediaRouteAudioTrackDrawable 0x7f010009 +int attr mediaRouteButtonStyle 0x7f01000a +int attr mediaRouteButtonTint 0x7f010016 +int attr mediaRouteCloseDrawable 0x7f01000b +int attr mediaRouteControlPanelThemeOverlay 0x7f01000c +int attr mediaRouteDefaultIconDrawable 0x7f01000d +int attr mediaRoutePauseDrawable 0x7f01000e +int attr mediaRoutePlayDrawable 0x7f01000f +int attr mediaRouteSpeakerGroupIconDrawable 0x7f010010 +int attr mediaRouteSpeakerIconDrawable 0x7f010011 +int attr mediaRouteStopDrawable 0x7f010012 +int attr mediaRouteTheme 0x7f010013 +int attr mediaRouteTvIconDrawable 0x7f010014 +int attr menu 0x7f010143 +int attr multiChoiceItemLayout 0x7f010045 +int attr navigationContentDescription 0x7f01010f +int attr navigationIcon 0x7f01010e +int attr navigationMode 0x7f010026 +int attr numericModifiers 0x7f0100db +int attr overlapAnchor 0x7f0100e6 +int attr paddingBottomNoButtons 0x7f0100e8 +int attr paddingEnd 0x7f010114 +int attr paddingStart 0x7f010113 +int attr paddingTopNoTitle 0x7f0100e9 +int attr panelBackground 0x7f0100a4 +int attr panelMenuListTheme 0x7f0100a6 +int attr panelMenuListWidth 0x7f0100a5 +int attr passwordToggleContentDescription 0x7f010167 +int attr passwordToggleDrawable 0x7f010166 +int attr passwordToggleEnabled 0x7f010165 +int attr passwordToggleTint 0x7f010168 +int attr passwordToggleTintMode 0x7f010169 +int attr popupMenuStyle 0x7f010091 +int attr popupTheme 0x7f01003f +int attr popupWindowStyle 0x7f010092 +int attr preserveIconSpacing 0x7f0100e4 +int attr pressedTranslationZ 0x7f01013e +int attr progressBarPadding 0x7f010035 +int attr progressBarStyle 0x7f010033 +int attr queryBackground 0x7f0100f5 +int attr queryHint 0x7f0100ec +int attr radioButtonStyle 0x7f0100c0 +int attr ratingBarStyle 0x7f0100c1 +int attr ratingBarStyleIndicator 0x7f0100c2 +int attr ratingBarStyleSmall 0x7f0100c3 +int attr reverseLayout 0x7f010002 +int attr rippleColor 0x7f01013c +int attr scrimAnimationDuration 0x7f01012b +int attr scrimVisibleHeightTrigger 0x7f01012a +int attr searchHintIcon 0x7f0100f1 +int attr searchIcon 0x7f0100f0 +int attr searchViewStyle 0x7f010099 +int attr seekBarStyle 0x7f0100c4 +int attr selectableItemBackground 0x7f010089 +int attr selectableItemBackgroundBorderless 0x7f01008a +int attr showAsAction 0x7f0100dc +int attr showDividers 0x7f0100d8 +int attr showText 0x7f010101 +int attr showTitle 0x7f010048 +int attr singleChoiceItemLayout 0x7f010046 +int attr spanCount 0x7f010001 +int attr spinBars 0x7f0100d0 +int attr spinnerDropDownItemStyle 0x7f010084 +int attr spinnerStyle 0x7f0100c5 +int attr splitTrack 0x7f010100 +int attr srcCompat 0x7f010049 +int attr stackFromEnd 0x7f010003 +int attr state_above_anchor 0x7f0100e7 +int attr state_collapsed 0x7f010119 +int attr state_collapsible 0x7f01011a +int attr statusBarBackground 0x7f010132 +int attr statusBarScrim 0x7f010128 +int attr subMenuArrow 0x7f0100e5 +int attr submitBackground 0x7f0100f6 +int attr subtitle 0x7f010028 +int attr subtitleTextAppearance 0x7f010103 +int attr subtitleTextColor 0x7f010112 +int attr subtitleTextStyle 0x7f01002a +int attr suggestionRowLayout 0x7f0100f4 +int attr switchMinWidth 0x7f0100fe +int attr switchPadding 0x7f0100ff +int attr switchStyle 0x7f0100c6 +int attr switchTextAppearance 0x7f0100fd +int attr tabBackground 0x7f01014f +int attr tabContentStart 0x7f01014e +int attr tabGravity 0x7f010151 +int attr tabIndicatorColor 0x7f01014c +int attr tabIndicatorHeight 0x7f01014d +int attr tabMaxWidth 0x7f010153 +int attr tabMinWidth 0x7f010152 +int attr tabMode 0x7f010150 +int attr tabPadding 0x7f01015b +int attr tabPaddingBottom 0x7f01015a +int attr tabPaddingEnd 0x7f010159 +int attr tabPaddingStart 0x7f010157 +int attr tabPaddingTop 0x7f010158 +int attr tabSelectedTextColor 0x7f010156 +int attr tabTextAppearance 0x7f010154 +int attr tabTextColor 0x7f010155 +int attr textAllCaps 0x7f01004f +int attr textAppearanceLargePopupMenu 0x7f01007c +int attr textAppearanceListItem 0x7f0100a1 +int attr textAppearanceListItemSecondary 0x7f0100a2 +int attr textAppearanceListItemSmall 0x7f0100a3 +int attr textAppearancePopupMenuHeader 0x7f01007e +int attr textAppearanceSearchResultSubtitle 0x7f010097 +int attr textAppearanceSearchResultTitle 0x7f010096 +int attr textAppearanceSmallPopupMenu 0x7f01007d +int attr textColorAlertDialogListItem 0x7f0100b6 +int attr textColorError 0x7f01013b +int attr textColorSearchUrl 0x7f010098 +int attr theme 0x7f010115 +int attr thickness 0x7f0100d6 +int attr thumbTextPadding 0x7f0100fc +int attr thumbTint 0x7f0100f7 +int attr thumbTintMode 0x7f0100f8 +int attr tickMark 0x7f01004c +int attr tickMarkTint 0x7f01004d +int attr tickMarkTintMode 0x7f01004e +int attr tint 0x7f01004a +int attr tintMode 0x7f01004b +int attr title 0x7f010025 +int attr titleEnabled 0x7f01012e +int attr titleMargin 0x7f010104 +int attr titleMarginBottom 0x7f010108 +int attr titleMarginEnd 0x7f010106 +int attr titleMarginStart 0x7f010105 +int attr titleMarginTop 0x7f010107 +int attr titleMargins 0x7f010109 +int attr titleTextAppearance 0x7f010102 +int attr titleTextColor 0x7f010111 +int attr titleTextStyle 0x7f010029 +int attr toolbarId 0x7f010129 +int attr toolbarNavigationButtonStyle 0x7f010090 +int attr toolbarStyle 0x7f01008f +int attr tooltipForegroundColor 0x7f0100c9 +int attr tooltipFrameBackground 0x7f0100c8 +int attr tooltipText 0x7f0100e1 +int attr track 0x7f0100f9 +int attr trackTint 0x7f0100fa +int attr trackTintMode 0x7f0100fb +int attr useCompatPadding 0x7f010140 +int attr voiceIcon 0x7f0100f2 +int attr windowActionBar 0x7f010056 +int attr windowActionBarOverlay 0x7f010058 +int attr windowActionModeOverlay 0x7f010059 +int attr windowFixedHeightMajor 0x7f01005d +int attr windowFixedHeightMinor 0x7f01005b +int attr windowFixedWidthMajor 0x7f01005a +int attr windowFixedWidthMinor 0x7f01005c +int attr windowMinWidthMajor 0x7f01005e +int attr windowMinWidthMinor 0x7f01005f +int attr windowNoTitle 0x7f010057 +int bool abc_action_bar_embed_tabs 0x7f0e0000 +int bool abc_allow_stacked_button_bar 0x7f0e0001 +int bool abc_config_actionMenuItemAllCaps 0x7f0e0002 +int bool abc_config_closeDialogWhenTouchOutside 0x7f0e0003 +int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f0e0004 +int color abc_background_cache_hint_selector_material_dark 0x7f0d004f +int color abc_background_cache_hint_selector_material_light 0x7f0d0050 +int color abc_btn_colored_borderless_text_material 0x7f0d0051 +int color abc_btn_colored_text_material 0x7f0d0052 +int color abc_color_highlight_material 0x7f0d0053 +int color abc_hint_foreground_material_dark 0x7f0d0054 +int color abc_hint_foreground_material_light 0x7f0d0055 +int color abc_input_method_navigation_guard 0x7f0d0004 +int color abc_primary_text_disable_only_material_dark 0x7f0d0056 +int color abc_primary_text_disable_only_material_light 0x7f0d0057 +int color abc_primary_text_material_dark 0x7f0d0058 +int color abc_primary_text_material_light 0x7f0d0059 +int color abc_search_url_text 0x7f0d005a +int color abc_search_url_text_normal 0x7f0d0005 +int color abc_search_url_text_pressed 0x7f0d0006 +int color abc_search_url_text_selected 0x7f0d0007 +int color abc_secondary_text_material_dark 0x7f0d005b +int color abc_secondary_text_material_light 0x7f0d005c +int color abc_tint_btn_checkable 0x7f0d005d +int color abc_tint_default 0x7f0d005e +int color abc_tint_edittext 0x7f0d005f +int color abc_tint_seek_thumb 0x7f0d0060 +int color abc_tint_spinner 0x7f0d0061 +int color abc_tint_switch_track 0x7f0d0062 +int color accent_material_dark 0x7f0d0008 +int color accent_material_light 0x7f0d0009 +int color background_floating_material_dark 0x7f0d000a +int color background_floating_material_light 0x7f0d000b +int color background_material_dark 0x7f0d000c +int color background_material_light 0x7f0d000d +int color bright_foreground_disabled_material_dark 0x7f0d000e +int color bright_foreground_disabled_material_light 0x7f0d000f +int color bright_foreground_inverse_material_dark 0x7f0d0010 +int color bright_foreground_inverse_material_light 0x7f0d0011 +int color bright_foreground_material_dark 0x7f0d0012 +int color bright_foreground_material_light 0x7f0d0013 +int color button_material_dark 0x7f0d0014 +int color button_material_light 0x7f0d0015 +int color cardview_dark_background 0x7f0d0000 +int color cardview_light_background 0x7f0d0001 +int color cardview_shadow_end_color 0x7f0d0002 +int color cardview_shadow_start_color 0x7f0d0003 +int color colorAccent 0x7f0d004e +int color colorPrimary 0x7f0d004c +int color colorPrimaryDark 0x7f0d004d +int color design_bottom_navigation_shadow_color 0x7f0d0040 +int color design_error 0x7f0d0063 +int color design_fab_shadow_end_color 0x7f0d0041 +int color design_fab_shadow_mid_color 0x7f0d0042 +int color design_fab_shadow_start_color 0x7f0d0043 +int color design_fab_stroke_end_inner_color 0x7f0d0044 +int color design_fab_stroke_end_outer_color 0x7f0d0045 +int color design_fab_stroke_top_inner_color 0x7f0d0046 +int color design_fab_stroke_top_outer_color 0x7f0d0047 +int color design_snackbar_background_color 0x7f0d0048 +int color design_tint_password_toggle 0x7f0d0064 +int color dim_foreground_disabled_material_dark 0x7f0d0016 +int color dim_foreground_disabled_material_light 0x7f0d0017 +int color dim_foreground_material_dark 0x7f0d0018 +int color dim_foreground_material_light 0x7f0d0019 +int color error_color_material 0x7f0d001a +int color foreground_material_dark 0x7f0d001b +int color foreground_material_light 0x7f0d001c +int color highlighted_text_material_dark 0x7f0d001d +int color highlighted_text_material_light 0x7f0d001e +int color launcher_background 0x7f0d004b +int color material_blue_grey_800 0x7f0d001f +int color material_blue_grey_900 0x7f0d0020 +int color material_blue_grey_950 0x7f0d0021 +int color material_deep_teal_200 0x7f0d0022 +int color material_deep_teal_500 0x7f0d0023 +int color material_grey_100 0x7f0d0024 +int color material_grey_300 0x7f0d0025 +int color material_grey_50 0x7f0d0026 +int color material_grey_600 0x7f0d0027 +int color material_grey_800 0x7f0d0028 +int color material_grey_850 0x7f0d0029 +int color material_grey_900 0x7f0d002a +int color notification_action_color_filter 0x7f0d0049 +int color notification_icon_bg_color 0x7f0d004a +int color notification_material_background_media_default_color 0x7f0d003f +int color primary_dark_material_dark 0x7f0d002b +int color primary_dark_material_light 0x7f0d002c +int color primary_material_dark 0x7f0d002d +int color primary_material_light 0x7f0d002e +int color primary_text_default_material_dark 0x7f0d002f +int color primary_text_default_material_light 0x7f0d0030 +int color primary_text_disabled_material_dark 0x7f0d0031 +int color primary_text_disabled_material_light 0x7f0d0032 +int color ripple_material_dark 0x7f0d0033 +int color ripple_material_light 0x7f0d0034 +int color secondary_text_default_material_dark 0x7f0d0035 +int color secondary_text_default_material_light 0x7f0d0036 +int color secondary_text_disabled_material_dark 0x7f0d0037 +int color secondary_text_disabled_material_light 0x7f0d0038 +int color switch_thumb_disabled_material_dark 0x7f0d0039 +int color switch_thumb_disabled_material_light 0x7f0d003a +int color switch_thumb_material_dark 0x7f0d0065 +int color switch_thumb_material_light 0x7f0d0066 +int color switch_thumb_normal_material_dark 0x7f0d003b +int color switch_thumb_normal_material_light 0x7f0d003c +int color tooltip_background_dark 0x7f0d003d +int color tooltip_background_light 0x7f0d003e +int dimen abc_action_bar_content_inset_material 0x7f08001b +int dimen abc_action_bar_content_inset_with_nav 0x7f08001c +int dimen abc_action_bar_default_height_material 0x7f080010 +int dimen abc_action_bar_default_padding_end_material 0x7f08001d +int dimen abc_action_bar_default_padding_start_material 0x7f08001e +int dimen abc_action_bar_elevation_material 0x7f080020 +int dimen abc_action_bar_icon_vertical_padding_material 0x7f080021 +int dimen abc_action_bar_overflow_padding_end_material 0x7f080022 +int dimen abc_action_bar_overflow_padding_start_material 0x7f080023 +int dimen abc_action_bar_progress_bar_size 0x7f080011 +int dimen abc_action_bar_stacked_max_height 0x7f080024 +int dimen abc_action_bar_stacked_tab_max_width 0x7f080025 +int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f080026 +int dimen abc_action_bar_subtitle_top_margin_material 0x7f080027 +int dimen abc_action_button_min_height_material 0x7f080028 +int dimen abc_action_button_min_width_material 0x7f080029 +int dimen abc_action_button_min_width_overflow_material 0x7f08002a +int dimen abc_alert_dialog_button_bar_height 0x7f08000f +int dimen abc_button_inset_horizontal_material 0x7f08002b +int dimen abc_button_inset_vertical_material 0x7f08002c +int dimen abc_button_padding_horizontal_material 0x7f08002d +int dimen abc_button_padding_vertical_material 0x7f08002e +int dimen abc_cascading_menus_min_smallest_width 0x7f08002f +int dimen abc_config_prefDialogWidth 0x7f080014 +int dimen abc_control_corner_material 0x7f080030 +int dimen abc_control_inset_material 0x7f080031 +int dimen abc_control_padding_material 0x7f080032 +int dimen abc_dialog_fixed_height_major 0x7f080015 +int dimen abc_dialog_fixed_height_minor 0x7f080016 +int dimen abc_dialog_fixed_width_major 0x7f080017 +int dimen abc_dialog_fixed_width_minor 0x7f080018 +int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f080033 +int dimen abc_dialog_list_padding_top_no_title 0x7f080034 +int dimen abc_dialog_min_width_major 0x7f080019 +int dimen abc_dialog_min_width_minor 0x7f08001a +int dimen abc_dialog_padding_material 0x7f080035 +int dimen abc_dialog_padding_top_material 0x7f080036 +int dimen abc_dialog_title_divider_material 0x7f080037 +int dimen abc_disabled_alpha_material_dark 0x7f080038 +int dimen abc_disabled_alpha_material_light 0x7f080039 +int dimen abc_dropdownitem_icon_width 0x7f08003a +int dimen abc_dropdownitem_text_padding_left 0x7f08003b +int dimen abc_dropdownitem_text_padding_right 0x7f08003c +int dimen abc_edit_text_inset_bottom_material 0x7f08003d +int dimen abc_edit_text_inset_horizontal_material 0x7f08003e +int dimen abc_edit_text_inset_top_material 0x7f08003f +int dimen abc_floating_window_z 0x7f080040 +int dimen abc_list_item_padding_horizontal_material 0x7f080041 +int dimen abc_panel_menu_list_width 0x7f080042 +int dimen abc_progress_bar_height_material 0x7f080043 +int dimen abc_search_view_preferred_height 0x7f080044 +int dimen abc_search_view_preferred_width 0x7f080045 +int dimen abc_seekbar_track_background_height_material 0x7f080046 +int dimen abc_seekbar_track_progress_height_material 0x7f080047 +int dimen abc_select_dialog_padding_start_material 0x7f080048 +int dimen abc_switch_padding 0x7f08001f +int dimen abc_text_size_body_1_material 0x7f080049 +int dimen abc_text_size_body_2_material 0x7f08004a +int dimen abc_text_size_button_material 0x7f08004b +int dimen abc_text_size_caption_material 0x7f08004c +int dimen abc_text_size_display_1_material 0x7f08004d +int dimen abc_text_size_display_2_material 0x7f08004e +int dimen abc_text_size_display_3_material 0x7f08004f +int dimen abc_text_size_display_4_material 0x7f080050 +int dimen abc_text_size_headline_material 0x7f080051 +int dimen abc_text_size_large_material 0x7f080052 +int dimen abc_text_size_medium_material 0x7f080053 +int dimen abc_text_size_menu_header_material 0x7f080054 +int dimen abc_text_size_menu_material 0x7f080055 +int dimen abc_text_size_small_material 0x7f080056 +int dimen abc_text_size_subhead_material 0x7f080057 +int dimen abc_text_size_subtitle_material_toolbar 0x7f080012 +int dimen abc_text_size_title_material 0x7f080058 +int dimen abc_text_size_title_material_toolbar 0x7f080013 +int dimen cardview_compat_inset_shadow 0x7f08000c +int dimen cardview_default_elevation 0x7f08000d +int dimen cardview_default_radius 0x7f08000e +int dimen compat_button_inset_horizontal_material 0x7f080094 +int dimen compat_button_inset_vertical_material 0x7f080095 +int dimen compat_button_padding_horizontal_material 0x7f080096 +int dimen compat_button_padding_vertical_material 0x7f080097 +int dimen compat_control_corner_material 0x7f080098 +int dimen design_appbar_elevation 0x7f080072 +int dimen design_bottom_navigation_active_item_max_width 0x7f080073 +int dimen design_bottom_navigation_active_text_size 0x7f080074 +int dimen design_bottom_navigation_elevation 0x7f080075 +int dimen design_bottom_navigation_height 0x7f080076 +int dimen design_bottom_navigation_item_max_width 0x7f080077 +int dimen design_bottom_navigation_item_min_width 0x7f080078 +int dimen design_bottom_navigation_margin 0x7f080079 +int dimen design_bottom_navigation_shadow_height 0x7f08007a +int dimen design_bottom_navigation_text_size 0x7f08007b +int dimen design_bottom_sheet_modal_elevation 0x7f08007c +int dimen design_bottom_sheet_peek_height_min 0x7f08007d +int dimen design_fab_border_width 0x7f08007e +int dimen design_fab_elevation 0x7f08007f +int dimen design_fab_image_size 0x7f080080 +int dimen design_fab_size_mini 0x7f080081 +int dimen design_fab_size_normal 0x7f080082 +int dimen design_fab_translation_z_pressed 0x7f080083 +int dimen design_navigation_elevation 0x7f080084 +int dimen design_navigation_icon_padding 0x7f080085 +int dimen design_navigation_icon_size 0x7f080086 +int dimen design_navigation_max_width 0x7f08006a +int dimen design_navigation_padding_bottom 0x7f080087 +int dimen design_navigation_separator_vertical_padding 0x7f080088 +int dimen design_snackbar_action_inline_max_width 0x7f08006b +int dimen design_snackbar_background_corner_radius 0x7f08006c +int dimen design_snackbar_elevation 0x7f080089 +int dimen design_snackbar_extra_spacing_horizontal 0x7f08006d +int dimen design_snackbar_max_width 0x7f08006e +int dimen design_snackbar_min_width 0x7f08006f +int dimen design_snackbar_padding_horizontal 0x7f08008a +int dimen design_snackbar_padding_vertical 0x7f08008b +int dimen design_snackbar_padding_vertical_2lines 0x7f080070 +int dimen design_snackbar_text_size 0x7f08008c +int dimen design_tab_max_width 0x7f08008d +int dimen design_tab_scrollable_min_width 0x7f080071 +int dimen design_tab_text_size 0x7f08008e +int dimen design_tab_text_size_2line 0x7f08008f +int dimen disabled_alpha_material_dark 0x7f080059 +int dimen disabled_alpha_material_light 0x7f08005a +int dimen fastscroll_default_thickness 0x7f080000 +int dimen fastscroll_margin 0x7f080001 +int dimen fastscroll_minimum_range 0x7f080002 +int dimen highlight_alpha_material_colored 0x7f08005b +int dimen highlight_alpha_material_dark 0x7f08005c +int dimen highlight_alpha_material_light 0x7f08005d +int dimen hint_alpha_material_dark 0x7f08005e +int dimen hint_alpha_material_light 0x7f08005f +int dimen hint_pressed_alpha_material_dark 0x7f080060 +int dimen hint_pressed_alpha_material_light 0x7f080061 +int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f080003 +int dimen item_touch_helper_swipe_escape_max_velocity 0x7f080004 +int dimen item_touch_helper_swipe_escape_velocity 0x7f080005 +int dimen mr_controller_volume_group_list_item_height 0x7f080006 +int dimen mr_controller_volume_group_list_item_icon_size 0x7f080007 +int dimen mr_controller_volume_group_list_max_height 0x7f080008 +int dimen mr_controller_volume_group_list_padding_top 0x7f08000b +int dimen mr_dialog_fixed_width_major 0x7f080009 +int dimen mr_dialog_fixed_width_minor 0x7f08000a +int dimen notification_action_icon_size 0x7f080099 +int dimen notification_action_text_size 0x7f08009a +int dimen notification_big_circle_margin 0x7f08009b +int dimen notification_content_margin_start 0x7f080091 +int dimen notification_large_icon_height 0x7f08009c +int dimen notification_large_icon_width 0x7f08009d +int dimen notification_main_column_padding_top 0x7f080092 +int dimen notification_media_narrow_margin 0x7f080093 +int dimen notification_right_icon_size 0x7f08009e +int dimen notification_right_side_padding_top 0x7f080090 +int dimen notification_small_icon_background_padding 0x7f08009f +int dimen notification_small_icon_size_as_large 0x7f0800a0 +int dimen notification_subtext_size 0x7f0800a1 +int dimen notification_top_pad 0x7f0800a2 +int dimen notification_top_pad_large_text 0x7f0800a3 +int dimen tooltip_corner_radius 0x7f080062 +int dimen tooltip_horizontal_padding 0x7f080063 +int dimen tooltip_margin 0x7f080064 +int dimen tooltip_precise_anchor_extra_offset 0x7f080065 +int dimen tooltip_precise_anchor_threshold 0x7f080066 +int dimen tooltip_vertical_padding 0x7f080067 +int dimen tooltip_y_offset_non_touch 0x7f080068 +int dimen tooltip_y_offset_touch 0x7f080069 +int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000 +int drawable abc_action_bar_item_background_material 0x7f020001 +int drawable abc_btn_borderless_material 0x7f020002 +int drawable abc_btn_check_material 0x7f020003 +int drawable abc_btn_check_to_on_mtrl_000 0x7f020004 +int drawable abc_btn_check_to_on_mtrl_015 0x7f020005 +int drawable abc_btn_colored_material 0x7f020006 +int drawable abc_btn_default_mtrl_shape 0x7f020007 +int drawable abc_btn_radio_material 0x7f020008 +int drawable abc_btn_radio_to_on_mtrl_000 0x7f020009 +int drawable abc_btn_radio_to_on_mtrl_015 0x7f02000a +int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000b +int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000c +int drawable abc_cab_background_internal_bg 0x7f02000d +int drawable abc_cab_background_top_material 0x7f02000e +int drawable abc_cab_background_top_mtrl_alpha 0x7f02000f +int drawable abc_control_background_material 0x7f020010 +int drawable abc_dialog_material_background 0x7f020011 +int drawable abc_edit_text_material 0x7f020012 +int drawable abc_ic_ab_back_material 0x7f020013 +int drawable abc_ic_arrow_drop_right_black_24dp 0x7f020014 +int drawable abc_ic_clear_material 0x7f020015 +int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020016 +int drawable abc_ic_go_search_api_material 0x7f020017 +int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f020018 +int drawable abc_ic_menu_cut_mtrl_alpha 0x7f020019 +int drawable abc_ic_menu_overflow_material 0x7f02001a +int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001b +int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001c +int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001d +int drawable abc_ic_search_api_material 0x7f02001e +int drawable abc_ic_star_black_16dp 0x7f02001f +int drawable abc_ic_star_black_36dp 0x7f020020 +int drawable abc_ic_star_black_48dp 0x7f020021 +int drawable abc_ic_star_half_black_16dp 0x7f020022 +int drawable abc_ic_star_half_black_36dp 0x7f020023 +int drawable abc_ic_star_half_black_48dp 0x7f020024 +int drawable abc_ic_voice_search_api_material 0x7f020025 +int drawable abc_item_background_holo_dark 0x7f020026 +int drawable abc_item_background_holo_light 0x7f020027 +int drawable abc_list_divider_mtrl_alpha 0x7f020028 +int drawable abc_list_focused_holo 0x7f020029 +int drawable abc_list_longpressed_holo 0x7f02002a +int drawable abc_list_pressed_holo_dark 0x7f02002b +int drawable abc_list_pressed_holo_light 0x7f02002c +int drawable abc_list_selector_background_transition_holo_dark 0x7f02002d +int drawable abc_list_selector_background_transition_holo_light 0x7f02002e +int drawable abc_list_selector_disabled_holo_dark 0x7f02002f +int drawable abc_list_selector_disabled_holo_light 0x7f020030 +int drawable abc_list_selector_holo_dark 0x7f020031 +int drawable abc_list_selector_holo_light 0x7f020032 +int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f020033 +int drawable abc_popup_background_mtrl_mult 0x7f020034 +int drawable abc_ratingbar_indicator_material 0x7f020035 +int drawable abc_ratingbar_material 0x7f020036 +int drawable abc_ratingbar_small_material 0x7f020037 +int drawable abc_scrubber_control_off_mtrl_alpha 0x7f020038 +int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f020039 +int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f02003a +int drawable abc_scrubber_primary_mtrl_alpha 0x7f02003b +int drawable abc_scrubber_track_mtrl_alpha 0x7f02003c +int drawable abc_seekbar_thumb_material 0x7f02003d +int drawable abc_seekbar_tick_mark_material 0x7f02003e +int drawable abc_seekbar_track_material 0x7f02003f +int drawable abc_spinner_mtrl_am_alpha 0x7f020040 +int drawable abc_spinner_textfield_background_material 0x7f020041 +int drawable abc_switch_thumb_material 0x7f020042 +int drawable abc_switch_track_mtrl_alpha 0x7f020043 +int drawable abc_tab_indicator_material 0x7f020044 +int drawable abc_tab_indicator_mtrl_alpha 0x7f020045 +int drawable abc_text_cursor_material 0x7f020046 +int drawable abc_text_select_handle_left_mtrl_dark 0x7f020047 +int drawable abc_text_select_handle_left_mtrl_light 0x7f020048 +int drawable abc_text_select_handle_middle_mtrl_dark 0x7f020049 +int drawable abc_text_select_handle_middle_mtrl_light 0x7f02004a +int drawable abc_text_select_handle_right_mtrl_dark 0x7f02004b +int drawable abc_text_select_handle_right_mtrl_light 0x7f02004c +int drawable abc_textfield_activated_mtrl_alpha 0x7f02004d +int drawable abc_textfield_default_mtrl_alpha 0x7f02004e +int drawable abc_textfield_search_activated_mtrl_alpha 0x7f02004f +int drawable abc_textfield_search_default_mtrl_alpha 0x7f020050 +int drawable abc_textfield_search_material 0x7f020051 +int drawable abc_vector_test 0x7f020052 +int drawable avd_hide_password 0x7f020053 +int drawable avd_hide_password_1 0x7f020130 +int drawable avd_hide_password_2 0x7f020131 +int drawable avd_hide_password_3 0x7f020132 +int drawable avd_show_password 0x7f020054 +int drawable avd_show_password_1 0x7f020133 +int drawable avd_show_password_2 0x7f020134 +int drawable avd_show_password_3 0x7f020135 +int drawable design_bottom_navigation_item_background 0x7f020055 +int drawable design_fab_background 0x7f020056 +int drawable design_ic_visibility 0x7f020057 +int drawable design_ic_visibility_off 0x7f020058 +int drawable design_password_eye 0x7f020059 +int drawable design_snackbar_background 0x7f02005a +int drawable ic_audiotrack_dark 0x7f02005b +int drawable ic_audiotrack_light 0x7f02005c +int drawable ic_dialog_close_dark 0x7f02005d +int drawable ic_dialog_close_light 0x7f02005e +int drawable ic_group_collapse_00 0x7f02005f +int drawable ic_group_collapse_01 0x7f020060 +int drawable ic_group_collapse_02 0x7f020061 +int drawable ic_group_collapse_03 0x7f020062 +int drawable ic_group_collapse_04 0x7f020063 +int drawable ic_group_collapse_05 0x7f020064 +int drawable ic_group_collapse_06 0x7f020065 +int drawable ic_group_collapse_07 0x7f020066 +int drawable ic_group_collapse_08 0x7f020067 +int drawable ic_group_collapse_09 0x7f020068 +int drawable ic_group_collapse_10 0x7f020069 +int drawable ic_group_collapse_11 0x7f02006a +int drawable ic_group_collapse_12 0x7f02006b +int drawable ic_group_collapse_13 0x7f02006c +int drawable ic_group_collapse_14 0x7f02006d +int drawable ic_group_collapse_15 0x7f02006e +int drawable ic_group_expand_00 0x7f02006f +int drawable ic_group_expand_01 0x7f020070 +int drawable ic_group_expand_02 0x7f020071 +int drawable ic_group_expand_03 0x7f020072 +int drawable ic_group_expand_04 0x7f020073 +int drawable ic_group_expand_05 0x7f020074 +int drawable ic_group_expand_06 0x7f020075 +int drawable ic_group_expand_07 0x7f020076 +int drawable ic_group_expand_08 0x7f020077 +int drawable ic_group_expand_09 0x7f020078 +int drawable ic_group_expand_10 0x7f020079 +int drawable ic_group_expand_11 0x7f02007a +int drawable ic_group_expand_12 0x7f02007b +int drawable ic_group_expand_13 0x7f02007c +int drawable ic_group_expand_14 0x7f02007d +int drawable ic_group_expand_15 0x7f02007e +int drawable ic_media_pause_dark 0x7f02007f +int drawable ic_media_pause_light 0x7f020080 +int drawable ic_media_play_dark 0x7f020081 +int drawable ic_media_play_light 0x7f020082 +int drawable ic_media_stop_dark 0x7f020083 +int drawable ic_media_stop_light 0x7f020084 +int drawable ic_mr_button_connected_00_dark 0x7f020085 +int drawable ic_mr_button_connected_00_light 0x7f020086 +int drawable ic_mr_button_connected_01_dark 0x7f020087 +int drawable ic_mr_button_connected_01_light 0x7f020088 +int drawable ic_mr_button_connected_02_dark 0x7f020089 +int drawable ic_mr_button_connected_02_light 0x7f02008a +int drawable ic_mr_button_connected_03_dark 0x7f02008b +int drawable ic_mr_button_connected_03_light 0x7f02008c +int drawable ic_mr_button_connected_04_dark 0x7f02008d +int drawable ic_mr_button_connected_04_light 0x7f02008e +int drawable ic_mr_button_connected_05_dark 0x7f02008f +int drawable ic_mr_button_connected_05_light 0x7f020090 +int drawable ic_mr_button_connected_06_dark 0x7f020091 +int drawable ic_mr_button_connected_06_light 0x7f020092 +int drawable ic_mr_button_connected_07_dark 0x7f020093 +int drawable ic_mr_button_connected_07_light 0x7f020094 +int drawable ic_mr_button_connected_08_dark 0x7f020095 +int drawable ic_mr_button_connected_08_light 0x7f020096 +int drawable ic_mr_button_connected_09_dark 0x7f020097 +int drawable ic_mr_button_connected_09_light 0x7f020098 +int drawable ic_mr_button_connected_10_dark 0x7f020099 +int drawable ic_mr_button_connected_10_light 0x7f02009a +int drawable ic_mr_button_connected_11_dark 0x7f02009b +int drawable ic_mr_button_connected_11_light 0x7f02009c +int drawable ic_mr_button_connected_12_dark 0x7f02009d +int drawable ic_mr_button_connected_12_light 0x7f02009e +int drawable ic_mr_button_connected_13_dark 0x7f02009f +int drawable ic_mr_button_connected_13_light 0x7f0200a0 +int drawable ic_mr_button_connected_14_dark 0x7f0200a1 +int drawable ic_mr_button_connected_14_light 0x7f0200a2 +int drawable ic_mr_button_connected_15_dark 0x7f0200a3 +int drawable ic_mr_button_connected_15_light 0x7f0200a4 +int drawable ic_mr_button_connected_16_dark 0x7f0200a5 +int drawable ic_mr_button_connected_16_light 0x7f0200a6 +int drawable ic_mr_button_connected_17_dark 0x7f0200a7 +int drawable ic_mr_button_connected_17_light 0x7f0200a8 +int drawable ic_mr_button_connected_18_dark 0x7f0200a9 +int drawable ic_mr_button_connected_18_light 0x7f0200aa +int drawable ic_mr_button_connected_19_dark 0x7f0200ab +int drawable ic_mr_button_connected_19_light 0x7f0200ac +int drawable ic_mr_button_connected_20_dark 0x7f0200ad +int drawable ic_mr_button_connected_20_light 0x7f0200ae +int drawable ic_mr_button_connected_21_dark 0x7f0200af +int drawable ic_mr_button_connected_21_light 0x7f0200b0 +int drawable ic_mr_button_connected_22_dark 0x7f0200b1 +int drawable ic_mr_button_connected_22_light 0x7f0200b2 +int drawable ic_mr_button_connected_23_dark 0x7f0200b3 +int drawable ic_mr_button_connected_23_light 0x7f0200b4 +int drawable ic_mr_button_connected_24_dark 0x7f0200b5 +int drawable ic_mr_button_connected_24_light 0x7f0200b6 +int drawable ic_mr_button_connected_25_dark 0x7f0200b7 +int drawable ic_mr_button_connected_25_light 0x7f0200b8 +int drawable ic_mr_button_connected_26_dark 0x7f0200b9 +int drawable ic_mr_button_connected_26_light 0x7f0200ba +int drawable ic_mr_button_connected_27_dark 0x7f0200bb +int drawable ic_mr_button_connected_27_light 0x7f0200bc +int drawable ic_mr_button_connected_28_dark 0x7f0200bd +int drawable ic_mr_button_connected_28_light 0x7f0200be +int drawable ic_mr_button_connected_29_dark 0x7f0200bf +int drawable ic_mr_button_connected_29_light 0x7f0200c0 +int drawable ic_mr_button_connected_30_dark 0x7f0200c1 +int drawable ic_mr_button_connected_30_light 0x7f0200c2 +int drawable ic_mr_button_connecting_00_dark 0x7f0200c3 +int drawable ic_mr_button_connecting_00_light 0x7f0200c4 +int drawable ic_mr_button_connecting_01_dark 0x7f0200c5 +int drawable ic_mr_button_connecting_01_light 0x7f0200c6 +int drawable ic_mr_button_connecting_02_dark 0x7f0200c7 +int drawable ic_mr_button_connecting_02_light 0x7f0200c8 +int drawable ic_mr_button_connecting_03_dark 0x7f0200c9 +int drawable ic_mr_button_connecting_03_light 0x7f0200ca +int drawable ic_mr_button_connecting_04_dark 0x7f0200cb +int drawable ic_mr_button_connecting_04_light 0x7f0200cc +int drawable ic_mr_button_connecting_05_dark 0x7f0200cd +int drawable ic_mr_button_connecting_05_light 0x7f0200ce +int drawable ic_mr_button_connecting_06_dark 0x7f0200cf +int drawable ic_mr_button_connecting_06_light 0x7f0200d0 +int drawable ic_mr_button_connecting_07_dark 0x7f0200d1 +int drawable ic_mr_button_connecting_07_light 0x7f0200d2 +int drawable ic_mr_button_connecting_08_dark 0x7f0200d3 +int drawable ic_mr_button_connecting_08_light 0x7f0200d4 +int drawable ic_mr_button_connecting_09_dark 0x7f0200d5 +int drawable ic_mr_button_connecting_09_light 0x7f0200d6 +int drawable ic_mr_button_connecting_10_dark 0x7f0200d7 +int drawable ic_mr_button_connecting_10_light 0x7f0200d8 +int drawable ic_mr_button_connecting_11_dark 0x7f0200d9 +int drawable ic_mr_button_connecting_11_light 0x7f0200da +int drawable ic_mr_button_connecting_12_dark 0x7f0200db +int drawable ic_mr_button_connecting_12_light 0x7f0200dc +int drawable ic_mr_button_connecting_13_dark 0x7f0200dd +int drawable ic_mr_button_connecting_13_light 0x7f0200de +int drawable ic_mr_button_connecting_14_dark 0x7f0200df +int drawable ic_mr_button_connecting_14_light 0x7f0200e0 +int drawable ic_mr_button_connecting_15_dark 0x7f0200e1 +int drawable ic_mr_button_connecting_15_light 0x7f0200e2 +int drawable ic_mr_button_connecting_16_dark 0x7f0200e3 +int drawable ic_mr_button_connecting_16_light 0x7f0200e4 +int drawable ic_mr_button_connecting_17_dark 0x7f0200e5 +int drawable ic_mr_button_connecting_17_light 0x7f0200e6 +int drawable ic_mr_button_connecting_18_dark 0x7f0200e7 +int drawable ic_mr_button_connecting_18_light 0x7f0200e8 +int drawable ic_mr_button_connecting_19_dark 0x7f0200e9 +int drawable ic_mr_button_connecting_19_light 0x7f0200ea +int drawable ic_mr_button_connecting_20_dark 0x7f0200eb +int drawable ic_mr_button_connecting_20_light 0x7f0200ec +int drawable ic_mr_button_connecting_21_dark 0x7f0200ed +int drawable ic_mr_button_connecting_21_light 0x7f0200ee +int drawable ic_mr_button_connecting_22_dark 0x7f0200ef +int drawable ic_mr_button_connecting_22_light 0x7f0200f0 +int drawable ic_mr_button_connecting_23_dark 0x7f0200f1 +int drawable ic_mr_button_connecting_23_light 0x7f0200f2 +int drawable ic_mr_button_connecting_24_dark 0x7f0200f3 +int drawable ic_mr_button_connecting_24_light 0x7f0200f4 +int drawable ic_mr_button_connecting_25_dark 0x7f0200f5 +int drawable ic_mr_button_connecting_25_light 0x7f0200f6 +int drawable ic_mr_button_connecting_26_dark 0x7f0200f7 +int drawable ic_mr_button_connecting_26_light 0x7f0200f8 +int drawable ic_mr_button_connecting_27_dark 0x7f0200f9 +int drawable ic_mr_button_connecting_27_light 0x7f0200fa +int drawable ic_mr_button_connecting_28_dark 0x7f0200fb +int drawable ic_mr_button_connecting_28_light 0x7f0200fc +int drawable ic_mr_button_connecting_29_dark 0x7f0200fd +int drawable ic_mr_button_connecting_29_light 0x7f0200fe +int drawable ic_mr_button_connecting_30_dark 0x7f0200ff +int drawable ic_mr_button_connecting_30_light 0x7f020100 +int drawable ic_mr_button_disabled_dark 0x7f020101 +int drawable ic_mr_button_disabled_light 0x7f020102 +int drawable ic_mr_button_disconnected_dark 0x7f020103 +int drawable ic_mr_button_disconnected_light 0x7f020104 +int drawable ic_mr_button_grey 0x7f020105 +int drawable ic_vol_type_speaker_dark 0x7f020106 +int drawable ic_vol_type_speaker_group_dark 0x7f020107 +int drawable ic_vol_type_speaker_group_light 0x7f020108 +int drawable ic_vol_type_speaker_light 0x7f020109 +int drawable ic_vol_type_tv_dark 0x7f02010a +int drawable ic_vol_type_tv_light 0x7f02010b +int drawable icon 0x7f02010c +int drawable mr_button_connected_dark 0x7f02010d +int drawable mr_button_connected_light 0x7f02010e +int drawable mr_button_connecting_dark 0x7f02010f +int drawable mr_button_connecting_light 0x7f020110 +int drawable mr_button_dark 0x7f020111 +int drawable mr_button_light 0x7f020112 +int drawable mr_dialog_close_dark 0x7f020113 +int drawable mr_dialog_close_light 0x7f020114 +int drawable mr_dialog_material_background_dark 0x7f020115 +int drawable mr_dialog_material_background_light 0x7f020116 +int drawable mr_group_collapse 0x7f020117 +int drawable mr_group_expand 0x7f020118 +int drawable mr_media_pause_dark 0x7f020119 +int drawable mr_media_pause_light 0x7f02011a +int drawable mr_media_play_dark 0x7f02011b +int drawable mr_media_play_light 0x7f02011c +int drawable mr_media_stop_dark 0x7f02011d +int drawable mr_media_stop_light 0x7f02011e +int drawable mr_vol_type_audiotrack_dark 0x7f02011f +int drawable mr_vol_type_audiotrack_light 0x7f020120 +int drawable navigation_empty_icon 0x7f020121 +int drawable notification_action_background 0x7f020122 +int drawable notification_bg 0x7f020123 +int drawable notification_bg_low 0x7f020124 +int drawable notification_bg_low_normal 0x7f020125 +int drawable notification_bg_low_pressed 0x7f020126 +int drawable notification_bg_normal 0x7f020127 +int drawable notification_bg_normal_pressed 0x7f020128 +int drawable notification_icon_background 0x7f020129 +int drawable notification_template_icon_bg 0x7f02012e +int drawable notification_template_icon_low_bg 0x7f02012f +int drawable notification_tile_bg 0x7f02012a +int drawable notify_panel_notification_icon_bg 0x7f02012b +int drawable tooltip_frame_dark 0x7f02012c +int drawable tooltip_frame_light 0x7f02012d +int id ALT 0x7f090032 +int id CTRL 0x7f090033 +int id FUNCTION 0x7f090034 +int id META 0x7f090035 +int id SHIFT 0x7f090036 +int id SYM 0x7f090037 +int id action0 0x7f0900b6 +int id action_bar 0x7f09007c +int id action_bar_activity_content 0x7f090001 +int id action_bar_container 0x7f09007b +int id action_bar_root 0x7f090077 +int id action_bar_spinner 0x7f090002 +int id action_bar_subtitle 0x7f09005b +int id action_bar_title 0x7f09005a +int id action_container 0x7f0900b3 +int id action_context_bar 0x7f09007d +int id action_divider 0x7f0900ba +int id action_image 0x7f0900b4 +int id action_menu_divider 0x7f090003 +int id action_menu_presenter 0x7f090004 +int id action_mode_bar 0x7f090079 +int id action_mode_bar_stub 0x7f090078 +int id action_mode_close_button 0x7f09005c +int id action_text 0x7f0900b5 +int id actions 0x7f0900c3 +int id activity_chooser_view_content 0x7f09005d +int id add 0x7f090027 +int id alertTitle 0x7f090070 +int id all 0x7f090052 +int id always 0x7f090038 +int id async 0x7f090056 +int id auto 0x7f090044 +int id beginning 0x7f09002f +int id blocking 0x7f090057 +int id bottom 0x7f09003d +int id buttonPanel 0x7f090063 +int id cancel_action 0x7f0900b7 +int id center 0x7f090045 +int id center_horizontal 0x7f090046 +int id center_vertical 0x7f090047 +int id checkbox 0x7f090073 +int id chronometer 0x7f0900bf +int id clip_horizontal 0x7f09004e +int id clip_vertical 0x7f09004f +int id collapseActionView 0x7f090039 +int id container 0x7f09008d +int id contentPanel 0x7f090066 +int id coordinator 0x7f09008e +int id custom 0x7f09006d +int id customPanel 0x7f09006c +int id decor_content_parent 0x7f09007a +int id default_activity_button 0x7f090060 +int id design_bottom_sheet 0x7f090090 +int id design_menu_item_action_area 0x7f090097 +int id design_menu_item_action_area_stub 0x7f090096 +int id design_menu_item_text 0x7f090095 +int id design_navigation_view 0x7f090094 +int id disableHome 0x7f090020 +int id edit_query 0x7f09007e +int id end 0x7f090030 +int id end_padder 0x7f0900c5 +int id enterAlways 0x7f09003f +int id enterAlwaysCollapsed 0x7f090040 +int id exitUntilCollapsed 0x7f090041 +int id expand_activities_button 0x7f09005e +int id expanded_menu 0x7f090072 +int id fill 0x7f090050 +int id fill_horizontal 0x7f090051 +int id fill_vertical 0x7f090048 +int id fixed 0x7f090054 +int id forever 0x7f090058 +int id ghost_view 0x7f09000a +int id home 0x7f090005 +int id homeAsUp 0x7f090021 +int id icon 0x7f090062 +int id icon_group 0x7f0900c4 +int id ifRoom 0x7f09003a +int id image 0x7f09005f +int id info 0x7f0900c0 +int id italic 0x7f090059 +int id item_touch_helper_previous_elevation 0x7f090000 +int id largeLabel 0x7f09008c +int id left 0x7f090049 +int id line1 0x7f090017 +int id line3 0x7f090018 +int id listMode 0x7f09001d +int id list_item 0x7f090061 +int id masked 0x7f0900ca +int id media_actions 0x7f0900b9 +int id message 0x7f0900c8 +int id middle 0x7f090031 +int id mini 0x7f090053 +int id mr_art 0x7f0900a5 +int id mr_chooser_list 0x7f09009a +int id mr_chooser_route_desc 0x7f09009d +int id mr_chooser_route_icon 0x7f09009b +int id mr_chooser_route_name 0x7f09009c +int id mr_chooser_title 0x7f090099 +int id mr_close 0x7f0900a2 +int id mr_control_divider 0x7f0900a8 +int id mr_control_playback_ctrl 0x7f0900ae +int id mr_control_subtitle 0x7f0900b1 +int id mr_control_title 0x7f0900b0 +int id mr_control_title_container 0x7f0900af +int id mr_custom_control 0x7f0900a3 +int id mr_default_control 0x7f0900a4 +int id mr_dialog_area 0x7f09009f +int id mr_expandable_area 0x7f09009e +int id mr_group_expand_collapse 0x7f0900b2 +int id mr_media_main_control 0x7f0900a6 +int id mr_name 0x7f0900a1 +int id mr_playback_control 0x7f0900a7 +int id mr_title_bar 0x7f0900a0 +int id mr_volume_control 0x7f0900a9 +int id mr_volume_group_list 0x7f0900aa +int id mr_volume_item_icon 0x7f0900ac +int id mr_volume_slider 0x7f0900ad +int id multiply 0x7f090028 +int id navigation_header_container 0x7f090093 +int id never 0x7f09003b +int id none 0x7f090022 +int id normal 0x7f09001e +int id notification_background 0x7f0900c2 +int id notification_main_column 0x7f0900bc +int id notification_main_column_container 0x7f0900bb +int id parallax 0x7f09004c +int id parentPanel 0x7f090065 +int id parent_matrix 0x7f09000b +int id pin 0x7f09004d +int id progress_circular 0x7f090006 +int id progress_horizontal 0x7f090007 +int id radio 0x7f090075 +int id right 0x7f09004a +int id right_icon 0x7f0900c1 +int id right_side 0x7f0900bd +int id save_image_matrix 0x7f09000c +int id save_non_transition_alpha 0x7f09000d +int id save_scale_type 0x7f09000e +int id screen 0x7f090029 +int id scroll 0x7f090042 +int id scrollIndicatorDown 0x7f09006b +int id scrollIndicatorUp 0x7f090067 +int id scrollView 0x7f090068 +int id scrollable 0x7f090055 +int id search_badge 0x7f090080 +int id search_bar 0x7f09007f +int id search_button 0x7f090081 +int id search_close_btn 0x7f090086 +int id search_edit_frame 0x7f090082 +int id search_go_btn 0x7f090088 +int id search_mag_icon 0x7f090083 +int id search_plate 0x7f090084 +int id search_src_text 0x7f090085 +int id search_voice_btn 0x7f090089 +int id select_dialog_listview 0x7f09008a +int id shortcut 0x7f090074 +int id showCustom 0x7f090023 +int id showHome 0x7f090024 +int id showTitle 0x7f090025 +int id sliding_tabs 0x7f0900c6 +int id smallLabel 0x7f09008b +int id snackbar_action 0x7f090092 +int id snackbar_text 0x7f090091 +int id snap 0x7f090043 +int id spacer 0x7f090064 +int id split_action_bar 0x7f090008 +int id src_atop 0x7f09002a +int id src_in 0x7f09002b +int id src_over 0x7f09002c +int id start 0x7f09004b +int id status_bar_latest_event_content 0x7f0900b8 +int id submenuarrow 0x7f090076 +int id submit_area 0x7f090087 +int id tabMode 0x7f09001f +int id tag_transition_group 0x7f090019 +int id text 0x7f09001a +int id text2 0x7f09001b +int id textSpacerNoButtons 0x7f09006a +int id textSpacerNoTitle 0x7f090069 +int id text_input_password_toggle 0x7f090098 +int id textinput_counter 0x7f090014 +int id textinput_error 0x7f090015 +int id time 0x7f0900be +int id title 0x7f09001c +int id titleDividerNoCustom 0x7f090071 +int id title_template 0x7f09006f +int id toolbar 0x7f0900c7 +int id top 0x7f09003e +int id topPanel 0x7f09006e +int id touch_outside 0x7f09008f +int id transition_current_scene 0x7f09000f +int id transition_layout_save 0x7f090010 +int id transition_position 0x7f090011 +int id transition_scene_layoutid_cache 0x7f090012 +int id transition_transform 0x7f090013 +int id uniform 0x7f09002d +int id up 0x7f090009 +int id useLogo 0x7f090026 +int id view_offset_helper 0x7f090016 +int id visible 0x7f0900c9 +int id volume_item_container 0x7f0900ab +int id withText 0x7f09003c +int id wrap_content 0x7f09002e +int integer abc_config_activityDefaultDur 0x7f0b0003 +int integer abc_config_activityShortDur 0x7f0b0004 +int integer app_bar_elevation_anim_duration 0x7f0b0008 +int integer bottom_sheet_slide_duration 0x7f0b0009 +int integer cancel_button_image_alpha 0x7f0b0005 +int integer config_tooltipAnimTime 0x7f0b0006 +int integer design_snackbar_text_max_lines 0x7f0b0007 +int integer hide_password_duration 0x7f0b000a +int integer mr_controller_volume_group_list_animation_duration_ms 0x7f0b0000 +int integer mr_controller_volume_group_list_fade_in_duration_ms 0x7f0b0001 +int integer mr_controller_volume_group_list_fade_out_duration_ms 0x7f0b0002 +int integer show_password_duration 0x7f0b000b +int integer status_bar_notification_info_maxnum 0x7f0b000c +int interpolator mr_fast_out_slow_in 0x7f070000 +int interpolator mr_linear_out_slow_in 0x7f070001 +int layout abc_action_bar_title_item 0x7f040000 +int layout abc_action_bar_up_container 0x7f040001 +int layout abc_action_menu_item_layout 0x7f040002 +int layout abc_action_menu_layout 0x7f040003 +int layout abc_action_mode_bar 0x7f040004 +int layout abc_action_mode_close_item_material 0x7f040005 +int layout abc_activity_chooser_view 0x7f040006 +int layout abc_activity_chooser_view_list_item 0x7f040007 +int layout abc_alert_dialog_button_bar_material 0x7f040008 +int layout abc_alert_dialog_material 0x7f040009 +int layout abc_alert_dialog_title_material 0x7f04000a +int layout abc_dialog_title_material 0x7f04000b +int layout abc_expanded_menu_layout 0x7f04000c +int layout abc_list_menu_item_checkbox 0x7f04000d +int layout abc_list_menu_item_icon 0x7f04000e +int layout abc_list_menu_item_layout 0x7f04000f +int layout abc_list_menu_item_radio 0x7f040010 +int layout abc_popup_menu_header_item_layout 0x7f040011 +int layout abc_popup_menu_item_layout 0x7f040012 +int layout abc_screen_content_include 0x7f040013 +int layout abc_screen_simple 0x7f040014 +int layout abc_screen_simple_overlay_action_mode 0x7f040015 +int layout abc_screen_toolbar 0x7f040016 +int layout abc_search_dropdown_item_icons_2line 0x7f040017 +int layout abc_search_view 0x7f040018 +int layout abc_select_dialog_material 0x7f040019 +int layout design_bottom_navigation_item 0x7f04001a +int layout design_bottom_sheet_dialog 0x7f04001b +int layout design_layout_snackbar 0x7f04001c +int layout design_layout_snackbar_include 0x7f04001d +int layout design_layout_tab_icon 0x7f04001e +int layout design_layout_tab_text 0x7f04001f +int layout design_menu_item_action_area 0x7f040020 +int layout design_navigation_item 0x7f040021 +int layout design_navigation_item_header 0x7f040022 +int layout design_navigation_item_separator 0x7f040023 +int layout design_navigation_item_subheader 0x7f040024 +int layout design_navigation_menu 0x7f040025 +int layout design_navigation_menu_item 0x7f040026 +int layout design_text_input_password_icon 0x7f040027 +int layout mr_chooser_dialog 0x7f040028 +int layout mr_chooser_list_item 0x7f040029 +int layout mr_controller_material_dialog_b 0x7f04002a +int layout mr_controller_volume_item 0x7f04002b +int layout mr_playback_control 0x7f04002c +int layout mr_volume_control 0x7f04002d +int layout notification_action 0x7f04002e +int layout notification_action_tombstone 0x7f04002f +int layout notification_media_action 0x7f040030 +int layout notification_media_cancel_action 0x7f040031 +int layout notification_template_big_media 0x7f040032 +int layout notification_template_big_media_custom 0x7f040033 +int layout notification_template_big_media_narrow 0x7f040034 +int layout notification_template_big_media_narrow_custom 0x7f040035 +int layout notification_template_custom_big 0x7f040036 +int layout notification_template_icon_group 0x7f040037 +int layout notification_template_lines_media 0x7f040038 +int layout notification_template_media 0x7f040039 +int layout notification_template_media_custom 0x7f04003a +int layout notification_template_part_chronometer 0x7f04003b +int layout notification_template_part_time 0x7f04003c +int layout select_dialog_item_material 0x7f04003d +int layout select_dialog_multichoice_material 0x7f04003e +int layout select_dialog_singlechoice_material 0x7f04003f +int layout support_simple_spinner_dropdown_item 0x7f040040 +int layout tabbar 0x7f040041 +int layout toolbar 0x7f040042 +int layout tooltip 0x7f040043 +int mipmap icon 0x7f030000 +int mipmap icon_round 0x7f030001 +int mipmap launcher_foreground 0x7f030002 +int string abc_action_bar_home_description 0x7f0a0015 +int string abc_action_bar_up_description 0x7f0a0016 +int string abc_action_menu_overflow_description 0x7f0a0017 +int string abc_action_mode_done 0x7f0a0018 +int string abc_activity_chooser_view_see_all 0x7f0a0019 +int string abc_activitychooserview_choose_application 0x7f0a001a +int string abc_capital_off 0x7f0a001b +int string abc_capital_on 0x7f0a001c +int string abc_font_family_body_1_material 0x7f0a0027 +int string abc_font_family_body_2_material 0x7f0a0028 +int string abc_font_family_button_material 0x7f0a0029 +int string abc_font_family_caption_material 0x7f0a002a +int string abc_font_family_display_1_material 0x7f0a002b +int string abc_font_family_display_2_material 0x7f0a002c +int string abc_font_family_display_3_material 0x7f0a002d +int string abc_font_family_display_4_material 0x7f0a002e +int string abc_font_family_headline_material 0x7f0a002f +int string abc_font_family_menu_material 0x7f0a0030 +int string abc_font_family_subhead_material 0x7f0a0031 +int string abc_font_family_title_material 0x7f0a0032 +int string abc_search_hint 0x7f0a001d +int string abc_searchview_description_clear 0x7f0a001e +int string abc_searchview_description_query 0x7f0a001f +int string abc_searchview_description_search 0x7f0a0020 +int string abc_searchview_description_submit 0x7f0a0021 +int string abc_searchview_description_voice 0x7f0a0022 +int string abc_shareactionprovider_share_with 0x7f0a0023 +int string abc_shareactionprovider_share_with_application 0x7f0a0024 +int string abc_toolbar_collapse_description 0x7f0a0025 +int string appbar_scrolling_view_behavior 0x7f0a0033 +int string bottom_sheet_behavior 0x7f0a0034 +int string character_counter_pattern 0x7f0a0035 +int string mr_button_content_description 0x7f0a0000 +int string mr_cast_button_connected 0x7f0a0001 +int string mr_cast_button_connecting 0x7f0a0002 +int string mr_cast_button_disconnected 0x7f0a0003 +int string mr_chooser_searching 0x7f0a0004 +int string mr_chooser_title 0x7f0a0005 +int string mr_controller_album_art 0x7f0a0006 +int string mr_controller_casting_screen 0x7f0a0007 +int string mr_controller_close_description 0x7f0a0008 +int string mr_controller_collapse_group 0x7f0a0009 +int string mr_controller_disconnect 0x7f0a000a +int string mr_controller_expand_group 0x7f0a000b +int string mr_controller_no_info_available 0x7f0a000c +int string mr_controller_no_media_selected 0x7f0a000d +int string mr_controller_pause 0x7f0a000e +int string mr_controller_play 0x7f0a000f +int string mr_controller_stop 0x7f0a0010 +int string mr_controller_stop_casting 0x7f0a0011 +int string mr_controller_volume_slider 0x7f0a0012 +int string mr_system_route_name 0x7f0a0013 +int string mr_user_route_category_name 0x7f0a0014 +int string password_toggle_content_description 0x7f0a0036 +int string path_password_eye 0x7f0a0037 +int string path_password_eye_mask_strike_through 0x7f0a0038 +int string path_password_eye_mask_visible 0x7f0a0039 +int string path_password_strike_through 0x7f0a003a +int string search_menu_title 0x7f0a0026 +int string status_bar_notification_info_overflow 0x7f0a003b +int style AlertDialog_AppCompat 0x7f0c00a4 +int style AlertDialog_AppCompat_Light 0x7f0c00a5 +int style Animation_AppCompat_Dialog 0x7f0c00a6 +int style Animation_AppCompat_DropDownUp 0x7f0c00a7 +int style Animation_AppCompat_Tooltip 0x7f0c00a8 +int style Animation_Design_BottomSheetDialog 0x7f0c016e +int style AppCompatDialogStyle 0x7f0c0191 +int style Base_AlertDialog_AppCompat 0x7f0c00a9 +int style Base_AlertDialog_AppCompat_Light 0x7f0c00aa +int style Base_Animation_AppCompat_Dialog 0x7f0c00ab +int style Base_Animation_AppCompat_DropDownUp 0x7f0c00ac +int style Base_Animation_AppCompat_Tooltip 0x7f0c00ad +int style Base_CardView 0x7f0c000c +int style Base_DialogWindowTitle_AppCompat 0x7f0c00ae +int style Base_DialogWindowTitleBackground_AppCompat 0x7f0c00af +int style Base_TextAppearance_AppCompat 0x7f0c0048 +int style Base_TextAppearance_AppCompat_Body1 0x7f0c0049 +int style Base_TextAppearance_AppCompat_Body2 0x7f0c004a +int style Base_TextAppearance_AppCompat_Button 0x7f0c0036 +int style Base_TextAppearance_AppCompat_Caption 0x7f0c004b +int style Base_TextAppearance_AppCompat_Display1 0x7f0c004c +int style Base_TextAppearance_AppCompat_Display2 0x7f0c004d +int style Base_TextAppearance_AppCompat_Display3 0x7f0c004e +int style Base_TextAppearance_AppCompat_Display4 0x7f0c004f +int style Base_TextAppearance_AppCompat_Headline 0x7f0c0050 +int style Base_TextAppearance_AppCompat_Inverse 0x7f0c001a +int style Base_TextAppearance_AppCompat_Large 0x7f0c0051 +int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0c001b +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0c0052 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0c0053 +int style Base_TextAppearance_AppCompat_Medium 0x7f0c0054 +int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0c001c +int style Base_TextAppearance_AppCompat_Menu 0x7f0c0055 +int style Base_TextAppearance_AppCompat_SearchResult 0x7f0c00b0 +int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0c0056 +int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0c0057 +int style Base_TextAppearance_AppCompat_Small 0x7f0c0058 +int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0c001d +int style Base_TextAppearance_AppCompat_Subhead 0x7f0c0059 +int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0c001e +int style Base_TextAppearance_AppCompat_Title 0x7f0c005a +int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0c001f +int style Base_TextAppearance_AppCompat_Tooltip 0x7f0c00b1 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0c0095 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0c005b +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0c005c +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0c005d +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0c005e +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0c005f +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0c0060 +int style Base_TextAppearance_AppCompat_Widget_Button 0x7f0c0061 +int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0c009c +int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f0c009d +int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0c0096 +int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0c00b2 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0c0062 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0c0063 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0c0064 +int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0c0065 +int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0c0066 +int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0c00b3 +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0c0067 +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0c0068 +int style Base_Theme_AppCompat 0x7f0c0069 +int style Base_Theme_AppCompat_CompactMenu 0x7f0c00b4 +int style Base_Theme_AppCompat_Dialog 0x7f0c0020 +int style Base_Theme_AppCompat_Dialog_Alert 0x7f0c0021 +int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0c00b5 +int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f0c0022 +int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0c0010 +int style Base_Theme_AppCompat_Light 0x7f0c006a +int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0c00b6 +int style Base_Theme_AppCompat_Light_Dialog 0x7f0c0023 +int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f0c0024 +int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0c00b7 +int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f0c0025 +int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0c0011 +int style Base_ThemeOverlay_AppCompat 0x7f0c00b8 +int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0c00b9 +int style Base_ThemeOverlay_AppCompat_Dark 0x7f0c00ba +int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0c00bb +int style Base_ThemeOverlay_AppCompat_Dialog 0x7f0c0026 +int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f0c0027 +int style Base_ThemeOverlay_AppCompat_Light 0x7f0c00bc +int style Base_V11_Theme_AppCompat_Dialog 0x7f0c0028 +int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f0c0029 +int style Base_V11_ThemeOverlay_AppCompat_Dialog 0x7f0c002a +int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f0c0032 +int style Base_V12_Widget_AppCompat_EditText 0x7f0c0033 +int style Base_V14_Widget_Design_AppBarLayout 0x7f0c016f +int style Base_V21_Theme_AppCompat 0x7f0c006b +int style Base_V21_Theme_AppCompat_Dialog 0x7f0c006c +int style Base_V21_Theme_AppCompat_Light 0x7f0c006d +int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0c006e +int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f0c006f +int style Base_V21_Widget_Design_AppBarLayout 0x7f0c016b +int style Base_V22_Theme_AppCompat 0x7f0c0093 +int style Base_V22_Theme_AppCompat_Light 0x7f0c0094 +int style Base_V23_Theme_AppCompat 0x7f0c0097 +int style Base_V23_Theme_AppCompat_Light 0x7f0c0098 +int style Base_V26_Theme_AppCompat 0x7f0c00a0 +int style Base_V26_Theme_AppCompat_Light 0x7f0c00a1 +int style Base_V26_Widget_AppCompat_Toolbar 0x7f0c00a2 +int style Base_V26_Widget_Design_AppBarLayout 0x7f0c016d +int style Base_V7_Theme_AppCompat 0x7f0c00bd +int style Base_V7_Theme_AppCompat_Dialog 0x7f0c00be +int style Base_V7_Theme_AppCompat_Light 0x7f0c00bf +int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0c00c0 +int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f0c00c1 +int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f0c00c2 +int style Base_V7_Widget_AppCompat_EditText 0x7f0c00c3 +int style Base_V7_Widget_AppCompat_Toolbar 0x7f0c00c4 +int style Base_Widget_AppCompat_ActionBar 0x7f0c00c5 +int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0c00c6 +int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0c00c7 +int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0c0070 +int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0c0071 +int style Base_Widget_AppCompat_ActionButton 0x7f0c0072 +int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0c0073 +int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0c0074 +int style Base_Widget_AppCompat_ActionMode 0x7f0c00c8 +int style Base_Widget_AppCompat_ActivityChooserView 0x7f0c00c9 +int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0c0034 +int style Base_Widget_AppCompat_Button 0x7f0c0075 +int style Base_Widget_AppCompat_Button_Borderless 0x7f0c0076 +int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f0c0077 +int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0c00ca +int style Base_Widget_AppCompat_Button_Colored 0x7f0c0099 +int style Base_Widget_AppCompat_Button_Small 0x7f0c0078 +int style Base_Widget_AppCompat_ButtonBar 0x7f0c0079 +int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0c00cb +int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f0c007a +int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f0c007b +int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0c00cc +int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0c000f +int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0c00cd +int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0c007c +int style Base_Widget_AppCompat_EditText 0x7f0c0035 +int style Base_Widget_AppCompat_ImageButton 0x7f0c007d +int style Base_Widget_AppCompat_Light_ActionBar 0x7f0c00ce +int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0c00cf +int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0c00d0 +int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0c007e +int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0c007f +int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0c0080 +int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0c0081 +int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0c0082 +int style Base_Widget_AppCompat_ListMenuView 0x7f0c00d1 +int style Base_Widget_AppCompat_ListPopupWindow 0x7f0c0083 +int style Base_Widget_AppCompat_ListView 0x7f0c0084 +int style Base_Widget_AppCompat_ListView_DropDown 0x7f0c0085 +int style Base_Widget_AppCompat_ListView_Menu 0x7f0c0086 +int style Base_Widget_AppCompat_PopupMenu 0x7f0c0087 +int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0c0088 +int style Base_Widget_AppCompat_PopupWindow 0x7f0c00d2 +int style Base_Widget_AppCompat_ProgressBar 0x7f0c002b +int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0c002c +int style Base_Widget_AppCompat_RatingBar 0x7f0c0089 +int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f0c009a +int style Base_Widget_AppCompat_RatingBar_Small 0x7f0c009b +int style Base_Widget_AppCompat_SearchView 0x7f0c00d3 +int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0c00d4 +int style Base_Widget_AppCompat_SeekBar 0x7f0c008a +int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f0c00d5 +int style Base_Widget_AppCompat_Spinner 0x7f0c008b +int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0c0012 +int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0c008c +int style Base_Widget_AppCompat_Toolbar 0x7f0c00a3 +int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0c008d +int style Base_Widget_Design_AppBarLayout 0x7f0c016c +int style Base_Widget_Design_TabLayout 0x7f0c0170 +int style CardView 0x7f0c000b +int style CardView_Dark 0x7f0c000d +int style CardView_Light 0x7f0c000e +int style MainTheme 0x7f0c018f +int style MainTheme_Base 0x7f0c0190 +int style Platform_AppCompat 0x7f0c002d +int style Platform_AppCompat_Light 0x7f0c002e +int style Platform_ThemeOverlay_AppCompat 0x7f0c008e +int style Platform_ThemeOverlay_AppCompat_Dark 0x7f0c008f +int style Platform_ThemeOverlay_AppCompat_Light 0x7f0c0090 +int style Platform_V11_AppCompat 0x7f0c002f +int style Platform_V11_AppCompat_Light 0x7f0c0030 +int style Platform_V14_AppCompat 0x7f0c0037 +int style Platform_V14_AppCompat_Light 0x7f0c0038 +int style Platform_V21_AppCompat 0x7f0c0091 +int style Platform_V21_AppCompat_Light 0x7f0c0092 +int style Platform_V25_AppCompat 0x7f0c009e +int style Platform_V25_AppCompat_Light 0x7f0c009f +int style Platform_Widget_AppCompat_Spinner 0x7f0c0031 +int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f0c003a +int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0c003b +int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f0c003c +int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0c003d +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0c003e +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0c003f +int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0c0040 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0c0041 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0c0042 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0c0043 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0c0044 +int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0c0045 +int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f0c0046 +int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f0c0047 +int style TextAppearance_AppCompat 0x7f0c00d6 +int style TextAppearance_AppCompat_Body1 0x7f0c00d7 +int style TextAppearance_AppCompat_Body2 0x7f0c00d8 +int style TextAppearance_AppCompat_Button 0x7f0c00d9 +int style TextAppearance_AppCompat_Caption 0x7f0c00da +int style TextAppearance_AppCompat_Display1 0x7f0c00db +int style TextAppearance_AppCompat_Display2 0x7f0c00dc +int style TextAppearance_AppCompat_Display3 0x7f0c00dd +int style TextAppearance_AppCompat_Display4 0x7f0c00de +int style TextAppearance_AppCompat_Headline 0x7f0c00df +int style TextAppearance_AppCompat_Inverse 0x7f0c00e0 +int style TextAppearance_AppCompat_Large 0x7f0c00e1 +int style TextAppearance_AppCompat_Large_Inverse 0x7f0c00e2 +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0c00e3 +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0c00e4 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0c00e5 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0c00e6 +int style TextAppearance_AppCompat_Medium 0x7f0c00e7 +int style TextAppearance_AppCompat_Medium_Inverse 0x7f0c00e8 +int style TextAppearance_AppCompat_Menu 0x7f0c00e9 +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0c00ea +int style TextAppearance_AppCompat_SearchResult_Title 0x7f0c00eb +int style TextAppearance_AppCompat_Small 0x7f0c00ec +int style TextAppearance_AppCompat_Small_Inverse 0x7f0c00ed +int style TextAppearance_AppCompat_Subhead 0x7f0c00ee +int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0c00ef +int style TextAppearance_AppCompat_Title 0x7f0c00f0 +int style TextAppearance_AppCompat_Title_Inverse 0x7f0c00f1 +int style TextAppearance_AppCompat_Tooltip 0x7f0c0039 +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0c00f2 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0c00f3 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0c00f4 +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0c00f5 +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0c00f6 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0c00f7 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0c00f8 +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0c00f9 +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0c00fa +int style TextAppearance_AppCompat_Widget_Button 0x7f0c00fb +int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0c00fc +int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f0c00fd +int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0c00fe +int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0c00ff +int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0c0100 +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0c0101 +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0c0102 +int style TextAppearance_AppCompat_Widget_Switch 0x7f0c0103 +int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0c0104 +int style TextAppearance_Compat_Notification 0x7f0c0188 +int style TextAppearance_Compat_Notification_Info 0x7f0c0189 +int style TextAppearance_Compat_Notification_Info_Media 0x7f0c0165 +int style TextAppearance_Compat_Notification_Line2 0x7f0c018e +int style TextAppearance_Compat_Notification_Line2_Media 0x7f0c0169 +int style TextAppearance_Compat_Notification_Media 0x7f0c0166 +int style TextAppearance_Compat_Notification_Time 0x7f0c018a +int style TextAppearance_Compat_Notification_Time_Media 0x7f0c0167 +int style TextAppearance_Compat_Notification_Title 0x7f0c018b +int style TextAppearance_Compat_Notification_Title_Media 0x7f0c0168 +int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f0c0171 +int style TextAppearance_Design_Counter 0x7f0c0172 +int style TextAppearance_Design_Counter_Overflow 0x7f0c0173 +int style TextAppearance_Design_Error 0x7f0c0174 +int style TextAppearance_Design_Hint 0x7f0c0175 +int style TextAppearance_Design_Snackbar_Message 0x7f0c0176 +int style TextAppearance_Design_Tab 0x7f0c0177 +int style TextAppearance_MediaRouter_PrimaryText 0x7f0c0000 +int style TextAppearance_MediaRouter_SecondaryText 0x7f0c0001 +int style TextAppearance_MediaRouter_Title 0x7f0c0002 +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0c0105 +int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0c0106 +int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0c0107 +int style Theme_AppCompat 0x7f0c0108 +int style Theme_AppCompat_CompactMenu 0x7f0c0109 +int style Theme_AppCompat_DayNight 0x7f0c0013 +int style Theme_AppCompat_DayNight_DarkActionBar 0x7f0c0014 +int style Theme_AppCompat_DayNight_Dialog 0x7f0c0015 +int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f0c0016 +int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f0c0017 +int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f0c0018 +int style Theme_AppCompat_DayNight_NoActionBar 0x7f0c0019 +int style Theme_AppCompat_Dialog 0x7f0c010a +int style Theme_AppCompat_Dialog_Alert 0x7f0c010b +int style Theme_AppCompat_Dialog_MinWidth 0x7f0c010c +int style Theme_AppCompat_DialogWhenLarge 0x7f0c010d +int style Theme_AppCompat_Light 0x7f0c010e +int style Theme_AppCompat_Light_DarkActionBar 0x7f0c010f +int style Theme_AppCompat_Light_Dialog 0x7f0c0110 +int style Theme_AppCompat_Light_Dialog_Alert 0x7f0c0111 +int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0c0112 +int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0c0113 +int style Theme_AppCompat_Light_NoActionBar 0x7f0c0114 +int style Theme_AppCompat_NoActionBar 0x7f0c0115 +int style Theme_Design 0x7f0c0178 +int style Theme_Design_BottomSheetDialog 0x7f0c0179 +int style Theme_Design_Light 0x7f0c017a +int style Theme_Design_Light_BottomSheetDialog 0x7f0c017b +int style Theme_Design_Light_NoActionBar 0x7f0c017c +int style Theme_Design_NoActionBar 0x7f0c017d +int style Theme_MediaRouter 0x7f0c0003 +int style Theme_MediaRouter_Light 0x7f0c0004 +int style Theme_MediaRouter_Light_DarkControlPanel 0x7f0c0005 +int style Theme_MediaRouter_LightControlPanel 0x7f0c0006 +int style ThemeOverlay_AppCompat 0x7f0c0116 +int style ThemeOverlay_AppCompat_ActionBar 0x7f0c0117 +int style ThemeOverlay_AppCompat_Dark 0x7f0c0118 +int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0c0119 +int style ThemeOverlay_AppCompat_Dialog 0x7f0c011a +int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f0c011b +int style ThemeOverlay_AppCompat_Light 0x7f0c011c +int style ThemeOverlay_MediaRouter_Dark 0x7f0c0007 +int style ThemeOverlay_MediaRouter_Light 0x7f0c0008 +int style Widget_AppCompat_ActionBar 0x7f0c011d +int style Widget_AppCompat_ActionBar_Solid 0x7f0c011e +int style Widget_AppCompat_ActionBar_TabBar 0x7f0c011f +int style Widget_AppCompat_ActionBar_TabText 0x7f0c0120 +int style Widget_AppCompat_ActionBar_TabView 0x7f0c0121 +int style Widget_AppCompat_ActionButton 0x7f0c0122 +int style Widget_AppCompat_ActionButton_CloseMode 0x7f0c0123 +int style Widget_AppCompat_ActionButton_Overflow 0x7f0c0124 +int style Widget_AppCompat_ActionMode 0x7f0c0125 +int style Widget_AppCompat_ActivityChooserView 0x7f0c0126 +int style Widget_AppCompat_AutoCompleteTextView 0x7f0c0127 +int style Widget_AppCompat_Button 0x7f0c0128 +int style Widget_AppCompat_Button_Borderless 0x7f0c0129 +int style Widget_AppCompat_Button_Borderless_Colored 0x7f0c012a +int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0c012b +int style Widget_AppCompat_Button_Colored 0x7f0c012c +int style Widget_AppCompat_Button_Small 0x7f0c012d +int style Widget_AppCompat_ButtonBar 0x7f0c012e +int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0c012f +int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0c0130 +int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0c0131 +int style Widget_AppCompat_CompoundButton_Switch 0x7f0c0132 +int style Widget_AppCompat_DrawerArrowToggle 0x7f0c0133 +int style Widget_AppCompat_DropDownItem_Spinner 0x7f0c0134 +int style Widget_AppCompat_EditText 0x7f0c0135 +int style Widget_AppCompat_ImageButton 0x7f0c0136 +int style Widget_AppCompat_Light_ActionBar 0x7f0c0137 +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0c0138 +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0c0139 +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0c013a +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0c013b +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0c013c +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0c013d +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0c013e +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0c013f +int style Widget_AppCompat_Light_ActionButton 0x7f0c0140 +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0c0141 +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0c0142 +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0c0143 +int style Widget_AppCompat_Light_ActivityChooserView 0x7f0c0144 +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0c0145 +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0c0146 +int style Widget_AppCompat_Light_ListPopupWindow 0x7f0c0147 +int style Widget_AppCompat_Light_ListView_DropDown 0x7f0c0148 +int style Widget_AppCompat_Light_PopupMenu 0x7f0c0149 +int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0c014a +int style Widget_AppCompat_Light_SearchView 0x7f0c014b +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0c014c +int style Widget_AppCompat_ListMenuView 0x7f0c014d +int style Widget_AppCompat_ListPopupWindow 0x7f0c014e +int style Widget_AppCompat_ListView 0x7f0c014f +int style Widget_AppCompat_ListView_DropDown 0x7f0c0150 +int style Widget_AppCompat_ListView_Menu 0x7f0c0151 +int style Widget_AppCompat_PopupMenu 0x7f0c0152 +int style Widget_AppCompat_PopupMenu_Overflow 0x7f0c0153 +int style Widget_AppCompat_PopupWindow 0x7f0c0154 +int style Widget_AppCompat_ProgressBar 0x7f0c0155 +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0c0156 +int style Widget_AppCompat_RatingBar 0x7f0c0157 +int style Widget_AppCompat_RatingBar_Indicator 0x7f0c0158 +int style Widget_AppCompat_RatingBar_Small 0x7f0c0159 +int style Widget_AppCompat_SearchView 0x7f0c015a +int style Widget_AppCompat_SearchView_ActionBar 0x7f0c015b +int style Widget_AppCompat_SeekBar 0x7f0c015c +int style Widget_AppCompat_SeekBar_Discrete 0x7f0c015d +int style Widget_AppCompat_Spinner 0x7f0c015e +int style Widget_AppCompat_Spinner_DropDown 0x7f0c015f +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0c0160 +int style Widget_AppCompat_Spinner_Underlined 0x7f0c0161 +int style Widget_AppCompat_TextView_SpinnerItem 0x7f0c0162 +int style Widget_AppCompat_Toolbar 0x7f0c0163 +int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0c0164 +int style Widget_Compat_NotificationActionContainer 0x7f0c018c +int style Widget_Compat_NotificationActionText 0x7f0c018d +int style Widget_Design_AppBarLayout 0x7f0c017e +int style Widget_Design_BottomNavigationView 0x7f0c017f +int style Widget_Design_BottomSheet_Modal 0x7f0c0180 +int style Widget_Design_CollapsingToolbar 0x7f0c0181 +int style Widget_Design_CoordinatorLayout 0x7f0c0182 +int style Widget_Design_FloatingActionButton 0x7f0c0183 +int style Widget_Design_NavigationView 0x7f0c0184 +int style Widget_Design_ScrimInsetsFrameLayout 0x7f0c0185 +int style Widget_Design_Snackbar 0x7f0c0186 +int style Widget_Design_TabLayout 0x7f0c016a +int style Widget_Design_TextInputLayout 0x7f0c0187 +int style Widget_MediaRouter_Light_MediaRouteButton 0x7f0c0009 +int style Widget_MediaRouter_MediaRouteButton 0x7f0c000a +int[] styleable ActionBar { 0x7f010023, 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010085 } +int styleable ActionBar_background 10 +int styleable ActionBar_backgroundSplit 12 +int styleable ActionBar_backgroundStacked 11 +int styleable ActionBar_contentInsetEnd 21 +int styleable ActionBar_contentInsetEndWithActions 25 +int styleable ActionBar_contentInsetLeft 22 +int styleable ActionBar_contentInsetRight 23 +int styleable ActionBar_contentInsetStart 20 +int styleable ActionBar_contentInsetStartWithNavigation 24 +int styleable ActionBar_customNavigationLayout 13 +int styleable ActionBar_displayOptions 3 +int styleable ActionBar_divider 9 +int styleable ActionBar_elevation 26 +int styleable ActionBar_height 0 +int styleable ActionBar_hideOnContentScroll 19 +int styleable ActionBar_homeAsUpIndicator 28 +int styleable ActionBar_homeLayout 14 +int styleable ActionBar_icon 7 +int styleable ActionBar_indeterminateProgressStyle 16 +int styleable ActionBar_itemPadding 18 +int styleable ActionBar_logo 8 +int styleable ActionBar_navigationMode 2 +int styleable ActionBar_popupTheme 27 +int styleable ActionBar_progressBarPadding 17 +int styleable ActionBar_progressBarStyle 15 +int styleable ActionBar_subtitle 4 +int styleable ActionBar_subtitleTextStyle 6 +int styleable ActionBar_title 1 +int styleable ActionBar_titleTextStyle 5 +int[] styleable ActionBarLayout { 0x010100b3 } +int styleable ActionBarLayout_android_layout_gravity 0 +int[] styleable ActionMenuItemView { 0x0101013f } +int styleable ActionMenuItemView_android_minWidth 0 +int[] styleable ActionMenuView { } +int[] styleable ActionMode { 0x7f010023, 0x7f010029, 0x7f01002a, 0x7f01002e, 0x7f010030, 0x7f010040 } +int styleable ActionMode_background 3 +int styleable ActionMode_backgroundSplit 4 +int styleable ActionMode_closeItemLayout 5 +int styleable ActionMode_height 0 +int styleable ActionMode_subtitleTextStyle 2 +int styleable ActionMode_titleTextStyle 1 +int[] styleable ActivityChooserView { 0x7f010041, 0x7f010042 } +int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 1 +int styleable ActivityChooserView_initialActivityCount 0 +int[] styleable AlertDialog { 0x010100f2, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047, 0x7f010048 } +int styleable AlertDialog_android_layout 0 +int styleable AlertDialog_buttonPanelSideLayout 1 +int styleable AlertDialog_listItemLayout 5 +int styleable AlertDialog_listLayout 2 +int styleable AlertDialog_multiChoiceItemLayout 3 +int styleable AlertDialog_showTitle 6 +int styleable AlertDialog_singleChoiceItemLayout 4 +int[] styleable AppBarLayout { 0x010100d4, 0x0101048f, 0x01010540, 0x7f01003e, 0x7f010118 } +int styleable AppBarLayout_android_background 0 +int styleable AppBarLayout_android_keyboardNavigationCluster 2 +int styleable AppBarLayout_android_touchscreenBlocksFocus 1 +int styleable AppBarLayout_elevation 3 +int styleable AppBarLayout_expanded 4 +int[] styleable AppBarLayoutStates { 0x7f010119, 0x7f01011a } +int styleable AppBarLayoutStates_state_collapsed 0 +int styleable AppBarLayoutStates_state_collapsible 1 +int[] styleable AppBarLayout_Layout { 0x7f01011b, 0x7f01011c } +int styleable AppBarLayout_Layout_layout_scrollFlags 0 +int styleable AppBarLayout_Layout_layout_scrollInterpolator 1 +int[] styleable AppCompatImageView { 0x01010119, 0x7f010049, 0x7f01004a, 0x7f01004b } +int styleable AppCompatImageView_android_src 0 +int styleable AppCompatImageView_srcCompat 1 +int styleable AppCompatImageView_tint 2 +int styleable AppCompatImageView_tintMode 3 +int[] styleable AppCompatSeekBar { 0x01010142, 0x7f01004c, 0x7f01004d, 0x7f01004e } +int styleable AppCompatSeekBar_android_thumb 0 +int styleable AppCompatSeekBar_tickMark 1 +int styleable AppCompatSeekBar_tickMarkTint 2 +int styleable AppCompatSeekBar_tickMarkTintMode 3 +int[] styleable AppCompatTextHelper { 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, 0x01010170, 0x01010392, 0x01010393 } +int styleable AppCompatTextHelper_android_drawableBottom 2 +int styleable AppCompatTextHelper_android_drawableEnd 6 +int styleable AppCompatTextHelper_android_drawableLeft 3 +int styleable AppCompatTextHelper_android_drawableRight 4 +int styleable AppCompatTextHelper_android_drawableStart 5 +int styleable AppCompatTextHelper_android_drawableTop 1 +int styleable AppCompatTextHelper_android_textAppearance 0 +int[] styleable AppCompatTextView { 0x01010034, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055 } +int styleable AppCompatTextView_android_textAppearance 0 +int styleable AppCompatTextView_autoSizeMaxTextSize 6 +int styleable AppCompatTextView_autoSizeMinTextSize 5 +int styleable AppCompatTextView_autoSizePresetSizes 4 +int styleable AppCompatTextView_autoSizeStepGranularity 3 +int styleable AppCompatTextView_autoSizeTextType 2 +int styleable AppCompatTextView_fontFamily 7 +int styleable AppCompatTextView_textAllCaps 1 +int[] styleable AppCompatTheme { 0x01010057, 0x010100ae, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca } +int styleable AppCompatTheme_actionBarDivider 23 +int styleable AppCompatTheme_actionBarItemBackground 24 +int styleable AppCompatTheme_actionBarPopupTheme 17 +int styleable AppCompatTheme_actionBarSize 22 +int styleable AppCompatTheme_actionBarSplitStyle 19 +int styleable AppCompatTheme_actionBarStyle 18 +int styleable AppCompatTheme_actionBarTabBarStyle 13 +int styleable AppCompatTheme_actionBarTabStyle 12 +int styleable AppCompatTheme_actionBarTabTextStyle 14 +int styleable AppCompatTheme_actionBarTheme 20 +int styleable AppCompatTheme_actionBarWidgetTheme 21 +int styleable AppCompatTheme_actionButtonStyle 50 +int styleable AppCompatTheme_actionDropDownStyle 46 +int styleable AppCompatTheme_actionMenuTextAppearance 25 +int styleable AppCompatTheme_actionMenuTextColor 26 +int styleable AppCompatTheme_actionModeBackground 29 +int styleable AppCompatTheme_actionModeCloseButtonStyle 28 +int styleable AppCompatTheme_actionModeCloseDrawable 31 +int styleable AppCompatTheme_actionModeCopyDrawable 33 +int styleable AppCompatTheme_actionModeCutDrawable 32 +int styleable AppCompatTheme_actionModeFindDrawable 37 +int styleable AppCompatTheme_actionModePasteDrawable 34 +int styleable AppCompatTheme_actionModePopupWindowStyle 39 +int styleable AppCompatTheme_actionModeSelectAllDrawable 35 +int styleable AppCompatTheme_actionModeShareDrawable 36 +int styleable AppCompatTheme_actionModeSplitBackground 30 +int styleable AppCompatTheme_actionModeStyle 27 +int styleable AppCompatTheme_actionModeWebSearchDrawable 38 +int styleable AppCompatTheme_actionOverflowButtonStyle 15 +int styleable AppCompatTheme_actionOverflowMenuStyle 16 +int styleable AppCompatTheme_activityChooserViewStyle 58 +int styleable AppCompatTheme_alertDialogButtonGroupStyle 95 +int styleable AppCompatTheme_alertDialogCenterButtons 96 +int styleable AppCompatTheme_alertDialogStyle 94 +int styleable AppCompatTheme_alertDialogTheme 97 +int styleable AppCompatTheme_android_windowAnimationStyle 1 +int styleable AppCompatTheme_android_windowIsFloating 0 +int styleable AppCompatTheme_autoCompleteTextViewStyle 102 +int styleable AppCompatTheme_borderlessButtonStyle 55 +int styleable AppCompatTheme_buttonBarButtonStyle 52 +int styleable AppCompatTheme_buttonBarNegativeButtonStyle 100 +int styleable AppCompatTheme_buttonBarNeutralButtonStyle 101 +int styleable AppCompatTheme_buttonBarPositiveButtonStyle 99 +int styleable AppCompatTheme_buttonBarStyle 51 +int styleable AppCompatTheme_buttonStyle 103 +int styleable AppCompatTheme_buttonStyleSmall 104 +int styleable AppCompatTheme_checkboxStyle 105 +int styleable AppCompatTheme_checkedTextViewStyle 106 +int styleable AppCompatTheme_colorAccent 86 +int styleable AppCompatTheme_colorBackgroundFloating 93 +int styleable AppCompatTheme_colorButtonNormal 90 +int styleable AppCompatTheme_colorControlActivated 88 +int styleable AppCompatTheme_colorControlHighlight 89 +int styleable AppCompatTheme_colorControlNormal 87 +int styleable AppCompatTheme_colorError 118 +int styleable AppCompatTheme_colorPrimary 84 +int styleable AppCompatTheme_colorPrimaryDark 85 +int styleable AppCompatTheme_colorSwitchThumbNormal 91 +int styleable AppCompatTheme_controlBackground 92 +int styleable AppCompatTheme_dialogPreferredPadding 44 +int styleable AppCompatTheme_dialogTheme 43 +int styleable AppCompatTheme_dividerHorizontal 57 +int styleable AppCompatTheme_dividerVertical 56 +int styleable AppCompatTheme_dropDownListViewStyle 75 +int styleable AppCompatTheme_dropdownListPreferredItemHeight 47 +int styleable AppCompatTheme_editTextBackground 64 +int styleable AppCompatTheme_editTextColor 63 +int styleable AppCompatTheme_editTextStyle 107 +int styleable AppCompatTheme_homeAsUpIndicator 49 +int styleable AppCompatTheme_imageButtonStyle 65 +int styleable AppCompatTheme_listChoiceBackgroundIndicator 83 +int styleable AppCompatTheme_listDividerAlertDialog 45 +int styleable AppCompatTheme_listMenuViewStyle 115 +int styleable AppCompatTheme_listPopupWindowStyle 76 +int styleable AppCompatTheme_listPreferredItemHeight 70 +int styleable AppCompatTheme_listPreferredItemHeightLarge 72 +int styleable AppCompatTheme_listPreferredItemHeightSmall 71 +int styleable AppCompatTheme_listPreferredItemPaddingLeft 73 +int styleable AppCompatTheme_listPreferredItemPaddingRight 74 +int styleable AppCompatTheme_panelBackground 80 +int styleable AppCompatTheme_panelMenuListTheme 82 +int styleable AppCompatTheme_panelMenuListWidth 81 +int styleable AppCompatTheme_popupMenuStyle 61 +int styleable AppCompatTheme_popupWindowStyle 62 +int styleable AppCompatTheme_radioButtonStyle 108 +int styleable AppCompatTheme_ratingBarStyle 109 +int styleable AppCompatTheme_ratingBarStyleIndicator 110 +int styleable AppCompatTheme_ratingBarStyleSmall 111 +int styleable AppCompatTheme_searchViewStyle 69 +int styleable AppCompatTheme_seekBarStyle 112 +int styleable AppCompatTheme_selectableItemBackground 53 +int styleable AppCompatTheme_selectableItemBackgroundBorderless 54 +int styleable AppCompatTheme_spinnerDropDownItemStyle 48 +int styleable AppCompatTheme_spinnerStyle 113 +int styleable AppCompatTheme_switchStyle 114 +int styleable AppCompatTheme_textAppearanceLargePopupMenu 40 +int styleable AppCompatTheme_textAppearanceListItem 77 +int styleable AppCompatTheme_textAppearanceListItemSecondary 78 +int styleable AppCompatTheme_textAppearanceListItemSmall 79 +int styleable AppCompatTheme_textAppearancePopupMenuHeader 42 +int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 67 +int styleable AppCompatTheme_textAppearanceSearchResultTitle 66 +int styleable AppCompatTheme_textAppearanceSmallPopupMenu 41 +int styleable AppCompatTheme_textColorAlertDialogListItem 98 +int styleable AppCompatTheme_textColorSearchUrl 68 +int styleable AppCompatTheme_toolbarNavigationButtonStyle 60 +int styleable AppCompatTheme_toolbarStyle 59 +int styleable AppCompatTheme_tooltipForegroundColor 117 +int styleable AppCompatTheme_tooltipFrameBackground 116 +int styleable AppCompatTheme_windowActionBar 2 +int styleable AppCompatTheme_windowActionBarOverlay 4 +int styleable AppCompatTheme_windowActionModeOverlay 5 +int styleable AppCompatTheme_windowFixedHeightMajor 9 +int styleable AppCompatTheme_windowFixedHeightMinor 7 +int styleable AppCompatTheme_windowFixedWidthMajor 6 +int styleable AppCompatTheme_windowFixedWidthMinor 8 +int styleable AppCompatTheme_windowMinWidthMajor 10 +int styleable AppCompatTheme_windowMinWidthMinor 11 +int styleable AppCompatTheme_windowNoTitle 3 +int[] styleable BottomNavigationView { 0x7f01003e, 0x7f010143, 0x7f010144, 0x7f010145, 0x7f010146 } +int styleable BottomNavigationView_elevation 0 +int styleable BottomNavigationView_itemBackground 4 +int styleable BottomNavigationView_itemIconTint 2 +int styleable BottomNavigationView_itemTextColor 3 +int styleable BottomNavigationView_menu 1 +int[] styleable BottomSheetBehavior_Layout { 0x7f01011d, 0x7f01011e, 0x7f01011f } +int styleable BottomSheetBehavior_Layout_behavior_hideable 1 +int styleable BottomSheetBehavior_Layout_behavior_peekHeight 0 +int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 2 +int[] styleable ButtonBarLayout { 0x7f0100cb } +int styleable ButtonBarLayout_allowStacking 0 +int[] styleable CardView { 0x0101013f, 0x01010140, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01001c, 0x7f01001d, 0x7f01001e, 0x7f01001f, 0x7f010020, 0x7f010021 } +int styleable CardView_android_minHeight 1 +int styleable CardView_android_minWidth 0 +int styleable CardView_cardBackgroundColor 2 +int styleable CardView_cardCornerRadius 3 +int styleable CardView_cardElevation 4 +int styleable CardView_cardMaxElevation 5 +int styleable CardView_cardPreventCornerOverlap 7 +int styleable CardView_cardUseCompatPadding 6 +int styleable CardView_contentPadding 8 +int styleable CardView_contentPaddingBottom 12 +int styleable CardView_contentPaddingLeft 9 +int styleable CardView_contentPaddingRight 10 +int styleable CardView_contentPaddingTop 11 +int[] styleable CollapsingToolbarLayout { 0x7f010025, 0x7f010120, 0x7f010121, 0x7f010122, 0x7f010123, 0x7f010124, 0x7f010125, 0x7f010126, 0x7f010127, 0x7f010128, 0x7f010129, 0x7f01012a, 0x7f01012b, 0x7f01012c, 0x7f01012d, 0x7f01012e } +int styleable CollapsingToolbarLayout_collapsedTitleGravity 13 +int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 7 +int styleable CollapsingToolbarLayout_contentScrim 8 +int styleable CollapsingToolbarLayout_expandedTitleGravity 14 +int styleable CollapsingToolbarLayout_expandedTitleMargin 1 +int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 5 +int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 4 +int styleable CollapsingToolbarLayout_expandedTitleMarginStart 2 +int styleable CollapsingToolbarLayout_expandedTitleMarginTop 3 +int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 6 +int styleable CollapsingToolbarLayout_scrimAnimationDuration 12 +int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 11 +int styleable CollapsingToolbarLayout_statusBarScrim 9 +int styleable CollapsingToolbarLayout_title 0 +int styleable CollapsingToolbarLayout_titleEnabled 15 +int styleable CollapsingToolbarLayout_toolbarId 10 +int[] styleable CollapsingToolbarLayout_Layout { 0x7f01012f, 0x7f010130 } +int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0 +int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1 +int[] styleable ColorStateListItem { 0x010101a5, 0x0101031f, 0x7f0100cc } +int styleable ColorStateListItem_alpha 2 +int styleable ColorStateListItem_android_alpha 1 +int styleable ColorStateListItem_android_color 0 +int[] styleable CompoundButton { 0x01010107, 0x7f0100cd, 0x7f0100ce } +int styleable CompoundButton_android_button 0 +int styleable CompoundButton_buttonTint 1 +int styleable CompoundButton_buttonTintMode 2 +int[] styleable CoordinatorLayout { 0x7f010131, 0x7f010132 } +int styleable CoordinatorLayout_keylines 0 +int styleable CoordinatorLayout_statusBarBackground 1 +int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f010133, 0x7f010134, 0x7f010135, 0x7f010136, 0x7f010137, 0x7f010138 } +int styleable CoordinatorLayout_Layout_android_layout_gravity 0 +int styleable CoordinatorLayout_Layout_layout_anchor 2 +int styleable CoordinatorLayout_Layout_layout_anchorGravity 4 +int styleable CoordinatorLayout_Layout_layout_behavior 1 +int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 6 +int styleable CoordinatorLayout_Layout_layout_insetEdge 5 +int styleable CoordinatorLayout_Layout_layout_keyline 3 +int[] styleable DesignTheme { 0x7f010139, 0x7f01013a, 0x7f01013b } +int styleable DesignTheme_bottomSheetDialogTheme 0 +int styleable DesignTheme_bottomSheetStyle 1 +int styleable DesignTheme_textColorError 2 +int[] styleable DrawerArrowToggle { 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6 } +int styleable DrawerArrowToggle_arrowHeadLength 4 +int styleable DrawerArrowToggle_arrowShaftLength 5 +int styleable DrawerArrowToggle_barLength 6 +int styleable DrawerArrowToggle_color 0 +int styleable DrawerArrowToggle_drawableSize 2 +int styleable DrawerArrowToggle_gapBetweenBars 3 +int styleable DrawerArrowToggle_spinBars 1 +int styleable DrawerArrowToggle_thickness 7 +int[] styleable FloatingActionButton { 0x7f01003e, 0x7f010116, 0x7f010117, 0x7f01013c, 0x7f01013d, 0x7f01013e, 0x7f01013f, 0x7f010140 } +int styleable FloatingActionButton_backgroundTint 1 +int styleable FloatingActionButton_backgroundTintMode 2 +int styleable FloatingActionButton_borderWidth 6 +int styleable FloatingActionButton_elevation 0 +int styleable FloatingActionButton_fabSize 4 +int styleable FloatingActionButton_pressedTranslationZ 5 +int styleable FloatingActionButton_rippleColor 3 +int styleable FloatingActionButton_useCompatPadding 7 +int[] styleable FloatingActionButton_Behavior_Layout { 0x7f010141 } +int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0 +int[] styleable FontFamily { 0x7f01016a, 0x7f01016b, 0x7f01016c, 0x7f01016d, 0x7f01016e, 0x7f01016f } +int styleable FontFamily_fontProviderAuthority 0 +int styleable FontFamily_fontProviderCerts 3 +int styleable FontFamily_fontProviderFetchStrategy 4 +int styleable FontFamily_fontProviderFetchTimeout 5 +int styleable FontFamily_fontProviderPackage 1 +int styleable FontFamily_fontProviderQuery 2 +int[] styleable FontFamilyFont { 0x01010532, 0x01010533, 0x0101053f, 0x7f010170, 0x7f010171, 0x7f010172 } +int styleable FontFamilyFont_android_font 0 +int styleable FontFamilyFont_android_fontStyle 2 +int styleable FontFamilyFont_android_fontWeight 1 +int styleable FontFamilyFont_font 4 +int styleable FontFamilyFont_fontStyle 3 +int styleable FontFamilyFont_fontWeight 5 +int[] styleable ForegroundLinearLayout { 0x01010109, 0x01010200, 0x7f010142 } +int styleable ForegroundLinearLayout_android_foreground 0 +int styleable ForegroundLinearLayout_android_foregroundGravity 1 +int styleable ForegroundLinearLayout_foregroundInsidePadding 2 +int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01002d, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9 } +int styleable LinearLayoutCompat_android_baselineAligned 2 +int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3 +int styleable LinearLayoutCompat_android_gravity 0 +int styleable LinearLayoutCompat_android_orientation 1 +int styleable LinearLayoutCompat_android_weightSum 4 +int styleable LinearLayoutCompat_divider 5 +int styleable LinearLayoutCompat_dividerPadding 8 +int styleable LinearLayoutCompat_measureWithLargestChild 6 +int styleable LinearLayoutCompat_showDividers 7 +int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 } +int styleable LinearLayoutCompat_Layout_android_layout_gravity 0 +int styleable LinearLayoutCompat_Layout_android_layout_height 2 +int styleable LinearLayoutCompat_Layout_android_layout_weight 3 +int styleable LinearLayoutCompat_Layout_android_layout_width 1 +int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad } +int styleable ListPopupWindow_android_dropDownHorizontalOffset 0 +int styleable ListPopupWindow_android_dropDownVerticalOffset 1 +int[] styleable MediaRouteButton { 0x0101013f, 0x01010140, 0x7f010015, 0x7f010016 } +int styleable MediaRouteButton_android_minHeight 1 +int styleable MediaRouteButton_android_minWidth 0 +int styleable MediaRouteButton_externalRouteEnabledDrawable 2 +int styleable MediaRouteButton_mediaRouteButtonTint 3 +int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 } +int styleable MenuGroup_android_checkableBehavior 5 +int styleable MenuGroup_android_enabled 0 +int styleable MenuGroup_android_id 1 +int styleable MenuGroup_android_menuCategory 3 +int styleable MenuGroup_android_orderInCategory 4 +int styleable MenuGroup_android_visible 2 +int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1, 0x7f0100e2, 0x7f0100e3 } +int styleable MenuItem_actionLayout 16 +int styleable MenuItem_actionProviderClass 18 +int styleable MenuItem_actionViewClass 17 +int styleable MenuItem_alphabeticModifiers 13 +int styleable MenuItem_android_alphabeticShortcut 9 +int styleable MenuItem_android_checkable 11 +int styleable MenuItem_android_checked 3 +int styleable MenuItem_android_enabled 1 +int styleable MenuItem_android_icon 0 +int styleable MenuItem_android_id 2 +int styleable MenuItem_android_menuCategory 5 +int styleable MenuItem_android_numericShortcut 10 +int styleable MenuItem_android_onClick 12 +int styleable MenuItem_android_orderInCategory 6 +int styleable MenuItem_android_title 7 +int styleable MenuItem_android_titleCondensed 8 +int styleable MenuItem_android_visible 4 +int styleable MenuItem_contentDescription 19 +int styleable MenuItem_iconTint 21 +int styleable MenuItem_iconTintMode 22 +int styleable MenuItem_numericModifiers 14 +int styleable MenuItem_showAsAction 15 +int styleable MenuItem_tooltipText 20 +int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f0100e4, 0x7f0100e5 } +int styleable MenuView_android_headerBackground 4 +int styleable MenuView_android_horizontalDivider 2 +int styleable MenuView_android_itemBackground 5 +int styleable MenuView_android_itemIconDisabledAlpha 6 +int styleable MenuView_android_itemTextAppearance 1 +int styleable MenuView_android_verticalDivider 3 +int styleable MenuView_android_windowAnimationStyle 0 +int styleable MenuView_preserveIconSpacing 7 +int styleable MenuView_subMenuArrow 8 +int[] styleable NavigationView { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f01003e, 0x7f010143, 0x7f010144, 0x7f010145, 0x7f010146, 0x7f010147, 0x7f010148 } +int styleable NavigationView_android_background 0 +int styleable NavigationView_android_fitsSystemWindows 1 +int styleable NavigationView_android_maxWidth 2 +int styleable NavigationView_elevation 3 +int styleable NavigationView_headerLayout 9 +int styleable NavigationView_itemBackground 7 +int styleable NavigationView_itemIconTint 5 +int styleable NavigationView_itemTextAppearance 8 +int styleable NavigationView_itemTextColor 6 +int styleable NavigationView_menu 4 +int[] styleable PopupWindow { 0x01010176, 0x010102c9, 0x7f0100e6 } +int styleable PopupWindow_android_popupAnimationStyle 1 +int styleable PopupWindow_android_popupBackground 0 +int styleable PopupWindow_overlapAnchor 2 +int[] styleable PopupWindowBackgroundState { 0x7f0100e7 } +int styleable PopupWindowBackgroundState_state_above_anchor 0 +int[] styleable RecycleListView { 0x7f0100e8, 0x7f0100e9 } +int styleable RecycleListView_paddingBottomNoButtons 0 +int styleable RecycleListView_paddingTopNoTitle 1 +int[] styleable RecyclerView { 0x010100c4, 0x010100f1, 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008 } +int styleable RecyclerView_android_descendantFocusability 1 +int styleable RecyclerView_android_orientation 0 +int styleable RecyclerView_fastScrollEnabled 6 +int styleable RecyclerView_fastScrollHorizontalThumbDrawable 9 +int styleable RecyclerView_fastScrollHorizontalTrackDrawable 10 +int styleable RecyclerView_fastScrollVerticalThumbDrawable 7 +int styleable RecyclerView_fastScrollVerticalTrackDrawable 8 +int styleable RecyclerView_layoutManager 2 +int styleable RecyclerView_reverseLayout 4 +int styleable RecyclerView_spanCount 3 +int styleable RecyclerView_stackFromEnd 5 +int[] styleable ScrimInsetsFrameLayout { 0x7f010149 } +int styleable ScrimInsetsFrameLayout_insetForeground 0 +int[] styleable ScrollingViewBehavior_Layout { 0x7f01014a } +int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0 +int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f0100ea, 0x7f0100eb, 0x7f0100ec, 0x7f0100ed, 0x7f0100ee, 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, 0x7f0100f6 } +int styleable SearchView_android_focusable 0 +int styleable SearchView_android_imeOptions 3 +int styleable SearchView_android_inputType 2 +int styleable SearchView_android_maxWidth 1 +int styleable SearchView_closeIcon 8 +int styleable SearchView_commitIcon 13 +int styleable SearchView_defaultQueryHint 7 +int styleable SearchView_goIcon 9 +int styleable SearchView_iconifiedByDefault 5 +int styleable SearchView_layout 4 +int styleable SearchView_queryBackground 15 +int styleable SearchView_queryHint 6 +int styleable SearchView_searchHintIcon 11 +int styleable SearchView_searchIcon 10 +int styleable SearchView_submitBackground 16 +int styleable SearchView_suggestionRowLayout 14 +int styleable SearchView_voiceIcon 12 +int[] styleable SnackbarLayout { 0x0101011f, 0x7f01003e, 0x7f01014b } +int styleable SnackbarLayout_android_maxWidth 0 +int styleable SnackbarLayout_elevation 1 +int styleable SnackbarLayout_maxActionInlineWidth 2 +int[] styleable Spinner { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f01003f } +int styleable Spinner_android_dropDownWidth 3 +int styleable Spinner_android_entries 0 +int styleable Spinner_android_popupBackground 1 +int styleable Spinner_android_prompt 2 +int styleable Spinner_popupTheme 4 +int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f0100f7, 0x7f0100f8, 0x7f0100f9, 0x7f0100fa, 0x7f0100fb, 0x7f0100fc, 0x7f0100fd, 0x7f0100fe, 0x7f0100ff, 0x7f010100, 0x7f010101 } +int styleable SwitchCompat_android_textOff 1 +int styleable SwitchCompat_android_textOn 0 +int styleable SwitchCompat_android_thumb 2 +int styleable SwitchCompat_showText 13 +int styleable SwitchCompat_splitTrack 12 +int styleable SwitchCompat_switchMinWidth 10 +int styleable SwitchCompat_switchPadding 11 +int styleable SwitchCompat_switchTextAppearance 9 +int styleable SwitchCompat_thumbTextPadding 8 +int styleable SwitchCompat_thumbTint 3 +int styleable SwitchCompat_thumbTintMode 4 +int styleable SwitchCompat_track 5 +int styleable SwitchCompat_trackTint 6 +int styleable SwitchCompat_trackTintMode 7 +int[] styleable TabItem { 0x01010002, 0x010100f2, 0x0101014f } +int styleable TabItem_android_icon 0 +int styleable TabItem_android_layout 1 +int styleable TabItem_android_text 2 +int[] styleable TabLayout { 0x7f01014c, 0x7f01014d, 0x7f01014e, 0x7f01014f, 0x7f010150, 0x7f010151, 0x7f010152, 0x7f010153, 0x7f010154, 0x7f010155, 0x7f010156, 0x7f010157, 0x7f010158, 0x7f010159, 0x7f01015a, 0x7f01015b } +int styleable TabLayout_tabBackground 3 +int styleable TabLayout_tabContentStart 2 +int styleable TabLayout_tabGravity 5 +int styleable TabLayout_tabIndicatorColor 0 +int styleable TabLayout_tabIndicatorHeight 1 +int styleable TabLayout_tabMaxWidth 7 +int styleable TabLayout_tabMinWidth 6 +int styleable TabLayout_tabMode 4 +int styleable TabLayout_tabPadding 15 +int styleable TabLayout_tabPaddingBottom 14 +int styleable TabLayout_tabPaddingEnd 13 +int styleable TabLayout_tabPaddingStart 11 +int styleable TabLayout_tabPaddingTop 12 +int styleable TabLayout_tabSelectedTextColor 10 +int styleable TabLayout_tabTextAppearance 8 +int styleable TabLayout_tabTextColor 9 +int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x7f01004f, 0x7f010055 } +int styleable TextAppearance_android_fontFamily 10 +int styleable TextAppearance_android_shadowColor 6 +int styleable TextAppearance_android_shadowDx 7 +int styleable TextAppearance_android_shadowDy 8 +int styleable TextAppearance_android_shadowRadius 9 +int styleable TextAppearance_android_textColor 3 +int styleable TextAppearance_android_textColorHint 4 +int styleable TextAppearance_android_textColorLink 5 +int styleable TextAppearance_android_textSize 0 +int styleable TextAppearance_android_textStyle 2 +int styleable TextAppearance_android_typeface 1 +int styleable TextAppearance_fontFamily 12 +int styleable TextAppearance_textAllCaps 11 +int[] styleable TextInputLayout { 0x0101009a, 0x01010150, 0x7f01015c, 0x7f01015d, 0x7f01015e, 0x7f01015f, 0x7f010160, 0x7f010161, 0x7f010162, 0x7f010163, 0x7f010164, 0x7f010165, 0x7f010166, 0x7f010167, 0x7f010168, 0x7f010169 } +int styleable TextInputLayout_android_hint 1 +int styleable TextInputLayout_android_textColorHint 0 +int styleable TextInputLayout_counterEnabled 6 +int styleable TextInputLayout_counterMaxLength 7 +int styleable TextInputLayout_counterOverflowTextAppearance 9 +int styleable TextInputLayout_counterTextAppearance 8 +int styleable TextInputLayout_errorEnabled 4 +int styleable TextInputLayout_errorTextAppearance 5 +int styleable TextInputLayout_hintAnimationEnabled 10 +int styleable TextInputLayout_hintEnabled 3 +int styleable TextInputLayout_hintTextAppearance 2 +int styleable TextInputLayout_passwordToggleContentDescription 13 +int styleable TextInputLayout_passwordToggleDrawable 12 +int styleable TextInputLayout_passwordToggleEnabled 11 +int styleable TextInputLayout_passwordToggleTint 14 +int styleable TextInputLayout_passwordToggleTintMode 15 +int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010025, 0x7f010028, 0x7f01002c, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003f, 0x7f010102, 0x7f010103, 0x7f010104, 0x7f010105, 0x7f010106, 0x7f010107, 0x7f010108, 0x7f010109, 0x7f01010a, 0x7f01010b, 0x7f01010c, 0x7f01010d, 0x7f01010e, 0x7f01010f, 0x7f010110, 0x7f010111, 0x7f010112 } +int styleable Toolbar_android_gravity 0 +int styleable Toolbar_android_minHeight 1 +int styleable Toolbar_buttonGravity 21 +int styleable Toolbar_collapseContentDescription 23 +int styleable Toolbar_collapseIcon 22 +int styleable Toolbar_contentInsetEnd 6 +int styleable Toolbar_contentInsetEndWithActions 10 +int styleable Toolbar_contentInsetLeft 7 +int styleable Toolbar_contentInsetRight 8 +int styleable Toolbar_contentInsetStart 5 +int styleable Toolbar_contentInsetStartWithNavigation 9 +int styleable Toolbar_logo 4 +int styleable Toolbar_logoDescription 26 +int styleable Toolbar_maxButtonHeight 20 +int styleable Toolbar_navigationContentDescription 25 +int styleable Toolbar_navigationIcon 24 +int styleable Toolbar_popupTheme 11 +int styleable Toolbar_subtitle 3 +int styleable Toolbar_subtitleTextAppearance 13 +int styleable Toolbar_subtitleTextColor 28 +int styleable Toolbar_title 2 +int styleable Toolbar_titleMargin 14 +int styleable Toolbar_titleMarginBottom 18 +int styleable Toolbar_titleMarginEnd 16 +int styleable Toolbar_titleMarginStart 15 +int styleable Toolbar_titleMarginTop 17 +int styleable Toolbar_titleMargins 19 +int styleable Toolbar_titleTextAppearance 12 +int styleable Toolbar_titleTextColor 27 +int[] styleable View { 0x01010000, 0x010100da, 0x7f010113, 0x7f010114, 0x7f010115 } +int styleable View_android_focusable 1 +int styleable View_android_theme 0 +int styleable View_paddingEnd 3 +int styleable View_paddingStart 2 +int styleable View_theme 4 +int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f010116, 0x7f010117 } +int styleable ViewBackgroundHelper_android_background 0 +int styleable ViewBackgroundHelper_backgroundTint 1 +int styleable ViewBackgroundHelper_backgroundTintMode 2 +int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 } +int styleable ViewStubCompat_android_id 0 +int styleable ViewStubCompat_android_inflatedId 2 +int styleable ViewStubCompat_android_layout 1 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/Calculadora/Calculadora.Android/obj/Debug/81/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/Calculadora/Calculadora.Android/obj/Debug/81/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/Calculadora/Calculadora.Android/obj/Debug/81/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/XamlC.stamp b/Calculadora/Calculadora.Android/obj/Debug/81/XamlC.stamp new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/_ErrorCodes b/Calculadora/Calculadora.Android/obj/Debug/81/_ErrorCodes new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/_TelemetryProps b/Calculadora/Calculadora.Android/obj/Debug/81/_TelemetryProps new file mode 100644 index 0000000..a566f54 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/_TelemetryProps @@ -0,0 +1,20 @@ +AndroidUseAapt2=False +UseSharedRuntime=true +UseFastDeployment=false +EnableMultidex=False +EnableProGuard= +GenerateOnePackagePerABI= +BundleAssemblies=False +EnableDeveloperInstrumentation=true +Debugger=Xamarin +EnableAOT=False +UseConcurrentGC= +AdditionalSupportedEncodings= +SupportedArchitectures=arm64-v8a|armeabi|armeabi-v7a|x86|x86_64 +JavaMaxHeapSize=1G +HttpClientImplementation=Xamarin.Android.Net.AndroidClientHandler +TLSImplementation= +FastDeploymentType=Assemblies +TargetFramework=v8.1 +ClassParser= +CodegenTarget= diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/_WarningCodes b/Calculadora/Calculadora.Android/obj/Debug/81/_WarningCodes new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/_dex_stamp b/Calculadora/Calculadora.Android/obj/Debug/81/_dex_stamp new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/_javac.stamp b/Calculadora/Calculadora.Android/obj/Debug/81/_javac.stamp new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/_javastubs.stamp b/Calculadora/Calculadora.Android/obj/Debug/81/_javastubs.stamp new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/acw-map.txt b/Calculadora/Calculadora.Android/obj/Debug/81/acw-map.txt new file mode 100644 index 0000000..4f060c7 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/acw-map.txt @@ -0,0 +1,516 @@ +Calculadora.Droid.MainActivity, Calculadora.Android;md5a73d74e36801d8da9acef67fce157c4c.MainActivity +Calculadora.Droid.MainActivity;md5a73d74e36801d8da9acef67fce157c4c.MainActivity +calculadora.droid.MainActivity;md5a73d74e36801d8da9acef67fce157c4c.MainActivity +Android.Support.V4.View.ActionProvider+ISubUiVisibilityListenerImplementor, Xamarin.Android.Support.Compat;mono.android.support.v4.view.ActionProvider_SubUiVisibilityListenerImplementor +Android.Support.V4.View.ActionProvider.ISubUiVisibilityListenerImplementor;mono.android.support.v4.view.ActionProvider_SubUiVisibilityListenerImplementor +mono.android.support.v4.view.ActionProvider_SubUiVisibilityListenerImplementor;mono.android.support.v4.view.ActionProvider_SubUiVisibilityListenerImplementor +Android.Support.V4.View.ActionProvider+IVisibilityListenerImplementor, Xamarin.Android.Support.Compat;mono.android.support.v4.view.ActionProvider_VisibilityListenerImplementor +Android.Support.V4.View.ActionProvider.IVisibilityListenerImplementor;mono.android.support.v4.view.ActionProvider_VisibilityListenerImplementor +mono.android.support.v4.view.ActionProvider_VisibilityListenerImplementor;mono.android.support.v4.view.ActionProvider_VisibilityListenerImplementor +Android.Support.V4.View.IOnApplyWindowInsetsListenerImplementor, Xamarin.Android.Support.Compat;mono.android.support.v4.view.OnApplyWindowInsetsListenerImplementor +Android.Support.V4.View.IOnApplyWindowInsetsListenerImplementor;mono.android.support.v4.view.OnApplyWindowInsetsListenerImplementor +mono.android.support.v4.view.OnApplyWindowInsetsListenerImplementor;mono.android.support.v4.view.OnApplyWindowInsetsListenerImplementor +Android.Support.V4.View.IViewPropertyAnimatorListenerImplementor, Xamarin.Android.Support.Compat;mono.android.support.v4.view.ViewPropertyAnimatorListenerImplementor +Android.Support.V4.View.IViewPropertyAnimatorListenerImplementor;mono.android.support.v4.view.ViewPropertyAnimatorListenerImplementor +mono.android.support.v4.view.ViewPropertyAnimatorListenerImplementor;mono.android.support.v4.view.ViewPropertyAnimatorListenerImplementor +Android.Support.V4.View.IViewPropertyAnimatorUpdateListenerImplementor, Xamarin.Android.Support.Compat;mono.android.support.v4.view.ViewPropertyAnimatorUpdateListenerImplementor +Android.Support.V4.View.IViewPropertyAnimatorUpdateListenerImplementor;mono.android.support.v4.view.ViewPropertyAnimatorUpdateListenerImplementor +mono.android.support.v4.view.ViewPropertyAnimatorUpdateListenerImplementor;mono.android.support.v4.view.ViewPropertyAnimatorUpdateListenerImplementor +Android.Support.V4.View.MenuItemCompat+IOnActionExpandListenerImplementor, Xamarin.Android.Support.Compat;mono.android.support.v4.view.MenuItemCompat_OnActionExpandListenerImplementor +Android.Support.V4.View.MenuItemCompat.IOnActionExpandListenerImplementor;mono.android.support.v4.view.MenuItemCompat_OnActionExpandListenerImplementor +mono.android.support.v4.view.MenuItemCompat_OnActionExpandListenerImplementor;mono.android.support.v4.view.MenuItemCompat_OnActionExpandListenerImplementor +Android.Support.V4.View.Accessibility.AccessibilityManagerCompat+IAccessibilityStateChangeListenerImplementor, Xamarin.Android.Support.Compat;mono.android.support.v4.view.accessibility.AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor +Android.Support.V4.View.Accessibility.AccessibilityManagerCompat.IAccessibilityStateChangeListenerImplementor;mono.android.support.v4.view.accessibility.AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor +mono.android.support.v4.view.accessibility.AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor;mono.android.support.v4.view.accessibility.AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor +Android.Support.V4.View.Accessibility.AccessibilityManagerCompat+ITouchExplorationStateChangeListenerImplementor, Xamarin.Android.Support.Compat;mono.android.support.v4.view.accessibility.AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor +Android.Support.V4.View.Accessibility.AccessibilityManagerCompat.ITouchExplorationStateChangeListenerImplementor;mono.android.support.v4.view.accessibility.AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor +mono.android.support.v4.view.accessibility.AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor;mono.android.support.v4.view.accessibility.AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor +Android.Support.V4.OS.CancellationSignal+IOnCancelListenerImplementor, Xamarin.Android.Support.Compat;mono.android.support.v4.os.CancellationSignal_OnCancelListenerImplementor +Android.Support.V4.OS.CancellationSignal.IOnCancelListenerImplementor;mono.android.support.v4.os.CancellationSignal_OnCancelListenerImplementor +mono.android.support.v4.os.CancellationSignal_OnCancelListenerImplementor;mono.android.support.v4.os.CancellationSignal_OnCancelListenerImplementor +Android.Support.V4.App.SharedElementCallback+IOnSharedElementsReadyListenerImplementor, Xamarin.Android.Support.Compat;mono.android.support.v4.app.SharedElementCallback_OnSharedElementsReadyListenerImplementor +Android.Support.V4.App.SharedElementCallback.IOnSharedElementsReadyListenerImplementor;mono.android.support.v4.app.SharedElementCallback_OnSharedElementsReadyListenerImplementor +mono.android.support.v4.app.SharedElementCallback_OnSharedElementsReadyListenerImplementor;mono.android.support.v4.app.SharedElementCallback_OnSharedElementsReadyListenerImplementor +Android.Support.V4.View.AsyncLayoutInflater+IOnInflateFinishedListenerImplementor, Xamarin.Android.Support.Core.UI;mono.android.support.v4.view.AsyncLayoutInflater_OnInflateFinishedListenerImplementor +Android.Support.V4.View.AsyncLayoutInflater.IOnInflateFinishedListenerImplementor;mono.android.support.v4.view.AsyncLayoutInflater_OnInflateFinishedListenerImplementor +mono.android.support.v4.view.AsyncLayoutInflater_OnInflateFinishedListenerImplementor;mono.android.support.v4.view.AsyncLayoutInflater_OnInflateFinishedListenerImplementor +Android.Support.V4.View.ViewPager+IOnAdapterChangeListenerImplementor, Xamarin.Android.Support.Core.UI;mono.android.support.v4.view.ViewPager_OnAdapterChangeListenerImplementor +Android.Support.V4.View.ViewPager.IOnAdapterChangeListenerImplementor;mono.android.support.v4.view.ViewPager_OnAdapterChangeListenerImplementor +mono.android.support.v4.view.ViewPager_OnAdapterChangeListenerImplementor;mono.android.support.v4.view.ViewPager_OnAdapterChangeListenerImplementor +Android.Support.V4.View.ViewPager+IOnPageChangeListenerImplementor, Xamarin.Android.Support.Core.UI;mono.android.support.v4.view.ViewPager_OnPageChangeListenerImplementor +Android.Support.V4.View.ViewPager.IOnPageChangeListenerImplementor;mono.android.support.v4.view.ViewPager_OnPageChangeListenerImplementor +mono.android.support.v4.view.ViewPager_OnPageChangeListenerImplementor;mono.android.support.v4.view.ViewPager_OnPageChangeListenerImplementor +Android.Support.V4.Widget.SwipeRefreshLayout+IOnRefreshListenerImplementor, Xamarin.Android.Support.Core.UI;mono.android.support.v4.widget.SwipeRefreshLayout_OnRefreshListenerImplementor +Android.Support.V4.Widget.SwipeRefreshLayout.IOnRefreshListenerImplementor;mono.android.support.v4.widget.SwipeRefreshLayout_OnRefreshListenerImplementor +mono.android.support.v4.widget.SwipeRefreshLayout_OnRefreshListenerImplementor;mono.android.support.v4.widget.SwipeRefreshLayout_OnRefreshListenerImplementor +Android.Support.V4.Widget.DrawerLayout+IDrawerListenerImplementor, Xamarin.Android.Support.Core.UI;mono.android.support.v4.widget.DrawerLayout_DrawerListenerImplementor +Android.Support.V4.Widget.DrawerLayout.IDrawerListenerImplementor;mono.android.support.v4.widget.DrawerLayout_DrawerListenerImplementor +mono.android.support.v4.widget.DrawerLayout_DrawerListenerImplementor;mono.android.support.v4.widget.DrawerLayout_DrawerListenerImplementor +Android.Support.V4.Widget.NestedScrollView+IOnScrollChangeListenerImplementor, Xamarin.Android.Support.Core.UI;mono.android.support.v4.widget.NestedScrollView_OnScrollChangeListenerImplementor +Android.Support.V4.Widget.NestedScrollView.IOnScrollChangeListenerImplementor;mono.android.support.v4.widget.NestedScrollView_OnScrollChangeListenerImplementor +mono.android.support.v4.widget.NestedScrollView_OnScrollChangeListenerImplementor;mono.android.support.v4.widget.NestedScrollView_OnScrollChangeListenerImplementor +Android.Support.V4.Widget.SlidingPaneLayout+IPanelSlideListenerImplementor, Xamarin.Android.Support.Core.UI;mono.android.support.v4.widget.SlidingPaneLayout_PanelSlideListenerImplementor +Android.Support.V4.Widget.SlidingPaneLayout.IPanelSlideListenerImplementor;mono.android.support.v4.widget.SlidingPaneLayout_PanelSlideListenerImplementor +mono.android.support.v4.widget.SlidingPaneLayout_PanelSlideListenerImplementor;mono.android.support.v4.widget.SlidingPaneLayout_PanelSlideListenerImplementor +Android.Support.V4.Content.Loader+IOnLoadCanceledListenerImplementor, Xamarin.Android.Support.Core.Utils;mono.android.support.v4.content.Loader_OnLoadCanceledListenerImplementor +Android.Support.V4.Content.Loader.IOnLoadCanceledListenerImplementor;mono.android.support.v4.content.Loader_OnLoadCanceledListenerImplementor +mono.android.support.v4.content.Loader_OnLoadCanceledListenerImplementor;mono.android.support.v4.content.Loader_OnLoadCanceledListenerImplementor +Android.Support.V4.Content.Loader+IOnLoadCompleteListenerImplementor, Xamarin.Android.Support.Core.Utils;mono.android.support.v4.content.Loader_OnLoadCompleteListenerImplementor +Android.Support.V4.Content.Loader.IOnLoadCompleteListenerImplementor;mono.android.support.v4.content.Loader_OnLoadCompleteListenerImplementor +mono.android.support.v4.content.Loader_OnLoadCompleteListenerImplementor;mono.android.support.v4.content.Loader_OnLoadCompleteListenerImplementor +Android.Support.Design.Widget.AppBarLayout+IOnOffsetChangedListenerImplementor, Xamarin.Android.Support.Design;mono.android.support.design.widget.AppBarLayout_OnOffsetChangedListenerImplementor +Android.Support.Design.Widget.AppBarLayout.IOnOffsetChangedListenerImplementor;mono.android.support.design.widget.AppBarLayout_OnOffsetChangedListenerImplementor +mono.android.support.design.widget.AppBarLayout_OnOffsetChangedListenerImplementor;mono.android.support.design.widget.AppBarLayout_OnOffsetChangedListenerImplementor +Android.Support.Design.Widget.Snackbar+SnackbarActionClickImplementor, Xamarin.Android.Support.Design;android.support.design.widget.Snackbar_SnackbarActionClickImplementor +Android.Support.Design.Widget.Snackbar.SnackbarActionClickImplementor;android.support.design.widget.Snackbar_SnackbarActionClickImplementor +android.support.design.widget.Snackbar_SnackbarActionClickImplementor;android.support.design.widget.Snackbar_SnackbarActionClickImplementor +Android.Support.Design.Widget.TabLayout+IOnTabSelectedListenerImplementor, Xamarin.Android.Support.Design;mono.android.support.design.widget.TabLayout_OnTabSelectedListenerImplementor +Android.Support.Design.Widget.TabLayout.IOnTabSelectedListenerImplementor;mono.android.support.design.widget.TabLayout_OnTabSelectedListenerImplementor +mono.android.support.design.widget.TabLayout_OnTabSelectedListenerImplementor;mono.android.support.design.widget.TabLayout_OnTabSelectedListenerImplementor +Android.Support.Design.Widget.BottomNavigationView+IOnNavigationItemReselectedListenerImplementor, Xamarin.Android.Support.Design;mono.android.support.design.widget.BottomNavigationView_OnNavigationItemReselectedListenerImplementor +Android.Support.Design.Widget.BottomNavigationView.IOnNavigationItemReselectedListenerImplementor;mono.android.support.design.widget.BottomNavigationView_OnNavigationItemReselectedListenerImplementor +mono.android.support.design.widget.BottomNavigationView_OnNavigationItemReselectedListenerImplementor;mono.android.support.design.widget.BottomNavigationView_OnNavigationItemReselectedListenerImplementor +Android.Support.Design.Widget.BottomNavigationView+IOnNavigationItemSelectedListenerImplementor, Xamarin.Android.Support.Design;mono.android.support.design.widget.BottomNavigationView_OnNavigationItemSelectedListenerImplementor +Android.Support.Design.Widget.BottomNavigationView.IOnNavigationItemSelectedListenerImplementor;mono.android.support.design.widget.BottomNavigationView_OnNavigationItemSelectedListenerImplementor +mono.android.support.design.widget.BottomNavigationView_OnNavigationItemSelectedListenerImplementor;mono.android.support.design.widget.BottomNavigationView_OnNavigationItemSelectedListenerImplementor +Android.Support.Design.Widget.NavigationView+IOnNavigationItemSelectedListenerImplementor, Xamarin.Android.Support.Design;mono.android.support.design.widget.NavigationView_OnNavigationItemSelectedListenerImplementor +Android.Support.Design.Widget.NavigationView.IOnNavigationItemSelectedListenerImplementor;mono.android.support.design.widget.NavigationView_OnNavigationItemSelectedListenerImplementor +mono.android.support.design.widget.NavigationView_OnNavigationItemSelectedListenerImplementor;mono.android.support.design.widget.NavigationView_OnNavigationItemSelectedListenerImplementor +Android.Support.Design.Widget.SwipeDismissBehavior+IOnDismissListenerImplementor, Xamarin.Android.Support.Design;mono.android.support.design.widget.SwipeDismissBehavior_OnDismissListenerImplementor +Android.Support.Design.Widget.SwipeDismissBehavior.IOnDismissListenerImplementor;mono.android.support.design.widget.SwipeDismissBehavior_OnDismissListenerImplementor +mono.android.support.design.widget.SwipeDismissBehavior_OnDismissListenerImplementor;mono.android.support.design.widget.SwipeDismissBehavior_OnDismissListenerImplementor +Android.Support.V4.App.FragmentManager+IOnBackStackChangedListenerImplementor, Xamarin.Android.Support.Fragment;mono.android.support.v4.app.FragmentManager_OnBackStackChangedListenerImplementor +Android.Support.V4.App.FragmentManager.IOnBackStackChangedListenerImplementor;mono.android.support.v4.app.FragmentManager_OnBackStackChangedListenerImplementor +mono.android.support.v4.app.FragmentManager_OnBackStackChangedListenerImplementor;mono.android.support.v4.app.FragmentManager_OnBackStackChangedListenerImplementor +Android.Support.V4.Media.Session.MediaSessionCompat+IOnActiveChangeListenerImplementor, Xamarin.Android.Support.Media.Compat;mono.android.support.v4.media.session.MediaSessionCompat_OnActiveChangeListenerImplementor +Android.Support.V4.Media.Session.MediaSessionCompat.IOnActiveChangeListenerImplementor;mono.android.support.v4.media.session.MediaSessionCompat_OnActiveChangeListenerImplementor +mono.android.support.v4.media.session.MediaSessionCompat_OnActiveChangeListenerImplementor;mono.android.support.v4.media.session.MediaSessionCompat_OnActiveChangeListenerImplementor +Android.Support.Transitions.Transition+ITransitionListenerImplementor, Xamarin.Android.Support.Transition;mono.android.support.transition.Transition_TransitionListenerImplementor +Android.Support.Transitions.Transition.ITransitionListenerImplementor;mono.android.support.transition.Transition_TransitionListenerImplementor +mono.android.support.transition.Transition_TransitionListenerImplementor;mono.android.support.transition.Transition_TransitionListenerImplementor +Android.Support.V7.Widget.Toolbar+NavigationOnClickEventDispatcher, Xamarin.Android.Support.v7.AppCompat;android.support.v7.widget.Toolbar_NavigationOnClickEventDispatcher +Android.Support.V7.Widget.Toolbar.NavigationOnClickEventDispatcher;android.support.v7.widget.Toolbar_NavigationOnClickEventDispatcher +android.support.v7.widget.Toolbar_NavigationOnClickEventDispatcher;android.support.v7.widget.Toolbar_NavigationOnClickEventDispatcher +Android.Support.V7.Widget.Toolbar+IOnMenuItemClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.Toolbar_OnMenuItemClickListenerImplementor +Android.Support.V7.Widget.Toolbar.IOnMenuItemClickListenerImplementor;mono.android.support.v7.widget.Toolbar_OnMenuItemClickListenerImplementor +mono.android.support.v7.widget.Toolbar_OnMenuItemClickListenerImplementor;mono.android.support.v7.widget.Toolbar_OnMenuItemClickListenerImplementor +Android.Support.V7.Widget.ActionMenuView+IOnMenuItemClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.ActionMenuView_OnMenuItemClickListenerImplementor +Android.Support.V7.Widget.ActionMenuView.IOnMenuItemClickListenerImplementor;mono.android.support.v7.widget.ActionMenuView_OnMenuItemClickListenerImplementor +mono.android.support.v7.widget.ActionMenuView_OnMenuItemClickListenerImplementor;mono.android.support.v7.widget.ActionMenuView_OnMenuItemClickListenerImplementor +Android.Support.V7.Widget.ContentFrameLayout+IOnAttachListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.ContentFrameLayout_OnAttachListenerImplementor +Android.Support.V7.Widget.ContentFrameLayout.IOnAttachListenerImplementor;mono.android.support.v7.widget.ContentFrameLayout_OnAttachListenerImplementor +mono.android.support.v7.widget.ContentFrameLayout_OnAttachListenerImplementor;mono.android.support.v7.widget.ContentFrameLayout_OnAttachListenerImplementor +Android.Support.V7.Widget.IFitWindowsViewGroupOnFitSystemWindowsListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor +Android.Support.V7.Widget.IFitWindowsViewGroupOnFitSystemWindowsListenerImplementor;mono.android.support.v7.widget.FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor +mono.android.support.v7.widget.FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor;mono.android.support.v7.widget.FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor +Android.Support.V7.Widget.IMenuItemHoverListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.MenuItemHoverListenerImplementor +Android.Support.V7.Widget.IMenuItemHoverListenerImplementor;mono.android.support.v7.widget.MenuItemHoverListenerImplementor +mono.android.support.v7.widget.MenuItemHoverListenerImplementor;mono.android.support.v7.widget.MenuItemHoverListenerImplementor +Android.Support.V7.Widget.PopupMenu+IOnDismissListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.PopupMenu_OnDismissListenerImplementor +Android.Support.V7.Widget.PopupMenu.IOnDismissListenerImplementor;mono.android.support.v7.widget.PopupMenu_OnDismissListenerImplementor +mono.android.support.v7.widget.PopupMenu_OnDismissListenerImplementor;mono.android.support.v7.widget.PopupMenu_OnDismissListenerImplementor +Android.Support.V7.Widget.PopupMenu+IOnMenuItemClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.PopupMenu_OnMenuItemClickListenerImplementor +Android.Support.V7.Widget.PopupMenu.IOnMenuItemClickListenerImplementor;mono.android.support.v7.widget.PopupMenu_OnMenuItemClickListenerImplementor +mono.android.support.v7.widget.PopupMenu_OnMenuItemClickListenerImplementor;mono.android.support.v7.widget.PopupMenu_OnMenuItemClickListenerImplementor +Android.Support.V7.Widget.SearchView+IOnCloseListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.SearchView_OnCloseListenerImplementor +Android.Support.V7.Widget.SearchView.IOnCloseListenerImplementor;mono.android.support.v7.widget.SearchView_OnCloseListenerImplementor +mono.android.support.v7.widget.SearchView_OnCloseListenerImplementor;mono.android.support.v7.widget.SearchView_OnCloseListenerImplementor +Android.Support.V7.Widget.SearchView+IOnQueryTextListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.SearchView_OnQueryTextListenerImplementor +Android.Support.V7.Widget.SearchView.IOnQueryTextListenerImplementor;mono.android.support.v7.widget.SearchView_OnQueryTextListenerImplementor +mono.android.support.v7.widget.SearchView_OnQueryTextListenerImplementor;mono.android.support.v7.widget.SearchView_OnQueryTextListenerImplementor +Android.Support.V7.Widget.SearchView+IOnSuggestionListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.SearchView_OnSuggestionListenerImplementor +Android.Support.V7.Widget.SearchView.IOnSuggestionListenerImplementor;mono.android.support.v7.widget.SearchView_OnSuggestionListenerImplementor +mono.android.support.v7.widget.SearchView_OnSuggestionListenerImplementor;mono.android.support.v7.widget.SearchView_OnSuggestionListenerImplementor +Android.Support.V7.Widget.ShareActionProvider+IOnShareTargetSelectedListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.ShareActionProvider_OnShareTargetSelectedListenerImplementor +Android.Support.V7.Widget.ShareActionProvider.IOnShareTargetSelectedListenerImplementor;mono.android.support.v7.widget.ShareActionProvider_OnShareTargetSelectedListenerImplementor +mono.android.support.v7.widget.ShareActionProvider_OnShareTargetSelectedListenerImplementor;mono.android.support.v7.widget.ShareActionProvider_OnShareTargetSelectedListenerImplementor +Android.Support.V7.Widget.ViewStubCompat+IOnInflateListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.widget.ViewStubCompat_OnInflateListenerImplementor +Android.Support.V7.Widget.ViewStubCompat.IOnInflateListenerImplementor;mono.android.support.v7.widget.ViewStubCompat_OnInflateListenerImplementor +mono.android.support.v7.widget.ViewStubCompat_OnInflateListenerImplementor;mono.android.support.v7.widget.ViewStubCompat_OnInflateListenerImplementor +Android.Support.V7.App.AlertDialog+IDialogInterfaceOnClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat;android.support.v7.app.AlertDialog_IDialogInterfaceOnClickListenerImplementor +Android.Support.V7.App.AlertDialog.IDialogInterfaceOnClickListenerImplementor;android.support.v7.app.AlertDialog_IDialogInterfaceOnClickListenerImplementor +android.support.v7.app.AlertDialog_IDialogInterfaceOnClickListenerImplementor;android.support.v7.app.AlertDialog_IDialogInterfaceOnClickListenerImplementor +Android.Support.V7.App.AlertDialog+IDialogInterfaceOnCancelListenerImplementor, Xamarin.Android.Support.v7.AppCompat;android.support.v7.app.AlertDialog_IDialogInterfaceOnCancelListenerImplementor +Android.Support.V7.App.AlertDialog.IDialogInterfaceOnCancelListenerImplementor;android.support.v7.app.AlertDialog_IDialogInterfaceOnCancelListenerImplementor +android.support.v7.app.AlertDialog_IDialogInterfaceOnCancelListenerImplementor;android.support.v7.app.AlertDialog_IDialogInterfaceOnCancelListenerImplementor +Android.Support.V7.App.AlertDialog+IDialogInterfaceOnMultiChoiceClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat;android.support.v7.app.AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor +Android.Support.V7.App.AlertDialog.IDialogInterfaceOnMultiChoiceClickListenerImplementor;android.support.v7.app.AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor +android.support.v7.app.AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor;android.support.v7.app.AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor +Android.Support.V7.App.ActionBar+IOnMenuVisibilityListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.app.ActionBar_OnMenuVisibilityListenerImplementor +Android.Support.V7.App.ActionBar.IOnMenuVisibilityListenerImplementor;mono.android.support.v7.app.ActionBar_OnMenuVisibilityListenerImplementor +mono.android.support.v7.app.ActionBar_OnMenuVisibilityListenerImplementor;mono.android.support.v7.app.ActionBar_OnMenuVisibilityListenerImplementor +Android.Support.V7.App.ActionBar+IOnNavigationListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.app.ActionBar_OnNavigationListenerImplementor +Android.Support.V7.App.ActionBar.IOnNavigationListenerImplementor;mono.android.support.v7.app.ActionBar_OnNavigationListenerImplementor +mono.android.support.v7.app.ActionBar_OnNavigationListenerImplementor;mono.android.support.v7.app.ActionBar_OnNavigationListenerImplementor +Android.Support.V7.App.ActionBar+ITabListenerImplementor, Xamarin.Android.Support.v7.AppCompat;mono.android.support.v7.app.ActionBar_TabListenerImplementor +Android.Support.V7.App.ActionBar.ITabListenerImplementor;mono.android.support.v7.app.ActionBar_TabListenerImplementor +mono.android.support.v7.app.ActionBar_TabListenerImplementor;mono.android.support.v7.app.ActionBar_TabListenerImplementor +Android.Support.V7.Media.RemotePlaybackClient+IOnMessageReceivedListenerImplementor, Xamarin.Android.Support.v7.MediaRouter;mono.android.support.v7.media.RemotePlaybackClient_OnMessageReceivedListenerImplementor +Android.Support.V7.Media.RemotePlaybackClient.IOnMessageReceivedListenerImplementor;mono.android.support.v7.media.RemotePlaybackClient_OnMessageReceivedListenerImplementor +mono.android.support.v7.media.RemotePlaybackClient_OnMessageReceivedListenerImplementor;mono.android.support.v7.media.RemotePlaybackClient_OnMessageReceivedListenerImplementor +Android.Support.V7.Graphics.Palette+IPaletteAsyncListenerImplementor, Xamarin.Android.Support.v7.Palette;mono.android.support.v7.graphics.Palette_PaletteAsyncListenerImplementor +Android.Support.V7.Graphics.Palette.IPaletteAsyncListenerImplementor;mono.android.support.v7.graphics.Palette_PaletteAsyncListenerImplementor +mono.android.support.v7.graphics.Palette_PaletteAsyncListenerImplementor;mono.android.support.v7.graphics.Palette_PaletteAsyncListenerImplementor +Android.Support.V7.Widget.RecyclerView+ItemAnimator+IItemAnimatorFinishedListenerImplementor, Xamarin.Android.Support.v7.RecyclerView;mono.android.support.v7.widget.RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor +Android.Support.V7.Widget.RecyclerView.ItemAnimator.IItemAnimatorFinishedListenerImplementor;mono.android.support.v7.widget.RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor +mono.android.support.v7.widget.RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor;mono.android.support.v7.widget.RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor +Android.Support.V7.Widget.RecyclerView+IOnChildAttachStateChangeListenerImplementor, Xamarin.Android.Support.v7.RecyclerView;mono.android.support.v7.widget.RecyclerView_OnChildAttachStateChangeListenerImplementor +Android.Support.V7.Widget.RecyclerView.IOnChildAttachStateChangeListenerImplementor;mono.android.support.v7.widget.RecyclerView_OnChildAttachStateChangeListenerImplementor +mono.android.support.v7.widget.RecyclerView_OnChildAttachStateChangeListenerImplementor;mono.android.support.v7.widget.RecyclerView_OnChildAttachStateChangeListenerImplementor +Android.Support.V7.Widget.RecyclerView+IOnItemTouchListenerImplementor, Xamarin.Android.Support.v7.RecyclerView;mono.android.support.v7.widget.RecyclerView_OnItemTouchListenerImplementor +Android.Support.V7.Widget.RecyclerView.IOnItemTouchListenerImplementor;mono.android.support.v7.widget.RecyclerView_OnItemTouchListenerImplementor +mono.android.support.v7.widget.RecyclerView_OnItemTouchListenerImplementor;mono.android.support.v7.widget.RecyclerView_OnItemTouchListenerImplementor +Android.Support.V7.Widget.RecyclerView+IRecyclerListenerImplementor, Xamarin.Android.Support.v7.RecyclerView;mono.android.support.v7.widget.RecyclerView_RecyclerListenerImplementor +Android.Support.V7.Widget.RecyclerView.IRecyclerListenerImplementor;mono.android.support.v7.widget.RecyclerView_RecyclerListenerImplementor +mono.android.support.v7.widget.RecyclerView_RecyclerListenerImplementor;mono.android.support.v7.widget.RecyclerView_RecyclerListenerImplementor +Xamarin.Forms.Platform.Android.PageExtensions+EmbeddedFragment, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.PageExtensions_EmbeddedFragment +Xamarin.Forms.Platform.Android.PageExtensions.EmbeddedFragment;md51558244f76c53b6aeda52c8a337f2c37.PageExtensions_EmbeddedFragment +xamarin.forms.platform.android.PageExtensions_EmbeddedFragment;md51558244f76c53b6aeda52c8a337f2c37.PageExtensions_EmbeddedFragment +Xamarin.Forms.Platform.Android.PageExtensions+EmbeddedSupportFragment, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.PageExtensions_EmbeddedSupportFragment +Xamarin.Forms.Platform.Android.PageExtensions.EmbeddedSupportFragment;md51558244f76c53b6aeda52c8a337f2c37.PageExtensions_EmbeddedSupportFragment +xamarin.forms.platform.android.PageExtensions_EmbeddedSupportFragment;md51558244f76c53b6aeda52c8a337f2c37.PageExtensions_EmbeddedSupportFragment +Xamarin.Forms.Platform.Android.CellAdapter, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.CellAdapter +Xamarin.Forms.Platform.Android.CellAdapter;md51558244f76c53b6aeda52c8a337f2c37.CellAdapter +xamarin.forms.platform.android.CellAdapter;md51558244f76c53b6aeda52c8a337f2c37.CellAdapter +Xamarin.Forms.Platform.Android.EntryCellEditText, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.EntryCellEditText +Xamarin.Forms.Platform.Android.EntryCellEditText;md51558244f76c53b6aeda52c8a337f2c37.EntryCellEditText +xamarin.forms.platform.android.EntryCellEditText;md51558244f76c53b6aeda52c8a337f2c37.EntryCellEditText +Xamarin.Forms.Platform.Android.EntryCellView, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.EntryCellView +Xamarin.Forms.Platform.Android.EntryCellView;md51558244f76c53b6aeda52c8a337f2c37.EntryCellView +xamarin.forms.platform.android.EntryCellView;md51558244f76c53b6aeda52c8a337f2c37.EntryCellView +Xamarin.Forms.Platform.Android.SwitchCellView, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.SwitchCellView +Xamarin.Forms.Platform.Android.SwitchCellView;md51558244f76c53b6aeda52c8a337f2c37.SwitchCellView +xamarin.forms.platform.android.SwitchCellView;md51558244f76c53b6aeda52c8a337f2c37.SwitchCellView +Xamarin.Forms.Platform.Android.FormsAppCompatActivity, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormsAppCompatActivity +Xamarin.Forms.Platform.Android.FormsAppCompatActivity;md51558244f76c53b6aeda52c8a337f2c37.FormsAppCompatActivity +xamarin.forms.platform.android.FormsAppCompatActivity;md51558244f76c53b6aeda52c8a337f2c37.FormsAppCompatActivity +Xamarin.Forms.Platform.Android.ImageButtonRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ImageButtonRenderer +Xamarin.Forms.Platform.Android.ImageButtonRenderer;md51558244f76c53b6aeda52c8a337f2c37.ImageButtonRenderer +xamarin.forms.platform.android.ImageButtonRenderer;md51558244f76c53b6aeda52c8a337f2c37.ImageButtonRenderer +Xamarin.Forms.Platform.Android.GestureManager+TapAndPanGestureDetector, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.GestureManager_TapAndPanGestureDetector +Xamarin.Forms.Platform.Android.GestureManager.TapAndPanGestureDetector;md51558244f76c53b6aeda52c8a337f2c37.GestureManager_TapAndPanGestureDetector +xamarin.forms.platform.android.GestureManager_TapAndPanGestureDetector;md51558244f76c53b6aeda52c8a337f2c37.GestureManager_TapAndPanGestureDetector +Xamarin.Forms.Platform.Android.FormsApplicationActivity, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormsApplicationActivity +Xamarin.Forms.Platform.Android.FormsApplicationActivity;md51558244f76c53b6aeda52c8a337f2c37.FormsApplicationActivity +xamarin.forms.platform.android.FormsApplicationActivity;md51558244f76c53b6aeda52c8a337f2c37.FormsApplicationActivity +Xamarin.Forms.Platform.Android.AndroidActivity, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.AndroidActivity +Xamarin.Forms.Platform.Android.AndroidActivity;md51558244f76c53b6aeda52c8a337f2c37.AndroidActivity +xamarin.forms.platform.android.AndroidActivity;md51558244f76c53b6aeda52c8a337f2c37.AndroidActivity +Xamarin.Forms.Platform.Android.BaseCellView, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.BaseCellView +Xamarin.Forms.Platform.Android.BaseCellView;md51558244f76c53b6aeda52c8a337f2c37.BaseCellView +xamarin.forms.platform.android.BaseCellView;md51558244f76c53b6aeda52c8a337f2c37.BaseCellView +Xamarin.Forms.Platform.Android.CellRenderer+RendererHolder, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.CellRenderer_RendererHolder +Xamarin.Forms.Platform.Android.CellRenderer.RendererHolder;md51558244f76c53b6aeda52c8a337f2c37.CellRenderer_RendererHolder +xamarin.forms.platform.android.CellRenderer_RendererHolder;md51558244f76c53b6aeda52c8a337f2c37.CellRenderer_RendererHolder +Xamarin.Forms.Platform.Android.TextCellRenderer+TextCellView, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.TextCellRenderer_TextCellView +Xamarin.Forms.Platform.Android.TextCellRenderer.TextCellView;md51558244f76c53b6aeda52c8a337f2c37.TextCellRenderer_TextCellView +xamarin.forms.platform.android.TextCellRenderer_TextCellView;md51558244f76c53b6aeda52c8a337f2c37.TextCellRenderer_TextCellView +Xamarin.Forms.Platform.Android.ViewCellRenderer+ViewCellContainer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ViewCellRenderer_ViewCellContainer +Xamarin.Forms.Platform.Android.ViewCellRenderer.ViewCellContainer;md51558244f76c53b6aeda52c8a337f2c37.ViewCellRenderer_ViewCellContainer +xamarin.forms.platform.android.ViewCellRenderer_ViewCellContainer;md51558244f76c53b6aeda52c8a337f2c37.ViewCellRenderer_ViewCellContainer +Xamarin.Forms.Platform.Android.ViewCellRenderer+ViewCellContainer+LongPressGestureListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ViewCellRenderer_ViewCellContainer_LongPressGestureListener +Xamarin.Forms.Platform.Android.ViewCellRenderer.ViewCellContainer.LongPressGestureListener;md51558244f76c53b6aeda52c8a337f2c37.ViewCellRenderer_ViewCellContainer_LongPressGestureListener +xamarin.forms.platform.android.ViewCellRenderer_ViewCellContainer_LongPressGestureListener;md51558244f76c53b6aeda52c8a337f2c37.ViewCellRenderer_ViewCellContainer_LongPressGestureListener +Xamarin.Forms.Platform.Android.FormsWebViewClient, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormsWebViewClient +Xamarin.Forms.Platform.Android.FormsWebViewClient;md51558244f76c53b6aeda52c8a337f2c37.FormsWebViewClient +xamarin.forms.platform.android.FormsWebViewClient;md51558244f76c53b6aeda52c8a337f2c37.FormsWebViewClient +Xamarin.Forms.Platform.Android.InnerGestureListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.InnerGestureListener +Xamarin.Forms.Platform.Android.InnerGestureListener;md51558244f76c53b6aeda52c8a337f2c37.InnerGestureListener +xamarin.forms.platform.android.InnerGestureListener;md51558244f76c53b6aeda52c8a337f2c37.InnerGestureListener +Xamarin.Forms.Platform.Android.InnerScaleListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.InnerScaleListener +Xamarin.Forms.Platform.Android.InnerScaleListener;md51558244f76c53b6aeda52c8a337f2c37.InnerScaleListener +xamarin.forms.platform.android.InnerScaleListener;md51558244f76c53b6aeda52c8a337f2c37.InnerScaleListener +Xamarin.Forms.Platform.Android.NativeViewWrapperRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.NativeViewWrapperRenderer +Xamarin.Forms.Platform.Android.NativeViewWrapperRenderer;md51558244f76c53b6aeda52c8a337f2c37.NativeViewWrapperRenderer +xamarin.forms.platform.android.NativeViewWrapperRenderer;md51558244f76c53b6aeda52c8a337f2c37.NativeViewWrapperRenderer +Xamarin.Forms.Platform.Android.PowerSaveModeBroadcastReceiver, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.PowerSaveModeBroadcastReceiver +Xamarin.Forms.Platform.Android.PowerSaveModeBroadcastReceiver;md51558244f76c53b6aeda52c8a337f2c37.PowerSaveModeBroadcastReceiver +xamarin.forms.platform.android.PowerSaveModeBroadcastReceiver;md51558244f76c53b6aeda52c8a337f2c37.PowerSaveModeBroadcastReceiver +Xamarin.Forms.Platform.Android.AHorizontalScrollView, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.AHorizontalScrollView +Xamarin.Forms.Platform.Android.AHorizontalScrollView;md51558244f76c53b6aeda52c8a337f2c37.AHorizontalScrollView +xamarin.forms.platform.android.AHorizontalScrollView;md51558244f76c53b6aeda52c8a337f2c37.AHorizontalScrollView +Xamarin.Forms.Platform.Android.BorderDrawable, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.BorderDrawable +Xamarin.Forms.Platform.Android.BorderDrawable;md51558244f76c53b6aeda52c8a337f2c37.BorderDrawable +xamarin.forms.platform.android.BorderDrawable;md51558244f76c53b6aeda52c8a337f2c37.BorderDrawable +Xamarin.Forms.Platform.Android.ButtonRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ButtonRenderer +Xamarin.Forms.Platform.Android.ButtonRenderer;md51558244f76c53b6aeda52c8a337f2c37.ButtonRenderer +xamarin.forms.platform.android.ButtonRenderer;md51558244f76c53b6aeda52c8a337f2c37.ButtonRenderer +Xamarin.Forms.Platform.Android.ButtonRenderer+ButtonClickListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ButtonRenderer_ButtonClickListener +Xamarin.Forms.Platform.Android.ButtonRenderer.ButtonClickListener;md51558244f76c53b6aeda52c8a337f2c37.ButtonRenderer_ButtonClickListener +xamarin.forms.platform.android.ButtonRenderer_ButtonClickListener;md51558244f76c53b6aeda52c8a337f2c37.ButtonRenderer_ButtonClickListener +Xamarin.Forms.Platform.Android.ButtonRenderer+ButtonTouchListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ButtonRenderer_ButtonTouchListener +Xamarin.Forms.Platform.Android.ButtonRenderer.ButtonTouchListener;md51558244f76c53b6aeda52c8a337f2c37.ButtonRenderer_ButtonTouchListener +xamarin.forms.platform.android.ButtonRenderer_ButtonTouchListener;md51558244f76c53b6aeda52c8a337f2c37.ButtonRenderer_ButtonTouchListener +Xamarin.Forms.Platform.Android.ConditionalFocusLayout, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ConditionalFocusLayout +Xamarin.Forms.Platform.Android.ConditionalFocusLayout;md51558244f76c53b6aeda52c8a337f2c37.ConditionalFocusLayout +xamarin.forms.platform.android.ConditionalFocusLayout;md51558244f76c53b6aeda52c8a337f2c37.ConditionalFocusLayout +Xamarin.Forms.Platform.Android.FormsEditText, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormsEditText +Xamarin.Forms.Platform.Android.FormsEditText;md51558244f76c53b6aeda52c8a337f2c37.FormsEditText +xamarin.forms.platform.android.FormsEditText;md51558244f76c53b6aeda52c8a337f2c37.FormsEditText +Xamarin.Forms.Platform.Android.EntryEditText, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.EntryEditText +Xamarin.Forms.Platform.Android.EntryEditText;md51558244f76c53b6aeda52c8a337f2c37.EntryEditText +xamarin.forms.platform.android.EntryEditText;md51558244f76c53b6aeda52c8a337f2c37.EntryEditText +Xamarin.Forms.Platform.Android.EditorEditText, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.EditorEditText +Xamarin.Forms.Platform.Android.EditorEditText;md51558244f76c53b6aeda52c8a337f2c37.EditorEditText +xamarin.forms.platform.android.EditorEditText;md51558244f76c53b6aeda52c8a337f2c37.EditorEditText +Xamarin.Forms.Platform.Android.FormattedStringExtensions+FontSpan, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormattedStringExtensions_FontSpan +Xamarin.Forms.Platform.Android.FormattedStringExtensions.FontSpan;md51558244f76c53b6aeda52c8a337f2c37.FormattedStringExtensions_FontSpan +xamarin.forms.platform.android.FormattedStringExtensions_FontSpan;md51558244f76c53b6aeda52c8a337f2c37.FormattedStringExtensions_FontSpan +Xamarin.Forms.Platform.Android.FormattedStringExtensions+TextDecorationSpan, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormattedStringExtensions_TextDecorationSpan +Xamarin.Forms.Platform.Android.FormattedStringExtensions.TextDecorationSpan;md51558244f76c53b6aeda52c8a337f2c37.FormattedStringExtensions_TextDecorationSpan +xamarin.forms.platform.android.FormattedStringExtensions_TextDecorationSpan;md51558244f76c53b6aeda52c8a337f2c37.FormattedStringExtensions_TextDecorationSpan +Xamarin.Forms.Platform.Android.FormattedStringExtensions+LineHeightSpan, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormattedStringExtensions_LineHeightSpan +Xamarin.Forms.Platform.Android.FormattedStringExtensions.LineHeightSpan;md51558244f76c53b6aeda52c8a337f2c37.FormattedStringExtensions_LineHeightSpan +xamarin.forms.platform.android.FormattedStringExtensions_LineHeightSpan;md51558244f76c53b6aeda52c8a337f2c37.FormattedStringExtensions_LineHeightSpan +Xamarin.Forms.Platform.Android.FormsImageView, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormsImageView +Xamarin.Forms.Platform.Android.FormsImageView;md51558244f76c53b6aeda52c8a337f2c37.FormsImageView +xamarin.forms.platform.android.FormsImageView;md51558244f76c53b6aeda52c8a337f2c37.FormsImageView +Xamarin.Forms.Platform.Android.FormsTextView, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormsTextView +Xamarin.Forms.Platform.Android.FormsTextView;md51558244f76c53b6aeda52c8a337f2c37.FormsTextView +xamarin.forms.platform.android.FormsTextView;md51558244f76c53b6aeda52c8a337f2c37.FormsTextView +Xamarin.Forms.Platform.Android.FormsWebChromeClient, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormsWebChromeClient +Xamarin.Forms.Platform.Android.FormsWebChromeClient;md51558244f76c53b6aeda52c8a337f2c37.FormsWebChromeClient +xamarin.forms.platform.android.FormsWebChromeClient;md51558244f76c53b6aeda52c8a337f2c37.FormsWebChromeClient +Xamarin.Forms.Platform.Android.GenericAnimatorListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.GenericAnimatorListener +Xamarin.Forms.Platform.Android.GenericAnimatorListener;md51558244f76c53b6aeda52c8a337f2c37.GenericAnimatorListener +xamarin.forms.platform.android.GenericAnimatorListener;md51558244f76c53b6aeda52c8a337f2c37.GenericAnimatorListener +Xamarin.Forms.Platform.Android.LocalizedDigitsKeyListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.LocalizedDigitsKeyListener +Xamarin.Forms.Platform.Android.LocalizedDigitsKeyListener;md51558244f76c53b6aeda52c8a337f2c37.LocalizedDigitsKeyListener +xamarin.forms.platform.android.LocalizedDigitsKeyListener;md51558244f76c53b6aeda52c8a337f2c37.LocalizedDigitsKeyListener +Xamarin.Forms.Platform.Android.MasterDetailContainer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.MasterDetailContainer +Xamarin.Forms.Platform.Android.MasterDetailContainer;md51558244f76c53b6aeda52c8a337f2c37.MasterDetailContainer +xamarin.forms.platform.android.MasterDetailContainer;md51558244f76c53b6aeda52c8a337f2c37.MasterDetailContainer +Xamarin.Forms.Platform.Android.PageContainer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.PageContainer +Xamarin.Forms.Platform.Android.PageContainer;md51558244f76c53b6aeda52c8a337f2c37.PageContainer +xamarin.forms.platform.android.PageContainer;md51558244f76c53b6aeda52c8a337f2c37.PageContainer +Xamarin.Forms.Platform.Android.ScrollViewContainer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ScrollViewContainer +Xamarin.Forms.Platform.Android.ScrollViewContainer;md51558244f76c53b6aeda52c8a337f2c37.ScrollViewContainer +xamarin.forms.platform.android.ScrollViewContainer;md51558244f76c53b6aeda52c8a337f2c37.ScrollViewContainer +Xamarin.Forms.Platform.Android.ToolbarButton, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ToolbarButton +Xamarin.Forms.Platform.Android.ToolbarButton;md51558244f76c53b6aeda52c8a337f2c37.ToolbarButton +xamarin.forms.platform.android.ToolbarButton;md51558244f76c53b6aeda52c8a337f2c37.ToolbarButton +Xamarin.Forms.Platform.Android.ToolbarImageButton, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ToolbarImageButton +Xamarin.Forms.Platform.Android.ToolbarImageButton;md51558244f76c53b6aeda52c8a337f2c37.ToolbarImageButton +xamarin.forms.platform.android.ToolbarImageButton;md51558244f76c53b6aeda52c8a337f2c37.ToolbarImageButton +Xamarin.Forms.Platform.Android.GenericMenuClickListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.GenericMenuClickListener +Xamarin.Forms.Platform.Android.GenericMenuClickListener;md51558244f76c53b6aeda52c8a337f2c37.GenericMenuClickListener +xamarin.forms.platform.android.GenericMenuClickListener;md51558244f76c53b6aeda52c8a337f2c37.GenericMenuClickListener +Xamarin.Forms.Platform.Android.ViewRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer +Xamarin.Forms.Platform.Android.ViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer +xamarin.forms.platform.android.ViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer +Xamarin.Forms.Platform.Android.ViewRenderer`2, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 +Xamarin.Forms.Platform.Android.ViewRenderer`2;md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 +xamarin.forms.platform.android.ViewRenderer_2;md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 +Xamarin.Forms.Platform.Android.Platform+DefaultRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.Platform_DefaultRenderer +Xamarin.Forms.Platform.Android.Platform.DefaultRenderer;md51558244f76c53b6aeda52c8a337f2c37.Platform_DefaultRenderer +xamarin.forms.platform.android.Platform_DefaultRenderer;md51558244f76c53b6aeda52c8a337f2c37.Platform_DefaultRenderer +Xamarin.Forms.Platform.Android.PlatformRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.PlatformRenderer +Xamarin.Forms.Platform.Android.PlatformRenderer;md51558244f76c53b6aeda52c8a337f2c37.PlatformRenderer +xamarin.forms.platform.android.PlatformRenderer;md51558244f76c53b6aeda52c8a337f2c37.PlatformRenderer +Xamarin.Forms.Platform.Android.ActionSheetRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ActionSheetRenderer +Xamarin.Forms.Platform.Android.ActionSheetRenderer;md51558244f76c53b6aeda52c8a337f2c37.ActionSheetRenderer +xamarin.forms.platform.android.ActionSheetRenderer;md51558244f76c53b6aeda52c8a337f2c37.ActionSheetRenderer +Xamarin.Forms.Platform.Android.ActivityIndicatorRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ActivityIndicatorRenderer +Xamarin.Forms.Platform.Android.ActivityIndicatorRenderer;md51558244f76c53b6aeda52c8a337f2c37.ActivityIndicatorRenderer +xamarin.forms.platform.android.ActivityIndicatorRenderer;md51558244f76c53b6aeda52c8a337f2c37.ActivityIndicatorRenderer +Xamarin.Forms.Platform.Android.BoxRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.BoxRenderer +Xamarin.Forms.Platform.Android.BoxRenderer;md51558244f76c53b6aeda52c8a337f2c37.BoxRenderer +xamarin.forms.platform.android.BoxRenderer;md51558244f76c53b6aeda52c8a337f2c37.BoxRenderer +Xamarin.Forms.Platform.Android.CarouselPageRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.CarouselPageRenderer +Xamarin.Forms.Platform.Android.CarouselPageRenderer;md51558244f76c53b6aeda52c8a337f2c37.CarouselPageRenderer +xamarin.forms.platform.android.CarouselPageRenderer;md51558244f76c53b6aeda52c8a337f2c37.CarouselPageRenderer +Xamarin.Forms.Platform.Android.DatePickerRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.DatePickerRenderer +Xamarin.Forms.Platform.Android.DatePickerRenderer;md51558244f76c53b6aeda52c8a337f2c37.DatePickerRenderer +xamarin.forms.platform.android.DatePickerRenderer;md51558244f76c53b6aeda52c8a337f2c37.DatePickerRenderer +Xamarin.Forms.Platform.Android.DatePickerRenderer+TextFieldClickHandler, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.DatePickerRenderer_TextFieldClickHandler +Xamarin.Forms.Platform.Android.DatePickerRenderer.TextFieldClickHandler;md51558244f76c53b6aeda52c8a337f2c37.DatePickerRenderer_TextFieldClickHandler +xamarin.forms.platform.android.DatePickerRenderer_TextFieldClickHandler;md51558244f76c53b6aeda52c8a337f2c37.DatePickerRenderer_TextFieldClickHandler +Xamarin.Forms.Platform.Android.EditorRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.EditorRenderer +Xamarin.Forms.Platform.Android.EditorRenderer;md51558244f76c53b6aeda52c8a337f2c37.EditorRenderer +xamarin.forms.platform.android.EditorRenderer;md51558244f76c53b6aeda52c8a337f2c37.EditorRenderer +Xamarin.Forms.Platform.Android.EntryRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.EntryRenderer +Xamarin.Forms.Platform.Android.EntryRenderer;md51558244f76c53b6aeda52c8a337f2c37.EntryRenderer +xamarin.forms.platform.android.EntryRenderer;md51558244f76c53b6aeda52c8a337f2c37.EntryRenderer +Xamarin.Forms.Platform.Android.FrameRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FrameRenderer +Xamarin.Forms.Platform.Android.FrameRenderer;md51558244f76c53b6aeda52c8a337f2c37.FrameRenderer +xamarin.forms.platform.android.FrameRenderer;md51558244f76c53b6aeda52c8a337f2c37.FrameRenderer +Xamarin.Forms.Platform.Android.FrameRenderer+FrameDrawable, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FrameRenderer_FrameDrawable +Xamarin.Forms.Platform.Android.FrameRenderer.FrameDrawable;md51558244f76c53b6aeda52c8a337f2c37.FrameRenderer_FrameDrawable +xamarin.forms.platform.android.FrameRenderer_FrameDrawable;md51558244f76c53b6aeda52c8a337f2c37.FrameRenderer_FrameDrawable +Xamarin.Forms.Platform.Android.ImageRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ImageRenderer +Xamarin.Forms.Platform.Android.ImageRenderer;md51558244f76c53b6aeda52c8a337f2c37.ImageRenderer +xamarin.forms.platform.android.ImageRenderer;md51558244f76c53b6aeda52c8a337f2c37.ImageRenderer +Xamarin.Forms.Platform.Android.LabelRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.LabelRenderer +Xamarin.Forms.Platform.Android.LabelRenderer;md51558244f76c53b6aeda52c8a337f2c37.LabelRenderer +xamarin.forms.platform.android.LabelRenderer;md51558244f76c53b6aeda52c8a337f2c37.LabelRenderer +Xamarin.Forms.Platform.Android.ListViewAdapter, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ListViewAdapter +Xamarin.Forms.Platform.Android.ListViewAdapter;md51558244f76c53b6aeda52c8a337f2c37.ListViewAdapter +xamarin.forms.platform.android.ListViewAdapter;md51558244f76c53b6aeda52c8a337f2c37.ListViewAdapter +Xamarin.Forms.Platform.Android.ListViewRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ListViewRenderer +Xamarin.Forms.Platform.Android.ListViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.ListViewRenderer +xamarin.forms.platform.android.ListViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.ListViewRenderer +Xamarin.Forms.Platform.Android.ListViewRenderer+Container, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ListViewRenderer_Container +Xamarin.Forms.Platform.Android.ListViewRenderer.Container;md51558244f76c53b6aeda52c8a337f2c37.ListViewRenderer_Container +xamarin.forms.platform.android.ListViewRenderer_Container;md51558244f76c53b6aeda52c8a337f2c37.ListViewRenderer_Container +Xamarin.Forms.Platform.Android.MasterDetailRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.MasterDetailRenderer +Xamarin.Forms.Platform.Android.MasterDetailRenderer;md51558244f76c53b6aeda52c8a337f2c37.MasterDetailRenderer +xamarin.forms.platform.android.MasterDetailRenderer;md51558244f76c53b6aeda52c8a337f2c37.MasterDetailRenderer +Xamarin.Forms.Platform.Android.NavigationMenuRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.NavigationMenuRenderer +Xamarin.Forms.Platform.Android.NavigationMenuRenderer;md51558244f76c53b6aeda52c8a337f2c37.NavigationMenuRenderer +xamarin.forms.platform.android.NavigationMenuRenderer;md51558244f76c53b6aeda52c8a337f2c37.NavigationMenuRenderer +Xamarin.Forms.Platform.Android.NavigationMenuRenderer+MenuElementView, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.NavigationMenuRenderer_MenuElementView +Xamarin.Forms.Platform.Android.NavigationMenuRenderer.MenuElementView;md51558244f76c53b6aeda52c8a337f2c37.NavigationMenuRenderer_MenuElementView +xamarin.forms.platform.android.NavigationMenuRenderer_MenuElementView;md51558244f76c53b6aeda52c8a337f2c37.NavigationMenuRenderer_MenuElementView +Xamarin.Forms.Platform.Android.NavigationMenuRenderer+MenuAdapter, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.NavigationMenuRenderer_MenuAdapter +Xamarin.Forms.Platform.Android.NavigationMenuRenderer.MenuAdapter;md51558244f76c53b6aeda52c8a337f2c37.NavigationMenuRenderer_MenuAdapter +xamarin.forms.platform.android.NavigationMenuRenderer_MenuAdapter;md51558244f76c53b6aeda52c8a337f2c37.NavigationMenuRenderer_MenuAdapter +Xamarin.Forms.Platform.Android.NavigationRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.NavigationRenderer +Xamarin.Forms.Platform.Android.NavigationRenderer;md51558244f76c53b6aeda52c8a337f2c37.NavigationRenderer +xamarin.forms.platform.android.NavigationRenderer;md51558244f76c53b6aeda52c8a337f2c37.NavigationRenderer +Xamarin.Forms.Platform.Android.ObjectJavaBox`1, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ObjectJavaBox_1 +Xamarin.Forms.Platform.Android.ObjectJavaBox`1;md51558244f76c53b6aeda52c8a337f2c37.ObjectJavaBox_1 +xamarin.forms.platform.android.ObjectJavaBox_1;md51558244f76c53b6aeda52c8a337f2c37.ObjectJavaBox_1 +Xamarin.Forms.Platform.Android.CarouselPageAdapter, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.CarouselPageAdapter +Xamarin.Forms.Platform.Android.CarouselPageAdapter;md51558244f76c53b6aeda52c8a337f2c37.CarouselPageAdapter +xamarin.forms.platform.android.CarouselPageAdapter;md51558244f76c53b6aeda52c8a337f2c37.CarouselPageAdapter +Xamarin.Forms.Platform.Android.PageRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.PageRenderer +Xamarin.Forms.Platform.Android.PageRenderer;md51558244f76c53b6aeda52c8a337f2c37.PageRenderer +xamarin.forms.platform.android.PageRenderer;md51558244f76c53b6aeda52c8a337f2c37.PageRenderer +Xamarin.Forms.Platform.Android.ProgressBarRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ProgressBarRenderer +Xamarin.Forms.Platform.Android.ProgressBarRenderer;md51558244f76c53b6aeda52c8a337f2c37.ProgressBarRenderer +xamarin.forms.platform.android.ProgressBarRenderer;md51558244f76c53b6aeda52c8a337f2c37.ProgressBarRenderer +Xamarin.Forms.Platform.Android.ScrollViewRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.ScrollViewRenderer +Xamarin.Forms.Platform.Android.ScrollViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.ScrollViewRenderer +xamarin.forms.platform.android.ScrollViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.ScrollViewRenderer +Xamarin.Forms.Platform.Android.SearchBarRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.SearchBarRenderer +Xamarin.Forms.Platform.Android.SearchBarRenderer;md51558244f76c53b6aeda52c8a337f2c37.SearchBarRenderer +xamarin.forms.platform.android.SearchBarRenderer;md51558244f76c53b6aeda52c8a337f2c37.SearchBarRenderer +Xamarin.Forms.Platform.Android.SliderRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.SliderRenderer +Xamarin.Forms.Platform.Android.SliderRenderer;md51558244f76c53b6aeda52c8a337f2c37.SliderRenderer +xamarin.forms.platform.android.SliderRenderer;md51558244f76c53b6aeda52c8a337f2c37.SliderRenderer +Xamarin.Forms.Platform.Android.StepperRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.StepperRenderer +Xamarin.Forms.Platform.Android.StepperRenderer;md51558244f76c53b6aeda52c8a337f2c37.StepperRenderer +xamarin.forms.platform.android.StepperRenderer;md51558244f76c53b6aeda52c8a337f2c37.StepperRenderer +Xamarin.Forms.Platform.Android.StepperRenderer+StepperListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.StepperRenderer_StepperListener +Xamarin.Forms.Platform.Android.StepperRenderer.StepperListener;md51558244f76c53b6aeda52c8a337f2c37.StepperRenderer_StepperListener +xamarin.forms.platform.android.StepperRenderer_StepperListener;md51558244f76c53b6aeda52c8a337f2c37.StepperRenderer_StepperListener +Xamarin.Forms.Platform.Android.SwitchRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.SwitchRenderer +Xamarin.Forms.Platform.Android.SwitchRenderer;md51558244f76c53b6aeda52c8a337f2c37.SwitchRenderer +xamarin.forms.platform.android.SwitchRenderer;md51558244f76c53b6aeda52c8a337f2c37.SwitchRenderer +Xamarin.Forms.Platform.Android.TabbedRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.TabbedRenderer +Xamarin.Forms.Platform.Android.TabbedRenderer;md51558244f76c53b6aeda52c8a337f2c37.TabbedRenderer +xamarin.forms.platform.android.TabbedRenderer;md51558244f76c53b6aeda52c8a337f2c37.TabbedRenderer +Xamarin.Forms.Platform.Android.TableViewModelRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.TableViewModelRenderer +Xamarin.Forms.Platform.Android.TableViewModelRenderer;md51558244f76c53b6aeda52c8a337f2c37.TableViewModelRenderer +xamarin.forms.platform.android.TableViewModelRenderer;md51558244f76c53b6aeda52c8a337f2c37.TableViewModelRenderer +Xamarin.Forms.Platform.Android.TableViewRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.TableViewRenderer +Xamarin.Forms.Platform.Android.TableViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.TableViewRenderer +xamarin.forms.platform.android.TableViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.TableViewRenderer +Xamarin.Forms.Platform.Android.TimePickerRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.TimePickerRenderer +Xamarin.Forms.Platform.Android.TimePickerRenderer;md51558244f76c53b6aeda52c8a337f2c37.TimePickerRenderer +xamarin.forms.platform.android.TimePickerRenderer;md51558244f76c53b6aeda52c8a337f2c37.TimePickerRenderer +Xamarin.Forms.Platform.Android.TimePickerRenderer+TimePickerListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.TimePickerRenderer_TimePickerListener +Xamarin.Forms.Platform.Android.TimePickerRenderer.TimePickerListener;md51558244f76c53b6aeda52c8a337f2c37.TimePickerRenderer_TimePickerListener +xamarin.forms.platform.android.TimePickerRenderer_TimePickerListener;md51558244f76c53b6aeda52c8a337f2c37.TimePickerRenderer_TimePickerListener +Xamarin.Forms.Platform.Android.WebViewRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.WebViewRenderer +Xamarin.Forms.Platform.Android.WebViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.WebViewRenderer +xamarin.forms.platform.android.WebViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.WebViewRenderer +Xamarin.Forms.Platform.Android.WebViewRenderer+JavascriptResult, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.WebViewRenderer_JavascriptResult +Xamarin.Forms.Platform.Android.WebViewRenderer.JavascriptResult;md51558244f76c53b6aeda52c8a337f2c37.WebViewRenderer_JavascriptResult +xamarin.forms.platform.android.WebViewRenderer_JavascriptResult;md51558244f76c53b6aeda52c8a337f2c37.WebViewRenderer_JavascriptResult +Xamarin.Forms.Platform.Android.VisualElementRenderer`1, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.VisualElementRenderer_1 +Xamarin.Forms.Platform.Android.VisualElementRenderer`1;md51558244f76c53b6aeda52c8a337f2c37.VisualElementRenderer_1 +xamarin.forms.platform.android.VisualElementRenderer_1;md51558244f76c53b6aeda52c8a337f2c37.VisualElementRenderer_1 +Xamarin.Forms.Platform.Android.VisualElementTracker+AttachTracker, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.VisualElementTracker_AttachTracker +Xamarin.Forms.Platform.Android.VisualElementTracker.AttachTracker;md51558244f76c53b6aeda52c8a337f2c37.VisualElementTracker_AttachTracker +xamarin.forms.platform.android.VisualElementTracker_AttachTracker;md51558244f76c53b6aeda52c8a337f2c37.VisualElementTracker_AttachTracker +Xamarin.Forms.Platform.Android.PickerRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.PickerRenderer +Xamarin.Forms.Platform.Android.PickerRenderer;md51558244f76c53b6aeda52c8a337f2c37.PickerRenderer +xamarin.forms.platform.android.PickerRenderer;md51558244f76c53b6aeda52c8a337f2c37.PickerRenderer +Xamarin.Forms.Platform.Android.PickerRenderer+PickerListener, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.PickerRenderer_PickerListener +Xamarin.Forms.Platform.Android.PickerRenderer.PickerListener;md51558244f76c53b6aeda52c8a337f2c37.PickerRenderer_PickerListener +xamarin.forms.platform.android.PickerRenderer_PickerListener;md51558244f76c53b6aeda52c8a337f2c37.PickerRenderer_PickerListener +Xamarin.Forms.Platform.Android.OpenGLViewRenderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.OpenGLViewRenderer +Xamarin.Forms.Platform.Android.OpenGLViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.OpenGLViewRenderer +xamarin.forms.platform.android.OpenGLViewRenderer;md51558244f76c53b6aeda52c8a337f2c37.OpenGLViewRenderer +Xamarin.Forms.Platform.Android.OpenGLViewRenderer+Renderer, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.OpenGLViewRenderer_Renderer +Xamarin.Forms.Platform.Android.OpenGLViewRenderer.Renderer;md51558244f76c53b6aeda52c8a337f2c37.OpenGLViewRenderer_Renderer +xamarin.forms.platform.android.OpenGLViewRenderer_Renderer;md51558244f76c53b6aeda52c8a337f2c37.OpenGLViewRenderer_Renderer +Xamarin.Forms.Platform.Android.FormsSeekBar, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.FormsSeekBar +Xamarin.Forms.Platform.Android.FormsSeekBar;md51558244f76c53b6aeda52c8a337f2c37.FormsSeekBar +xamarin.forms.platform.android.FormsSeekBar;md51558244f76c53b6aeda52c8a337f2c37.FormsSeekBar +Xamarin.Forms.Platform.Android.GroupedListViewAdapter, Xamarin.Forms.Platform.Android;md51558244f76c53b6aeda52c8a337f2c37.GroupedListViewAdapter +Xamarin.Forms.Platform.Android.GroupedListViewAdapter;md51558244f76c53b6aeda52c8a337f2c37.GroupedListViewAdapter +xamarin.forms.platform.android.GroupedListViewAdapter;md51558244f76c53b6aeda52c8a337f2c37.GroupedListViewAdapter +Xamarin.Forms.Platform.Android.FastRenderers.ButtonRenderer, Xamarin.Forms.Platform.Android;md5f92e0daf340890c9667469657ee2ece8.ButtonRenderer +Xamarin.Forms.Platform.Android.FastRenderers.ButtonRenderer;md5f92e0daf340890c9667469657ee2ece8.ButtonRenderer +xamarin.forms.platform.android.fastrenderers.ButtonRenderer;md5f92e0daf340890c9667469657ee2ece8.ButtonRenderer +Xamarin.Forms.Platform.Android.FastRenderers.FrameRenderer, Xamarin.Forms.Platform.Android;md5f92e0daf340890c9667469657ee2ece8.FrameRenderer +Xamarin.Forms.Platform.Android.FastRenderers.FrameRenderer;md5f92e0daf340890c9667469657ee2ece8.FrameRenderer +xamarin.forms.platform.android.fastrenderers.FrameRenderer;md5f92e0daf340890c9667469657ee2ece8.FrameRenderer +Xamarin.Forms.Platform.Android.FastRenderers.LabelRenderer, Xamarin.Forms.Platform.Android;md5f92e0daf340890c9667469657ee2ece8.LabelRenderer +Xamarin.Forms.Platform.Android.FastRenderers.LabelRenderer;md5f92e0daf340890c9667469657ee2ece8.LabelRenderer +xamarin.forms.platform.android.fastrenderers.LabelRenderer;md5f92e0daf340890c9667469657ee2ece8.LabelRenderer +Xamarin.Forms.Platform.Android.FastRenderers.ImageRenderer, Xamarin.Forms.Platform.Android;md5f92e0daf340890c9667469657ee2ece8.ImageRenderer +Xamarin.Forms.Platform.Android.FastRenderers.ImageRenderer;md5f92e0daf340890c9667469657ee2ece8.ImageRenderer +xamarin.forms.platform.android.fastrenderers.ImageRenderer;md5f92e0daf340890c9667469657ee2ece8.ImageRenderer +Xamarin.Forms.Platform.Android.AppCompat.FrameRenderer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.FrameRenderer +Xamarin.Forms.Platform.Android.AppCompat.FrameRenderer;md58432a647068b097f9637064b8985a5e0.FrameRenderer +xamarin.forms.platform.android.appcompat.FrameRenderer;md58432a647068b097f9637064b8985a5e0.FrameRenderer +Xamarin.Forms.Platform.Android.AppCompat.FormsViewPager, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.FormsViewPager +Xamarin.Forms.Platform.Android.AppCompat.FormsViewPager;md58432a647068b097f9637064b8985a5e0.FormsViewPager +xamarin.forms.platform.android.appcompat.FormsViewPager;md58432a647068b097f9637064b8985a5e0.FormsViewPager +Xamarin.Forms.Platform.Android.AppCompat.FragmentContainer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.FragmentContainer +Xamarin.Forms.Platform.Android.AppCompat.FragmentContainer;md58432a647068b097f9637064b8985a5e0.FragmentContainer +xamarin.forms.platform.android.appcompat.FragmentContainer;md58432a647068b097f9637064b8985a5e0.FragmentContainer +Xamarin.Forms.Platform.Android.AppCompat.MasterDetailContainer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.MasterDetailContainer +Xamarin.Forms.Platform.Android.AppCompat.MasterDetailContainer;md58432a647068b097f9637064b8985a5e0.MasterDetailContainer +xamarin.forms.platform.android.appcompat.MasterDetailContainer;md58432a647068b097f9637064b8985a5e0.MasterDetailContainer +Xamarin.Forms.Platform.Android.AppCompat.Platform+ModalContainer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.Platform_ModalContainer +Xamarin.Forms.Platform.Android.AppCompat.Platform.ModalContainer;md58432a647068b097f9637064b8985a5e0.Platform_ModalContainer +xamarin.forms.platform.android.appcompat.Platform_ModalContainer;md58432a647068b097f9637064b8985a5e0.Platform_ModalContainer +Xamarin.Forms.Platform.Android.AppCompat.ButtonRenderer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.ButtonRenderer +Xamarin.Forms.Platform.Android.AppCompat.ButtonRenderer;md58432a647068b097f9637064b8985a5e0.ButtonRenderer +xamarin.forms.platform.android.appcompat.ButtonRenderer;md58432a647068b097f9637064b8985a5e0.ButtonRenderer +Xamarin.Forms.Platform.Android.AppCompat.ButtonRenderer+ButtonClickListener, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.ButtonRenderer_ButtonClickListener +Xamarin.Forms.Platform.Android.AppCompat.ButtonRenderer.ButtonClickListener;md58432a647068b097f9637064b8985a5e0.ButtonRenderer_ButtonClickListener +xamarin.forms.platform.android.appcompat.ButtonRenderer_ButtonClickListener;md58432a647068b097f9637064b8985a5e0.ButtonRenderer_ButtonClickListener +Xamarin.Forms.Platform.Android.AppCompat.ButtonRenderer+ButtonTouchListener, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.ButtonRenderer_ButtonTouchListener +Xamarin.Forms.Platform.Android.AppCompat.ButtonRenderer.ButtonTouchListener;md58432a647068b097f9637064b8985a5e0.ButtonRenderer_ButtonTouchListener +xamarin.forms.platform.android.appcompat.ButtonRenderer_ButtonTouchListener;md58432a647068b097f9637064b8985a5e0.ButtonRenderer_ButtonTouchListener +Xamarin.Forms.Platform.Android.AppCompat.MasterDetailPageRenderer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.MasterDetailPageRenderer +Xamarin.Forms.Platform.Android.AppCompat.MasterDetailPageRenderer;md58432a647068b097f9637064b8985a5e0.MasterDetailPageRenderer +xamarin.forms.platform.android.appcompat.MasterDetailPageRenderer;md58432a647068b097f9637064b8985a5e0.MasterDetailPageRenderer +Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer +Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer +xamarin.forms.platform.android.appcompat.NavigationPageRenderer;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer +Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer+ClickListener, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer_ClickListener +Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer.ClickListener;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer_ClickListener +xamarin.forms.platform.android.appcompat.NavigationPageRenderer_ClickListener;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer_ClickListener +Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer+Container, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer_Container +Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer.Container;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer_Container +xamarin.forms.platform.android.appcompat.NavigationPageRenderer_Container;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer_Container +Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer+DrawerMultiplexedListener, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer_DrawerMultiplexedListener +Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer.DrawerMultiplexedListener;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer_DrawerMultiplexedListener +xamarin.forms.platform.android.appcompat.NavigationPageRenderer_DrawerMultiplexedListener;md58432a647068b097f9637064b8985a5e0.NavigationPageRenderer_DrawerMultiplexedListener +Xamarin.Forms.Platform.Android.AppCompat.SwitchRenderer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.SwitchRenderer +Xamarin.Forms.Platform.Android.AppCompat.SwitchRenderer;md58432a647068b097f9637064b8985a5e0.SwitchRenderer +xamarin.forms.platform.android.appcompat.SwitchRenderer;md58432a647068b097f9637064b8985a5e0.SwitchRenderer +Xamarin.Forms.Platform.Android.AppCompat.TabbedPageRenderer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.TabbedPageRenderer +Xamarin.Forms.Platform.Android.AppCompat.TabbedPageRenderer;md58432a647068b097f9637064b8985a5e0.TabbedPageRenderer +xamarin.forms.platform.android.appcompat.TabbedPageRenderer;md58432a647068b097f9637064b8985a5e0.TabbedPageRenderer +Xamarin.Forms.Platform.Android.AppCompat.PickerRenderer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.PickerRenderer +Xamarin.Forms.Platform.Android.AppCompat.PickerRenderer;md58432a647068b097f9637064b8985a5e0.PickerRenderer +xamarin.forms.platform.android.appcompat.PickerRenderer;md58432a647068b097f9637064b8985a5e0.PickerRenderer +Xamarin.Forms.Platform.Android.AppCompat.PickerRenderer+PickerListener, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.PickerRenderer_PickerListener +Xamarin.Forms.Platform.Android.AppCompat.PickerRenderer.PickerListener;md58432a647068b097f9637064b8985a5e0.PickerRenderer_PickerListener +xamarin.forms.platform.android.appcompat.PickerRenderer_PickerListener;md58432a647068b097f9637064b8985a5e0.PickerRenderer_PickerListener +Xamarin.Forms.Platform.Android.AppCompat.ViewRenderer`2, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.ViewRenderer_2 +Xamarin.Forms.Platform.Android.AppCompat.ViewRenderer`2;md58432a647068b097f9637064b8985a5e0.ViewRenderer_2 +xamarin.forms.platform.android.appcompat.ViewRenderer_2;md58432a647068b097f9637064b8985a5e0.ViewRenderer_2 +Xamarin.Forms.Platform.Android.AppCompat.CarouselPageRenderer, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.CarouselPageRenderer +Xamarin.Forms.Platform.Android.AppCompat.CarouselPageRenderer;md58432a647068b097f9637064b8985a5e0.CarouselPageRenderer +xamarin.forms.platform.android.appcompat.CarouselPageRenderer;md58432a647068b097f9637064b8985a5e0.CarouselPageRenderer +Xamarin.Forms.Platform.Android.AppCompat.FormsFragmentPagerAdapter`1, Xamarin.Forms.Platform.Android;md58432a647068b097f9637064b8985a5e0.FormsFragmentPagerAdapter_1 +Xamarin.Forms.Platform.Android.AppCompat.FormsFragmentPagerAdapter`1;md58432a647068b097f9637064b8985a5e0.FormsFragmentPagerAdapter_1 +xamarin.forms.platform.android.appcompat.FormsFragmentPagerAdapter_1;md58432a647068b097f9637064b8985a5e0.FormsFragmentPagerAdapter_1 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/AndroidManifest.xml b/Calculadora/Calculadora.Android/obj/Debug/81/android/AndroidManifest.xml new file mode 100644 index 0000000..ff76387 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/AndroidManifest.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/assets/Calculadora.dll.mdb b/Calculadora/Calculadora.Android/obj/Debug/81/android/assets/Calculadora.dll.mdb new file mode 100644 index 0000000..8047890 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/assets/Calculadora.dll.mdb differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/assets/machine.config b/Calculadora/Calculadora.Android/obj/Debug/81/android/assets/machine.config new file mode 100644 index 0000000..76ccdb4 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/assets/machine.config @@ -0,0 +1,273 @@ + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+ + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes.dex b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes.dex new file mode 100644 index 0000000..0a6b8b2 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes.dex differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes.zip b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes.zip new file mode 100644 index 0000000..51b9bb8 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes.zip differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$anim.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$anim.class new file mode 100644 index 0000000..51311ca Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$anim.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$animator.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$animator.class new file mode 100644 index 0000000..35f26a9 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$animator.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$attr.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$attr.class new file mode 100644 index 0000000..7cc75d4 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$attr.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$bool.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$bool.class new file mode 100644 index 0000000..888bdba Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$bool.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$color.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$color.class new file mode 100644 index 0000000..68a1a17 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$color.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$dimen.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$dimen.class new file mode 100644 index 0000000..11c6b0e Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$dimen.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$drawable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$drawable.class new file mode 100644 index 0000000..35300e0 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$drawable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$id.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$id.class new file mode 100644 index 0000000..c681480 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$id.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$integer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$integer.class new file mode 100644 index 0000000..91f7802 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$integer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$interpolator.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$interpolator.class new file mode 100644 index 0000000..faedad7 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$interpolator.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$layout.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$layout.class new file mode 100644 index 0000000..5df2ecd Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$layout.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$mipmap.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$mipmap.class new file mode 100644 index 0000000..0e7d853 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$mipmap.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$string.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$string.class new file mode 100644 index 0000000..fed4dda Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$string.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$style.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$style.class new file mode 100644 index 0000000..e0d5f1a Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$style.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$styleable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$styleable.class new file mode 100644 index 0000000..2c963a3 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R$styleable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R.class new file mode 100644 index 0000000..73f536e Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/compat/R.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$anim.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$anim.class new file mode 100644 index 0000000..6317da3 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$anim.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$animator.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$animator.class new file mode 100644 index 0000000..43a2806 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$animator.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$attr.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$attr.class new file mode 100644 index 0000000..5c83669 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$attr.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$bool.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$bool.class new file mode 100644 index 0000000..895123c Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$bool.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$color.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$color.class new file mode 100644 index 0000000..9dea86f Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$color.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$dimen.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$dimen.class new file mode 100644 index 0000000..0684646 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$dimen.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$drawable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$drawable.class new file mode 100644 index 0000000..d396a44 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$drawable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$id.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$id.class new file mode 100644 index 0000000..9e384c5 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$id.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$integer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$integer.class new file mode 100644 index 0000000..421d871 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$integer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$interpolator.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$interpolator.class new file mode 100644 index 0000000..57c37ed Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$interpolator.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$layout.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$layout.class new file mode 100644 index 0000000..33eca9a Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$layout.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$mipmap.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$mipmap.class new file mode 100644 index 0000000..6a99778 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$mipmap.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$string.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$string.class new file mode 100644 index 0000000..8820ccd Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$string.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$style.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$style.class new file mode 100644 index 0000000..0a3ab0a Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$style.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$styleable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$styleable.class new file mode 100644 index 0000000..1ad5ea8 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R$styleable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R.class new file mode 100644 index 0000000..36267d0 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/R.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/widget/Snackbar_SnackbarActionClickImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/widget/Snackbar_SnackbarActionClickImplementor.class new file mode 100644 index 0000000..ebd46a5 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/design/widget/Snackbar_SnackbarActionClickImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$anim.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$anim.class new file mode 100644 index 0000000..291425a Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$anim.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$animator.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$animator.class new file mode 100644 index 0000000..d05b23f Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$animator.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$attr.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$attr.class new file mode 100644 index 0000000..aa6cd56 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$attr.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$bool.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$bool.class new file mode 100644 index 0000000..e449eef Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$bool.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$color.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$color.class new file mode 100644 index 0000000..57e399a Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$color.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$dimen.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$dimen.class new file mode 100644 index 0000000..f851659 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$dimen.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$drawable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$drawable.class new file mode 100644 index 0000000..11b35b7 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$drawable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$id.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$id.class new file mode 100644 index 0000000..e5f5061 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$id.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$integer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$integer.class new file mode 100644 index 0000000..ae578df Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$integer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$interpolator.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$interpolator.class new file mode 100644 index 0000000..2d98638 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$interpolator.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$layout.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$layout.class new file mode 100644 index 0000000..1553819 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$layout.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$mipmap.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$mipmap.class new file mode 100644 index 0000000..e3fbc67 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$mipmap.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$string.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$string.class new file mode 100644 index 0000000..e92ebbe Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$string.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$style.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$style.class new file mode 100644 index 0000000..90f4181 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$style.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$styleable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$styleable.class new file mode 100644 index 0000000..72fa9c4 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R$styleable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R.class new file mode 100644 index 0000000..c945ed4 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/mediacompat/R.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$anim.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$anim.class new file mode 100644 index 0000000..0cd4dee Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$anim.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$animator.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$animator.class new file mode 100644 index 0000000..b7ac3d5 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$animator.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$attr.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$attr.class new file mode 100644 index 0000000..6a57657 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$attr.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$bool.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$bool.class new file mode 100644 index 0000000..13113cc Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$bool.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$color.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$color.class new file mode 100644 index 0000000..75fba56 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$color.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$dimen.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$dimen.class new file mode 100644 index 0000000..50c4890 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$dimen.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$drawable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$drawable.class new file mode 100644 index 0000000..67cbf6e Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$drawable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$id.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$id.class new file mode 100644 index 0000000..ec3ed53 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$id.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$integer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$integer.class new file mode 100644 index 0000000..a28b702 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$integer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$interpolator.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$interpolator.class new file mode 100644 index 0000000..cdd1454 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$interpolator.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$layout.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$layout.class new file mode 100644 index 0000000..96f139d Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$layout.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$mipmap.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$mipmap.class new file mode 100644 index 0000000..899dbf1 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$mipmap.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$string.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$string.class new file mode 100644 index 0000000..1aadeec Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$string.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$style.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$style.class new file mode 100644 index 0000000..3d40c42 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$style.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$styleable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$styleable.class new file mode 100644 index 0000000..74ab06b Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R$styleable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R.class new file mode 100644 index 0000000..90d7c18 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/transition/R.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$anim.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$anim.class new file mode 100644 index 0000000..90c447a Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$anim.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$animator.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$animator.class new file mode 100644 index 0000000..6f9521c Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$animator.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$attr.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$attr.class new file mode 100644 index 0000000..ed9b2e8 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$attr.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$bool.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$bool.class new file mode 100644 index 0000000..26d47dd Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$bool.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$color.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$color.class new file mode 100644 index 0000000..c8e6d57 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$color.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$dimen.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$dimen.class new file mode 100644 index 0000000..b22fad3 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$dimen.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$drawable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$drawable.class new file mode 100644 index 0000000..0b2ebfd Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$drawable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$id.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$id.class new file mode 100644 index 0000000..b8c0f3b Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$id.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$integer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$integer.class new file mode 100644 index 0000000..912c86c Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$integer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$interpolator.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$interpolator.class new file mode 100644 index 0000000..ec73f2b Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$interpolator.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$layout.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$layout.class new file mode 100644 index 0000000..ca8fb33 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$layout.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$mipmap.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$mipmap.class new file mode 100644 index 0000000..340719b Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$mipmap.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$string.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$string.class new file mode 100644 index 0000000..095dd4c Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$string.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$style.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$style.class new file mode 100644 index 0000000..6e07c48 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$style.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$styleable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$styleable.class new file mode 100644 index 0000000..1599c9f Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R$styleable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R.class new file mode 100644 index 0000000..92e2d48 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v4/R.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/app/AlertDialog_IDialogInterfaceOnCancelListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/app/AlertDialog_IDialogInterfaceOnCancelListenerImplementor.class new file mode 100644 index 0000000..cb60415 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/app/AlertDialog_IDialogInterfaceOnCancelListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/app/AlertDialog_IDialogInterfaceOnClickListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/app/AlertDialog_IDialogInterfaceOnClickListenerImplementor.class new file mode 100644 index 0000000..2306883 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/app/AlertDialog_IDialogInterfaceOnClickListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/app/AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/app/AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.class new file mode 100644 index 0000000..4ab050c Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/app/AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$anim.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$anim.class new file mode 100644 index 0000000..d9c0311 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$anim.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$animator.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$animator.class new file mode 100644 index 0000000..660ec31 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$animator.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$attr.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$attr.class new file mode 100644 index 0000000..fc02b1e Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$attr.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$bool.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$bool.class new file mode 100644 index 0000000..e656bc0 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$bool.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$color.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$color.class new file mode 100644 index 0000000..1fd1d5d Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$color.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$dimen.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$dimen.class new file mode 100644 index 0000000..5838f69 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$dimen.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$drawable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$drawable.class new file mode 100644 index 0000000..d3c1c34 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$drawable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$id.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$id.class new file mode 100644 index 0000000..43ddebe Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$id.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$integer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$integer.class new file mode 100644 index 0000000..2508277 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$integer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$interpolator.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$interpolator.class new file mode 100644 index 0000000..9bf15a1 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$interpolator.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$layout.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$layout.class new file mode 100644 index 0000000..dfcf492 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$layout.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$mipmap.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$mipmap.class new file mode 100644 index 0000000..c0e1616 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$mipmap.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$string.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$string.class new file mode 100644 index 0000000..849720c Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$string.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$style.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$style.class new file mode 100644 index 0000000..2c931e6 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$style.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$styleable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$styleable.class new file mode 100644 index 0000000..be88812 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R$styleable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R.class new file mode 100644 index 0000000..1c6c72c Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/appcompat/R.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$anim.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$anim.class new file mode 100644 index 0000000..a387813 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$anim.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$animator.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$animator.class new file mode 100644 index 0000000..d6f4fbf Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$animator.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$attr.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$attr.class new file mode 100644 index 0000000..19baf95 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$attr.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$bool.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$bool.class new file mode 100644 index 0000000..24a2753 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$bool.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$color.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$color.class new file mode 100644 index 0000000..551b32a Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$color.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$dimen.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$dimen.class new file mode 100644 index 0000000..a5971ca Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$dimen.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$drawable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$drawable.class new file mode 100644 index 0000000..b36ff8f Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$drawable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$id.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$id.class new file mode 100644 index 0000000..f3e322c Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$id.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$integer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$integer.class new file mode 100644 index 0000000..bc99c91 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$integer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$interpolator.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$interpolator.class new file mode 100644 index 0000000..f977227 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$interpolator.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$layout.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$layout.class new file mode 100644 index 0000000..5555055 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$layout.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$mipmap.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$mipmap.class new file mode 100644 index 0000000..c83a156 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$mipmap.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$string.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$string.class new file mode 100644 index 0000000..cf735ef Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$string.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$style.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$style.class new file mode 100644 index 0000000..ef6b265 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$style.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$styleable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$styleable.class new file mode 100644 index 0000000..f36daaa Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R$styleable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R.class new file mode 100644 index 0000000..ee141b1 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/cardview/R.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$anim.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$anim.class new file mode 100644 index 0000000..1e62a69 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$anim.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$animator.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$animator.class new file mode 100644 index 0000000..4f0ad1d Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$animator.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$attr.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$attr.class new file mode 100644 index 0000000..ad5974c Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$attr.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$bool.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$bool.class new file mode 100644 index 0000000..0c758ed Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$bool.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$color.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$color.class new file mode 100644 index 0000000..d168f0b Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$color.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$dimen.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$dimen.class new file mode 100644 index 0000000..a313721 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$dimen.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$drawable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$drawable.class new file mode 100644 index 0000000..4239bf4 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$drawable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$id.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$id.class new file mode 100644 index 0000000..4243177 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$id.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$integer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$integer.class new file mode 100644 index 0000000..4454168 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$integer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$interpolator.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$interpolator.class new file mode 100644 index 0000000..ac44811 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$interpolator.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$layout.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$layout.class new file mode 100644 index 0000000..1d3c2b9 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$layout.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$mipmap.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$mipmap.class new file mode 100644 index 0000000..0c35c72 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$mipmap.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$string.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$string.class new file mode 100644 index 0000000..91f370d Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$string.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$style.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$style.class new file mode 100644 index 0000000..8554246 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$style.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$styleable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$styleable.class new file mode 100644 index 0000000..c53d316 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R$styleable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R.class new file mode 100644 index 0000000..dc27893 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/mediarouter/R.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$anim.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$anim.class new file mode 100644 index 0000000..79aece2 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$anim.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$animator.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$animator.class new file mode 100644 index 0000000..8785976 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$animator.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$attr.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$attr.class new file mode 100644 index 0000000..c32cdc8 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$attr.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$bool.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$bool.class new file mode 100644 index 0000000..f4c66c5 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$bool.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$color.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$color.class new file mode 100644 index 0000000..6c5ddd8 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$color.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$dimen.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$dimen.class new file mode 100644 index 0000000..9f20774 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$dimen.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$drawable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$drawable.class new file mode 100644 index 0000000..079894d Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$drawable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$id.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$id.class new file mode 100644 index 0000000..a046877 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$id.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$integer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$integer.class new file mode 100644 index 0000000..80f112e Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$integer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$interpolator.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$interpolator.class new file mode 100644 index 0000000..3c203f7 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$interpolator.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$layout.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$layout.class new file mode 100644 index 0000000..1a06a32 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$layout.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$mipmap.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$mipmap.class new file mode 100644 index 0000000..771bd3e Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$mipmap.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$string.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$string.class new file mode 100644 index 0000000..1908844 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$string.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$style.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$style.class new file mode 100644 index 0000000..fd656e2 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$style.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$styleable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$styleable.class new file mode 100644 index 0000000..8dc455d Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R$styleable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R.class new file mode 100644 index 0000000..27da214 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/recyclerview/R.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/widget/Toolbar_NavigationOnClickEventDispatcher.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/widget/Toolbar_NavigationOnClickEventDispatcher.class new file mode 100644 index 0000000..c5da136 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/android/support/v7/widget/Toolbar_NavigationOnClickEventDispatcher.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$anim.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$anim.class new file mode 100644 index 0000000..9ed8122 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$anim.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$animator.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$animator.class new file mode 100644 index 0000000..1cde251 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$animator.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$attr.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$attr.class new file mode 100644 index 0000000..32e2734 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$attr.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$bool.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$bool.class new file mode 100644 index 0000000..523c893 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$bool.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$color.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$color.class new file mode 100644 index 0000000..88350cd Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$color.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$dimen.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$dimen.class new file mode 100644 index 0000000..c563bfe Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$dimen.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$drawable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$drawable.class new file mode 100644 index 0000000..de9599b Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$drawable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$id.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$id.class new file mode 100644 index 0000000..f4b41ae Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$id.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$integer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$integer.class new file mode 100644 index 0000000..c28c0ad Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$integer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$interpolator.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$interpolator.class new file mode 100644 index 0000000..eb7e2f4 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$interpolator.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$layout.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$layout.class new file mode 100644 index 0000000..e0d2b2a Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$layout.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$mipmap.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$mipmap.class new file mode 100644 index 0000000..ba7f648 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$mipmap.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$string.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$string.class new file mode 100644 index 0000000..2f436e9 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$string.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$style.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$style.class new file mode 100644 index 0000000..29a0262 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$style.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$styleable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$styleable.class new file mode 100644 index 0000000..eb53640 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R$styleable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R.class new file mode 100644 index 0000000..86c41da Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/com/companyname/R.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/AHorizontalScrollView.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/AHorizontalScrollView.class new file mode 100644 index 0000000..3951f23 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/AHorizontalScrollView.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ActionSheetRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ActionSheetRenderer.class new file mode 100644 index 0000000..576ea3c Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ActionSheetRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ActivityIndicatorRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ActivityIndicatorRenderer.class new file mode 100644 index 0000000..25fe2ab Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ActivityIndicatorRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/AndroidActivity.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/AndroidActivity.class new file mode 100644 index 0000000..37c6e65 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/AndroidActivity.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/BaseCellView.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/BaseCellView.class new file mode 100644 index 0000000..902db44 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/BaseCellView.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/BorderDrawable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/BorderDrawable.class new file mode 100644 index 0000000..b35ab21 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/BorderDrawable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/BoxRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/BoxRenderer.class new file mode 100644 index 0000000..ab56053 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/BoxRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ButtonRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ButtonRenderer.class new file mode 100644 index 0000000..4fa46af Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ButtonRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ButtonRenderer_ButtonClickListener.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ButtonRenderer_ButtonClickListener.class new file mode 100644 index 0000000..03db6b7 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ButtonRenderer_ButtonClickListener.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ButtonRenderer_ButtonTouchListener.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ButtonRenderer_ButtonTouchListener.class new file mode 100644 index 0000000..16d20ca Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ButtonRenderer_ButtonTouchListener.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/CarouselPageAdapter.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/CarouselPageAdapter.class new file mode 100644 index 0000000..0e3c5b9 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/CarouselPageAdapter.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/CarouselPageRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/CarouselPageRenderer.class new file mode 100644 index 0000000..cb72a31 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/CarouselPageRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/CellAdapter.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/CellAdapter.class new file mode 100644 index 0000000..81c713a Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/CellAdapter.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/CellRenderer_RendererHolder.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/CellRenderer_RendererHolder.class new file mode 100644 index 0000000..e2efd3c Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/CellRenderer_RendererHolder.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ConditionalFocusLayout.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ConditionalFocusLayout.class new file mode 100644 index 0000000..b8b99ac Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ConditionalFocusLayout.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/DatePickerRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/DatePickerRenderer.class new file mode 100644 index 0000000..6f9f978 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/DatePickerRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/DatePickerRenderer_TextFieldClickHandler.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/DatePickerRenderer_TextFieldClickHandler.class new file mode 100644 index 0000000..212a989 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/DatePickerRenderer_TextFieldClickHandler.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/EditorEditText.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/EditorEditText.class new file mode 100644 index 0000000..9a311b1 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/EditorEditText.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/EditorRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/EditorRenderer.class new file mode 100644 index 0000000..2a83b14 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/EditorRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/EntryCellEditText.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/EntryCellEditText.class new file mode 100644 index 0000000..c6b02af Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/EntryCellEditText.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/EntryCellView.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/EntryCellView.class new file mode 100644 index 0000000..34d021c Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/EntryCellView.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/EntryEditText.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/EntryEditText.class new file mode 100644 index 0000000..bac6a52 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/EntryEditText.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/EntryRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/EntryRenderer.class new file mode 100644 index 0000000..c5c1374 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/EntryRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormattedStringExtensions_FontSpan.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormattedStringExtensions_FontSpan.class new file mode 100644 index 0000000..841ab54 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormattedStringExtensions_FontSpan.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormattedStringExtensions_LineHeightSpan.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormattedStringExtensions_LineHeightSpan.class new file mode 100644 index 0000000..0364607 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormattedStringExtensions_LineHeightSpan.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormattedStringExtensions_TextDecorationSpan.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormattedStringExtensions_TextDecorationSpan.class new file mode 100644 index 0000000..3e13749 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormattedStringExtensions_TextDecorationSpan.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsAppCompatActivity.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsAppCompatActivity.class new file mode 100644 index 0000000..6e357d6 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsAppCompatActivity.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsApplicationActivity.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsApplicationActivity.class new file mode 100644 index 0000000..66c580d Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsApplicationActivity.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsEditText.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsEditText.class new file mode 100644 index 0000000..bbd1325 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsEditText.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsImageView.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsImageView.class new file mode 100644 index 0000000..cbcaa78 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsImageView.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsSeekBar.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsSeekBar.class new file mode 100644 index 0000000..1764b0c Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsSeekBar.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsTextView.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsTextView.class new file mode 100644 index 0000000..fbe2fe3 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsTextView.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsWebChromeClient.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsWebChromeClient.class new file mode 100644 index 0000000..e0ed680 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsWebChromeClient.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsWebViewClient.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsWebViewClient.class new file mode 100644 index 0000000..10658b3 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FormsWebViewClient.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FrameRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FrameRenderer.class new file mode 100644 index 0000000..a701233 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FrameRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FrameRenderer_FrameDrawable.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FrameRenderer_FrameDrawable.class new file mode 100644 index 0000000..ef9efff Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/FrameRenderer_FrameDrawable.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/GenericAnimatorListener.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/GenericAnimatorListener.class new file mode 100644 index 0000000..29c4939 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/GenericAnimatorListener.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/GenericMenuClickListener.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/GenericMenuClickListener.class new file mode 100644 index 0000000..bffbca4 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/GenericMenuClickListener.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/GestureManager_TapAndPanGestureDetector.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/GestureManager_TapAndPanGestureDetector.class new file mode 100644 index 0000000..b96bc7b Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/GestureManager_TapAndPanGestureDetector.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/GroupedListViewAdapter.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/GroupedListViewAdapter.class new file mode 100644 index 0000000..72833f1 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/GroupedListViewAdapter.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ImageButtonRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ImageButtonRenderer.class new file mode 100644 index 0000000..5f49eca Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ImageButtonRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ImageRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ImageRenderer.class new file mode 100644 index 0000000..6151940 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ImageRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/InnerGestureListener.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/InnerGestureListener.class new file mode 100644 index 0000000..7de2854 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/InnerGestureListener.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/InnerScaleListener.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/InnerScaleListener.class new file mode 100644 index 0000000..16320cd Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/InnerScaleListener.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/LabelRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/LabelRenderer.class new file mode 100644 index 0000000..4162b09 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/LabelRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ListViewAdapter.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ListViewAdapter.class new file mode 100644 index 0000000..c6ae7c7 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ListViewAdapter.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ListViewRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ListViewRenderer.class new file mode 100644 index 0000000..c73d19d Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ListViewRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ListViewRenderer_Container.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ListViewRenderer_Container.class new file mode 100644 index 0000000..17f46fe Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ListViewRenderer_Container.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/LocalizedDigitsKeyListener.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/LocalizedDigitsKeyListener.class new file mode 100644 index 0000000..c6fbb01 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/LocalizedDigitsKeyListener.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/MasterDetailContainer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/MasterDetailContainer.class new file mode 100644 index 0000000..3114818 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/MasterDetailContainer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/MasterDetailRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/MasterDetailRenderer.class new file mode 100644 index 0000000..5ed40d2 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/MasterDetailRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/NativeViewWrapperRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/NativeViewWrapperRenderer.class new file mode 100644 index 0000000..e688f1c Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/NativeViewWrapperRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/NavigationMenuRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/NavigationMenuRenderer.class new file mode 100644 index 0000000..3fea5c2 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/NavigationMenuRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/NavigationMenuRenderer_MenuAdapter.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/NavigationMenuRenderer_MenuAdapter.class new file mode 100644 index 0000000..9916aa7 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/NavigationMenuRenderer_MenuAdapter.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/NavigationMenuRenderer_MenuElementView.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/NavigationMenuRenderer_MenuElementView.class new file mode 100644 index 0000000..789affa Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/NavigationMenuRenderer_MenuElementView.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/NavigationRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/NavigationRenderer.class new file mode 100644 index 0000000..6103b3f Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/NavigationRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ObjectJavaBox_1.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ObjectJavaBox_1.class new file mode 100644 index 0000000..08ad1a0 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ObjectJavaBox_1.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/OpenGLViewRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/OpenGLViewRenderer.class new file mode 100644 index 0000000..27370de Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/OpenGLViewRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/OpenGLViewRenderer_Renderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/OpenGLViewRenderer_Renderer.class new file mode 100644 index 0000000..7f2a05f Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/OpenGLViewRenderer_Renderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PageContainer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PageContainer.class new file mode 100644 index 0000000..01cb77a Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PageContainer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PageExtensions_EmbeddedFragment.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PageExtensions_EmbeddedFragment.class new file mode 100644 index 0000000..6ac0173 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PageExtensions_EmbeddedFragment.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PageExtensions_EmbeddedSupportFragment.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PageExtensions_EmbeddedSupportFragment.class new file mode 100644 index 0000000..2c8faa7 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PageExtensions_EmbeddedSupportFragment.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PageRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PageRenderer.class new file mode 100644 index 0000000..6e3f4e3 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PageRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PickerRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PickerRenderer.class new file mode 100644 index 0000000..051572b Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PickerRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PickerRenderer_PickerListener.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PickerRenderer_PickerListener.class new file mode 100644 index 0000000..b33e44e Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PickerRenderer_PickerListener.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PlatformRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PlatformRenderer.class new file mode 100644 index 0000000..a7953f7 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PlatformRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/Platform_DefaultRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/Platform_DefaultRenderer.class new file mode 100644 index 0000000..6a3bbd3 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/Platform_DefaultRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PowerSaveModeBroadcastReceiver.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PowerSaveModeBroadcastReceiver.class new file mode 100644 index 0000000..fbba0d7 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/PowerSaveModeBroadcastReceiver.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ProgressBarRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ProgressBarRenderer.class new file mode 100644 index 0000000..d688027 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ProgressBarRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ScrollViewContainer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ScrollViewContainer.class new file mode 100644 index 0000000..1906d4a Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ScrollViewContainer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ScrollViewRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ScrollViewRenderer.class new file mode 100644 index 0000000..cea6ced Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ScrollViewRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/SearchBarRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/SearchBarRenderer.class new file mode 100644 index 0000000..c57d5a7 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/SearchBarRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/SliderRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/SliderRenderer.class new file mode 100644 index 0000000..01155a5 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/SliderRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/StepperRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/StepperRenderer.class new file mode 100644 index 0000000..65bcfe6 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/StepperRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/StepperRenderer_StepperListener.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/StepperRenderer_StepperListener.class new file mode 100644 index 0000000..954773b Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/StepperRenderer_StepperListener.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/SwitchCellView.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/SwitchCellView.class new file mode 100644 index 0000000..b5c689e Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/SwitchCellView.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/SwitchRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/SwitchRenderer.class new file mode 100644 index 0000000..8f63674 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/SwitchRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/TabbedRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/TabbedRenderer.class new file mode 100644 index 0000000..7f3fa1d Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/TabbedRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/TableViewModelRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/TableViewModelRenderer.class new file mode 100644 index 0000000..ea0ad04 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/TableViewModelRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/TableViewRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/TableViewRenderer.class new file mode 100644 index 0000000..438ca45 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/TableViewRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/TextCellRenderer_TextCellView.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/TextCellRenderer_TextCellView.class new file mode 100644 index 0000000..de804dc Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/TextCellRenderer_TextCellView.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/TimePickerRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/TimePickerRenderer.class new file mode 100644 index 0000000..fc6a153 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/TimePickerRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/TimePickerRenderer_TimePickerListener.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/TimePickerRenderer_TimePickerListener.class new file mode 100644 index 0000000..b11f5a6 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/TimePickerRenderer_TimePickerListener.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ToolbarButton.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ToolbarButton.class new file mode 100644 index 0000000..b7014d0 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ToolbarButton.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ToolbarImageButton.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ToolbarImageButton.class new file mode 100644 index 0000000..8a729be Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ToolbarImageButton.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ViewCellRenderer_ViewCellContainer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ViewCellRenderer_ViewCellContainer.class new file mode 100644 index 0000000..07b7496 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ViewCellRenderer_ViewCellContainer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ViewCellRenderer_ViewCellContainer_LongPressGestureListener.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ViewCellRenderer_ViewCellContainer_LongPressGestureListener.class new file mode 100644 index 0000000..60ca9a6 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ViewCellRenderer_ViewCellContainer_LongPressGestureListener.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ViewRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ViewRenderer.class new file mode 100644 index 0000000..73c678d Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ViewRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ViewRenderer_2.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ViewRenderer_2.class new file mode 100644 index 0000000..4d24348 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/ViewRenderer_2.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/VisualElementRenderer_1.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/VisualElementRenderer_1.class new file mode 100644 index 0000000..52804f6 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/VisualElementRenderer_1.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/VisualElementTracker_AttachTracker.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/VisualElementTracker_AttachTracker.class new file mode 100644 index 0000000..03faca5 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/VisualElementTracker_AttachTracker.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/WebViewRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/WebViewRenderer.class new file mode 100644 index 0000000..72bb55f Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/WebViewRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/WebViewRenderer_JavascriptResult.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/WebViewRenderer_JavascriptResult.class new file mode 100644 index 0000000..fc5fce9 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md51558244f76c53b6aeda52c8a337f2c37/WebViewRenderer_JavascriptResult.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/ButtonRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/ButtonRenderer.class new file mode 100644 index 0000000..d75ce32 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/ButtonRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/ButtonRenderer_ButtonClickListener.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/ButtonRenderer_ButtonClickListener.class new file mode 100644 index 0000000..d26690e Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/ButtonRenderer_ButtonClickListener.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/ButtonRenderer_ButtonTouchListener.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/ButtonRenderer_ButtonTouchListener.class new file mode 100644 index 0000000..fd680b7 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/ButtonRenderer_ButtonTouchListener.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/CarouselPageRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/CarouselPageRenderer.class new file mode 100644 index 0000000..091f771 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/CarouselPageRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/FormsFragmentPagerAdapter_1.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/FormsFragmentPagerAdapter_1.class new file mode 100644 index 0000000..fde2aec Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/FormsFragmentPagerAdapter_1.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/FormsViewPager.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/FormsViewPager.class new file mode 100644 index 0000000..33001db Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/FormsViewPager.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/FragmentContainer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/FragmentContainer.class new file mode 100644 index 0000000..b525798 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/FragmentContainer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/FrameRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/FrameRenderer.class new file mode 100644 index 0000000..363afad Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/FrameRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/MasterDetailContainer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/MasterDetailContainer.class new file mode 100644 index 0000000..7063e15 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/MasterDetailContainer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/MasterDetailPageRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/MasterDetailPageRenderer.class new file mode 100644 index 0000000..83f83f6 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/MasterDetailPageRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer.class new file mode 100644 index 0000000..b062609 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer_ClickListener.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer_ClickListener.class new file mode 100644 index 0000000..eb44432 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer_ClickListener.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer_Container.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer_Container.class new file mode 100644 index 0000000..ee56abd Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer_Container.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer_DrawerMultiplexedListener.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer_DrawerMultiplexedListener.class new file mode 100644 index 0000000..757bf51 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer_DrawerMultiplexedListener.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/PickerRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/PickerRenderer.class new file mode 100644 index 0000000..1fa52a4 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/PickerRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/PickerRenderer_PickerListener.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/PickerRenderer_PickerListener.class new file mode 100644 index 0000000..228820b Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/PickerRenderer_PickerListener.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/Platform_ModalContainer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/Platform_ModalContainer.class new file mode 100644 index 0000000..d0ff46f Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/Platform_ModalContainer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/SwitchRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/SwitchRenderer.class new file mode 100644 index 0000000..945411d Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/SwitchRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/TabbedPageRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/TabbedPageRenderer.class new file mode 100644 index 0000000..faaffed Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/TabbedPageRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/ViewRenderer_2.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/ViewRenderer_2.class new file mode 100644 index 0000000..6a4aa2e Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md58432a647068b097f9637064b8985a5e0/ViewRenderer_2.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md5a73d74e36801d8da9acef67fce157c4c/MainActivity.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md5a73d74e36801d8da9acef67fce157c4c/MainActivity.class new file mode 100644 index 0000000..0a394b8 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md5a73d74e36801d8da9acef67fce157c4c/MainActivity.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md5f92e0daf340890c9667469657ee2ece8/ButtonRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md5f92e0daf340890c9667469657ee2ece8/ButtonRenderer.class new file mode 100644 index 0000000..3f0424c Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md5f92e0daf340890c9667469657ee2ece8/ButtonRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md5f92e0daf340890c9667469657ee2ece8/FrameRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md5f92e0daf340890c9667469657ee2ece8/FrameRenderer.class new file mode 100644 index 0000000..7a59c1b Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md5f92e0daf340890c9667469657ee2ece8/FrameRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md5f92e0daf340890c9667469657ee2ece8/ImageRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md5f92e0daf340890c9667469657ee2ece8/ImageRenderer.class new file mode 100644 index 0000000..31cf983 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md5f92e0daf340890c9667469657ee2ece8/ImageRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md5f92e0daf340890c9667469657ee2ece8/LabelRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md5f92e0daf340890c9667469657ee2ece8/LabelRenderer.class new file mode 100644 index 0000000..fb6df73 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/md5f92e0daf340890c9667469657ee2ece8/LabelRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/MonoPackageManager.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/MonoPackageManager.class new file mode 100644 index 0000000..e3624cc Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/MonoPackageManager.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/MonoPackageManager_Resources.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/MonoPackageManager_Resources.class new file mode 100644 index 0000000..8c9db6b Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/MonoPackageManager_Resources.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/MonoRuntimeProvider.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/MonoRuntimeProvider.class new file mode 100644 index 0000000..a1b2dc9 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/MonoRuntimeProvider.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/Seppuku.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/Seppuku.class new file mode 100644 index 0000000..afd19df Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/Seppuku.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/app/ApplicationRegistration.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/app/ApplicationRegistration.class new file mode 100644 index 0000000..20a9328 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/app/ApplicationRegistration.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/app/NotifyTimeZoneChanges.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/app/NotifyTimeZoneChanges.class new file mode 100644 index 0000000..72e7bbc Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/app/NotifyTimeZoneChanges.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/design/widget/AppBarLayout_OnOffsetChangedListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/design/widget/AppBarLayout_OnOffsetChangedListenerImplementor.class new file mode 100644 index 0000000..88e6573 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/design/widget/AppBarLayout_OnOffsetChangedListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/design/widget/BottomNavigationView_OnNavigationItemReselectedListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/design/widget/BottomNavigationView_OnNavigationItemReselectedListenerImplementor.class new file mode 100644 index 0000000..86544cc Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/design/widget/BottomNavigationView_OnNavigationItemReselectedListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/design/widget/BottomNavigationView_OnNavigationItemSelectedListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/design/widget/BottomNavigationView_OnNavigationItemSelectedListenerImplementor.class new file mode 100644 index 0000000..5fcf15c Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/design/widget/BottomNavigationView_OnNavigationItemSelectedListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/design/widget/NavigationView_OnNavigationItemSelectedListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/design/widget/NavigationView_OnNavigationItemSelectedListenerImplementor.class new file mode 100644 index 0000000..e2fab41 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/design/widget/NavigationView_OnNavigationItemSelectedListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/design/widget/SwipeDismissBehavior_OnDismissListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/design/widget/SwipeDismissBehavior_OnDismissListenerImplementor.class new file mode 100644 index 0000000..b631821 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/design/widget/SwipeDismissBehavior_OnDismissListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/design/widget/TabLayout_OnTabSelectedListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/design/widget/TabLayout_OnTabSelectedListenerImplementor.class new file mode 100644 index 0000000..97fff50 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/design/widget/TabLayout_OnTabSelectedListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/transition/Transition_TransitionListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/transition/Transition_TransitionListenerImplementor.class new file mode 100644 index 0000000..d73da71 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/transition/Transition_TransitionListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/app/FragmentManager_OnBackStackChangedListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/app/FragmentManager_OnBackStackChangedListenerImplementor.class new file mode 100644 index 0000000..66c1265 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/app/FragmentManager_OnBackStackChangedListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/app/SharedElementCallback_OnSharedElementsReadyListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/app/SharedElementCallback_OnSharedElementsReadyListenerImplementor.class new file mode 100644 index 0000000..6cdaff2 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/app/SharedElementCallback_OnSharedElementsReadyListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/content/Loader_OnLoadCanceledListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/content/Loader_OnLoadCanceledListenerImplementor.class new file mode 100644 index 0000000..bdfcf69 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/content/Loader_OnLoadCanceledListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/content/Loader_OnLoadCompleteListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/content/Loader_OnLoadCompleteListenerImplementor.class new file mode 100644 index 0000000..6da426e Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/content/Loader_OnLoadCompleteListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/media/session/MediaSessionCompat_OnActiveChangeListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/media/session/MediaSessionCompat_OnActiveChangeListenerImplementor.class new file mode 100644 index 0000000..1b632d6 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/media/session/MediaSessionCompat_OnActiveChangeListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/os/CancellationSignal_OnCancelListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/os/CancellationSignal_OnCancelListenerImplementor.class new file mode 100644 index 0000000..9681927 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/os/CancellationSignal_OnCancelListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/ActionProvider_SubUiVisibilityListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/ActionProvider_SubUiVisibilityListenerImplementor.class new file mode 100644 index 0000000..86953b3 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/ActionProvider_SubUiVisibilityListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/ActionProvider_VisibilityListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/ActionProvider_VisibilityListenerImplementor.class new file mode 100644 index 0000000..26da57c Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/ActionProvider_VisibilityListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/AsyncLayoutInflater_OnInflateFinishedListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/AsyncLayoutInflater_OnInflateFinishedListenerImplementor.class new file mode 100644 index 0000000..cafec3a Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/AsyncLayoutInflater_OnInflateFinishedListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/MenuItemCompat_OnActionExpandListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/MenuItemCompat_OnActionExpandListenerImplementor.class new file mode 100644 index 0000000..f02eefc Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/MenuItemCompat_OnActionExpandListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/OnApplyWindowInsetsListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/OnApplyWindowInsetsListenerImplementor.class new file mode 100644 index 0000000..5ffb836 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/OnApplyWindowInsetsListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/ViewPager_OnAdapterChangeListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/ViewPager_OnAdapterChangeListenerImplementor.class new file mode 100644 index 0000000..688dfa9 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/ViewPager_OnAdapterChangeListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/ViewPager_OnPageChangeListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/ViewPager_OnPageChangeListenerImplementor.class new file mode 100644 index 0000000..4ffa365 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/ViewPager_OnPageChangeListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/ViewPropertyAnimatorListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/ViewPropertyAnimatorListenerImplementor.class new file mode 100644 index 0000000..8ef0b86 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/ViewPropertyAnimatorListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/ViewPropertyAnimatorUpdateListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/ViewPropertyAnimatorUpdateListenerImplementor.class new file mode 100644 index 0000000..795f33b Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/ViewPropertyAnimatorUpdateListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/accessibility/AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/accessibility/AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor.class new file mode 100644 index 0000000..c0cc76f Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/accessibility/AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/accessibility/AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/accessibility/AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor.class new file mode 100644 index 0000000..0b4b16f Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/view/accessibility/AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/widget/DrawerLayout_DrawerListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/widget/DrawerLayout_DrawerListenerImplementor.class new file mode 100644 index 0000000..c3152d6 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/widget/DrawerLayout_DrawerListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/widget/NestedScrollView_OnScrollChangeListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/widget/NestedScrollView_OnScrollChangeListenerImplementor.class new file mode 100644 index 0000000..77c641e Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/widget/NestedScrollView_OnScrollChangeListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/widget/SlidingPaneLayout_PanelSlideListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/widget/SlidingPaneLayout_PanelSlideListenerImplementor.class new file mode 100644 index 0000000..2a28d25 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/widget/SlidingPaneLayout_PanelSlideListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/widget/SwipeRefreshLayout_OnRefreshListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/widget/SwipeRefreshLayout_OnRefreshListenerImplementor.class new file mode 100644 index 0000000..166f505 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v4/widget/SwipeRefreshLayout_OnRefreshListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/app/ActionBar_OnMenuVisibilityListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/app/ActionBar_OnMenuVisibilityListenerImplementor.class new file mode 100644 index 0000000..a637d83 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/app/ActionBar_OnMenuVisibilityListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/app/ActionBar_OnNavigationListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/app/ActionBar_OnNavigationListenerImplementor.class new file mode 100644 index 0000000..ca750a7 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/app/ActionBar_OnNavigationListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/app/ActionBar_TabListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/app/ActionBar_TabListenerImplementor.class new file mode 100644 index 0000000..4cf8179 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/app/ActionBar_TabListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/graphics/Palette_PaletteAsyncListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/graphics/Palette_PaletteAsyncListenerImplementor.class new file mode 100644 index 0000000..83dc829 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/graphics/Palette_PaletteAsyncListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/media/RemotePlaybackClient_OnMessageReceivedListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/media/RemotePlaybackClient_OnMessageReceivedListenerImplementor.class new file mode 100644 index 0000000..2544fac Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/media/RemotePlaybackClient_OnMessageReceivedListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/ActionMenuView_OnMenuItemClickListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/ActionMenuView_OnMenuItemClickListenerImplementor.class new file mode 100644 index 0000000..c0a86fc Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/ActionMenuView_OnMenuItemClickListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/ContentFrameLayout_OnAttachListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/ContentFrameLayout_OnAttachListenerImplementor.class new file mode 100644 index 0000000..d787f7c Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/ContentFrameLayout_OnAttachListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor.class new file mode 100644 index 0000000..73bf7dd Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/MenuItemHoverListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/MenuItemHoverListenerImplementor.class new file mode 100644 index 0000000..8ee481c Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/MenuItemHoverListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/PopupMenu_OnDismissListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/PopupMenu_OnDismissListenerImplementor.class new file mode 100644 index 0000000..e9231c3 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/PopupMenu_OnDismissListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/PopupMenu_OnMenuItemClickListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/PopupMenu_OnMenuItemClickListenerImplementor.class new file mode 100644 index 0000000..b9004d6 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/PopupMenu_OnMenuItemClickListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor.class new file mode 100644 index 0000000..121339e Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/RecyclerView_OnChildAttachStateChangeListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/RecyclerView_OnChildAttachStateChangeListenerImplementor.class new file mode 100644 index 0000000..11a29ff Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/RecyclerView_OnChildAttachStateChangeListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/RecyclerView_OnItemTouchListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/RecyclerView_OnItemTouchListenerImplementor.class new file mode 100644 index 0000000..e452332 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/RecyclerView_OnItemTouchListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/RecyclerView_RecyclerListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/RecyclerView_RecyclerListenerImplementor.class new file mode 100644 index 0000000..5c520fa Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/RecyclerView_RecyclerListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/SearchView_OnCloseListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/SearchView_OnCloseListenerImplementor.class new file mode 100644 index 0000000..712302f Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/SearchView_OnCloseListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/SearchView_OnQueryTextListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/SearchView_OnQueryTextListenerImplementor.class new file mode 100644 index 0000000..70c538e Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/SearchView_OnQueryTextListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/SearchView_OnSuggestionListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/SearchView_OnSuggestionListenerImplementor.class new file mode 100644 index 0000000..0c10f62 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/SearchView_OnSuggestionListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/ShareActionProvider_OnShareTargetSelectedListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/ShareActionProvider_OnShareTargetSelectedListenerImplementor.class new file mode 100644 index 0000000..6b5e4dd Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/ShareActionProvider_OnShareTargetSelectedListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/Toolbar_OnMenuItemClickListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/Toolbar_OnMenuItemClickListenerImplementor.class new file mode 100644 index 0000000..3fa263e Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/Toolbar_OnMenuItemClickListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/ViewStubCompat_OnInflateListenerImplementor.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/ViewStubCompat_OnInflateListenerImplementor.class new file mode 100644 index 0000000..d74132b Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/mono/android/support/v7/widget/ViewStubCompat_OnInflateListenerImplementor.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/xamarindesigner/AndroidFormsPreviewerRenderer.class b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/xamarindesigner/AndroidFormsPreviewerRenderer.class new file mode 100644 index 0000000..5d6724c Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/classes/xamarindesigner/AndroidFormsPreviewerRenderer.class differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/com.companyname.apk b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/com.companyname.apk new file mode 100644 index 0000000..6bf9478 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/com.companyname.apk differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/mono.android.jar b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/mono.android.jar new file mode 100644 index 0000000..bc3adf1 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/mono.android.jar differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/packaged_resources b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/packaged_resources new file mode 100644 index 0000000..a91cbb1 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/bin/packaged_resources differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/com/companyname/R.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/com/companyname/R.java new file mode 100644 index 0000000..0da1778 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/com/companyname/R.java @@ -0,0 +1,11704 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package com.companyname; + +public final class R { + public static final class anim { + public static final int abc_fade_in=0x7f050000; + public static final int abc_fade_out=0x7f050001; + public static final int abc_grow_fade_in_from_bottom=0x7f050002; + public static final int abc_popup_enter=0x7f050003; + public static final int abc_popup_exit=0x7f050004; + public static final int abc_shrink_fade_out_from_bottom=0x7f050005; + public static final int abc_slide_in_bottom=0x7f050006; + public static final int abc_slide_in_top=0x7f050007; + public static final int abc_slide_out_bottom=0x7f050008; + public static final int abc_slide_out_top=0x7f050009; + public static final int design_bottom_sheet_slide_in=0x7f05000a; + public static final int design_bottom_sheet_slide_out=0x7f05000b; + public static final int design_snackbar_in=0x7f05000c; + public static final int design_snackbar_out=0x7f05000d; + public static final int tooltip_enter=0x7f05000e; + public static final int tooltip_exit=0x7f05000f; + } + public static final class animator { + public static final int design_appbar_state_list_animator=0x7f060000; + } + public static final class attr { + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarDivider=0x7f01006b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarItemBackground=0x7f01006c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarPopupTheme=0x7f010065; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ */ + public static final int actionBarSize=0x7f01006a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarSplitStyle=0x7f010067; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarStyle=0x7f010066; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTabBarStyle=0x7f010061; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTabStyle=0x7f010060; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTabTextStyle=0x7f010062; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTheme=0x7f010068; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarWidgetTheme=0x7f010069; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionButtonStyle=0x7f010086; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionDropDownStyle=0x7f010082; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionLayout=0x7f0100dd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionMenuTextAppearance=0x7f01006d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int actionMenuTextColor=0x7f01006e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeBackground=0x7f010071; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCloseButtonStyle=0x7f010070; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCloseDrawable=0x7f010073; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCopyDrawable=0x7f010075; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCutDrawable=0x7f010074; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeFindDrawable=0x7f010079; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModePasteDrawable=0x7f010076; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModePopupWindowStyle=0x7f01007b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeSelectAllDrawable=0x7f010077; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeShareDrawable=0x7f010078; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeSplitBackground=0x7f010072; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeStyle=0x7f01006f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeWebSearchDrawable=0x7f01007a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionOverflowButtonStyle=0x7f010063; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionOverflowMenuStyle=0x7f010064; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int actionProviderClass=0x7f0100df; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int actionViewClass=0x7f0100de; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int activityChooserViewStyle=0x7f01008e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int alertDialogButtonGroupStyle=0x7f0100b3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int alertDialogCenterButtons=0x7f0100b4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int alertDialogStyle=0x7f0100b2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int alertDialogTheme=0x7f0100b5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int allowStacking=0x7f0100cb; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int alpha=0x7f0100cc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static final int alphabeticModifiers=0x7f0100da; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int arrowHeadLength=0x7f0100d3; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int arrowShaftLength=0x7f0100d4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int autoCompleteTextViewStyle=0x7f0100ba; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int autoSizeMaxTextSize=0x7f010054; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int autoSizeMinTextSize=0x7f010053; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int autoSizePresetSizes=0x7f010052; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int autoSizeStepGranularity=0x7f010051; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ */ + public static final int autoSizeTextType=0x7f010050; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int background=0x7f01002e; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int backgroundSplit=0x7f010030; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int backgroundStacked=0x7f01002f; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int backgroundTint=0x7f010116; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static final int backgroundTintMode=0x7f010117; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int barLength=0x7f0100d5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int behavior_autoHide=0x7f010141; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int behavior_hideable=0x7f01011e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int behavior_overlapTop=0x7f01014a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ */ + public static final int behavior_peekHeight=0x7f01011d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int behavior_skipCollapsed=0x7f01011f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int borderWidth=0x7f01013f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int borderlessButtonStyle=0x7f01008b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int bottomSheetDialogTheme=0x7f010139; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int bottomSheetStyle=0x7f01013a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarButtonStyle=0x7f010088; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarNegativeButtonStyle=0x7f0100b8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarNeutralButtonStyle=0x7f0100b9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarPositiveButtonStyle=0x7f0100b7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarStyle=0x7f010087; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ */ + public static final int buttonGravity=0x7f01010b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonPanelSideLayout=0x7f010043; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonStyle=0x7f0100bb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonStyleSmall=0x7f0100bc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int buttonTint=0x7f0100cd; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static final int buttonTintMode=0x7f0100ce; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int cardBackgroundColor=0x7f010017; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int cardCornerRadius=0x7f010018; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int cardElevation=0x7f010019; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int cardMaxElevation=0x7f01001a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int cardPreventCornerOverlap=0x7f01001c; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int cardUseCompatPadding=0x7f01001b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int checkboxStyle=0x7f0100bd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int checkedTextViewStyle=0x7f0100be; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int closeIcon=0x7f0100ee; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int closeItemLayout=0x7f010040; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int collapseContentDescription=0x7f01010d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int collapseIcon=0x7f01010c; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static final int collapsedTitleGravity=0x7f01012c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int collapsedTitleTextAppearance=0x7f010126; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int color=0x7f0100cf; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorAccent=0x7f0100aa; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorBackgroundFloating=0x7f0100b1; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorButtonNormal=0x7f0100ae; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorControlActivated=0x7f0100ac; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorControlHighlight=0x7f0100ad; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorControlNormal=0x7f0100ab; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int colorError=0x7f0100ca; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorPrimary=0x7f0100a8; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorPrimaryDark=0x7f0100a9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorSwitchThumbNormal=0x7f0100af; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int commitIcon=0x7f0100f3; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentDescription=0x7f0100e0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetEnd=0x7f010039; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetEndWithActions=0x7f01003d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetLeft=0x7f01003a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetRight=0x7f01003b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetStart=0x7f010038; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetStartWithNavigation=0x7f01003c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentPadding=0x7f01001d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentPaddingBottom=0x7f010021; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentPaddingLeft=0x7f01001e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentPaddingRight=0x7f01001f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentPaddingTop=0x7f010020; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentScrim=0x7f010127; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int controlBackground=0x7f0100b0; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int counterEnabled=0x7f010160; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int counterMaxLength=0x7f010161; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int counterOverflowTextAppearance=0x7f010163; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int counterTextAppearance=0x7f010162; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int customNavigationLayout=0x7f010031; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int defaultQueryHint=0x7f0100ed; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int dialogPreferredPadding=0x7f010080; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dialogTheme=0x7f01007f; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ */ + public static final int displayOptions=0x7f010027; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int divider=0x7f01002d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dividerHorizontal=0x7f01008d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int dividerPadding=0x7f0100d9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dividerVertical=0x7f01008c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int drawableSize=0x7f0100d1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int drawerArrowStyle=0x7f010022; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dropDownListViewStyle=0x7f01009f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int dropdownListPreferredItemHeight=0x7f010083; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int editTextBackground=0x7f010094; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int editTextColor=0x7f010093; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int editTextStyle=0x7f0100bf; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int elevation=0x7f01003e; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int errorEnabled=0x7f01015e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int errorTextAppearance=0x7f01015f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int expandActivityOverflowButtonDrawable=0x7f010042; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int expanded=0x7f010118; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static final int expandedTitleGravity=0x7f01012d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int expandedTitleMargin=0x7f010120; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int expandedTitleMarginBottom=0x7f010124; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int expandedTitleMarginEnd=0x7f010123; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int expandedTitleMarginStart=0x7f010121; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int expandedTitleMarginTop=0x7f010122; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int expandedTitleTextAppearance=0x7f010125; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int externalRouteEnabledDrawable=0x7f010015; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ */ + public static final int fabSize=0x7f01013d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int fastScrollEnabled=0x7f010004; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int fastScrollHorizontalThumbDrawable=0x7f010007; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int fastScrollHorizontalTrackDrawable=0x7f010008; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int fastScrollVerticalThumbDrawable=0x7f010005; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int fastScrollVerticalTrackDrawable=0x7f010006; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int font=0x7f010171; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int fontFamily=0x7f010055; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int fontProviderAuthority=0x7f01016a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int fontProviderCerts=0x7f01016d; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ */ + public static final int fontProviderFetchStrategy=0x7f01016e; + /**

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ */ + public static final int fontProviderFetchTimeout=0x7f01016f; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int fontProviderPackage=0x7f01016b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int fontProviderQuery=0x7f01016c; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ */ + public static final int fontStyle=0x7f010170; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int fontWeight=0x7f010172; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int foregroundInsidePadding=0x7f010142; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int gapBetweenBars=0x7f0100d2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int goIcon=0x7f0100ef; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int headerLayout=0x7f010148; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int height=0x7f010023; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int hideOnContentScroll=0x7f010037; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int hintAnimationEnabled=0x7f010164; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int hintEnabled=0x7f01015d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int hintTextAppearance=0x7f01015c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int homeAsUpIndicator=0x7f010085; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int homeLayout=0x7f010032; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int icon=0x7f01002b; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int iconTint=0x7f0100e2; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static final int iconTintMode=0x7f0100e3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int iconifiedByDefault=0x7f0100eb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int imageButtonStyle=0x7f010095; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int indeterminateProgressStyle=0x7f010034; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int initialActivityCount=0x7f010041; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int insetForeground=0x7f010149; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int isLightTheme=0x7f010024; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int itemBackground=0x7f010146; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int itemIconTint=0x7f010144; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int itemPadding=0x7f010036; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int itemTextAppearance=0x7f010147; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int itemTextColor=0x7f010145; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int keylines=0x7f010131; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int layout=0x7f0100ea; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int layoutManager=0x7f010000; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int layout_anchor=0x7f010134; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ */ + public static final int layout_anchorGravity=0x7f010136; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int layout_behavior=0x7f010133; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ */ + public static final int layout_collapseMode=0x7f01012f; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int layout_collapseParallaxMultiplier=0x7f010130; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ */ + public static final int layout_dodgeInsetEdges=0x7f010138; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ */ + public static final int layout_insetEdge=0x7f010137; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int layout_keyline=0x7f010135; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ */ + public static final int layout_scrollFlags=0x7f01011b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int layout_scrollInterpolator=0x7f01011c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listChoiceBackgroundIndicator=0x7f0100a7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listDividerAlertDialog=0x7f010081; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listItemLayout=0x7f010047; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listLayout=0x7f010044; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listMenuViewStyle=0x7f0100c7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listPopupWindowStyle=0x7f0100a0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemHeight=0x7f01009a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemHeightLarge=0x7f01009c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemHeightSmall=0x7f01009b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemPaddingLeft=0x7f01009d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemPaddingRight=0x7f01009e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int logo=0x7f01002c; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int logoDescription=0x7f010110; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int maxActionInlineWidth=0x7f01014b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int maxButtonHeight=0x7f01010a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int measureWithLargestChild=0x7f0100d7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRouteAudioTrackDrawable=0x7f010009; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRouteButtonStyle=0x7f01000a; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int mediaRouteButtonTint=0x7f010016; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRouteCloseDrawable=0x7f01000b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRouteControlPanelThemeOverlay=0x7f01000c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRouteDefaultIconDrawable=0x7f01000d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRoutePauseDrawable=0x7f01000e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRoutePlayDrawable=0x7f01000f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRouteSpeakerGroupIconDrawable=0x7f010010; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRouteSpeakerIconDrawable=0x7f010011; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRouteStopDrawable=0x7f010012; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRouteTheme=0x7f010013; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRouteTvIconDrawable=0x7f010014; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int menu=0x7f010143; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int multiChoiceItemLayout=0x7f010045; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int navigationContentDescription=0x7f01010f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int navigationIcon=0x7f01010e; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ */ + public static final int navigationMode=0x7f010026; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static final int numericModifiers=0x7f0100db; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int overlapAnchor=0x7f0100e6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int paddingBottomNoButtons=0x7f0100e8; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int paddingEnd=0x7f010114; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int paddingStart=0x7f010113; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int paddingTopNoTitle=0x7f0100e9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int panelBackground=0x7f0100a4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int panelMenuListTheme=0x7f0100a6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int panelMenuListWidth=0x7f0100a5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int passwordToggleContentDescription=0x7f010167; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int passwordToggleDrawable=0x7f010166; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int passwordToggleEnabled=0x7f010165; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int passwordToggleTint=0x7f010168; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static final int passwordToggleTintMode=0x7f010169; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int popupMenuStyle=0x7f010091; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int popupTheme=0x7f01003f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int popupWindowStyle=0x7f010092; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int preserveIconSpacing=0x7f0100e4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int pressedTranslationZ=0x7f01013e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int progressBarPadding=0x7f010035; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int progressBarStyle=0x7f010033; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int queryBackground=0x7f0100f5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int queryHint=0x7f0100ec; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int radioButtonStyle=0x7f0100c0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int ratingBarStyle=0x7f0100c1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int ratingBarStyleIndicator=0x7f0100c2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int ratingBarStyleSmall=0x7f0100c3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int reverseLayout=0x7f010002; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int rippleColor=0x7f01013c; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int scrimAnimationDuration=0x7f01012b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int scrimVisibleHeightTrigger=0x7f01012a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchHintIcon=0x7f0100f1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchIcon=0x7f0100f0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchViewStyle=0x7f010099; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int seekBarStyle=0x7f0100c4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int selectableItemBackground=0x7f010089; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int selectableItemBackgroundBorderless=0x7f01008a; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ */ + public static final int showAsAction=0x7f0100dc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ */ + public static final int showDividers=0x7f0100d8; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int showText=0x7f010101; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int showTitle=0x7f010048; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int singleChoiceItemLayout=0x7f010046; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int spanCount=0x7f010001; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int spinBars=0x7f0100d0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int spinnerDropDownItemStyle=0x7f010084; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int spinnerStyle=0x7f0100c5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int splitTrack=0x7f010100; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int srcCompat=0x7f010049; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int stackFromEnd=0x7f010003; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int state_above_anchor=0x7f0100e7; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int state_collapsed=0x7f010119; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int state_collapsible=0x7f01011a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int statusBarBackground=0x7f010132; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int statusBarScrim=0x7f010128; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int subMenuArrow=0x7f0100e5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int submitBackground=0x7f0100f6; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int subtitle=0x7f010028; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int subtitleTextAppearance=0x7f010103; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int subtitleTextColor=0x7f010112; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int subtitleTextStyle=0x7f01002a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int suggestionRowLayout=0x7f0100f4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int switchMinWidth=0x7f0100fe; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int switchPadding=0x7f0100ff; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int switchStyle=0x7f0100c6; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int switchTextAppearance=0x7f0100fd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int tabBackground=0x7f01014f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabContentStart=0x7f01014e; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ */ + public static final int tabGravity=0x7f010151; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabIndicatorColor=0x7f01014c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabIndicatorHeight=0x7f01014d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabMaxWidth=0x7f010153; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabMinWidth=0x7f010152; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ */ + public static final int tabMode=0x7f010150; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabPadding=0x7f01015b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabPaddingBottom=0x7f01015a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabPaddingEnd=0x7f010159; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabPaddingStart=0x7f010157; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabPaddingTop=0x7f010158; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabSelectedTextColor=0x7f010156; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int tabTextAppearance=0x7f010154; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabTextColor=0x7f010155; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + */ + public static final int textAllCaps=0x7f01004f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceLargePopupMenu=0x7f01007c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceListItem=0x7f0100a1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceListItemSecondary=0x7f0100a2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceListItemSmall=0x7f0100a3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearancePopupMenuHeader=0x7f01007e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceSearchResultSubtitle=0x7f010097; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceSearchResultTitle=0x7f010096; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceSmallPopupMenu=0x7f01007d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int textColorAlertDialogListItem=0x7f0100b6; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int textColorError=0x7f01013b; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int textColorSearchUrl=0x7f010098; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int theme=0x7f010115; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int thickness=0x7f0100d6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int thumbTextPadding=0x7f0100fc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int thumbTint=0x7f0100f7; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static final int thumbTintMode=0x7f0100f8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int tickMark=0x7f01004c; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tickMarkTint=0x7f01004d; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static final int tickMarkTintMode=0x7f01004e; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tint=0x7f01004a; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static final int tintMode=0x7f01004b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int title=0x7f010025; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleEnabled=0x7f01012e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMargin=0x7f010104; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMarginBottom=0x7f010108; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMarginEnd=0x7f010106; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMarginStart=0x7f010105; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMarginTop=0x7f010107; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMargins=0x7f010109; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int titleTextAppearance=0x7f010102; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleTextColor=0x7f010111; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int titleTextStyle=0x7f010029; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int toolbarId=0x7f010129; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int toolbarNavigationButtonStyle=0x7f010090; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int toolbarStyle=0x7f01008f; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int tooltipForegroundColor=0x7f0100c9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int tooltipFrameBackground=0x7f0100c8; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tooltipText=0x7f0100e1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int track=0x7f0100f9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int trackTint=0x7f0100fa; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static final int trackTintMode=0x7f0100fb; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int useCompatPadding=0x7f010140; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int voiceIcon=0x7f0100f2; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowActionBar=0x7f010056; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowActionBarOverlay=0x7f010058; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowActionModeOverlay=0x7f010059; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedHeightMajor=0x7f01005d; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedHeightMinor=0x7f01005b; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedWidthMajor=0x7f01005a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedWidthMinor=0x7f01005c; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowMinWidthMajor=0x7f01005e; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowMinWidthMinor=0x7f01005f; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowNoTitle=0x7f010057; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs=0x7f0e0000; + public static final int abc_allow_stacked_button_bar=0x7f0e0001; + public static final int abc_config_actionMenuItemAllCaps=0x7f0e0002; + public static final int abc_config_closeDialogWhenTouchOutside=0x7f0e0003; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f0e0004; + } + public static final class color { + public static final int abc_background_cache_hint_selector_material_dark=0x7f0d004f; + public static final int abc_background_cache_hint_selector_material_light=0x7f0d0050; + public static final int abc_btn_colored_borderless_text_material=0x7f0d0051; + public static final int abc_btn_colored_text_material=0x7f0d0052; + public static final int abc_color_highlight_material=0x7f0d0053; + public static final int abc_hint_foreground_material_dark=0x7f0d0054; + public static final int abc_hint_foreground_material_light=0x7f0d0055; + public static final int abc_input_method_navigation_guard=0x7f0d0004; + public static final int abc_primary_text_disable_only_material_dark=0x7f0d0056; + public static final int abc_primary_text_disable_only_material_light=0x7f0d0057; + public static final int abc_primary_text_material_dark=0x7f0d0058; + public static final int abc_primary_text_material_light=0x7f0d0059; + public static final int abc_search_url_text=0x7f0d005a; + public static final int abc_search_url_text_normal=0x7f0d0005; + public static final int abc_search_url_text_pressed=0x7f0d0006; + public static final int abc_search_url_text_selected=0x7f0d0007; + public static final int abc_secondary_text_material_dark=0x7f0d005b; + public static final int abc_secondary_text_material_light=0x7f0d005c; + public static final int abc_tint_btn_checkable=0x7f0d005d; + public static final int abc_tint_default=0x7f0d005e; + public static final int abc_tint_edittext=0x7f0d005f; + public static final int abc_tint_seek_thumb=0x7f0d0060; + public static final int abc_tint_spinner=0x7f0d0061; + public static final int abc_tint_switch_track=0x7f0d0062; + public static final int accent_material_dark=0x7f0d0008; + public static final int accent_material_light=0x7f0d0009; + public static final int background_floating_material_dark=0x7f0d000a; + public static final int background_floating_material_light=0x7f0d000b; + public static final int background_material_dark=0x7f0d000c; + public static final int background_material_light=0x7f0d000d; + public static final int bright_foreground_disabled_material_dark=0x7f0d000e; + public static final int bright_foreground_disabled_material_light=0x7f0d000f; + public static final int bright_foreground_inverse_material_dark=0x7f0d0010; + public static final int bright_foreground_inverse_material_light=0x7f0d0011; + public static final int bright_foreground_material_dark=0x7f0d0012; + public static final int bright_foreground_material_light=0x7f0d0013; + public static final int button_material_dark=0x7f0d0014; + public static final int button_material_light=0x7f0d0015; + public static final int cardview_dark_background=0x7f0d0000; + public static final int cardview_light_background=0x7f0d0001; + public static final int cardview_shadow_end_color=0x7f0d0002; + public static final int cardview_shadow_start_color=0x7f0d0003; + public static final int colorAccent=0x7f0d004e; + public static final int colorPrimary=0x7f0d004c; + public static final int colorPrimaryDark=0x7f0d004d; + public static final int design_bottom_navigation_shadow_color=0x7f0d0040; + public static final int design_error=0x7f0d0063; + public static final int design_fab_shadow_end_color=0x7f0d0041; + public static final int design_fab_shadow_mid_color=0x7f0d0042; + public static final int design_fab_shadow_start_color=0x7f0d0043; + public static final int design_fab_stroke_end_inner_color=0x7f0d0044; + public static final int design_fab_stroke_end_outer_color=0x7f0d0045; + public static final int design_fab_stroke_top_inner_color=0x7f0d0046; + public static final int design_fab_stroke_top_outer_color=0x7f0d0047; + public static final int design_snackbar_background_color=0x7f0d0048; + public static final int design_tint_password_toggle=0x7f0d0064; + public static final int dim_foreground_disabled_material_dark=0x7f0d0016; + public static final int dim_foreground_disabled_material_light=0x7f0d0017; + public static final int dim_foreground_material_dark=0x7f0d0018; + public static final int dim_foreground_material_light=0x7f0d0019; + public static final int error_color_material=0x7f0d001a; + public static final int foreground_material_dark=0x7f0d001b; + public static final int foreground_material_light=0x7f0d001c; + public static final int highlighted_text_material_dark=0x7f0d001d; + public static final int highlighted_text_material_light=0x7f0d001e; + public static final int launcher_background=0x7f0d004b; + public static final int material_blue_grey_800=0x7f0d001f; + public static final int material_blue_grey_900=0x7f0d0020; + public static final int material_blue_grey_950=0x7f0d0021; + public static final int material_deep_teal_200=0x7f0d0022; + public static final int material_deep_teal_500=0x7f0d0023; + public static final int material_grey_100=0x7f0d0024; + public static final int material_grey_300=0x7f0d0025; + public static final int material_grey_50=0x7f0d0026; + public static final int material_grey_600=0x7f0d0027; + public static final int material_grey_800=0x7f0d0028; + public static final int material_grey_850=0x7f0d0029; + public static final int material_grey_900=0x7f0d002a; + public static final int notification_action_color_filter=0x7f0d0049; + public static final int notification_icon_bg_color=0x7f0d004a; + public static final int notification_material_background_media_default_color=0x7f0d003f; + public static final int primary_dark_material_dark=0x7f0d002b; + public static final int primary_dark_material_light=0x7f0d002c; + public static final int primary_material_dark=0x7f0d002d; + public static final int primary_material_light=0x7f0d002e; + public static final int primary_text_default_material_dark=0x7f0d002f; + public static final int primary_text_default_material_light=0x7f0d0030; + public static final int primary_text_disabled_material_dark=0x7f0d0031; + public static final int primary_text_disabled_material_light=0x7f0d0032; + public static final int ripple_material_dark=0x7f0d0033; + public static final int ripple_material_light=0x7f0d0034; + public static final int secondary_text_default_material_dark=0x7f0d0035; + public static final int secondary_text_default_material_light=0x7f0d0036; + public static final int secondary_text_disabled_material_dark=0x7f0d0037; + public static final int secondary_text_disabled_material_light=0x7f0d0038; + public static final int switch_thumb_disabled_material_dark=0x7f0d0039; + public static final int switch_thumb_disabled_material_light=0x7f0d003a; + public static final int switch_thumb_material_dark=0x7f0d0065; + public static final int switch_thumb_material_light=0x7f0d0066; + public static final int switch_thumb_normal_material_dark=0x7f0d003b; + public static final int switch_thumb_normal_material_light=0x7f0d003c; + public static final int tooltip_background_dark=0x7f0d003d; + public static final int tooltip_background_light=0x7f0d003e; + } + public static final class dimen { + public static final int abc_action_bar_content_inset_material=0x7f08001b; + public static final int abc_action_bar_content_inset_with_nav=0x7f08001c; + public static final int abc_action_bar_default_height_material=0x7f080010; + public static final int abc_action_bar_default_padding_end_material=0x7f08001d; + public static final int abc_action_bar_default_padding_start_material=0x7f08001e; + public static final int abc_action_bar_elevation_material=0x7f080020; + public static final int abc_action_bar_icon_vertical_padding_material=0x7f080021; + public static final int abc_action_bar_overflow_padding_end_material=0x7f080022; + public static final int abc_action_bar_overflow_padding_start_material=0x7f080023; + public static final int abc_action_bar_progress_bar_size=0x7f080011; + public static final int abc_action_bar_stacked_max_height=0x7f080024; + public static final int abc_action_bar_stacked_tab_max_width=0x7f080025; + public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f080026; + public static final int abc_action_bar_subtitle_top_margin_material=0x7f080027; + public static final int abc_action_button_min_height_material=0x7f080028; + public static final int abc_action_button_min_width_material=0x7f080029; + public static final int abc_action_button_min_width_overflow_material=0x7f08002a; + public static final int abc_alert_dialog_button_bar_height=0x7f08000f; + public static final int abc_button_inset_horizontal_material=0x7f08002b; + public static final int abc_button_inset_vertical_material=0x7f08002c; + public static final int abc_button_padding_horizontal_material=0x7f08002d; + public static final int abc_button_padding_vertical_material=0x7f08002e; + public static final int abc_cascading_menus_min_smallest_width=0x7f08002f; + public static final int abc_config_prefDialogWidth=0x7f080014; + public static final int abc_control_corner_material=0x7f080030; + public static final int abc_control_inset_material=0x7f080031; + public static final int abc_control_padding_material=0x7f080032; + public static final int abc_dialog_fixed_height_major=0x7f080015; + public static final int abc_dialog_fixed_height_minor=0x7f080016; + public static final int abc_dialog_fixed_width_major=0x7f080017; + public static final int abc_dialog_fixed_width_minor=0x7f080018; + public static final int abc_dialog_list_padding_bottom_no_buttons=0x7f080033; + public static final int abc_dialog_list_padding_top_no_title=0x7f080034; + public static final int abc_dialog_min_width_major=0x7f080019; + public static final int abc_dialog_min_width_minor=0x7f08001a; + public static final int abc_dialog_padding_material=0x7f080035; + public static final int abc_dialog_padding_top_material=0x7f080036; + public static final int abc_dialog_title_divider_material=0x7f080037; + public static final int abc_disabled_alpha_material_dark=0x7f080038; + public static final int abc_disabled_alpha_material_light=0x7f080039; + public static final int abc_dropdownitem_icon_width=0x7f08003a; + public static final int abc_dropdownitem_text_padding_left=0x7f08003b; + public static final int abc_dropdownitem_text_padding_right=0x7f08003c; + public static final int abc_edit_text_inset_bottom_material=0x7f08003d; + public static final int abc_edit_text_inset_horizontal_material=0x7f08003e; + public static final int abc_edit_text_inset_top_material=0x7f08003f; + public static final int abc_floating_window_z=0x7f080040; + public static final int abc_list_item_padding_horizontal_material=0x7f080041; + public static final int abc_panel_menu_list_width=0x7f080042; + public static final int abc_progress_bar_height_material=0x7f080043; + public static final int abc_search_view_preferred_height=0x7f080044; + public static final int abc_search_view_preferred_width=0x7f080045; + public static final int abc_seekbar_track_background_height_material=0x7f080046; + public static final int abc_seekbar_track_progress_height_material=0x7f080047; + public static final int abc_select_dialog_padding_start_material=0x7f080048; + public static final int abc_switch_padding=0x7f08001f; + public static final int abc_text_size_body_1_material=0x7f080049; + public static final int abc_text_size_body_2_material=0x7f08004a; + public static final int abc_text_size_button_material=0x7f08004b; + public static final int abc_text_size_caption_material=0x7f08004c; + public static final int abc_text_size_display_1_material=0x7f08004d; + public static final int abc_text_size_display_2_material=0x7f08004e; + public static final int abc_text_size_display_3_material=0x7f08004f; + public static final int abc_text_size_display_4_material=0x7f080050; + public static final int abc_text_size_headline_material=0x7f080051; + public static final int abc_text_size_large_material=0x7f080052; + public static final int abc_text_size_medium_material=0x7f080053; + public static final int abc_text_size_menu_header_material=0x7f080054; + public static final int abc_text_size_menu_material=0x7f080055; + public static final int abc_text_size_small_material=0x7f080056; + public static final int abc_text_size_subhead_material=0x7f080057; + public static final int abc_text_size_subtitle_material_toolbar=0x7f080012; + public static final int abc_text_size_title_material=0x7f080058; + public static final int abc_text_size_title_material_toolbar=0x7f080013; + public static final int cardview_compat_inset_shadow=0x7f08000c; + public static final int cardview_default_elevation=0x7f08000d; + public static final int cardview_default_radius=0x7f08000e; + public static final int compat_button_inset_horizontal_material=0x7f080094; + public static final int compat_button_inset_vertical_material=0x7f080095; + public static final int compat_button_padding_horizontal_material=0x7f080096; + public static final int compat_button_padding_vertical_material=0x7f080097; + public static final int compat_control_corner_material=0x7f080098; + public static final int design_appbar_elevation=0x7f080072; + public static final int design_bottom_navigation_active_item_max_width=0x7f080073; + public static final int design_bottom_navigation_active_text_size=0x7f080074; + public static final int design_bottom_navigation_elevation=0x7f080075; + public static final int design_bottom_navigation_height=0x7f080076; + public static final int design_bottom_navigation_item_max_width=0x7f080077; + public static final int design_bottom_navigation_item_min_width=0x7f080078; + public static final int design_bottom_navigation_margin=0x7f080079; + public static final int design_bottom_navigation_shadow_height=0x7f08007a; + public static final int design_bottom_navigation_text_size=0x7f08007b; + public static final int design_bottom_sheet_modal_elevation=0x7f08007c; + public static final int design_bottom_sheet_peek_height_min=0x7f08007d; + public static final int design_fab_border_width=0x7f08007e; + public static final int design_fab_elevation=0x7f08007f; + public static final int design_fab_image_size=0x7f080080; + public static final int design_fab_size_mini=0x7f080081; + public static final int design_fab_size_normal=0x7f080082; + public static final int design_fab_translation_z_pressed=0x7f080083; + public static final int design_navigation_elevation=0x7f080084; + public static final int design_navigation_icon_padding=0x7f080085; + public static final int design_navigation_icon_size=0x7f080086; + public static final int design_navigation_max_width=0x7f08006a; + public static final int design_navigation_padding_bottom=0x7f080087; + public static final int design_navigation_separator_vertical_padding=0x7f080088; + public static final int design_snackbar_action_inline_max_width=0x7f08006b; + public static final int design_snackbar_background_corner_radius=0x7f08006c; + public static final int design_snackbar_elevation=0x7f080089; + public static final int design_snackbar_extra_spacing_horizontal=0x7f08006d; + public static final int design_snackbar_max_width=0x7f08006e; + public static final int design_snackbar_min_width=0x7f08006f; + public static final int design_snackbar_padding_horizontal=0x7f08008a; + public static final int design_snackbar_padding_vertical=0x7f08008b; + public static final int design_snackbar_padding_vertical_2lines=0x7f080070; + public static final int design_snackbar_text_size=0x7f08008c; + public static final int design_tab_max_width=0x7f08008d; + public static final int design_tab_scrollable_min_width=0x7f080071; + public static final int design_tab_text_size=0x7f08008e; + public static final int design_tab_text_size_2line=0x7f08008f; + public static final int disabled_alpha_material_dark=0x7f080059; + public static final int disabled_alpha_material_light=0x7f08005a; + public static final int fastscroll_default_thickness=0x7f080000; + public static final int fastscroll_margin=0x7f080001; + public static final int fastscroll_minimum_range=0x7f080002; + public static final int highlight_alpha_material_colored=0x7f08005b; + public static final int highlight_alpha_material_dark=0x7f08005c; + public static final int highlight_alpha_material_light=0x7f08005d; + public static final int hint_alpha_material_dark=0x7f08005e; + public static final int hint_alpha_material_light=0x7f08005f; + public static final int hint_pressed_alpha_material_dark=0x7f080060; + public static final int hint_pressed_alpha_material_light=0x7f080061; + public static final int item_touch_helper_max_drag_scroll_per_frame=0x7f080003; + public static final int item_touch_helper_swipe_escape_max_velocity=0x7f080004; + public static final int item_touch_helper_swipe_escape_velocity=0x7f080005; + public static final int mr_controller_volume_group_list_item_height=0x7f080006; + public static final int mr_controller_volume_group_list_item_icon_size=0x7f080007; + public static final int mr_controller_volume_group_list_max_height=0x7f080008; + public static final int mr_controller_volume_group_list_padding_top=0x7f08000b; + public static final int mr_dialog_fixed_width_major=0x7f080009; + public static final int mr_dialog_fixed_width_minor=0x7f08000a; + public static final int notification_action_icon_size=0x7f080099; + public static final int notification_action_text_size=0x7f08009a; + public static final int notification_big_circle_margin=0x7f08009b; + public static final int notification_content_margin_start=0x7f080091; + public static final int notification_large_icon_height=0x7f08009c; + public static final int notification_large_icon_width=0x7f08009d; + public static final int notification_main_column_padding_top=0x7f080092; + public static final int notification_media_narrow_margin=0x7f080093; + public static final int notification_right_icon_size=0x7f08009e; + public static final int notification_right_side_padding_top=0x7f080090; + public static final int notification_small_icon_background_padding=0x7f08009f; + public static final int notification_small_icon_size_as_large=0x7f0800a0; + public static final int notification_subtext_size=0x7f0800a1; + public static final int notification_top_pad=0x7f0800a2; + public static final int notification_top_pad_large_text=0x7f0800a3; + public static final int tooltip_corner_radius=0x7f080062; + public static final int tooltip_horizontal_padding=0x7f080063; + public static final int tooltip_margin=0x7f080064; + public static final int tooltip_precise_anchor_extra_offset=0x7f080065; + public static final int tooltip_precise_anchor_threshold=0x7f080066; + public static final int tooltip_vertical_padding=0x7f080067; + public static final int tooltip_y_offset_non_touch=0x7f080068; + public static final int tooltip_y_offset_touch=0x7f080069; + } + public static final class drawable { + public static final int abc_ab_share_pack_mtrl_alpha=0x7f020000; + public static final int abc_action_bar_item_background_material=0x7f020001; + public static final int abc_btn_borderless_material=0x7f020002; + public static final int abc_btn_check_material=0x7f020003; + public static final int abc_btn_check_to_on_mtrl_000=0x7f020004; + public static final int abc_btn_check_to_on_mtrl_015=0x7f020005; + public static final int abc_btn_colored_material=0x7f020006; + public static final int abc_btn_default_mtrl_shape=0x7f020007; + public static final int abc_btn_radio_material=0x7f020008; + public static final int abc_btn_radio_to_on_mtrl_000=0x7f020009; + public static final int abc_btn_radio_to_on_mtrl_015=0x7f02000a; + public static final int abc_btn_switch_to_on_mtrl_00001=0x7f02000b; + public static final int abc_btn_switch_to_on_mtrl_00012=0x7f02000c; + public static final int abc_cab_background_internal_bg=0x7f02000d; + public static final int abc_cab_background_top_material=0x7f02000e; + public static final int abc_cab_background_top_mtrl_alpha=0x7f02000f; + public static final int abc_control_background_material=0x7f020010; + public static final int abc_dialog_material_background=0x7f020011; + public static final int abc_edit_text_material=0x7f020012; + public static final int abc_ic_ab_back_material=0x7f020013; + public static final int abc_ic_arrow_drop_right_black_24dp=0x7f020014; + public static final int abc_ic_clear_material=0x7f020015; + public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f020016; + public static final int abc_ic_go_search_api_material=0x7f020017; + public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f020018; + public static final int abc_ic_menu_cut_mtrl_alpha=0x7f020019; + public static final int abc_ic_menu_overflow_material=0x7f02001a; + public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001b; + public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f02001c; + public static final int abc_ic_menu_share_mtrl_alpha=0x7f02001d; + public static final int abc_ic_search_api_material=0x7f02001e; + public static final int abc_ic_star_black_16dp=0x7f02001f; + public static final int abc_ic_star_black_36dp=0x7f020020; + public static final int abc_ic_star_black_48dp=0x7f020021; + public static final int abc_ic_star_half_black_16dp=0x7f020022; + public static final int abc_ic_star_half_black_36dp=0x7f020023; + public static final int abc_ic_star_half_black_48dp=0x7f020024; + public static final int abc_ic_voice_search_api_material=0x7f020025; + public static final int abc_item_background_holo_dark=0x7f020026; + public static final int abc_item_background_holo_light=0x7f020027; + public static final int abc_list_divider_mtrl_alpha=0x7f020028; + public static final int abc_list_focused_holo=0x7f020029; + public static final int abc_list_longpressed_holo=0x7f02002a; + public static final int abc_list_pressed_holo_dark=0x7f02002b; + public static final int abc_list_pressed_holo_light=0x7f02002c; + public static final int abc_list_selector_background_transition_holo_dark=0x7f02002d; + public static final int abc_list_selector_background_transition_holo_light=0x7f02002e; + public static final int abc_list_selector_disabled_holo_dark=0x7f02002f; + public static final int abc_list_selector_disabled_holo_light=0x7f020030; + public static final int abc_list_selector_holo_dark=0x7f020031; + public static final int abc_list_selector_holo_light=0x7f020032; + public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f020033; + public static final int abc_popup_background_mtrl_mult=0x7f020034; + public static final int abc_ratingbar_indicator_material=0x7f020035; + public static final int abc_ratingbar_material=0x7f020036; + public static final int abc_ratingbar_small_material=0x7f020037; + public static final int abc_scrubber_control_off_mtrl_alpha=0x7f020038; + public static final int abc_scrubber_control_to_pressed_mtrl_000=0x7f020039; + public static final int abc_scrubber_control_to_pressed_mtrl_005=0x7f02003a; + public static final int abc_scrubber_primary_mtrl_alpha=0x7f02003b; + public static final int abc_scrubber_track_mtrl_alpha=0x7f02003c; + public static final int abc_seekbar_thumb_material=0x7f02003d; + public static final int abc_seekbar_tick_mark_material=0x7f02003e; + public static final int abc_seekbar_track_material=0x7f02003f; + public static final int abc_spinner_mtrl_am_alpha=0x7f020040; + public static final int abc_spinner_textfield_background_material=0x7f020041; + public static final int abc_switch_thumb_material=0x7f020042; + public static final int abc_switch_track_mtrl_alpha=0x7f020043; + public static final int abc_tab_indicator_material=0x7f020044; + public static final int abc_tab_indicator_mtrl_alpha=0x7f020045; + public static final int abc_text_cursor_material=0x7f020046; + public static final int abc_text_select_handle_left_mtrl_dark=0x7f020047; + public static final int abc_text_select_handle_left_mtrl_light=0x7f020048; + public static final int abc_text_select_handle_middle_mtrl_dark=0x7f020049; + public static final int abc_text_select_handle_middle_mtrl_light=0x7f02004a; + public static final int abc_text_select_handle_right_mtrl_dark=0x7f02004b; + public static final int abc_text_select_handle_right_mtrl_light=0x7f02004c; + public static final int abc_textfield_activated_mtrl_alpha=0x7f02004d; + public static final int abc_textfield_default_mtrl_alpha=0x7f02004e; + public static final int abc_textfield_search_activated_mtrl_alpha=0x7f02004f; + public static final int abc_textfield_search_default_mtrl_alpha=0x7f020050; + public static final int abc_textfield_search_material=0x7f020051; + public static final int abc_vector_test=0x7f020052; + public static final int avd_hide_password=0x7f020053; + public static final int avd_hide_password_1=0x7f020130; + public static final int avd_hide_password_2=0x7f020131; + public static final int avd_hide_password_3=0x7f020132; + public static final int avd_show_password=0x7f020054; + public static final int avd_show_password_1=0x7f020133; + public static final int avd_show_password_2=0x7f020134; + public static final int avd_show_password_3=0x7f020135; + public static final int design_bottom_navigation_item_background=0x7f020055; + public static final int design_fab_background=0x7f020056; + public static final int design_ic_visibility=0x7f020057; + public static final int design_ic_visibility_off=0x7f020058; + public static final int design_password_eye=0x7f020059; + public static final int design_snackbar_background=0x7f02005a; + public static final int ic_audiotrack_dark=0x7f02005b; + public static final int ic_audiotrack_light=0x7f02005c; + public static final int ic_dialog_close_dark=0x7f02005d; + public static final int ic_dialog_close_light=0x7f02005e; + public static final int ic_group_collapse_00=0x7f02005f; + public static final int ic_group_collapse_01=0x7f020060; + public static final int ic_group_collapse_02=0x7f020061; + public static final int ic_group_collapse_03=0x7f020062; + public static final int ic_group_collapse_04=0x7f020063; + public static final int ic_group_collapse_05=0x7f020064; + public static final int ic_group_collapse_06=0x7f020065; + public static final int ic_group_collapse_07=0x7f020066; + public static final int ic_group_collapse_08=0x7f020067; + public static final int ic_group_collapse_09=0x7f020068; + public static final int ic_group_collapse_10=0x7f020069; + public static final int ic_group_collapse_11=0x7f02006a; + public static final int ic_group_collapse_12=0x7f02006b; + public static final int ic_group_collapse_13=0x7f02006c; + public static final int ic_group_collapse_14=0x7f02006d; + public static final int ic_group_collapse_15=0x7f02006e; + public static final int ic_group_expand_00=0x7f02006f; + public static final int ic_group_expand_01=0x7f020070; + public static final int ic_group_expand_02=0x7f020071; + public static final int ic_group_expand_03=0x7f020072; + public static final int ic_group_expand_04=0x7f020073; + public static final int ic_group_expand_05=0x7f020074; + public static final int ic_group_expand_06=0x7f020075; + public static final int ic_group_expand_07=0x7f020076; + public static final int ic_group_expand_08=0x7f020077; + public static final int ic_group_expand_09=0x7f020078; + public static final int ic_group_expand_10=0x7f020079; + public static final int ic_group_expand_11=0x7f02007a; + public static final int ic_group_expand_12=0x7f02007b; + public static final int ic_group_expand_13=0x7f02007c; + public static final int ic_group_expand_14=0x7f02007d; + public static final int ic_group_expand_15=0x7f02007e; + public static final int ic_media_pause_dark=0x7f02007f; + public static final int ic_media_pause_light=0x7f020080; + public static final int ic_media_play_dark=0x7f020081; + public static final int ic_media_play_light=0x7f020082; + public static final int ic_media_stop_dark=0x7f020083; + public static final int ic_media_stop_light=0x7f020084; + public static final int ic_mr_button_connected_00_dark=0x7f020085; + public static final int ic_mr_button_connected_00_light=0x7f020086; + public static final int ic_mr_button_connected_01_dark=0x7f020087; + public static final int ic_mr_button_connected_01_light=0x7f020088; + public static final int ic_mr_button_connected_02_dark=0x7f020089; + public static final int ic_mr_button_connected_02_light=0x7f02008a; + public static final int ic_mr_button_connected_03_dark=0x7f02008b; + public static final int ic_mr_button_connected_03_light=0x7f02008c; + public static final int ic_mr_button_connected_04_dark=0x7f02008d; + public static final int ic_mr_button_connected_04_light=0x7f02008e; + public static final int ic_mr_button_connected_05_dark=0x7f02008f; + public static final int ic_mr_button_connected_05_light=0x7f020090; + public static final int ic_mr_button_connected_06_dark=0x7f020091; + public static final int ic_mr_button_connected_06_light=0x7f020092; + public static final int ic_mr_button_connected_07_dark=0x7f020093; + public static final int ic_mr_button_connected_07_light=0x7f020094; + public static final int ic_mr_button_connected_08_dark=0x7f020095; + public static final int ic_mr_button_connected_08_light=0x7f020096; + public static final int ic_mr_button_connected_09_dark=0x7f020097; + public static final int ic_mr_button_connected_09_light=0x7f020098; + public static final int ic_mr_button_connected_10_dark=0x7f020099; + public static final int ic_mr_button_connected_10_light=0x7f02009a; + public static final int ic_mr_button_connected_11_dark=0x7f02009b; + public static final int ic_mr_button_connected_11_light=0x7f02009c; + public static final int ic_mr_button_connected_12_dark=0x7f02009d; + public static final int ic_mr_button_connected_12_light=0x7f02009e; + public static final int ic_mr_button_connected_13_dark=0x7f02009f; + public static final int ic_mr_button_connected_13_light=0x7f0200a0; + public static final int ic_mr_button_connected_14_dark=0x7f0200a1; + public static final int ic_mr_button_connected_14_light=0x7f0200a2; + public static final int ic_mr_button_connected_15_dark=0x7f0200a3; + public static final int ic_mr_button_connected_15_light=0x7f0200a4; + public static final int ic_mr_button_connected_16_dark=0x7f0200a5; + public static final int ic_mr_button_connected_16_light=0x7f0200a6; + public static final int ic_mr_button_connected_17_dark=0x7f0200a7; + public static final int ic_mr_button_connected_17_light=0x7f0200a8; + public static final int ic_mr_button_connected_18_dark=0x7f0200a9; + public static final int ic_mr_button_connected_18_light=0x7f0200aa; + public static final int ic_mr_button_connected_19_dark=0x7f0200ab; + public static final int ic_mr_button_connected_19_light=0x7f0200ac; + public static final int ic_mr_button_connected_20_dark=0x7f0200ad; + public static final int ic_mr_button_connected_20_light=0x7f0200ae; + public static final int ic_mr_button_connected_21_dark=0x7f0200af; + public static final int ic_mr_button_connected_21_light=0x7f0200b0; + public static final int ic_mr_button_connected_22_dark=0x7f0200b1; + public static final int ic_mr_button_connected_22_light=0x7f0200b2; + public static final int ic_mr_button_connected_23_dark=0x7f0200b3; + public static final int ic_mr_button_connected_23_light=0x7f0200b4; + public static final int ic_mr_button_connected_24_dark=0x7f0200b5; + public static final int ic_mr_button_connected_24_light=0x7f0200b6; + public static final int ic_mr_button_connected_25_dark=0x7f0200b7; + public static final int ic_mr_button_connected_25_light=0x7f0200b8; + public static final int ic_mr_button_connected_26_dark=0x7f0200b9; + public static final int ic_mr_button_connected_26_light=0x7f0200ba; + public static final int ic_mr_button_connected_27_dark=0x7f0200bb; + public static final int ic_mr_button_connected_27_light=0x7f0200bc; + public static final int ic_mr_button_connected_28_dark=0x7f0200bd; + public static final int ic_mr_button_connected_28_light=0x7f0200be; + public static final int ic_mr_button_connected_29_dark=0x7f0200bf; + public static final int ic_mr_button_connected_29_light=0x7f0200c0; + public static final int ic_mr_button_connected_30_dark=0x7f0200c1; + public static final int ic_mr_button_connected_30_light=0x7f0200c2; + public static final int ic_mr_button_connecting_00_dark=0x7f0200c3; + public static final int ic_mr_button_connecting_00_light=0x7f0200c4; + public static final int ic_mr_button_connecting_01_dark=0x7f0200c5; + public static final int ic_mr_button_connecting_01_light=0x7f0200c6; + public static final int ic_mr_button_connecting_02_dark=0x7f0200c7; + public static final int ic_mr_button_connecting_02_light=0x7f0200c8; + public static final int ic_mr_button_connecting_03_dark=0x7f0200c9; + public static final int ic_mr_button_connecting_03_light=0x7f0200ca; + public static final int ic_mr_button_connecting_04_dark=0x7f0200cb; + public static final int ic_mr_button_connecting_04_light=0x7f0200cc; + public static final int ic_mr_button_connecting_05_dark=0x7f0200cd; + public static final int ic_mr_button_connecting_05_light=0x7f0200ce; + public static final int ic_mr_button_connecting_06_dark=0x7f0200cf; + public static final int ic_mr_button_connecting_06_light=0x7f0200d0; + public static final int ic_mr_button_connecting_07_dark=0x7f0200d1; + public static final int ic_mr_button_connecting_07_light=0x7f0200d2; + public static final int ic_mr_button_connecting_08_dark=0x7f0200d3; + public static final int ic_mr_button_connecting_08_light=0x7f0200d4; + public static final int ic_mr_button_connecting_09_dark=0x7f0200d5; + public static final int ic_mr_button_connecting_09_light=0x7f0200d6; + public static final int ic_mr_button_connecting_10_dark=0x7f0200d7; + public static final int ic_mr_button_connecting_10_light=0x7f0200d8; + public static final int ic_mr_button_connecting_11_dark=0x7f0200d9; + public static final int ic_mr_button_connecting_11_light=0x7f0200da; + public static final int ic_mr_button_connecting_12_dark=0x7f0200db; + public static final int ic_mr_button_connecting_12_light=0x7f0200dc; + public static final int ic_mr_button_connecting_13_dark=0x7f0200dd; + public static final int ic_mr_button_connecting_13_light=0x7f0200de; + public static final int ic_mr_button_connecting_14_dark=0x7f0200df; + public static final int ic_mr_button_connecting_14_light=0x7f0200e0; + public static final int ic_mr_button_connecting_15_dark=0x7f0200e1; + public static final int ic_mr_button_connecting_15_light=0x7f0200e2; + public static final int ic_mr_button_connecting_16_dark=0x7f0200e3; + public static final int ic_mr_button_connecting_16_light=0x7f0200e4; + public static final int ic_mr_button_connecting_17_dark=0x7f0200e5; + public static final int ic_mr_button_connecting_17_light=0x7f0200e6; + public static final int ic_mr_button_connecting_18_dark=0x7f0200e7; + public static final int ic_mr_button_connecting_18_light=0x7f0200e8; + public static final int ic_mr_button_connecting_19_dark=0x7f0200e9; + public static final int ic_mr_button_connecting_19_light=0x7f0200ea; + public static final int ic_mr_button_connecting_20_dark=0x7f0200eb; + public static final int ic_mr_button_connecting_20_light=0x7f0200ec; + public static final int ic_mr_button_connecting_21_dark=0x7f0200ed; + public static final int ic_mr_button_connecting_21_light=0x7f0200ee; + public static final int ic_mr_button_connecting_22_dark=0x7f0200ef; + public static final int ic_mr_button_connecting_22_light=0x7f0200f0; + public static final int ic_mr_button_connecting_23_dark=0x7f0200f1; + public static final int ic_mr_button_connecting_23_light=0x7f0200f2; + public static final int ic_mr_button_connecting_24_dark=0x7f0200f3; + public static final int ic_mr_button_connecting_24_light=0x7f0200f4; + public static final int ic_mr_button_connecting_25_dark=0x7f0200f5; + public static final int ic_mr_button_connecting_25_light=0x7f0200f6; + public static final int ic_mr_button_connecting_26_dark=0x7f0200f7; + public static final int ic_mr_button_connecting_26_light=0x7f0200f8; + public static final int ic_mr_button_connecting_27_dark=0x7f0200f9; + public static final int ic_mr_button_connecting_27_light=0x7f0200fa; + public static final int ic_mr_button_connecting_28_dark=0x7f0200fb; + public static final int ic_mr_button_connecting_28_light=0x7f0200fc; + public static final int ic_mr_button_connecting_29_dark=0x7f0200fd; + public static final int ic_mr_button_connecting_29_light=0x7f0200fe; + public static final int ic_mr_button_connecting_30_dark=0x7f0200ff; + public static final int ic_mr_button_connecting_30_light=0x7f020100; + public static final int ic_mr_button_disabled_dark=0x7f020101; + public static final int ic_mr_button_disabled_light=0x7f020102; + public static final int ic_mr_button_disconnected_dark=0x7f020103; + public static final int ic_mr_button_disconnected_light=0x7f020104; + public static final int ic_mr_button_grey=0x7f020105; + public static final int ic_vol_type_speaker_dark=0x7f020106; + public static final int ic_vol_type_speaker_group_dark=0x7f020107; + public static final int ic_vol_type_speaker_group_light=0x7f020108; + public static final int ic_vol_type_speaker_light=0x7f020109; + public static final int ic_vol_type_tv_dark=0x7f02010a; + public static final int ic_vol_type_tv_light=0x7f02010b; + public static final int icon=0x7f02010c; + public static final int mr_button_connected_dark=0x7f02010d; + public static final int mr_button_connected_light=0x7f02010e; + public static final int mr_button_connecting_dark=0x7f02010f; + public static final int mr_button_connecting_light=0x7f020110; + public static final int mr_button_dark=0x7f020111; + public static final int mr_button_light=0x7f020112; + public static final int mr_dialog_close_dark=0x7f020113; + public static final int mr_dialog_close_light=0x7f020114; + public static final int mr_dialog_material_background_dark=0x7f020115; + public static final int mr_dialog_material_background_light=0x7f020116; + public static final int mr_group_collapse=0x7f020117; + public static final int mr_group_expand=0x7f020118; + public static final int mr_media_pause_dark=0x7f020119; + public static final int mr_media_pause_light=0x7f02011a; + public static final int mr_media_play_dark=0x7f02011b; + public static final int mr_media_play_light=0x7f02011c; + public static final int mr_media_stop_dark=0x7f02011d; + public static final int mr_media_stop_light=0x7f02011e; + public static final int mr_vol_type_audiotrack_dark=0x7f02011f; + public static final int mr_vol_type_audiotrack_light=0x7f020120; + public static final int navigation_empty_icon=0x7f020121; + public static final int notification_action_background=0x7f020122; + public static final int notification_bg=0x7f020123; + public static final int notification_bg_low=0x7f020124; + public static final int notification_bg_low_normal=0x7f020125; + public static final int notification_bg_low_pressed=0x7f020126; + public static final int notification_bg_normal=0x7f020127; + public static final int notification_bg_normal_pressed=0x7f020128; + public static final int notification_icon_background=0x7f020129; + public static final int notification_template_icon_bg=0x7f02012e; + public static final int notification_template_icon_low_bg=0x7f02012f; + public static final int notification_tile_bg=0x7f02012a; + public static final int notify_panel_notification_icon_bg=0x7f02012b; + public static final int tooltip_frame_dark=0x7f02012c; + public static final int tooltip_frame_light=0x7f02012d; + } + public static final class id { + public static final int ALT=0x7f090032; + public static final int CTRL=0x7f090033; + public static final int FUNCTION=0x7f090034; + public static final int META=0x7f090035; + public static final int SHIFT=0x7f090036; + public static final int SYM=0x7f090037; + public static final int action0=0x7f0900b6; + public static final int action_bar=0x7f09007c; + public static final int action_bar_activity_content=0x7f090001; + public static final int action_bar_container=0x7f09007b; + public static final int action_bar_root=0x7f090077; + public static final int action_bar_spinner=0x7f090002; + public static final int action_bar_subtitle=0x7f09005b; + public static final int action_bar_title=0x7f09005a; + public static final int action_container=0x7f0900b3; + public static final int action_context_bar=0x7f09007d; + public static final int action_divider=0x7f0900ba; + public static final int action_image=0x7f0900b4; + public static final int action_menu_divider=0x7f090003; + public static final int action_menu_presenter=0x7f090004; + public static final int action_mode_bar=0x7f090079; + public static final int action_mode_bar_stub=0x7f090078; + public static final int action_mode_close_button=0x7f09005c; + public static final int action_text=0x7f0900b5; + public static final int actions=0x7f0900c3; + public static final int activity_chooser_view_content=0x7f09005d; + public static final int add=0x7f090027; + public static final int alertTitle=0x7f090070; + public static final int all=0x7f090052; + public static final int always=0x7f090038; + public static final int async=0x7f090056; + public static final int auto=0x7f090044; + public static final int beginning=0x7f09002f; + public static final int blocking=0x7f090057; + public static final int bottom=0x7f09003d; + public static final int buttonPanel=0x7f090063; + public static final int cancel_action=0x7f0900b7; + public static final int center=0x7f090045; + public static final int center_horizontal=0x7f090046; + public static final int center_vertical=0x7f090047; + public static final int checkbox=0x7f090073; + public static final int chronometer=0x7f0900bf; + public static final int clip_horizontal=0x7f09004e; + public static final int clip_vertical=0x7f09004f; + public static final int collapseActionView=0x7f090039; + public static final int container=0x7f09008d; + public static final int contentPanel=0x7f090066; + public static final int coordinator=0x7f09008e; + public static final int custom=0x7f09006d; + public static final int customPanel=0x7f09006c; + public static final int decor_content_parent=0x7f09007a; + public static final int default_activity_button=0x7f090060; + public static final int design_bottom_sheet=0x7f090090; + public static final int design_menu_item_action_area=0x7f090097; + public static final int design_menu_item_action_area_stub=0x7f090096; + public static final int design_menu_item_text=0x7f090095; + public static final int design_navigation_view=0x7f090094; + public static final int disableHome=0x7f090020; + public static final int edit_query=0x7f09007e; + public static final int end=0x7f090030; + public static final int end_padder=0x7f0900c5; + public static final int enterAlways=0x7f09003f; + public static final int enterAlwaysCollapsed=0x7f090040; + public static final int exitUntilCollapsed=0x7f090041; + public static final int expand_activities_button=0x7f09005e; + public static final int expanded_menu=0x7f090072; + public static final int fill=0x7f090050; + public static final int fill_horizontal=0x7f090051; + public static final int fill_vertical=0x7f090048; + public static final int fixed=0x7f090054; + public static final int forever=0x7f090058; + public static final int ghost_view=0x7f09000a; + public static final int home=0x7f090005; + public static final int homeAsUp=0x7f090021; + public static final int icon=0x7f090062; + public static final int icon_group=0x7f0900c4; + public static final int ifRoom=0x7f09003a; + public static final int image=0x7f09005f; + public static final int info=0x7f0900c0; + public static final int italic=0x7f090059; + public static final int item_touch_helper_previous_elevation=0x7f090000; + public static final int largeLabel=0x7f09008c; + public static final int left=0x7f090049; + public static final int line1=0x7f090017; + public static final int line3=0x7f090018; + public static final int listMode=0x7f09001d; + public static final int list_item=0x7f090061; + public static final int masked=0x7f0900ca; + public static final int media_actions=0x7f0900b9; + public static final int message=0x7f0900c8; + public static final int middle=0x7f090031; + public static final int mini=0x7f090053; + public static final int mr_art=0x7f0900a5; + public static final int mr_chooser_list=0x7f09009a; + public static final int mr_chooser_route_desc=0x7f09009d; + public static final int mr_chooser_route_icon=0x7f09009b; + public static final int mr_chooser_route_name=0x7f09009c; + public static final int mr_chooser_title=0x7f090099; + public static final int mr_close=0x7f0900a2; + public static final int mr_control_divider=0x7f0900a8; + public static final int mr_control_playback_ctrl=0x7f0900ae; + public static final int mr_control_subtitle=0x7f0900b1; + public static final int mr_control_title=0x7f0900b0; + public static final int mr_control_title_container=0x7f0900af; + public static final int mr_custom_control=0x7f0900a3; + public static final int mr_default_control=0x7f0900a4; + public static final int mr_dialog_area=0x7f09009f; + public static final int mr_expandable_area=0x7f09009e; + public static final int mr_group_expand_collapse=0x7f0900b2; + public static final int mr_media_main_control=0x7f0900a6; + public static final int mr_name=0x7f0900a1; + public static final int mr_playback_control=0x7f0900a7; + public static final int mr_title_bar=0x7f0900a0; + public static final int mr_volume_control=0x7f0900a9; + public static final int mr_volume_group_list=0x7f0900aa; + public static final int mr_volume_item_icon=0x7f0900ac; + public static final int mr_volume_slider=0x7f0900ad; + public static final int multiply=0x7f090028; + public static final int navigation_header_container=0x7f090093; + public static final int never=0x7f09003b; + public static final int none=0x7f090022; + public static final int normal=0x7f09001e; + public static final int notification_background=0x7f0900c2; + public static final int notification_main_column=0x7f0900bc; + public static final int notification_main_column_container=0x7f0900bb; + public static final int parallax=0x7f09004c; + public static final int parentPanel=0x7f090065; + public static final int parent_matrix=0x7f09000b; + public static final int pin=0x7f09004d; + public static final int progress_circular=0x7f090006; + public static final int progress_horizontal=0x7f090007; + public static final int radio=0x7f090075; + public static final int right=0x7f09004a; + public static final int right_icon=0x7f0900c1; + public static final int right_side=0x7f0900bd; + public static final int save_image_matrix=0x7f09000c; + public static final int save_non_transition_alpha=0x7f09000d; + public static final int save_scale_type=0x7f09000e; + public static final int screen=0x7f090029; + public static final int scroll=0x7f090042; + public static final int scrollIndicatorDown=0x7f09006b; + public static final int scrollIndicatorUp=0x7f090067; + public static final int scrollView=0x7f090068; + public static final int scrollable=0x7f090055; + public static final int search_badge=0x7f090080; + public static final int search_bar=0x7f09007f; + public static final int search_button=0x7f090081; + public static final int search_close_btn=0x7f090086; + public static final int search_edit_frame=0x7f090082; + public static final int search_go_btn=0x7f090088; + public static final int search_mag_icon=0x7f090083; + public static final int search_plate=0x7f090084; + public static final int search_src_text=0x7f090085; + public static final int search_voice_btn=0x7f090089; + public static final int select_dialog_listview=0x7f09008a; + public static final int shortcut=0x7f090074; + public static final int showCustom=0x7f090023; + public static final int showHome=0x7f090024; + public static final int showTitle=0x7f090025; + public static final int sliding_tabs=0x7f0900c6; + public static final int smallLabel=0x7f09008b; + public static final int snackbar_action=0x7f090092; + public static final int snackbar_text=0x7f090091; + public static final int snap=0x7f090043; + public static final int spacer=0x7f090064; + public static final int split_action_bar=0x7f090008; + public static final int src_atop=0x7f09002a; + public static final int src_in=0x7f09002b; + public static final int src_over=0x7f09002c; + public static final int start=0x7f09004b; + public static final int status_bar_latest_event_content=0x7f0900b8; + public static final int submenuarrow=0x7f090076; + public static final int submit_area=0x7f090087; + public static final int tabMode=0x7f09001f; + public static final int tag_transition_group=0x7f090019; + public static final int text=0x7f09001a; + public static final int text2=0x7f09001b; + public static final int textSpacerNoButtons=0x7f09006a; + public static final int textSpacerNoTitle=0x7f090069; + public static final int text_input_password_toggle=0x7f090098; + public static final int textinput_counter=0x7f090014; + public static final int textinput_error=0x7f090015; + public static final int time=0x7f0900be; + public static final int title=0x7f09001c; + public static final int titleDividerNoCustom=0x7f090071; + public static final int title_template=0x7f09006f; + public static final int toolbar=0x7f0900c7; + public static final int top=0x7f09003e; + public static final int topPanel=0x7f09006e; + public static final int touch_outside=0x7f09008f; + public static final int transition_current_scene=0x7f09000f; + public static final int transition_layout_save=0x7f090010; + public static final int transition_position=0x7f090011; + public static final int transition_scene_layoutid_cache=0x7f090012; + public static final int transition_transform=0x7f090013; + public static final int uniform=0x7f09002d; + public static final int up=0x7f090009; + public static final int useLogo=0x7f090026; + public static final int view_offset_helper=0x7f090016; + public static final int visible=0x7f0900c9; + public static final int volume_item_container=0x7f0900ab; + public static final int withText=0x7f09003c; + public static final int wrap_content=0x7f09002e; + } + public static final class integer { + public static final int abc_config_activityDefaultDur=0x7f0b0003; + public static final int abc_config_activityShortDur=0x7f0b0004; + public static final int app_bar_elevation_anim_duration=0x7f0b0008; + public static final int bottom_sheet_slide_duration=0x7f0b0009; + public static final int cancel_button_image_alpha=0x7f0b0005; + public static final int config_tooltipAnimTime=0x7f0b0006; + public static final int design_snackbar_text_max_lines=0x7f0b0007; + public static final int hide_password_duration=0x7f0b000a; + public static final int mr_controller_volume_group_list_animation_duration_ms=0x7f0b0000; + public static final int mr_controller_volume_group_list_fade_in_duration_ms=0x7f0b0001; + public static final int mr_controller_volume_group_list_fade_out_duration_ms=0x7f0b0002; + public static final int show_password_duration=0x7f0b000b; + public static final int status_bar_notification_info_maxnum=0x7f0b000c; + } + public static final class interpolator { + public static final int mr_fast_out_slow_in=0x7f070000; + public static final int mr_linear_out_slow_in=0x7f070001; + } + public static final class layout { + public static final int abc_action_bar_title_item=0x7f040000; + public static final int abc_action_bar_up_container=0x7f040001; + public static final int abc_action_menu_item_layout=0x7f040002; + public static final int abc_action_menu_layout=0x7f040003; + public static final int abc_action_mode_bar=0x7f040004; + public static final int abc_action_mode_close_item_material=0x7f040005; + public static final int abc_activity_chooser_view=0x7f040006; + public static final int abc_activity_chooser_view_list_item=0x7f040007; + public static final int abc_alert_dialog_button_bar_material=0x7f040008; + public static final int abc_alert_dialog_material=0x7f040009; + public static final int abc_alert_dialog_title_material=0x7f04000a; + public static final int abc_dialog_title_material=0x7f04000b; + public static final int abc_expanded_menu_layout=0x7f04000c; + public static final int abc_list_menu_item_checkbox=0x7f04000d; + public static final int abc_list_menu_item_icon=0x7f04000e; + public static final int abc_list_menu_item_layout=0x7f04000f; + public static final int abc_list_menu_item_radio=0x7f040010; + public static final int abc_popup_menu_header_item_layout=0x7f040011; + public static final int abc_popup_menu_item_layout=0x7f040012; + public static final int abc_screen_content_include=0x7f040013; + public static final int abc_screen_simple=0x7f040014; + public static final int abc_screen_simple_overlay_action_mode=0x7f040015; + public static final int abc_screen_toolbar=0x7f040016; + public static final int abc_search_dropdown_item_icons_2line=0x7f040017; + public static final int abc_search_view=0x7f040018; + public static final int abc_select_dialog_material=0x7f040019; + public static final int design_bottom_navigation_item=0x7f04001a; + public static final int design_bottom_sheet_dialog=0x7f04001b; + public static final int design_layout_snackbar=0x7f04001c; + public static final int design_layout_snackbar_include=0x7f04001d; + public static final int design_layout_tab_icon=0x7f04001e; + public static final int design_layout_tab_text=0x7f04001f; + public static final int design_menu_item_action_area=0x7f040020; + public static final int design_navigation_item=0x7f040021; + public static final int design_navigation_item_header=0x7f040022; + public static final int design_navigation_item_separator=0x7f040023; + public static final int design_navigation_item_subheader=0x7f040024; + public static final int design_navigation_menu=0x7f040025; + public static final int design_navigation_menu_item=0x7f040026; + public static final int design_text_input_password_icon=0x7f040027; + public static final int mr_chooser_dialog=0x7f040028; + public static final int mr_chooser_list_item=0x7f040029; + public static final int mr_controller_material_dialog_b=0x7f04002a; + public static final int mr_controller_volume_item=0x7f04002b; + public static final int mr_playback_control=0x7f04002c; + public static final int mr_volume_control=0x7f04002d; + public static final int notification_action=0x7f04002e; + public static final int notification_action_tombstone=0x7f04002f; + public static final int notification_media_action=0x7f040030; + public static final int notification_media_cancel_action=0x7f040031; + public static final int notification_template_big_media=0x7f040032; + public static final int notification_template_big_media_custom=0x7f040033; + public static final int notification_template_big_media_narrow=0x7f040034; + public static final int notification_template_big_media_narrow_custom=0x7f040035; + public static final int notification_template_custom_big=0x7f040036; + public static final int notification_template_icon_group=0x7f040037; + public static final int notification_template_lines_media=0x7f040038; + public static final int notification_template_media=0x7f040039; + public static final int notification_template_media_custom=0x7f04003a; + public static final int notification_template_part_chronometer=0x7f04003b; + public static final int notification_template_part_time=0x7f04003c; + public static final int select_dialog_item_material=0x7f04003d; + public static final int select_dialog_multichoice_material=0x7f04003e; + public static final int select_dialog_singlechoice_material=0x7f04003f; + public static final int support_simple_spinner_dropdown_item=0x7f040040; + public static final int tabbar=0x7f040041; + public static final int toolbar=0x7f040042; + public static final int tooltip=0x7f040043; + } + public static final class mipmap { + public static final int icon=0x7f030000; + public static final int icon_round=0x7f030001; + public static final int launcher_foreground=0x7f030002; + } + public static final class string { + public static final int abc_action_bar_home_description=0x7f0a0015; + public static final int abc_action_bar_up_description=0x7f0a0016; + public static final int abc_action_menu_overflow_description=0x7f0a0017; + public static final int abc_action_mode_done=0x7f0a0018; + public static final int abc_activity_chooser_view_see_all=0x7f0a0019; + public static final int abc_activitychooserview_choose_application=0x7f0a001a; + public static final int abc_capital_off=0x7f0a001b; + public static final int abc_capital_on=0x7f0a001c; + public static final int abc_font_family_body_1_material=0x7f0a0027; + public static final int abc_font_family_body_2_material=0x7f0a0028; + public static final int abc_font_family_button_material=0x7f0a0029; + public static final int abc_font_family_caption_material=0x7f0a002a; + public static final int abc_font_family_display_1_material=0x7f0a002b; + public static final int abc_font_family_display_2_material=0x7f0a002c; + public static final int abc_font_family_display_3_material=0x7f0a002d; + public static final int abc_font_family_display_4_material=0x7f0a002e; + public static final int abc_font_family_headline_material=0x7f0a002f; + public static final int abc_font_family_menu_material=0x7f0a0030; + public static final int abc_font_family_subhead_material=0x7f0a0031; + public static final int abc_font_family_title_material=0x7f0a0032; + public static final int abc_search_hint=0x7f0a001d; + public static final int abc_searchview_description_clear=0x7f0a001e; + public static final int abc_searchview_description_query=0x7f0a001f; + public static final int abc_searchview_description_search=0x7f0a0020; + public static final int abc_searchview_description_submit=0x7f0a0021; + public static final int abc_searchview_description_voice=0x7f0a0022; + public static final int abc_shareactionprovider_share_with=0x7f0a0023; + public static final int abc_shareactionprovider_share_with_application=0x7f0a0024; + public static final int abc_toolbar_collapse_description=0x7f0a0025; + public static final int appbar_scrolling_view_behavior=0x7f0a0033; + public static final int bottom_sheet_behavior=0x7f0a0034; + public static final int character_counter_pattern=0x7f0a0035; + public static final int mr_button_content_description=0x7f0a0000; + public static final int mr_cast_button_connected=0x7f0a0001; + public static final int mr_cast_button_connecting=0x7f0a0002; + public static final int mr_cast_button_disconnected=0x7f0a0003; + public static final int mr_chooser_searching=0x7f0a0004; + public static final int mr_chooser_title=0x7f0a0005; + public static final int mr_controller_album_art=0x7f0a0006; + public static final int mr_controller_casting_screen=0x7f0a0007; + public static final int mr_controller_close_description=0x7f0a0008; + public static final int mr_controller_collapse_group=0x7f0a0009; + public static final int mr_controller_disconnect=0x7f0a000a; + public static final int mr_controller_expand_group=0x7f0a000b; + public static final int mr_controller_no_info_available=0x7f0a000c; + public static final int mr_controller_no_media_selected=0x7f0a000d; + public static final int mr_controller_pause=0x7f0a000e; + public static final int mr_controller_play=0x7f0a000f; + public static final int mr_controller_stop=0x7f0a0010; + public static final int mr_controller_stop_casting=0x7f0a0011; + public static final int mr_controller_volume_slider=0x7f0a0012; + public static final int mr_system_route_name=0x7f0a0013; + public static final int mr_user_route_category_name=0x7f0a0014; + public static final int password_toggle_content_description=0x7f0a0036; + public static final int path_password_eye=0x7f0a0037; + public static final int path_password_eye_mask_strike_through=0x7f0a0038; + public static final int path_password_eye_mask_visible=0x7f0a0039; + public static final int path_password_strike_through=0x7f0a003a; + public static final int search_menu_title=0x7f0a0026; + public static final int status_bar_notification_info_overflow=0x7f0a003b; + } + public static final class style { + public static final int AlertDialog_AppCompat=0x7f0c00a4; + public static final int AlertDialog_AppCompat_Light=0x7f0c00a5; + public static final int Animation_AppCompat_Dialog=0x7f0c00a6; + public static final int Animation_AppCompat_DropDownUp=0x7f0c00a7; + public static final int Animation_AppCompat_Tooltip=0x7f0c00a8; + public static final int Animation_Design_BottomSheetDialog=0x7f0c016e; + public static final int AppCompatDialogStyle=0x7f0c0191; + public static final int Base_AlertDialog_AppCompat=0x7f0c00a9; + public static final int Base_AlertDialog_AppCompat_Light=0x7f0c00aa; + public static final int Base_Animation_AppCompat_Dialog=0x7f0c00ab; + public static final int Base_Animation_AppCompat_DropDownUp=0x7f0c00ac; + public static final int Base_Animation_AppCompat_Tooltip=0x7f0c00ad; + public static final int Base_CardView=0x7f0c000c; + public static final int Base_DialogWindowTitle_AppCompat=0x7f0c00ae; + public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0c00af; + public static final int Base_TextAppearance_AppCompat=0x7f0c0048; + public static final int Base_TextAppearance_AppCompat_Body1=0x7f0c0049; + public static final int Base_TextAppearance_AppCompat_Body2=0x7f0c004a; + public static final int Base_TextAppearance_AppCompat_Button=0x7f0c0036; + public static final int Base_TextAppearance_AppCompat_Caption=0x7f0c004b; + public static final int Base_TextAppearance_AppCompat_Display1=0x7f0c004c; + public static final int Base_TextAppearance_AppCompat_Display2=0x7f0c004d; + public static final int Base_TextAppearance_AppCompat_Display3=0x7f0c004e; + public static final int Base_TextAppearance_AppCompat_Display4=0x7f0c004f; + public static final int Base_TextAppearance_AppCompat_Headline=0x7f0c0050; + public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0c001a; + public static final int Base_TextAppearance_AppCompat_Large=0x7f0c0051; + public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0c001b; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c0052; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c0053; + public static final int Base_TextAppearance_AppCompat_Medium=0x7f0c0054; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0c001c; + public static final int Base_TextAppearance_AppCompat_Menu=0x7f0c0055; + public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0c00b0; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c0056; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0c0057; + public static final int Base_TextAppearance_AppCompat_Small=0x7f0c0058; + public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0c001d; + public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0c0059; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0c001e; + public static final int Base_TextAppearance_AppCompat_Title=0x7f0c005a; + public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0c001f; + public static final int Base_TextAppearance_AppCompat_Tooltip=0x7f0c00b1; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c0095; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c005b; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c005c; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c005d; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c005e; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c005f; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c0060; + public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f0c0061; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c009c; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c009d; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c0096; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00b2; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0062; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0063; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0064; + public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0c0065; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0066; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c00b3; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0067; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0068; + public static final int Base_Theme_AppCompat=0x7f0c0069; + public static final int Base_Theme_AppCompat_CompactMenu=0x7f0c00b4; + public static final int Base_Theme_AppCompat_Dialog=0x7f0c0020; + public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0c0021; + public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0c00b5; + public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0c0022; + public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0c0010; + public static final int Base_Theme_AppCompat_Light=0x7f0c006a; + public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0c00b6; + public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0c0023; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0c0024; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0c00b7; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0025; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0011; + public static final int Base_ThemeOverlay_AppCompat=0x7f0c00b8; + public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0c00b9; + public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0c00ba; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c00bb; + public static final int Base_ThemeOverlay_AppCompat_Dialog=0x7f0c0026; + public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c0027; + public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0c00bc; + public static final int Base_V11_Theme_AppCompat_Dialog=0x7f0c0028; + public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0c0029; + public static final int Base_V11_ThemeOverlay_AppCompat_Dialog=0x7f0c002a; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0c0032; + public static final int Base_V12_Widget_AppCompat_EditText=0x7f0c0033; + public static final int Base_V14_Widget_Design_AppBarLayout=0x7f0c016f; + public static final int Base_V21_Theme_AppCompat=0x7f0c006b; + public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0c006c; + public static final int Base_V21_Theme_AppCompat_Light=0x7f0c006d; + public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0c006e; + public static final int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0c006f; + public static final int Base_V21_Widget_Design_AppBarLayout=0x7f0c016b; + public static final int Base_V22_Theme_AppCompat=0x7f0c0093; + public static final int Base_V22_Theme_AppCompat_Light=0x7f0c0094; + public static final int Base_V23_Theme_AppCompat=0x7f0c0097; + public static final int Base_V23_Theme_AppCompat_Light=0x7f0c0098; + public static final int Base_V26_Theme_AppCompat=0x7f0c00a0; + public static final int Base_V26_Theme_AppCompat_Light=0x7f0c00a1; + public static final int Base_V26_Widget_AppCompat_Toolbar=0x7f0c00a2; + public static final int Base_V26_Widget_Design_AppBarLayout=0x7f0c016d; + public static final int Base_V7_Theme_AppCompat=0x7f0c00bd; + public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0c00be; + public static final int Base_V7_Theme_AppCompat_Light=0x7f0c00bf; + public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0c00c0; + public static final int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0c00c1; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0c00c2; + public static final int Base_V7_Widget_AppCompat_EditText=0x7f0c00c3; + public static final int Base_V7_Widget_AppCompat_Toolbar=0x7f0c00c4; + public static final int Base_Widget_AppCompat_ActionBar=0x7f0c00c5; + public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0c00c6; + public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0c00c7; + public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0c0070; + public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0c0071; + public static final int Base_Widget_AppCompat_ActionButton=0x7f0c0072; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0c0073; + public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0c0074; + public static final int Base_Widget_AppCompat_ActionMode=0x7f0c00c8; + public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0c00c9; + public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0c0034; + public static final int Base_Widget_AppCompat_Button=0x7f0c0075; + public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0c0076; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0c0077; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c00ca; + public static final int Base_Widget_AppCompat_Button_Colored=0x7f0c0099; + public static final int Base_Widget_AppCompat_Button_Small=0x7f0c0078; + public static final int Base_Widget_AppCompat_ButtonBar=0x7f0c0079; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c00cb; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0c007a; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0c007b; + public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0c00cc; + public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0c000f; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0c00cd; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0c007c; + public static final int Base_Widget_AppCompat_EditText=0x7f0c0035; + public static final int Base_Widget_AppCompat_ImageButton=0x7f0c007d; + public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0c00ce; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0c00cf; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c00d0; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0c007e; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c007f; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0c0080; + public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0c0081; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c0082; + public static final int Base_Widget_AppCompat_ListMenuView=0x7f0c00d1; + public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0c0083; + public static final int Base_Widget_AppCompat_ListView=0x7f0c0084; + public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0c0085; + public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0c0086; + public static final int Base_Widget_AppCompat_PopupMenu=0x7f0c0087; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0c0088; + public static final int Base_Widget_AppCompat_PopupWindow=0x7f0c00d2; + public static final int Base_Widget_AppCompat_ProgressBar=0x7f0c002b; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0c002c; + public static final int Base_Widget_AppCompat_RatingBar=0x7f0c0089; + public static final int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0c009a; + public static final int Base_Widget_AppCompat_RatingBar_Small=0x7f0c009b; + public static final int Base_Widget_AppCompat_SearchView=0x7f0c00d3; + public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0c00d4; + public static final int Base_Widget_AppCompat_SeekBar=0x7f0c008a; + public static final int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0c00d5; + public static final int Base_Widget_AppCompat_Spinner=0x7f0c008b; + public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0c0012; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0c008c; + public static final int Base_Widget_AppCompat_Toolbar=0x7f0c00a3; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c008d; + public static final int Base_Widget_Design_AppBarLayout=0x7f0c016c; + public static final int Base_Widget_Design_TabLayout=0x7f0c0170; + public static final int CardView=0x7f0c000b; + public static final int CardView_Dark=0x7f0c000d; + public static final int CardView_Light=0x7f0c000e; + public static final int MainTheme=0x7f0c018f; + /** Base theme applied no matter what API + */ + public static final int MainTheme_Base=0x7f0c0190; + public static final int Platform_AppCompat=0x7f0c002d; + public static final int Platform_AppCompat_Light=0x7f0c002e; + public static final int Platform_ThemeOverlay_AppCompat=0x7f0c008e; + public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0c008f; + public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0c0090; + public static final int Platform_V11_AppCompat=0x7f0c002f; + public static final int Platform_V11_AppCompat_Light=0x7f0c0030; + public static final int Platform_V14_AppCompat=0x7f0c0037; + public static final int Platform_V14_AppCompat_Light=0x7f0c0038; + public static final int Platform_V21_AppCompat=0x7f0c0091; + public static final int Platform_V21_AppCompat_Light=0x7f0c0092; + public static final int Platform_V25_AppCompat=0x7f0c009e; + public static final int Platform_V25_AppCompat_Light=0x7f0c009f; + public static final int Platform_Widget_AppCompat_Spinner=0x7f0c0031; + public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0c003a; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0c003b; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0c003c; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0c003d; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0c003e; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0c003f; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0c0040; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0c0041; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0c0042; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0c0043; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0c0044; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0c0045; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0c0046; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0c0047; + public static final int TextAppearance_AppCompat=0x7f0c00d6; + public static final int TextAppearance_AppCompat_Body1=0x7f0c00d7; + public static final int TextAppearance_AppCompat_Body2=0x7f0c00d8; + public static final int TextAppearance_AppCompat_Button=0x7f0c00d9; + public static final int TextAppearance_AppCompat_Caption=0x7f0c00da; + public static final int TextAppearance_AppCompat_Display1=0x7f0c00db; + public static final int TextAppearance_AppCompat_Display2=0x7f0c00dc; + public static final int TextAppearance_AppCompat_Display3=0x7f0c00dd; + public static final int TextAppearance_AppCompat_Display4=0x7f0c00de; + public static final int TextAppearance_AppCompat_Headline=0x7f0c00df; + public static final int TextAppearance_AppCompat_Inverse=0x7f0c00e0; + public static final int TextAppearance_AppCompat_Large=0x7f0c00e1; + public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0c00e2; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0c00e3; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0c00e4; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c00e5; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c00e6; + public static final int TextAppearance_AppCompat_Medium=0x7f0c00e7; + public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0c00e8; + public static final int TextAppearance_AppCompat_Menu=0x7f0c00e9; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c00ea; + public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0c00eb; + public static final int TextAppearance_AppCompat_Small=0x7f0c00ec; + public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0c00ed; + public static final int TextAppearance_AppCompat_Subhead=0x7f0c00ee; + public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0c00ef; + public static final int TextAppearance_AppCompat_Title=0x7f0c00f0; + public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0c00f1; + public static final int TextAppearance_AppCompat_Tooltip=0x7f0c0039; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c00f2; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c00f3; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c00f4; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c00f5; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c00f6; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c00f7; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0c00f8; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c00f9; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0c00fa; + public static final int TextAppearance_AppCompat_Widget_Button=0x7f0c00fb; + public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c00fc; + public static final int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c00fd; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c00fe; + public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00ff; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0100; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0101; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0102; + public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0c0103; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0104; + public static final int TextAppearance_Compat_Notification=0x7f0c0188; + public static final int TextAppearance_Compat_Notification_Info=0x7f0c0189; + public static final int TextAppearance_Compat_Notification_Info_Media=0x7f0c0165; + public static final int TextAppearance_Compat_Notification_Line2=0x7f0c018e; + public static final int TextAppearance_Compat_Notification_Line2_Media=0x7f0c0169; + public static final int TextAppearance_Compat_Notification_Media=0x7f0c0166; + public static final int TextAppearance_Compat_Notification_Time=0x7f0c018a; + public static final int TextAppearance_Compat_Notification_Time_Media=0x7f0c0167; + public static final int TextAppearance_Compat_Notification_Title=0x7f0c018b; + public static final int TextAppearance_Compat_Notification_Title_Media=0x7f0c0168; + public static final int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0c0171; + public static final int TextAppearance_Design_Counter=0x7f0c0172; + public static final int TextAppearance_Design_Counter_Overflow=0x7f0c0173; + public static final int TextAppearance_Design_Error=0x7f0c0174; + public static final int TextAppearance_Design_Hint=0x7f0c0175; + public static final int TextAppearance_Design_Snackbar_Message=0x7f0c0176; + public static final int TextAppearance_Design_Tab=0x7f0c0177; + public static final int TextAppearance_MediaRouter_PrimaryText=0x7f0c0000; + public static final int TextAppearance_MediaRouter_SecondaryText=0x7f0c0001; + public static final int TextAppearance_MediaRouter_Title=0x7f0c0002; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c0105; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0106; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0107; + public static final int Theme_AppCompat=0x7f0c0108; + public static final int Theme_AppCompat_CompactMenu=0x7f0c0109; + public static final int Theme_AppCompat_DayNight=0x7f0c0013; + public static final int Theme_AppCompat_DayNight_DarkActionBar=0x7f0c0014; + public static final int Theme_AppCompat_DayNight_Dialog=0x7f0c0015; + public static final int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0c0016; + public static final int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0c0017; + public static final int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0c0018; + public static final int Theme_AppCompat_DayNight_NoActionBar=0x7f0c0019; + public static final int Theme_AppCompat_Dialog=0x7f0c010a; + public static final int Theme_AppCompat_Dialog_Alert=0x7f0c010b; + public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0c010c; + public static final int Theme_AppCompat_DialogWhenLarge=0x7f0c010d; + public static final int Theme_AppCompat_Light=0x7f0c010e; + public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0c010f; + public static final int Theme_AppCompat_Light_Dialog=0x7f0c0110; + public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0c0111; + public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0112; + public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0113; + public static final int Theme_AppCompat_Light_NoActionBar=0x7f0c0114; + public static final int Theme_AppCompat_NoActionBar=0x7f0c0115; + public static final int Theme_Design=0x7f0c0178; + public static final int Theme_Design_BottomSheetDialog=0x7f0c0179; + public static final int Theme_Design_Light=0x7f0c017a; + public static final int Theme_Design_Light_BottomSheetDialog=0x7f0c017b; + public static final int Theme_Design_Light_NoActionBar=0x7f0c017c; + public static final int Theme_Design_NoActionBar=0x7f0c017d; + public static final int Theme_MediaRouter=0x7f0c0003; + public static final int Theme_MediaRouter_Light=0x7f0c0004; + public static final int Theme_MediaRouter_Light_DarkControlPanel=0x7f0c0005; + public static final int Theme_MediaRouter_LightControlPanel=0x7f0c0006; + public static final int ThemeOverlay_AppCompat=0x7f0c0116; + public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0c0117; + public static final int ThemeOverlay_AppCompat_Dark=0x7f0c0118; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c0119; + public static final int ThemeOverlay_AppCompat_Dialog=0x7f0c011a; + public static final int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c011b; + public static final int ThemeOverlay_AppCompat_Light=0x7f0c011c; + public static final int ThemeOverlay_MediaRouter_Dark=0x7f0c0007; + public static final int ThemeOverlay_MediaRouter_Light=0x7f0c0008; + public static final int Widget_AppCompat_ActionBar=0x7f0c011d; + public static final int Widget_AppCompat_ActionBar_Solid=0x7f0c011e; + public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0c011f; + public static final int Widget_AppCompat_ActionBar_TabText=0x7f0c0120; + public static final int Widget_AppCompat_ActionBar_TabView=0x7f0c0121; + public static final int Widget_AppCompat_ActionButton=0x7f0c0122; + public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0c0123; + public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0c0124; + public static final int Widget_AppCompat_ActionMode=0x7f0c0125; + public static final int Widget_AppCompat_ActivityChooserView=0x7f0c0126; + public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0c0127; + public static final int Widget_AppCompat_Button=0x7f0c0128; + public static final int Widget_AppCompat_Button_Borderless=0x7f0c0129; + public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0c012a; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c012b; + public static final int Widget_AppCompat_Button_Colored=0x7f0c012c; + public static final int Widget_AppCompat_Button_Small=0x7f0c012d; + public static final int Widget_AppCompat_ButtonBar=0x7f0c012e; + public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c012f; + public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0c0130; + public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0c0131; + public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0c0132; + public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0c0133; + public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0c0134; + public static final int Widget_AppCompat_EditText=0x7f0c0135; + public static final int Widget_AppCompat_ImageButton=0x7f0c0136; + public static final int Widget_AppCompat_Light_ActionBar=0x7f0c0137; + public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0c0138; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0c0139; + public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c013a; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0c013b; + public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0c013c; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c013d; + public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0c013e; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0c013f; + public static final int Widget_AppCompat_Light_ActionButton=0x7f0c0140; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0c0141; + public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0c0142; + public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0c0143; + public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0c0144; + public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0c0145; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0c0146; + public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0c0147; + public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0c0148; + public static final int Widget_AppCompat_Light_PopupMenu=0x7f0c0149; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c014a; + public static final int Widget_AppCompat_Light_SearchView=0x7f0c014b; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0c014c; + public static final int Widget_AppCompat_ListMenuView=0x7f0c014d; + public static final int Widget_AppCompat_ListPopupWindow=0x7f0c014e; + public static final int Widget_AppCompat_ListView=0x7f0c014f; + public static final int Widget_AppCompat_ListView_DropDown=0x7f0c0150; + public static final int Widget_AppCompat_ListView_Menu=0x7f0c0151; + public static final int Widget_AppCompat_PopupMenu=0x7f0c0152; + public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0c0153; + public static final int Widget_AppCompat_PopupWindow=0x7f0c0154; + public static final int Widget_AppCompat_ProgressBar=0x7f0c0155; + public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0c0156; + public static final int Widget_AppCompat_RatingBar=0x7f0c0157; + public static final int Widget_AppCompat_RatingBar_Indicator=0x7f0c0158; + public static final int Widget_AppCompat_RatingBar_Small=0x7f0c0159; + public static final int Widget_AppCompat_SearchView=0x7f0c015a; + public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0c015b; + public static final int Widget_AppCompat_SeekBar=0x7f0c015c; + public static final int Widget_AppCompat_SeekBar_Discrete=0x7f0c015d; + public static final int Widget_AppCompat_Spinner=0x7f0c015e; + public static final int Widget_AppCompat_Spinner_DropDown=0x7f0c015f; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c0160; + public static final int Widget_AppCompat_Spinner_Underlined=0x7f0c0161; + public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0c0162; + public static final int Widget_AppCompat_Toolbar=0x7f0c0163; + public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c0164; + public static final int Widget_Compat_NotificationActionContainer=0x7f0c018c; + public static final int Widget_Compat_NotificationActionText=0x7f0c018d; + public static final int Widget_Design_AppBarLayout=0x7f0c017e; + public static final int Widget_Design_BottomNavigationView=0x7f0c017f; + public static final int Widget_Design_BottomSheet_Modal=0x7f0c0180; + public static final int Widget_Design_CollapsingToolbar=0x7f0c0181; + public static final int Widget_Design_CoordinatorLayout=0x7f0c0182; + public static final int Widget_Design_FloatingActionButton=0x7f0c0183; + public static final int Widget_Design_NavigationView=0x7f0c0184; + public static final int Widget_Design_ScrimInsetsFrameLayout=0x7f0c0185; + public static final int Widget_Design_Snackbar=0x7f0c0186; + public static final int Widget_Design_TabLayout=0x7f0c016a; + public static final int Widget_Design_TextInputLayout=0x7f0c0187; + public static final int Widget_MediaRouter_Light_MediaRouteButton=0x7f0c0009; + public static final int Widget_MediaRouter_MediaRouteButton=0x7f0c000a; + } + public static final class styleable { + /** Attributes that can be used with a ActionBar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #ActionBar_background com.companyname:background}
{@link #ActionBar_backgroundSplit com.companyname:backgroundSplit}
{@link #ActionBar_backgroundStacked com.companyname:backgroundStacked}
{@link #ActionBar_contentInsetEnd com.companyname:contentInsetEnd}
{@link #ActionBar_contentInsetEndWithActions com.companyname:contentInsetEndWithActions}
{@link #ActionBar_contentInsetLeft com.companyname:contentInsetLeft}
{@link #ActionBar_contentInsetRight com.companyname:contentInsetRight}
{@link #ActionBar_contentInsetStart com.companyname:contentInsetStart}
{@link #ActionBar_contentInsetStartWithNavigation com.companyname:contentInsetStartWithNavigation}
{@link #ActionBar_customNavigationLayout com.companyname:customNavigationLayout}
{@link #ActionBar_displayOptions com.companyname:displayOptions}
{@link #ActionBar_divider com.companyname:divider}
{@link #ActionBar_elevation com.companyname:elevation}
{@link #ActionBar_height com.companyname:height}
{@link #ActionBar_hideOnContentScroll com.companyname:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator com.companyname:homeAsUpIndicator}
{@link #ActionBar_homeLayout com.companyname:homeLayout}
{@link #ActionBar_icon com.companyname:icon}
{@link #ActionBar_indeterminateProgressStyle com.companyname:indeterminateProgressStyle}
{@link #ActionBar_itemPadding com.companyname:itemPadding}
{@link #ActionBar_logo com.companyname:logo}
{@link #ActionBar_navigationMode com.companyname:navigationMode}
{@link #ActionBar_popupTheme com.companyname:popupTheme}
{@link #ActionBar_progressBarPadding com.companyname:progressBarPadding}
{@link #ActionBar_progressBarStyle com.companyname:progressBarStyle}
{@link #ActionBar_subtitle com.companyname:subtitle}
{@link #ActionBar_subtitleTextStyle com.companyname:subtitleTextStyle}
{@link #ActionBar_title com.companyname:title}
{@link #ActionBar_titleTextStyle com.companyname:titleTextStyle}
+ @see #ActionBar_background + @see #ActionBar_backgroundSplit + @see #ActionBar_backgroundStacked + @see #ActionBar_contentInsetEnd + @see #ActionBar_contentInsetEndWithActions + @see #ActionBar_contentInsetLeft + @see #ActionBar_contentInsetRight + @see #ActionBar_contentInsetStart + @see #ActionBar_contentInsetStartWithNavigation + @see #ActionBar_customNavigationLayout + @see #ActionBar_displayOptions + @see #ActionBar_divider + @see #ActionBar_elevation + @see #ActionBar_height + @see #ActionBar_hideOnContentScroll + @see #ActionBar_homeAsUpIndicator + @see #ActionBar_homeLayout + @see #ActionBar_icon + @see #ActionBar_indeterminateProgressStyle + @see #ActionBar_itemPadding + @see #ActionBar_logo + @see #ActionBar_navigationMode + @see #ActionBar_popupTheme + @see #ActionBar_progressBarPadding + @see #ActionBar_progressBarStyle + @see #ActionBar_subtitle + @see #ActionBar_subtitleTextStyle + @see #ActionBar_title + @see #ActionBar_titleTextStyle + */ + public static final int[] ActionBar = { + 0x7f010023, 0x7f010025, 0x7f010026, 0x7f010027, + 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, + 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, + 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, + 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, + 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, + 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, + 0x7f010085 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#background} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:background + */ + public static final int ActionBar_background = 10; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:backgroundSplit + */ + public static final int ActionBar_backgroundSplit = 12; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#backgroundStacked} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:backgroundStacked + */ + public static final int ActionBar_backgroundStacked = 11; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetEnd + */ + public static final int ActionBar_contentInsetEnd = 21; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetEndWithActions + */ + public static final int ActionBar_contentInsetEndWithActions = 25; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetLeft + */ + public static final int ActionBar_contentInsetLeft = 22; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetRight} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetRight + */ + public static final int ActionBar_contentInsetRight = 23; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetStart} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetStart + */ + public static final int ActionBar_contentInsetStart = 20; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetStartWithNavigation + */ + public static final int ActionBar_contentInsetStartWithNavigation = 24; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#customNavigationLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:customNavigationLayout + */ + public static final int ActionBar_customNavigationLayout = 13; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#displayOptions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ @attr name com.companyname:displayOptions + */ + public static final int ActionBar_displayOptions = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#divider} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:divider + */ + public static final int ActionBar_divider = 9; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#elevation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:elevation + */ + public static final int ActionBar_elevation = 26; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#height} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:height + */ + public static final int ActionBar_height = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#hideOnContentScroll} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:hideOnContentScroll + */ + public static final int ActionBar_hideOnContentScroll = 19; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:homeAsUpIndicator + */ + public static final int ActionBar_homeAsUpIndicator = 28; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#homeLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:homeLayout + */ + public static final int ActionBar_homeLayout = 14; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#icon} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:icon + */ + public static final int ActionBar_icon = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#indeterminateProgressStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:indeterminateProgressStyle + */ + public static final int ActionBar_indeterminateProgressStyle = 16; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#itemPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:itemPadding + */ + public static final int ActionBar_itemPadding = 18; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#logo} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:logo + */ + public static final int ActionBar_logo = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#navigationMode} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ @attr name com.companyname:navigationMode + */ + public static final int ActionBar_navigationMode = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#popupTheme} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:popupTheme + */ + public static final int ActionBar_popupTheme = 27; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#progressBarPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:progressBarPadding + */ + public static final int ActionBar_progressBarPadding = 17; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#progressBarStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:progressBarStyle + */ + public static final int ActionBar_progressBarStyle = 15; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#subtitle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:subtitle + */ + public static final int ActionBar_subtitle = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:subtitleTextStyle + */ + public static final int ActionBar_subtitleTextStyle = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#title} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:title + */ + public static final int ActionBar_title = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:titleTextStyle + */ + public static final int ActionBar_titleTextStyle = 5; + /** Attributes that can be used with a ActionBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout = { + 0x010100b3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #ActionBarLayout} array. + @attr name android:layout_gravity + */ + public static final int ActionBarLayout_android_layout_gravity = 0; + /** Attributes that can be used with a ActionMenuItemView. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView = { + 0x0101013f + }; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #ActionMenuItemView} array. + @attr name android:minWidth + */ + public static final int ActionMenuItemView_android_minWidth = 0; + /** Attributes that can be used with a ActionMenuView. + */ + public static final int[] ActionMenuView = { + + }; + /** Attributes that can be used with a ActionMode. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #ActionMode_background com.companyname:background}
{@link #ActionMode_backgroundSplit com.companyname:backgroundSplit}
{@link #ActionMode_closeItemLayout com.companyname:closeItemLayout}
{@link #ActionMode_height com.companyname:height}
{@link #ActionMode_subtitleTextStyle com.companyname:subtitleTextStyle}
{@link #ActionMode_titleTextStyle com.companyname:titleTextStyle}
+ @see #ActionMode_background + @see #ActionMode_backgroundSplit + @see #ActionMode_closeItemLayout + @see #ActionMode_height + @see #ActionMode_subtitleTextStyle + @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode = { + 0x7f010023, 0x7f010029, 0x7f01002a, 0x7f01002e, + 0x7f010030, 0x7f010040 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#background} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:background + */ + public static final int ActionMode_background = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionMode} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:backgroundSplit + */ + public static final int ActionMode_backgroundSplit = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#closeItemLayout} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:closeItemLayout + */ + public static final int ActionMode_closeItemLayout = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#height} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:height + */ + public static final int ActionMode_height = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:subtitleTextStyle + */ + public static final int ActionMode_subtitleTextStyle = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:titleTextStyle + */ + public static final int ActionMode_titleTextStyle = 1; + /** Attributes that can be used with a ActivityChooserView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.companyname:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount com.companyname:initialActivityCount}
+ @see #ActivityChooserView_expandActivityOverflowButtonDrawable + @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView = { + 0x7f010041, 0x7f010042 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#expandActivityOverflowButtonDrawable} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:expandActivityOverflowButtonDrawable + */ + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#initialActivityCount} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:initialActivityCount + */ + public static final int ActivityChooserView_initialActivityCount = 0; + /** Attributes that can be used with a AlertDialog. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout com.companyname:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout com.companyname:listItemLayout}
{@link #AlertDialog_listLayout com.companyname:listLayout}
{@link #AlertDialog_multiChoiceItemLayout com.companyname:multiChoiceItemLayout}
{@link #AlertDialog_showTitle com.companyname:showTitle}
{@link #AlertDialog_singleChoiceItemLayout com.companyname:singleChoiceItemLayout}
+ @see #AlertDialog_android_layout + @see #AlertDialog_buttonPanelSideLayout + @see #AlertDialog_listItemLayout + @see #AlertDialog_listLayout + @see #AlertDialog_multiChoiceItemLayout + @see #AlertDialog_showTitle + @see #AlertDialog_singleChoiceItemLayout + */ + public static final int[] AlertDialog = { + 0x010100f2, 0x7f010043, 0x7f010044, 0x7f010045, + 0x7f010046, 0x7f010047, 0x7f010048 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #AlertDialog} array. + @attr name android:layout + */ + public static final int AlertDialog_android_layout = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonPanelSideLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:buttonPanelSideLayout + */ + public static final int AlertDialog_buttonPanelSideLayout = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:listItemLayout + */ + public static final int AlertDialog_listItemLayout = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:listLayout + */ + public static final int AlertDialog_listLayout = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#multiChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:multiChoiceItemLayout + */ + public static final int AlertDialog_multiChoiceItemLayout = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#showTitle} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:showTitle + */ + public static final int AlertDialog_showTitle = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#singleChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:singleChoiceItemLayout + */ + public static final int AlertDialog_singleChoiceItemLayout = 4; + /** Attributes that can be used with a AppBarLayout. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #AppBarLayout_android_background android:background}
{@link #AppBarLayout_android_keyboardNavigationCluster android:keyboardNavigationCluster}
{@link #AppBarLayout_android_touchscreenBlocksFocus android:touchscreenBlocksFocus}
{@link #AppBarLayout_elevation com.companyname:elevation}
{@link #AppBarLayout_expanded com.companyname:expanded}
+ @see #AppBarLayout_android_background + @see #AppBarLayout_android_keyboardNavigationCluster + @see #AppBarLayout_android_touchscreenBlocksFocus + @see #AppBarLayout_elevation + @see #AppBarLayout_expanded + */ + public static final int[] AppBarLayout = { + 0x010100d4, 0x0101048f, 0x01010540, 0x7f01003e, + 0x7f010118 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:background + */ + public static final int AppBarLayout_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#keyboardNavigationCluster} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:keyboardNavigationCluster + */ + public static final int AppBarLayout_android_keyboardNavigationCluster = 2; + /** +

This symbol is the offset where the {@link android.R.attr#touchscreenBlocksFocus} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:touchscreenBlocksFocus + */ + public static final int AppBarLayout_android_touchscreenBlocksFocus = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#elevation} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:elevation + */ + public static final int AppBarLayout_elevation = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#expanded} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:expanded + */ + public static final int AppBarLayout_expanded = 4; + /** Attributes that can be used with a AppBarLayoutStates. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayoutStates_state_collapsed com.companyname:state_collapsed}
{@link #AppBarLayoutStates_state_collapsible com.companyname:state_collapsible}
+ @see #AppBarLayoutStates_state_collapsed + @see #AppBarLayoutStates_state_collapsible + */ + public static final int[] AppBarLayoutStates = { + 0x7f010119, 0x7f01011a + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#state_collapsed} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:state_collapsed + */ + public static final int AppBarLayoutStates_state_collapsed = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#state_collapsible} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:state_collapsible + */ + public static final int AppBarLayoutStates_state_collapsible = 1; + /** Attributes that can be used with a AppBarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayout_Layout_layout_scrollFlags com.companyname:layout_scrollFlags}
{@link #AppBarLayout_Layout_layout_scrollInterpolator com.companyname:layout_scrollInterpolator}
+ @see #AppBarLayout_Layout_layout_scrollFlags + @see #AppBarLayout_Layout_layout_scrollInterpolator + */ + public static final int[] AppBarLayout_Layout = { + 0x7f01011b, 0x7f01011c + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout_scrollFlags} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ @attr name com.companyname:layout_scrollFlags + */ + public static final int AppBarLayout_Layout_layout_scrollFlags = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout_scrollInterpolator} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:layout_scrollInterpolator + */ + public static final int AppBarLayout_Layout_layout_scrollInterpolator = 1; + /** Attributes that can be used with a AppCompatImageView. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatImageView_android_src android:src}
{@link #AppCompatImageView_srcCompat com.companyname:srcCompat}
{@link #AppCompatImageView_tint com.companyname:tint}
{@link #AppCompatImageView_tintMode com.companyname:tintMode}
+ @see #AppCompatImageView_android_src + @see #AppCompatImageView_srcCompat + @see #AppCompatImageView_tint + @see #AppCompatImageView_tintMode + */ + public static final int[] AppCompatImageView = { + 0x01010119, 0x7f010049, 0x7f01004a, 0x7f01004b + }; + /** +

This symbol is the offset where the {@link android.R.attr#src} + attribute's value can be found in the {@link #AppCompatImageView} array. + @attr name android:src + */ + public static final int AppCompatImageView_android_src = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#srcCompat} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:srcCompat + */ + public static final int AppCompatImageView_srcCompat = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tint} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tint + */ + public static final int AppCompatImageView_tint = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tintMode} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name com.companyname:tintMode + */ + public static final int AppCompatImageView_tintMode = 3; + /** Attributes that can be used with a AppCompatSeekBar. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatSeekBar_android_thumb android:thumb}
{@link #AppCompatSeekBar_tickMark com.companyname:tickMark}
{@link #AppCompatSeekBar_tickMarkTint com.companyname:tickMarkTint}
{@link #AppCompatSeekBar_tickMarkTintMode com.companyname:tickMarkTintMode}
+ @see #AppCompatSeekBar_android_thumb + @see #AppCompatSeekBar_tickMark + @see #AppCompatSeekBar_tickMarkTint + @see #AppCompatSeekBar_tickMarkTintMode + */ + public static final int[] AppCompatSeekBar = { + 0x01010142, 0x7f01004c, 0x7f01004d, 0x7f01004e + }; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + @attr name android:thumb + */ + public static final int AppCompatSeekBar_android_thumb = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tickMark} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:tickMark + */ + public static final int AppCompatSeekBar_tickMark = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tickMarkTint} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tickMarkTint + */ + public static final int AppCompatSeekBar_tickMarkTint = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tickMarkTintMode} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name com.companyname:tickMarkTintMode + */ + public static final int AppCompatSeekBar_tickMarkTintMode = 3; + /** Attributes that can be used with a AppCompatTextHelper. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextHelper_android_drawableBottom android:drawableBottom}
{@link #AppCompatTextHelper_android_drawableEnd android:drawableEnd}
{@link #AppCompatTextHelper_android_drawableLeft android:drawableLeft}
{@link #AppCompatTextHelper_android_drawableRight android:drawableRight}
{@link #AppCompatTextHelper_android_drawableStart android:drawableStart}
{@link #AppCompatTextHelper_android_drawableTop android:drawableTop}
{@link #AppCompatTextHelper_android_textAppearance android:textAppearance}
+ @see #AppCompatTextHelper_android_drawableBottom + @see #AppCompatTextHelper_android_drawableEnd + @see #AppCompatTextHelper_android_drawableLeft + @see #AppCompatTextHelper_android_drawableRight + @see #AppCompatTextHelper_android_drawableStart + @see #AppCompatTextHelper_android_drawableTop + @see #AppCompatTextHelper_android_textAppearance + */ + public static final int[] AppCompatTextHelper = { + 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, + 0x01010170, 0x01010392, 0x01010393 + }; + /** +

This symbol is the offset where the {@link android.R.attr#drawableBottom} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableBottom + */ + public static final int AppCompatTextHelper_android_drawableBottom = 2; + /** +

This symbol is the offset where the {@link android.R.attr#drawableEnd} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableEnd + */ + public static final int AppCompatTextHelper_android_drawableEnd = 6; + /** +

This symbol is the offset where the {@link android.R.attr#drawableLeft} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableLeft + */ + public static final int AppCompatTextHelper_android_drawableLeft = 3; + /** +

This symbol is the offset where the {@link android.R.attr#drawableRight} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableRight + */ + public static final int AppCompatTextHelper_android_drawableRight = 4; + /** +

This symbol is the offset where the {@link android.R.attr#drawableStart} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableStart + */ + public static final int AppCompatTextHelper_android_drawableStart = 5; + /** +

This symbol is the offset where the {@link android.R.attr#drawableTop} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableTop + */ + public static final int AppCompatTextHelper_android_drawableTop = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:textAppearance + */ + public static final int AppCompatTextHelper_android_textAppearance = 0; + /** Attributes that can be used with a AppCompatTextView. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_autoSizeMaxTextSize com.companyname:autoSizeMaxTextSize}
{@link #AppCompatTextView_autoSizeMinTextSize com.companyname:autoSizeMinTextSize}
{@link #AppCompatTextView_autoSizePresetSizes com.companyname:autoSizePresetSizes}
{@link #AppCompatTextView_autoSizeStepGranularity com.companyname:autoSizeStepGranularity}
{@link #AppCompatTextView_autoSizeTextType com.companyname:autoSizeTextType}
{@link #AppCompatTextView_fontFamily com.companyname:fontFamily}
{@link #AppCompatTextView_textAllCaps com.companyname:textAllCaps}
+ @see #AppCompatTextView_android_textAppearance + @see #AppCompatTextView_autoSizeMaxTextSize + @see #AppCompatTextView_autoSizeMinTextSize + @see #AppCompatTextView_autoSizePresetSizes + @see #AppCompatTextView_autoSizeStepGranularity + @see #AppCompatTextView_autoSizeTextType + @see #AppCompatTextView_fontFamily + @see #AppCompatTextView_textAllCaps + */ + public static final int[] AppCompatTextView = { + 0x01010034, 0x7f01004f, 0x7f010050, 0x7f010051, + 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextView} array. + @attr name android:textAppearance + */ + public static final int AppCompatTextView_android_textAppearance = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#autoSizeMaxTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:autoSizeMaxTextSize + */ + public static final int AppCompatTextView_autoSizeMaxTextSize = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#autoSizeMinTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:autoSizeMinTextSize + */ + public static final int AppCompatTextView_autoSizeMinTextSize = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#autoSizePresetSizes} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:autoSizePresetSizes + */ + public static final int AppCompatTextView_autoSizePresetSizes = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#autoSizeStepGranularity} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:autoSizeStepGranularity + */ + public static final int AppCompatTextView_autoSizeStepGranularity = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#autoSizeTextType} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ @attr name com.companyname:autoSizeTextType + */ + public static final int AppCompatTextView_autoSizeTextType = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fontFamily} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:fontFamily + */ + public static final int AppCompatTextView_fontFamily = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textAllCaps} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name com.companyname:textAllCaps + */ + public static final int AppCompatTextView_textAllCaps = 1; + /** Attributes that can be used with a AppCompatTheme. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTheme_actionBarDivider com.companyname:actionBarDivider}
{@link #AppCompatTheme_actionBarItemBackground com.companyname:actionBarItemBackground}
{@link #AppCompatTheme_actionBarPopupTheme com.companyname:actionBarPopupTheme}
{@link #AppCompatTheme_actionBarSize com.companyname:actionBarSize}
{@link #AppCompatTheme_actionBarSplitStyle com.companyname:actionBarSplitStyle}
{@link #AppCompatTheme_actionBarStyle com.companyname:actionBarStyle}
{@link #AppCompatTheme_actionBarTabBarStyle com.companyname:actionBarTabBarStyle}
{@link #AppCompatTheme_actionBarTabStyle com.companyname:actionBarTabStyle}
{@link #AppCompatTheme_actionBarTabTextStyle com.companyname:actionBarTabTextStyle}
{@link #AppCompatTheme_actionBarTheme com.companyname:actionBarTheme}
{@link #AppCompatTheme_actionBarWidgetTheme com.companyname:actionBarWidgetTheme}
{@link #AppCompatTheme_actionButtonStyle com.companyname:actionButtonStyle}
{@link #AppCompatTheme_actionDropDownStyle com.companyname:actionDropDownStyle}
{@link #AppCompatTheme_actionMenuTextAppearance com.companyname:actionMenuTextAppearance}
{@link #AppCompatTheme_actionMenuTextColor com.companyname:actionMenuTextColor}
{@link #AppCompatTheme_actionModeBackground com.companyname:actionModeBackground}
{@link #AppCompatTheme_actionModeCloseButtonStyle com.companyname:actionModeCloseButtonStyle}
{@link #AppCompatTheme_actionModeCloseDrawable com.companyname:actionModeCloseDrawable}
{@link #AppCompatTheme_actionModeCopyDrawable com.companyname:actionModeCopyDrawable}
{@link #AppCompatTheme_actionModeCutDrawable com.companyname:actionModeCutDrawable}
{@link #AppCompatTheme_actionModeFindDrawable com.companyname:actionModeFindDrawable}
{@link #AppCompatTheme_actionModePasteDrawable com.companyname:actionModePasteDrawable}
{@link #AppCompatTheme_actionModePopupWindowStyle com.companyname:actionModePopupWindowStyle}
{@link #AppCompatTheme_actionModeSelectAllDrawable com.companyname:actionModeSelectAllDrawable}
{@link #AppCompatTheme_actionModeShareDrawable com.companyname:actionModeShareDrawable}
{@link #AppCompatTheme_actionModeSplitBackground com.companyname:actionModeSplitBackground}
{@link #AppCompatTheme_actionModeStyle com.companyname:actionModeStyle}
{@link #AppCompatTheme_actionModeWebSearchDrawable com.companyname:actionModeWebSearchDrawable}
{@link #AppCompatTheme_actionOverflowButtonStyle com.companyname:actionOverflowButtonStyle}
{@link #AppCompatTheme_actionOverflowMenuStyle com.companyname:actionOverflowMenuStyle}
{@link #AppCompatTheme_activityChooserViewStyle com.companyname:activityChooserViewStyle}
{@link #AppCompatTheme_alertDialogButtonGroupStyle com.companyname:alertDialogButtonGroupStyle}
{@link #AppCompatTheme_alertDialogCenterButtons com.companyname:alertDialogCenterButtons}
{@link #AppCompatTheme_alertDialogStyle com.companyname:alertDialogStyle}
{@link #AppCompatTheme_alertDialogTheme com.companyname:alertDialogTheme}
{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating}
{@link #AppCompatTheme_autoCompleteTextViewStyle com.companyname:autoCompleteTextViewStyle}
{@link #AppCompatTheme_borderlessButtonStyle com.companyname:borderlessButtonStyle}
{@link #AppCompatTheme_buttonBarButtonStyle com.companyname:buttonBarButtonStyle}
{@link #AppCompatTheme_buttonBarNegativeButtonStyle com.companyname:buttonBarNegativeButtonStyle}
{@link #AppCompatTheme_buttonBarNeutralButtonStyle com.companyname:buttonBarNeutralButtonStyle}
{@link #AppCompatTheme_buttonBarPositiveButtonStyle com.companyname:buttonBarPositiveButtonStyle}
{@link #AppCompatTheme_buttonBarStyle com.companyname:buttonBarStyle}
{@link #AppCompatTheme_buttonStyle com.companyname:buttonStyle}
{@link #AppCompatTheme_buttonStyleSmall com.companyname:buttonStyleSmall}
{@link #AppCompatTheme_checkboxStyle com.companyname:checkboxStyle}
{@link #AppCompatTheme_checkedTextViewStyle com.companyname:checkedTextViewStyle}
{@link #AppCompatTheme_colorAccent com.companyname:colorAccent}
{@link #AppCompatTheme_colorBackgroundFloating com.companyname:colorBackgroundFloating}
{@link #AppCompatTheme_colorButtonNormal com.companyname:colorButtonNormal}
{@link #AppCompatTheme_colorControlActivated com.companyname:colorControlActivated}
{@link #AppCompatTheme_colorControlHighlight com.companyname:colorControlHighlight}
{@link #AppCompatTheme_colorControlNormal com.companyname:colorControlNormal}
{@link #AppCompatTheme_colorError com.companyname:colorError}
{@link #AppCompatTheme_colorPrimary com.companyname:colorPrimary}
{@link #AppCompatTheme_colorPrimaryDark com.companyname:colorPrimaryDark}
{@link #AppCompatTheme_colorSwitchThumbNormal com.companyname:colorSwitchThumbNormal}
{@link #AppCompatTheme_controlBackground com.companyname:controlBackground}
{@link #AppCompatTheme_dialogPreferredPadding com.companyname:dialogPreferredPadding}
{@link #AppCompatTheme_dialogTheme com.companyname:dialogTheme}
{@link #AppCompatTheme_dividerHorizontal com.companyname:dividerHorizontal}
{@link #AppCompatTheme_dividerVertical com.companyname:dividerVertical}
{@link #AppCompatTheme_dropDownListViewStyle com.companyname:dropDownListViewStyle}
{@link #AppCompatTheme_dropdownListPreferredItemHeight com.companyname:dropdownListPreferredItemHeight}
{@link #AppCompatTheme_editTextBackground com.companyname:editTextBackground}
{@link #AppCompatTheme_editTextColor com.companyname:editTextColor}
{@link #AppCompatTheme_editTextStyle com.companyname:editTextStyle}
{@link #AppCompatTheme_homeAsUpIndicator com.companyname:homeAsUpIndicator}
{@link #AppCompatTheme_imageButtonStyle com.companyname:imageButtonStyle}
{@link #AppCompatTheme_listChoiceBackgroundIndicator com.companyname:listChoiceBackgroundIndicator}
{@link #AppCompatTheme_listDividerAlertDialog com.companyname:listDividerAlertDialog}
{@link #AppCompatTheme_listMenuViewStyle com.companyname:listMenuViewStyle}
{@link #AppCompatTheme_listPopupWindowStyle com.companyname:listPopupWindowStyle}
{@link #AppCompatTheme_listPreferredItemHeight com.companyname:listPreferredItemHeight}
{@link #AppCompatTheme_listPreferredItemHeightLarge com.companyname:listPreferredItemHeightLarge}
{@link #AppCompatTheme_listPreferredItemHeightSmall com.companyname:listPreferredItemHeightSmall}
{@link #AppCompatTheme_listPreferredItemPaddingLeft com.companyname:listPreferredItemPaddingLeft}
{@link #AppCompatTheme_listPreferredItemPaddingRight com.companyname:listPreferredItemPaddingRight}
{@link #AppCompatTheme_panelBackground com.companyname:panelBackground}
{@link #AppCompatTheme_panelMenuListTheme com.companyname:panelMenuListTheme}
{@link #AppCompatTheme_panelMenuListWidth com.companyname:panelMenuListWidth}
{@link #AppCompatTheme_popupMenuStyle com.companyname:popupMenuStyle}
{@link #AppCompatTheme_popupWindowStyle com.companyname:popupWindowStyle}
{@link #AppCompatTheme_radioButtonStyle com.companyname:radioButtonStyle}
{@link #AppCompatTheme_ratingBarStyle com.companyname:ratingBarStyle}
{@link #AppCompatTheme_ratingBarStyleIndicator com.companyname:ratingBarStyleIndicator}
{@link #AppCompatTheme_ratingBarStyleSmall com.companyname:ratingBarStyleSmall}
{@link #AppCompatTheme_searchViewStyle com.companyname:searchViewStyle}
{@link #AppCompatTheme_seekBarStyle com.companyname:seekBarStyle}
{@link #AppCompatTheme_selectableItemBackground com.companyname:selectableItemBackground}
{@link #AppCompatTheme_selectableItemBackgroundBorderless com.companyname:selectableItemBackgroundBorderless}
{@link #AppCompatTheme_spinnerDropDownItemStyle com.companyname:spinnerDropDownItemStyle}
{@link #AppCompatTheme_spinnerStyle com.companyname:spinnerStyle}
{@link #AppCompatTheme_switchStyle com.companyname:switchStyle}
{@link #AppCompatTheme_textAppearanceLargePopupMenu com.companyname:textAppearanceLargePopupMenu}
{@link #AppCompatTheme_textAppearanceListItem com.companyname:textAppearanceListItem}
{@link #AppCompatTheme_textAppearanceListItemSecondary com.companyname:textAppearanceListItemSecondary}
{@link #AppCompatTheme_textAppearanceListItemSmall com.companyname:textAppearanceListItemSmall}
{@link #AppCompatTheme_textAppearancePopupMenuHeader com.companyname:textAppearancePopupMenuHeader}
{@link #AppCompatTheme_textAppearanceSearchResultSubtitle com.companyname:textAppearanceSearchResultSubtitle}
{@link #AppCompatTheme_textAppearanceSearchResultTitle com.companyname:textAppearanceSearchResultTitle}
{@link #AppCompatTheme_textAppearanceSmallPopupMenu com.companyname:textAppearanceSmallPopupMenu}
{@link #AppCompatTheme_textColorAlertDialogListItem com.companyname:textColorAlertDialogListItem}
{@link #AppCompatTheme_textColorSearchUrl com.companyname:textColorSearchUrl}
{@link #AppCompatTheme_toolbarNavigationButtonStyle com.companyname:toolbarNavigationButtonStyle}
{@link #AppCompatTheme_toolbarStyle com.companyname:toolbarStyle}
{@link #AppCompatTheme_tooltipForegroundColor com.companyname:tooltipForegroundColor}
{@link #AppCompatTheme_tooltipFrameBackground com.companyname:tooltipFrameBackground}
{@link #AppCompatTheme_windowActionBar com.companyname:windowActionBar}
{@link #AppCompatTheme_windowActionBarOverlay com.companyname:windowActionBarOverlay}
{@link #AppCompatTheme_windowActionModeOverlay com.companyname:windowActionModeOverlay}
{@link #AppCompatTheme_windowFixedHeightMajor com.companyname:windowFixedHeightMajor}
{@link #AppCompatTheme_windowFixedHeightMinor com.companyname:windowFixedHeightMinor}
{@link #AppCompatTheme_windowFixedWidthMajor com.companyname:windowFixedWidthMajor}
{@link #AppCompatTheme_windowFixedWidthMinor com.companyname:windowFixedWidthMinor}
{@link #AppCompatTheme_windowMinWidthMajor com.companyname:windowMinWidthMajor}
{@link #AppCompatTheme_windowMinWidthMinor com.companyname:windowMinWidthMinor}
{@link #AppCompatTheme_windowNoTitle com.companyname:windowNoTitle}
+ @see #AppCompatTheme_actionBarDivider + @see #AppCompatTheme_actionBarItemBackground + @see #AppCompatTheme_actionBarPopupTheme + @see #AppCompatTheme_actionBarSize + @see #AppCompatTheme_actionBarSplitStyle + @see #AppCompatTheme_actionBarStyle + @see #AppCompatTheme_actionBarTabBarStyle + @see #AppCompatTheme_actionBarTabStyle + @see #AppCompatTheme_actionBarTabTextStyle + @see #AppCompatTheme_actionBarTheme + @see #AppCompatTheme_actionBarWidgetTheme + @see #AppCompatTheme_actionButtonStyle + @see #AppCompatTheme_actionDropDownStyle + @see #AppCompatTheme_actionMenuTextAppearance + @see #AppCompatTheme_actionMenuTextColor + @see #AppCompatTheme_actionModeBackground + @see #AppCompatTheme_actionModeCloseButtonStyle + @see #AppCompatTheme_actionModeCloseDrawable + @see #AppCompatTheme_actionModeCopyDrawable + @see #AppCompatTheme_actionModeCutDrawable + @see #AppCompatTheme_actionModeFindDrawable + @see #AppCompatTheme_actionModePasteDrawable + @see #AppCompatTheme_actionModePopupWindowStyle + @see #AppCompatTheme_actionModeSelectAllDrawable + @see #AppCompatTheme_actionModeShareDrawable + @see #AppCompatTheme_actionModeSplitBackground + @see #AppCompatTheme_actionModeStyle + @see #AppCompatTheme_actionModeWebSearchDrawable + @see #AppCompatTheme_actionOverflowButtonStyle + @see #AppCompatTheme_actionOverflowMenuStyle + @see #AppCompatTheme_activityChooserViewStyle + @see #AppCompatTheme_alertDialogButtonGroupStyle + @see #AppCompatTheme_alertDialogCenterButtons + @see #AppCompatTheme_alertDialogStyle + @see #AppCompatTheme_alertDialogTheme + @see #AppCompatTheme_android_windowAnimationStyle + @see #AppCompatTheme_android_windowIsFloating + @see #AppCompatTheme_autoCompleteTextViewStyle + @see #AppCompatTheme_borderlessButtonStyle + @see #AppCompatTheme_buttonBarButtonStyle + @see #AppCompatTheme_buttonBarNegativeButtonStyle + @see #AppCompatTheme_buttonBarNeutralButtonStyle + @see #AppCompatTheme_buttonBarPositiveButtonStyle + @see #AppCompatTheme_buttonBarStyle + @see #AppCompatTheme_buttonStyle + @see #AppCompatTheme_buttonStyleSmall + @see #AppCompatTheme_checkboxStyle + @see #AppCompatTheme_checkedTextViewStyle + @see #AppCompatTheme_colorAccent + @see #AppCompatTheme_colorBackgroundFloating + @see #AppCompatTheme_colorButtonNormal + @see #AppCompatTheme_colorControlActivated + @see #AppCompatTheme_colorControlHighlight + @see #AppCompatTheme_colorControlNormal + @see #AppCompatTheme_colorError + @see #AppCompatTheme_colorPrimary + @see #AppCompatTheme_colorPrimaryDark + @see #AppCompatTheme_colorSwitchThumbNormal + @see #AppCompatTheme_controlBackground + @see #AppCompatTheme_dialogPreferredPadding + @see #AppCompatTheme_dialogTheme + @see #AppCompatTheme_dividerHorizontal + @see #AppCompatTheme_dividerVertical + @see #AppCompatTheme_dropDownListViewStyle + @see #AppCompatTheme_dropdownListPreferredItemHeight + @see #AppCompatTheme_editTextBackground + @see #AppCompatTheme_editTextColor + @see #AppCompatTheme_editTextStyle + @see #AppCompatTheme_homeAsUpIndicator + @see #AppCompatTheme_imageButtonStyle + @see #AppCompatTheme_listChoiceBackgroundIndicator + @see #AppCompatTheme_listDividerAlertDialog + @see #AppCompatTheme_listMenuViewStyle + @see #AppCompatTheme_listPopupWindowStyle + @see #AppCompatTheme_listPreferredItemHeight + @see #AppCompatTheme_listPreferredItemHeightLarge + @see #AppCompatTheme_listPreferredItemHeightSmall + @see #AppCompatTheme_listPreferredItemPaddingLeft + @see #AppCompatTheme_listPreferredItemPaddingRight + @see #AppCompatTheme_panelBackground + @see #AppCompatTheme_panelMenuListTheme + @see #AppCompatTheme_panelMenuListWidth + @see #AppCompatTheme_popupMenuStyle + @see #AppCompatTheme_popupWindowStyle + @see #AppCompatTheme_radioButtonStyle + @see #AppCompatTheme_ratingBarStyle + @see #AppCompatTheme_ratingBarStyleIndicator + @see #AppCompatTheme_ratingBarStyleSmall + @see #AppCompatTheme_searchViewStyle + @see #AppCompatTheme_seekBarStyle + @see #AppCompatTheme_selectableItemBackground + @see #AppCompatTheme_selectableItemBackgroundBorderless + @see #AppCompatTheme_spinnerDropDownItemStyle + @see #AppCompatTheme_spinnerStyle + @see #AppCompatTheme_switchStyle + @see #AppCompatTheme_textAppearanceLargePopupMenu + @see #AppCompatTheme_textAppearanceListItem + @see #AppCompatTheme_textAppearanceListItemSecondary + @see #AppCompatTheme_textAppearanceListItemSmall + @see #AppCompatTheme_textAppearancePopupMenuHeader + @see #AppCompatTheme_textAppearanceSearchResultSubtitle + @see #AppCompatTheme_textAppearanceSearchResultTitle + @see #AppCompatTheme_textAppearanceSmallPopupMenu + @see #AppCompatTheme_textColorAlertDialogListItem + @see #AppCompatTheme_textColorSearchUrl + @see #AppCompatTheme_toolbarNavigationButtonStyle + @see #AppCompatTheme_toolbarStyle + @see #AppCompatTheme_tooltipForegroundColor + @see #AppCompatTheme_tooltipFrameBackground + @see #AppCompatTheme_windowActionBar + @see #AppCompatTheme_windowActionBarOverlay + @see #AppCompatTheme_windowActionModeOverlay + @see #AppCompatTheme_windowFixedHeightMajor + @see #AppCompatTheme_windowFixedHeightMinor + @see #AppCompatTheme_windowFixedWidthMajor + @see #AppCompatTheme_windowFixedWidthMinor + @see #AppCompatTheme_windowMinWidthMajor + @see #AppCompatTheme_windowMinWidthMinor + @see #AppCompatTheme_windowNoTitle + */ + public static final int[] AppCompatTheme = { + 0x01010057, 0x010100ae, 0x7f010056, 0x7f010057, + 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, + 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, + 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, + 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, + 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, + 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, + 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, + 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, + 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, + 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, + 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, + 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, + 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, + 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, + 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, + 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, + 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, + 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, + 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, + 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, + 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, + 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, + 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, + 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, + 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, + 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, + 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, + 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, + 0x7f0100c8, 0x7f0100c9, 0x7f0100ca + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarDivider} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionBarDivider + */ + public static final int AppCompatTheme_actionBarDivider = 23; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionBarItemBackground + */ + public static final int AppCompatTheme_actionBarItemBackground = 24; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarPopupTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionBarPopupTheme + */ + public static final int AppCompatTheme_actionBarPopupTheme = 17; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarSize} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ @attr name com.companyname:actionBarSize + */ + public static final int AppCompatTheme_actionBarSize = 22; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarSplitStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionBarSplitStyle + */ + public static final int AppCompatTheme_actionBarSplitStyle = 19; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionBarStyle + */ + public static final int AppCompatTheme_actionBarStyle = 18; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarTabBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionBarTabBarStyle + */ + public static final int AppCompatTheme_actionBarTabBarStyle = 13; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarTabStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionBarTabStyle + */ + public static final int AppCompatTheme_actionBarTabStyle = 12; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarTabTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionBarTabTextStyle + */ + public static final int AppCompatTheme_actionBarTabTextStyle = 14; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionBarTheme + */ + public static final int AppCompatTheme_actionBarTheme = 20; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarWidgetTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionBarWidgetTheme + */ + public static final int AppCompatTheme_actionBarWidgetTheme = 21; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionButtonStyle + */ + public static final int AppCompatTheme_actionButtonStyle = 50; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionDropDownStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionDropDownStyle + */ + public static final int AppCompatTheme_actionDropDownStyle = 46; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionMenuTextAppearance} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionMenuTextAppearance + */ + public static final int AppCompatTheme_actionMenuTextAppearance = 25; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionMenuTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:actionMenuTextColor + */ + public static final int AppCompatTheme_actionMenuTextColor = 26; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeBackground + */ + public static final int AppCompatTheme_actionModeBackground = 29; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeCloseButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeCloseButtonStyle + */ + public static final int AppCompatTheme_actionModeCloseButtonStyle = 28; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeCloseDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeCloseDrawable + */ + public static final int AppCompatTheme_actionModeCloseDrawable = 31; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeCopyDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeCopyDrawable + */ + public static final int AppCompatTheme_actionModeCopyDrawable = 33; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeCutDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeCutDrawable + */ + public static final int AppCompatTheme_actionModeCutDrawable = 32; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeFindDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeFindDrawable + */ + public static final int AppCompatTheme_actionModeFindDrawable = 37; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModePasteDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModePasteDrawable + */ + public static final int AppCompatTheme_actionModePasteDrawable = 34; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModePopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModePopupWindowStyle + */ + public static final int AppCompatTheme_actionModePopupWindowStyle = 39; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeSelectAllDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeSelectAllDrawable + */ + public static final int AppCompatTheme_actionModeSelectAllDrawable = 35; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeShareDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeShareDrawable + */ + public static final int AppCompatTheme_actionModeShareDrawable = 36; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeSplitBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeSplitBackground + */ + public static final int AppCompatTheme_actionModeSplitBackground = 30; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeStyle + */ + public static final int AppCompatTheme_actionModeStyle = 27; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeWebSearchDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeWebSearchDrawable + */ + public static final int AppCompatTheme_actionModeWebSearchDrawable = 38; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionOverflowButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionOverflowButtonStyle + */ + public static final int AppCompatTheme_actionOverflowButtonStyle = 15; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionOverflowMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionOverflowMenuStyle + */ + public static final int AppCompatTheme_actionOverflowMenuStyle = 16; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#activityChooserViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:activityChooserViewStyle + */ + public static final int AppCompatTheme_activityChooserViewStyle = 58; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#alertDialogButtonGroupStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:alertDialogButtonGroupStyle + */ + public static final int AppCompatTheme_alertDialogButtonGroupStyle = 95; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#alertDialogCenterButtons} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:alertDialogCenterButtons + */ + public static final int AppCompatTheme_alertDialogCenterButtons = 96; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#alertDialogStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:alertDialogStyle + */ + public static final int AppCompatTheme_alertDialogStyle = 94; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#alertDialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:alertDialogTheme + */ + public static final int AppCompatTheme_alertDialogTheme = 97; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowAnimationStyle + */ + public static final int AppCompatTheme_android_windowAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#windowIsFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowIsFloating + */ + public static final int AppCompatTheme_android_windowIsFloating = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#autoCompleteTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:autoCompleteTextViewStyle + */ + public static final int AppCompatTheme_autoCompleteTextViewStyle = 102; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#borderlessButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:borderlessButtonStyle + */ + public static final int AppCompatTheme_borderlessButtonStyle = 55; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonBarButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:buttonBarButtonStyle + */ + public static final int AppCompatTheme_buttonBarButtonStyle = 52; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonBarNegativeButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:buttonBarNegativeButtonStyle + */ + public static final int AppCompatTheme_buttonBarNegativeButtonStyle = 100; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonBarNeutralButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:buttonBarNeutralButtonStyle + */ + public static final int AppCompatTheme_buttonBarNeutralButtonStyle = 101; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonBarPositiveButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:buttonBarPositiveButtonStyle + */ + public static final int AppCompatTheme_buttonBarPositiveButtonStyle = 99; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:buttonBarStyle + */ + public static final int AppCompatTheme_buttonBarStyle = 51; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:buttonStyle + */ + public static final int AppCompatTheme_buttonStyle = 103; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:buttonStyleSmall + */ + public static final int AppCompatTheme_buttonStyleSmall = 104; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#checkboxStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:checkboxStyle + */ + public static final int AppCompatTheme_checkboxStyle = 105; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#checkedTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:checkedTextViewStyle + */ + public static final int AppCompatTheme_checkedTextViewStyle = 106; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#colorAccent} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:colorAccent + */ + public static final int AppCompatTheme_colorAccent = 86; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#colorBackgroundFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:colorBackgroundFloating + */ + public static final int AppCompatTheme_colorBackgroundFloating = 93; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#colorButtonNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:colorButtonNormal + */ + public static final int AppCompatTheme_colorButtonNormal = 90; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#colorControlActivated} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:colorControlActivated + */ + public static final int AppCompatTheme_colorControlActivated = 88; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#colorControlHighlight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:colorControlHighlight + */ + public static final int AppCompatTheme_colorControlHighlight = 89; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#colorControlNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:colorControlNormal + */ + public static final int AppCompatTheme_colorControlNormal = 87; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#colorError} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:colorError + */ + public static final int AppCompatTheme_colorError = 118; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#colorPrimary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:colorPrimary + */ + public static final int AppCompatTheme_colorPrimary = 84; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#colorPrimaryDark} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:colorPrimaryDark + */ + public static final int AppCompatTheme_colorPrimaryDark = 85; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#colorSwitchThumbNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:colorSwitchThumbNormal + */ + public static final int AppCompatTheme_colorSwitchThumbNormal = 91; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#controlBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:controlBackground + */ + public static final int AppCompatTheme_controlBackground = 92; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#dialogPreferredPadding} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:dialogPreferredPadding + */ + public static final int AppCompatTheme_dialogPreferredPadding = 44; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#dialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:dialogTheme + */ + public static final int AppCompatTheme_dialogTheme = 43; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#dividerHorizontal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:dividerHorizontal + */ + public static final int AppCompatTheme_dividerHorizontal = 57; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#dividerVertical} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:dividerVertical + */ + public static final int AppCompatTheme_dividerVertical = 56; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#dropDownListViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:dropDownListViewStyle + */ + public static final int AppCompatTheme_dropDownListViewStyle = 75; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#dropdownListPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:dropdownListPreferredItemHeight + */ + public static final int AppCompatTheme_dropdownListPreferredItemHeight = 47; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#editTextBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:editTextBackground + */ + public static final int AppCompatTheme_editTextBackground = 64; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#editTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:editTextColor + */ + public static final int AppCompatTheme_editTextColor = 63; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#editTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:editTextStyle + */ + public static final int AppCompatTheme_editTextStyle = 107; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:homeAsUpIndicator + */ + public static final int AppCompatTheme_homeAsUpIndicator = 49; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#imageButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:imageButtonStyle + */ + public static final int AppCompatTheme_imageButtonStyle = 65; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listChoiceBackgroundIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:listChoiceBackgroundIndicator + */ + public static final int AppCompatTheme_listChoiceBackgroundIndicator = 83; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listDividerAlertDialog} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:listDividerAlertDialog + */ + public static final int AppCompatTheme_listDividerAlertDialog = 45; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listMenuViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:listMenuViewStyle + */ + public static final int AppCompatTheme_listMenuViewStyle = 115; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listPopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:listPopupWindowStyle + */ + public static final int AppCompatTheme_listPopupWindowStyle = 76; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:listPreferredItemHeight + */ + public static final int AppCompatTheme_listPreferredItemHeight = 70; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listPreferredItemHeightLarge} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:listPreferredItemHeightLarge + */ + public static final int AppCompatTheme_listPreferredItemHeightLarge = 72; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listPreferredItemHeightSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:listPreferredItemHeightSmall + */ + public static final int AppCompatTheme_listPreferredItemHeightSmall = 71; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listPreferredItemPaddingLeft} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:listPreferredItemPaddingLeft + */ + public static final int AppCompatTheme_listPreferredItemPaddingLeft = 73; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listPreferredItemPaddingRight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:listPreferredItemPaddingRight + */ + public static final int AppCompatTheme_listPreferredItemPaddingRight = 74; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#panelBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:panelBackground + */ + public static final int AppCompatTheme_panelBackground = 80; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#panelMenuListTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:panelMenuListTheme + */ + public static final int AppCompatTheme_panelMenuListTheme = 82; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#panelMenuListWidth} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:panelMenuListWidth + */ + public static final int AppCompatTheme_panelMenuListWidth = 81; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#popupMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:popupMenuStyle + */ + public static final int AppCompatTheme_popupMenuStyle = 61; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#popupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:popupWindowStyle + */ + public static final int AppCompatTheme_popupWindowStyle = 62; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#radioButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:radioButtonStyle + */ + public static final int AppCompatTheme_radioButtonStyle = 108; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#ratingBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:ratingBarStyle + */ + public static final int AppCompatTheme_ratingBarStyle = 109; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#ratingBarStyleIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:ratingBarStyleIndicator + */ + public static final int AppCompatTheme_ratingBarStyleIndicator = 110; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#ratingBarStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:ratingBarStyleSmall + */ + public static final int AppCompatTheme_ratingBarStyleSmall = 111; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#searchViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:searchViewStyle + */ + public static final int AppCompatTheme_searchViewStyle = 69; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#seekBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:seekBarStyle + */ + public static final int AppCompatTheme_seekBarStyle = 112; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#selectableItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:selectableItemBackground + */ + public static final int AppCompatTheme_selectableItemBackground = 53; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#selectableItemBackgroundBorderless} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:selectableItemBackgroundBorderless + */ + public static final int AppCompatTheme_selectableItemBackgroundBorderless = 54; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#spinnerDropDownItemStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:spinnerDropDownItemStyle + */ + public static final int AppCompatTheme_spinnerDropDownItemStyle = 48; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#spinnerStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:spinnerStyle + */ + public static final int AppCompatTheme_spinnerStyle = 113; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#switchStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:switchStyle + */ + public static final int AppCompatTheme_switchStyle = 114; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textAppearanceLargePopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:textAppearanceLargePopupMenu + */ + public static final int AppCompatTheme_textAppearanceLargePopupMenu = 40; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textAppearanceListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:textAppearanceListItem + */ + public static final int AppCompatTheme_textAppearanceListItem = 77; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textAppearanceListItemSecondary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:textAppearanceListItemSecondary + */ + public static final int AppCompatTheme_textAppearanceListItemSecondary = 78; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textAppearanceListItemSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:textAppearanceListItemSmall + */ + public static final int AppCompatTheme_textAppearanceListItemSmall = 79; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textAppearancePopupMenuHeader} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:textAppearancePopupMenuHeader + */ + public static final int AppCompatTheme_textAppearancePopupMenuHeader = 42; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textAppearanceSearchResultSubtitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:textAppearanceSearchResultSubtitle + */ + public static final int AppCompatTheme_textAppearanceSearchResultSubtitle = 67; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textAppearanceSearchResultTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:textAppearanceSearchResultTitle + */ + public static final int AppCompatTheme_textAppearanceSearchResultTitle = 66; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textAppearanceSmallPopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:textAppearanceSmallPopupMenu + */ + public static final int AppCompatTheme_textAppearanceSmallPopupMenu = 41; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textColorAlertDialogListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:textColorAlertDialogListItem + */ + public static final int AppCompatTheme_textColorAlertDialogListItem = 98; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textColorSearchUrl} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:textColorSearchUrl + */ + public static final int AppCompatTheme_textColorSearchUrl = 68; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#toolbarNavigationButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:toolbarNavigationButtonStyle + */ + public static final int AppCompatTheme_toolbarNavigationButtonStyle = 60; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#toolbarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:toolbarStyle + */ + public static final int AppCompatTheme_toolbarStyle = 59; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tooltipForegroundColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:tooltipForegroundColor + */ + public static final int AppCompatTheme_tooltipForegroundColor = 117; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tooltipFrameBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:tooltipFrameBackground + */ + public static final int AppCompatTheme_tooltipFrameBackground = 116; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#windowActionBar} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:windowActionBar + */ + public static final int AppCompatTheme_windowActionBar = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#windowActionBarOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:windowActionBarOverlay + */ + public static final int AppCompatTheme_windowActionBarOverlay = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#windowActionModeOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:windowActionModeOverlay + */ + public static final int AppCompatTheme_windowActionModeOverlay = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#windowFixedHeightMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:windowFixedHeightMajor + */ + public static final int AppCompatTheme_windowFixedHeightMajor = 9; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#windowFixedHeightMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:windowFixedHeightMinor + */ + public static final int AppCompatTheme_windowFixedHeightMinor = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#windowFixedWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:windowFixedWidthMajor + */ + public static final int AppCompatTheme_windowFixedWidthMajor = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#windowFixedWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:windowFixedWidthMinor + */ + public static final int AppCompatTheme_windowFixedWidthMinor = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#windowMinWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:windowMinWidthMajor + */ + public static final int AppCompatTheme_windowMinWidthMajor = 10; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#windowMinWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:windowMinWidthMinor + */ + public static final int AppCompatTheme_windowMinWidthMinor = 11; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#windowNoTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:windowNoTitle + */ + public static final int AppCompatTheme_windowNoTitle = 3; + /** Attributes that can be used with a BottomNavigationView. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #BottomNavigationView_elevation com.companyname:elevation}
{@link #BottomNavigationView_itemBackground com.companyname:itemBackground}
{@link #BottomNavigationView_itemIconTint com.companyname:itemIconTint}
{@link #BottomNavigationView_itemTextColor com.companyname:itemTextColor}
{@link #BottomNavigationView_menu com.companyname:menu}
+ @see #BottomNavigationView_elevation + @see #BottomNavigationView_itemBackground + @see #BottomNavigationView_itemIconTint + @see #BottomNavigationView_itemTextColor + @see #BottomNavigationView_menu + */ + public static final int[] BottomNavigationView = { + 0x7f01003e, 0x7f010143, 0x7f010144, 0x7f010145, + 0x7f010146 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#elevation} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:elevation + */ + public static final int BottomNavigationView_elevation = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#itemBackground} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:itemBackground + */ + public static final int BottomNavigationView_itemBackground = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#itemIconTint} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:itemIconTint + */ + public static final int BottomNavigationView_itemIconTint = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#itemTextColor} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:itemTextColor + */ + public static final int BottomNavigationView_itemTextColor = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#menu} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:menu + */ + public static final int BottomNavigationView_menu = 1; + /** Attributes that can be used with a BottomSheetBehavior_Layout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #BottomSheetBehavior_Layout_behavior_hideable com.companyname:behavior_hideable}
{@link #BottomSheetBehavior_Layout_behavior_peekHeight com.companyname:behavior_peekHeight}
{@link #BottomSheetBehavior_Layout_behavior_skipCollapsed com.companyname:behavior_skipCollapsed}
+ @see #BottomSheetBehavior_Layout_behavior_hideable + @see #BottomSheetBehavior_Layout_behavior_peekHeight + @see #BottomSheetBehavior_Layout_behavior_skipCollapsed + */ + public static final int[] BottomSheetBehavior_Layout = { + 0x7f01011d, 0x7f01011e, 0x7f01011f + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#behavior_hideable} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:behavior_hideable + */ + public static final int BottomSheetBehavior_Layout_behavior_hideable = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#behavior_peekHeight} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ @attr name com.companyname:behavior_peekHeight + */ + public static final int BottomSheetBehavior_Layout_behavior_peekHeight = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#behavior_skipCollapsed} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:behavior_skipCollapsed + */ + public static final int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2; + /** Attributes that can be used with a ButtonBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ButtonBarLayout_allowStacking com.companyname:allowStacking}
+ @see #ButtonBarLayout_allowStacking + */ + public static final int[] ButtonBarLayout = { + 0x7f0100cb + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#allowStacking} + attribute's value can be found in the {@link #ButtonBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:allowStacking + */ + public static final int ButtonBarLayout_allowStacking = 0; + /** Attributes that can be used with a CardView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CardView_android_minHeight android:minHeight}
{@link #CardView_android_minWidth android:minWidth}
{@link #CardView_cardBackgroundColor com.companyname:cardBackgroundColor}
{@link #CardView_cardCornerRadius com.companyname:cardCornerRadius}
{@link #CardView_cardElevation com.companyname:cardElevation}
{@link #CardView_cardMaxElevation com.companyname:cardMaxElevation}
{@link #CardView_cardPreventCornerOverlap com.companyname:cardPreventCornerOverlap}
{@link #CardView_cardUseCompatPadding com.companyname:cardUseCompatPadding}
{@link #CardView_contentPadding com.companyname:contentPadding}
{@link #CardView_contentPaddingBottom com.companyname:contentPaddingBottom}
{@link #CardView_contentPaddingLeft com.companyname:contentPaddingLeft}
{@link #CardView_contentPaddingRight com.companyname:contentPaddingRight}
{@link #CardView_contentPaddingTop com.companyname:contentPaddingTop}
+ @see #CardView_android_minHeight + @see #CardView_android_minWidth + @see #CardView_cardBackgroundColor + @see #CardView_cardCornerRadius + @see #CardView_cardElevation + @see #CardView_cardMaxElevation + @see #CardView_cardPreventCornerOverlap + @see #CardView_cardUseCompatPadding + @see #CardView_contentPadding + @see #CardView_contentPaddingBottom + @see #CardView_contentPaddingLeft + @see #CardView_contentPaddingRight + @see #CardView_contentPaddingTop + */ + public static final int[] CardView = { + 0x0101013f, 0x01010140, 0x7f010017, 0x7f010018, + 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01001c, + 0x7f01001d, 0x7f01001e, 0x7f01001f, 0x7f010020, + 0x7f010021 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minHeight + */ + public static final int CardView_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minWidth + */ + public static final int CardView_android_minWidth = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#cardBackgroundColor} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:cardBackgroundColor + */ + public static final int CardView_cardBackgroundColor = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#cardCornerRadius} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:cardCornerRadius + */ + public static final int CardView_cardCornerRadius = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#cardElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:cardElevation + */ + public static final int CardView_cardElevation = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#cardMaxElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:cardMaxElevation + */ + public static final int CardView_cardMaxElevation = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#cardPreventCornerOverlap} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:cardPreventCornerOverlap + */ + public static final int CardView_cardPreventCornerOverlap = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#cardUseCompatPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:cardUseCompatPadding + */ + public static final int CardView_cardUseCompatPadding = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentPadding + */ + public static final int CardView_contentPadding = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentPaddingBottom} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentPaddingBottom + */ + public static final int CardView_contentPaddingBottom = 12; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentPaddingLeft} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentPaddingLeft + */ + public static final int CardView_contentPaddingLeft = 9; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentPaddingRight} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentPaddingRight + */ + public static final int CardView_contentPaddingRight = 10; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentPaddingTop} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentPaddingTop + */ + public static final int CardView_contentPaddingTop = 11; + /** Attributes that can be used with a CollapsingToolbarLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_collapsedTitleGravity com.companyname:collapsedTitleGravity}
{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance com.companyname:collapsedTitleTextAppearance}
{@link #CollapsingToolbarLayout_contentScrim com.companyname:contentScrim}
{@link #CollapsingToolbarLayout_expandedTitleGravity com.companyname:expandedTitleGravity}
{@link #CollapsingToolbarLayout_expandedTitleMargin com.companyname:expandedTitleMargin}
{@link #CollapsingToolbarLayout_expandedTitleMarginBottom com.companyname:expandedTitleMarginBottom}
{@link #CollapsingToolbarLayout_expandedTitleMarginEnd com.companyname:expandedTitleMarginEnd}
{@link #CollapsingToolbarLayout_expandedTitleMarginStart com.companyname:expandedTitleMarginStart}
{@link #CollapsingToolbarLayout_expandedTitleMarginTop com.companyname:expandedTitleMarginTop}
{@link #CollapsingToolbarLayout_expandedTitleTextAppearance com.companyname:expandedTitleTextAppearance}
{@link #CollapsingToolbarLayout_scrimAnimationDuration com.companyname:scrimAnimationDuration}
{@link #CollapsingToolbarLayout_scrimVisibleHeightTrigger com.companyname:scrimVisibleHeightTrigger}
{@link #CollapsingToolbarLayout_statusBarScrim com.companyname:statusBarScrim}
{@link #CollapsingToolbarLayout_title com.companyname:title}
{@link #CollapsingToolbarLayout_titleEnabled com.companyname:titleEnabled}
{@link #CollapsingToolbarLayout_toolbarId com.companyname:toolbarId}
+ @see #CollapsingToolbarLayout_collapsedTitleGravity + @see #CollapsingToolbarLayout_collapsedTitleTextAppearance + @see #CollapsingToolbarLayout_contentScrim + @see #CollapsingToolbarLayout_expandedTitleGravity + @see #CollapsingToolbarLayout_expandedTitleMargin + @see #CollapsingToolbarLayout_expandedTitleMarginBottom + @see #CollapsingToolbarLayout_expandedTitleMarginEnd + @see #CollapsingToolbarLayout_expandedTitleMarginStart + @see #CollapsingToolbarLayout_expandedTitleMarginTop + @see #CollapsingToolbarLayout_expandedTitleTextAppearance + @see #CollapsingToolbarLayout_scrimAnimationDuration + @see #CollapsingToolbarLayout_scrimVisibleHeightTrigger + @see #CollapsingToolbarLayout_statusBarScrim + @see #CollapsingToolbarLayout_title + @see #CollapsingToolbarLayout_titleEnabled + @see #CollapsingToolbarLayout_toolbarId + */ + public static final int[] CollapsingToolbarLayout = { + 0x7f010025, 0x7f010120, 0x7f010121, 0x7f010122, + 0x7f010123, 0x7f010124, 0x7f010125, 0x7f010126, + 0x7f010127, 0x7f010128, 0x7f010129, 0x7f01012a, + 0x7f01012b, 0x7f01012c, 0x7f01012d, 0x7f01012e + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#collapsedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name com.companyname:collapsedTitleGravity + */ + public static final int CollapsingToolbarLayout_collapsedTitleGravity = 13; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#collapsedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:collapsedTitleTextAppearance + */ + public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentScrim + */ + public static final int CollapsingToolbarLayout_contentScrim = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#expandedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name com.companyname:expandedTitleGravity + */ + public static final int CollapsingToolbarLayout_expandedTitleGravity = 14; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#expandedTitleMargin} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:expandedTitleMargin + */ + public static final int CollapsingToolbarLayout_expandedTitleMargin = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#expandedTitleMarginBottom} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:expandedTitleMarginBottom + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#expandedTitleMarginEnd} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:expandedTitleMarginEnd + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginEnd = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#expandedTitleMarginStart} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:expandedTitleMarginStart + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginStart = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#expandedTitleMarginTop} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:expandedTitleMarginTop + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginTop = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#expandedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:expandedTitleTextAppearance + */ + public static final int CollapsingToolbarLayout_expandedTitleTextAppearance = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#scrimAnimationDuration} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:scrimAnimationDuration + */ + public static final int CollapsingToolbarLayout_scrimAnimationDuration = 12; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#scrimVisibleHeightTrigger} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:scrimVisibleHeightTrigger + */ + public static final int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#statusBarScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:statusBarScrim + */ + public static final int CollapsingToolbarLayout_statusBarScrim = 9; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#title} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:title + */ + public static final int CollapsingToolbarLayout_title = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleEnabled} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:titleEnabled + */ + public static final int CollapsingToolbarLayout_titleEnabled = 15; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#toolbarId} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:toolbarId + */ + public static final int CollapsingToolbarLayout_toolbarId = 10; + /** Attributes that can be used with a CollapsingToolbarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_Layout_layout_collapseMode com.companyname:layout_collapseMode}
{@link #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier com.companyname:layout_collapseParallaxMultiplier}
+ @see #CollapsingToolbarLayout_Layout_layout_collapseMode + @see #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier + */ + public static final int[] CollapsingToolbarLayout_Layout = { + 0x7f01012f, 0x7f010130 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout_collapseMode} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ @attr name com.companyname:layout_collapseMode + */ + public static final int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout_collapseParallaxMultiplier} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:layout_collapseParallaxMultiplier + */ + public static final int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1; + /** Attributes that can be used with a ColorStateListItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ColorStateListItem_alpha com.companyname:alpha}
{@link #ColorStateListItem_android_alpha android:alpha}
{@link #ColorStateListItem_android_color android:color}
+ @see #ColorStateListItem_alpha + @see #ColorStateListItem_android_alpha + @see #ColorStateListItem_android_color + */ + public static final int[] ColorStateListItem = { + 0x010101a5, 0x0101031f, 0x7f0100cc + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:alpha + */ + public static final int ColorStateListItem_alpha = 2; + /** +

This symbol is the offset where the {@link android.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:alpha + */ + public static final int ColorStateListItem_android_alpha = 1; + /** +

This symbol is the offset where the {@link android.R.attr#color} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:color + */ + public static final int ColorStateListItem_android_color = 0; + /** Attributes that can be used with a CompoundButton. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint com.companyname:buttonTint}
{@link #CompoundButton_buttonTintMode com.companyname:buttonTintMode}
+ @see #CompoundButton_android_button + @see #CompoundButton_buttonTint + @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton = { + 0x01010107, 0x7f0100cd, 0x7f0100ce + }; + /** +

This symbol is the offset where the {@link android.R.attr#button} + attribute's value can be found in the {@link #CompoundButton} array. + @attr name android:button + */ + public static final int CompoundButton_android_button = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonTint} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:buttonTint + */ + public static final int CompoundButton_buttonTint = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonTintMode} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name com.companyname:buttonTintMode + */ + public static final int CompoundButton_buttonTintMode = 2; + /** Attributes that can be used with a CoordinatorLayout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CoordinatorLayout_keylines com.companyname:keylines}
{@link #CoordinatorLayout_statusBarBackground com.companyname:statusBarBackground}
+ @see #CoordinatorLayout_keylines + @see #CoordinatorLayout_statusBarBackground + */ + public static final int[] CoordinatorLayout = { + 0x7f010131, 0x7f010132 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#keylines} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:keylines + */ + public static final int CoordinatorLayout_keylines = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#statusBarBackground} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:statusBarBackground + */ + public static final int CoordinatorLayout_statusBarBackground = 1; + /** Attributes that can be used with a CoordinatorLayout_Layout. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity}
{@link #CoordinatorLayout_Layout_layout_anchor com.companyname:layout_anchor}
{@link #CoordinatorLayout_Layout_layout_anchorGravity com.companyname:layout_anchorGravity}
{@link #CoordinatorLayout_Layout_layout_behavior com.companyname:layout_behavior}
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges com.companyname:layout_dodgeInsetEdges}
{@link #CoordinatorLayout_Layout_layout_insetEdge com.companyname:layout_insetEdge}
{@link #CoordinatorLayout_Layout_layout_keyline com.companyname:layout_keyline}
+ @see #CoordinatorLayout_Layout_android_layout_gravity + @see #CoordinatorLayout_Layout_layout_anchor + @see #CoordinatorLayout_Layout_layout_anchorGravity + @see #CoordinatorLayout_Layout_layout_behavior + @see #CoordinatorLayout_Layout_layout_dodgeInsetEdges + @see #CoordinatorLayout_Layout_layout_insetEdge + @see #CoordinatorLayout_Layout_layout_keyline + */ + public static final int[] CoordinatorLayout_Layout = { + 0x010100b3, 0x7f010133, 0x7f010134, 0x7f010135, + 0x7f010136, 0x7f010137, 0x7f010138 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + @attr name android:layout_gravity + */ + public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout_anchor} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:layout_anchor + */ + public static final int CoordinatorLayout_Layout_layout_anchor = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout_anchorGravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ @attr name com.companyname:layout_anchorGravity + */ + public static final int CoordinatorLayout_Layout_layout_anchorGravity = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout_behavior} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:layout_behavior + */ + public static final int CoordinatorLayout_Layout_layout_behavior = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout_dodgeInsetEdges} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ @attr name com.companyname:layout_dodgeInsetEdges + */ + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout_insetEdge} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ @attr name com.companyname:layout_insetEdge + */ + public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout_keyline} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:layout_keyline + */ + public static final int CoordinatorLayout_Layout_layout_keyline = 3; + /** Attributes that can be used with a DesignTheme. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #DesignTheme_bottomSheetDialogTheme com.companyname:bottomSheetDialogTheme}
{@link #DesignTheme_bottomSheetStyle com.companyname:bottomSheetStyle}
{@link #DesignTheme_textColorError com.companyname:textColorError}
+ @see #DesignTheme_bottomSheetDialogTheme + @see #DesignTheme_bottomSheetStyle + @see #DesignTheme_textColorError + */ + public static final int[] DesignTheme = { + 0x7f010139, 0x7f01013a, 0x7f01013b + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#bottomSheetDialogTheme} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:bottomSheetDialogTheme + */ + public static final int DesignTheme_bottomSheetDialogTheme = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#bottomSheetStyle} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:bottomSheetStyle + */ + public static final int DesignTheme_bottomSheetStyle = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textColorError} + attribute's value can be found in the {@link #DesignTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:textColorError + */ + public static final int DesignTheme_textColorError = 2; + /** Attributes that can be used with a DrawerArrowToggle. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength com.companyname:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength com.companyname:arrowShaftLength}
{@link #DrawerArrowToggle_barLength com.companyname:barLength}
{@link #DrawerArrowToggle_color com.companyname:color}
{@link #DrawerArrowToggle_drawableSize com.companyname:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars com.companyname:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars com.companyname:spinBars}
{@link #DrawerArrowToggle_thickness com.companyname:thickness}
+ @see #DrawerArrowToggle_arrowHeadLength + @see #DrawerArrowToggle_arrowShaftLength + @see #DrawerArrowToggle_barLength + @see #DrawerArrowToggle_color + @see #DrawerArrowToggle_drawableSize + @see #DrawerArrowToggle_gapBetweenBars + @see #DrawerArrowToggle_spinBars + @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle = { + 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2, + 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#arrowHeadLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:arrowHeadLength + */ + public static final int DrawerArrowToggle_arrowHeadLength = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#arrowShaftLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:arrowShaftLength + */ + public static final int DrawerArrowToggle_arrowShaftLength = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#barLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:barLength + */ + public static final int DrawerArrowToggle_barLength = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#color} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:color + */ + public static final int DrawerArrowToggle_color = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#drawableSize} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:drawableSize + */ + public static final int DrawerArrowToggle_drawableSize = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#gapBetweenBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:gapBetweenBars + */ + public static final int DrawerArrowToggle_gapBetweenBars = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#spinBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:spinBars + */ + public static final int DrawerArrowToggle_spinBars = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#thickness} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:thickness + */ + public static final int DrawerArrowToggle_thickness = 7; + /** Attributes that can be used with a FloatingActionButton. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #FloatingActionButton_backgroundTint com.companyname:backgroundTint}
{@link #FloatingActionButton_backgroundTintMode com.companyname:backgroundTintMode}
{@link #FloatingActionButton_borderWidth com.companyname:borderWidth}
{@link #FloatingActionButton_elevation com.companyname:elevation}
{@link #FloatingActionButton_fabSize com.companyname:fabSize}
{@link #FloatingActionButton_pressedTranslationZ com.companyname:pressedTranslationZ}
{@link #FloatingActionButton_rippleColor com.companyname:rippleColor}
{@link #FloatingActionButton_useCompatPadding com.companyname:useCompatPadding}
+ @see #FloatingActionButton_backgroundTint + @see #FloatingActionButton_backgroundTintMode + @see #FloatingActionButton_borderWidth + @see #FloatingActionButton_elevation + @see #FloatingActionButton_fabSize + @see #FloatingActionButton_pressedTranslationZ + @see #FloatingActionButton_rippleColor + @see #FloatingActionButton_useCompatPadding + */ + public static final int[] FloatingActionButton = { + 0x7f01003e, 0x7f010116, 0x7f010117, 0x7f01013c, + 0x7f01013d, 0x7f01013e, 0x7f01013f, 0x7f010140 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#backgroundTint} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:backgroundTint + */ + public static final int FloatingActionButton_backgroundTint = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name com.companyname:backgroundTintMode + */ + public static final int FloatingActionButton_backgroundTintMode = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#borderWidth} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:borderWidth + */ + public static final int FloatingActionButton_borderWidth = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#elevation} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:elevation + */ + public static final int FloatingActionButton_elevation = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fabSize} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ @attr name com.companyname:fabSize + */ + public static final int FloatingActionButton_fabSize = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#pressedTranslationZ} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:pressedTranslationZ + */ + public static final int FloatingActionButton_pressedTranslationZ = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#rippleColor} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:rippleColor + */ + public static final int FloatingActionButton_rippleColor = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#useCompatPadding} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:useCompatPadding + */ + public static final int FloatingActionButton_useCompatPadding = 7; + /** Attributes that can be used with a FloatingActionButton_Behavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #FloatingActionButton_Behavior_Layout_behavior_autoHide com.companyname:behavior_autoHide}
+ @see #FloatingActionButton_Behavior_Layout_behavior_autoHide + */ + public static final int[] FloatingActionButton_Behavior_Layout = { + 0x7f010141 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#behavior_autoHide} + attribute's value can be found in the {@link #FloatingActionButton_Behavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:behavior_autoHide + */ + public static final int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; + /** Attributes that can be used with a FontFamily. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamily_fontProviderAuthority com.companyname:fontProviderAuthority}
{@link #FontFamily_fontProviderCerts com.companyname:fontProviderCerts}
{@link #FontFamily_fontProviderFetchStrategy com.companyname:fontProviderFetchStrategy}
{@link #FontFamily_fontProviderFetchTimeout com.companyname:fontProviderFetchTimeout}
{@link #FontFamily_fontProviderPackage com.companyname:fontProviderPackage}
{@link #FontFamily_fontProviderQuery com.companyname:fontProviderQuery}
+ @see #FontFamily_fontProviderAuthority + @see #FontFamily_fontProviderCerts + @see #FontFamily_fontProviderFetchStrategy + @see #FontFamily_fontProviderFetchTimeout + @see #FontFamily_fontProviderPackage + @see #FontFamily_fontProviderQuery + */ + public static final int[] FontFamily = { + 0x7f01016a, 0x7f01016b, 0x7f01016c, 0x7f01016d, + 0x7f01016e, 0x7f01016f + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fontProviderAuthority} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:fontProviderAuthority + */ + public static final int FontFamily_fontProviderAuthority = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fontProviderCerts} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:fontProviderCerts + */ + public static final int FontFamily_fontProviderCerts = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fontProviderFetchStrategy} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ @attr name com.companyname:fontProviderFetchStrategy + */ + public static final int FontFamily_fontProviderFetchStrategy = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fontProviderFetchTimeout} + attribute's value can be found in the {@link #FontFamily} array. + + +

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ @attr name com.companyname:fontProviderFetchTimeout + */ + public static final int FontFamily_fontProviderFetchTimeout = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fontProviderPackage} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:fontProviderPackage + */ + public static final int FontFamily_fontProviderPackage = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fontProviderQuery} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:fontProviderQuery + */ + public static final int FontFamily_fontProviderQuery = 2; + /** Attributes that can be used with a FontFamilyFont. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamilyFont_android_font android:font}
{@link #FontFamilyFont_android_fontStyle android:fontStyle}
{@link #FontFamilyFont_android_fontWeight android:fontWeight}
{@link #FontFamilyFont_font com.companyname:font}
{@link #FontFamilyFont_fontStyle com.companyname:fontStyle}
{@link #FontFamilyFont_fontWeight com.companyname:fontWeight}
+ @see #FontFamilyFont_android_font + @see #FontFamilyFont_android_fontStyle + @see #FontFamilyFont_android_fontWeight + @see #FontFamilyFont_font + @see #FontFamilyFont_fontStyle + @see #FontFamilyFont_fontWeight + */ + public static final int[] FontFamilyFont = { + 0x01010532, 0x01010533, 0x0101053f, 0x7f010170, + 0x7f010171, 0x7f010172 + }; + /** +

This symbol is the offset where the {@link android.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:font + */ + public static final int FontFamilyFont_android_font = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontStyle + */ + public static final int FontFamilyFont_android_fontStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontWeight + */ + public static final int FontFamilyFont_android_fontWeight = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:font + */ + public static final int FontFamilyFont_font = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ @attr name com.companyname:fontStyle + */ + public static final int FontFamilyFont_fontStyle = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:fontWeight + */ + public static final int FontFamilyFont_fontWeight = 5; + /** Attributes that can be used with a ForegroundLinearLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ForegroundLinearLayout_android_foreground android:foreground}
{@link #ForegroundLinearLayout_android_foregroundGravity android:foregroundGravity}
{@link #ForegroundLinearLayout_foregroundInsidePadding com.companyname:foregroundInsidePadding}
+ @see #ForegroundLinearLayout_android_foreground + @see #ForegroundLinearLayout_android_foregroundGravity + @see #ForegroundLinearLayout_foregroundInsidePadding + */ + public static final int[] ForegroundLinearLayout = { + 0x01010109, 0x01010200, 0x7f010142 + }; + /** +

This symbol is the offset where the {@link android.R.attr#foreground} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foreground + */ + public static final int ForegroundLinearLayout_android_foreground = 0; + /** +

This symbol is the offset where the {@link android.R.attr#foregroundGravity} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foregroundGravity + */ + public static final int ForegroundLinearLayout_android_foregroundGravity = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#foregroundInsidePadding} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:foregroundInsidePadding + */ + public static final int ForegroundLinearLayout_foregroundInsidePadding = 2; + /** Attributes that can be used with a LinearLayoutCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider com.companyname:divider}
{@link #LinearLayoutCompat_dividerPadding com.companyname:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild com.companyname:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers com.companyname:showDividers}
+ @see #LinearLayoutCompat_android_baselineAligned + @see #LinearLayoutCompat_android_baselineAlignedChildIndex + @see #LinearLayoutCompat_android_gravity + @see #LinearLayoutCompat_android_orientation + @see #LinearLayoutCompat_android_weightSum + @see #LinearLayoutCompat_divider + @see #LinearLayoutCompat_dividerPadding + @see #LinearLayoutCompat_measureWithLargestChild + @see #LinearLayoutCompat_showDividers + */ + public static final int[] LinearLayoutCompat = { + 0x010100af, 0x010100c4, 0x01010126, 0x01010127, + 0x01010128, 0x7f01002d, 0x7f0100d7, 0x7f0100d8, + 0x7f0100d9 + }; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAligned} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAligned + */ + public static final int LinearLayoutCompat_android_baselineAligned = 2; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAlignedChildIndex + */ + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:gravity + */ + public static final int LinearLayoutCompat_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:orientation + */ + public static final int LinearLayoutCompat_android_orientation = 1; + /** +

This symbol is the offset where the {@link android.R.attr#weightSum} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:weightSum + */ + public static final int LinearLayoutCompat_android_weightSum = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#divider} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:divider + */ + public static final int LinearLayoutCompat_divider = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#dividerPadding} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:dividerPadding + */ + public static final int LinearLayoutCompat_dividerPadding = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#measureWithLargestChild} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:measureWithLargestChild + */ + public static final int LinearLayoutCompat_measureWithLargestChild = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#showDividers} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ @attr name com.companyname:showDividers + */ + public static final int LinearLayoutCompat_showDividers = 7; + /** Attributes that can be used with a LinearLayoutCompat_Layout. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
+ @see #LinearLayoutCompat_Layout_android_layout_gravity + @see #LinearLayoutCompat_Layout_android_layout_height + @see #LinearLayoutCompat_Layout_android_layout_weight + @see #LinearLayoutCompat_Layout_android_layout_width + */ + public static final int[] LinearLayoutCompat_Layout = { + 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_gravity + */ + public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout_height} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_height + */ + public static final int LinearLayoutCompat_Layout_android_layout_height = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout_weight} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_weight + */ + public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; + /** +

This symbol is the offset where the {@link android.R.attr#layout_width} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_width + */ + public static final int LinearLayoutCompat_Layout_android_layout_width = 1; + /** Attributes that can be used with a ListPopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
+ @see #ListPopupWindow_android_dropDownHorizontalOffset + @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow = { + 0x010102ac, 0x010102ad + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownHorizontalOffset + */ + public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownVerticalOffset + */ + public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; + /** Attributes that can be used with a MediaRouteButton. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #MediaRouteButton_android_minHeight android:minHeight}
{@link #MediaRouteButton_android_minWidth android:minWidth}
{@link #MediaRouteButton_externalRouteEnabledDrawable com.companyname:externalRouteEnabledDrawable}
{@link #MediaRouteButton_mediaRouteButtonTint com.companyname:mediaRouteButtonTint}
+ @see #MediaRouteButton_android_minHeight + @see #MediaRouteButton_android_minWidth + @see #MediaRouteButton_externalRouteEnabledDrawable + @see #MediaRouteButton_mediaRouteButtonTint + */ + public static final int[] MediaRouteButton = { + 0x0101013f, 0x01010140, 0x7f010015, 0x7f010016 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minHeight + */ + public static final int MediaRouteButton_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minWidth + */ + public static final int MediaRouteButton_android_minWidth = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#externalRouteEnabledDrawable} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:externalRouteEnabledDrawable + */ + public static final int MediaRouteButton_externalRouteEnabledDrawable = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#mediaRouteButtonTint} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:mediaRouteButtonTint + */ + public static final int MediaRouteButton_mediaRouteButtonTint = 3; + /** Attributes that can be used with a MenuGroup. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_visible android:visible}
+ @see #MenuGroup_android_checkableBehavior + @see #MenuGroup_android_enabled + @see #MenuGroup_android_id + @see #MenuGroup_android_menuCategory + @see #MenuGroup_android_orderInCategory + @see #MenuGroup_android_visible + */ + public static final int[] MenuGroup = { + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** +

This symbol is the offset where the {@link android.R.attr#checkableBehavior} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:checkableBehavior + */ + public static final int MenuGroup_android_checkableBehavior = 5; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:enabled + */ + public static final int MenuGroup_android_enabled = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:id + */ + public static final int MenuGroup_android_id = 1; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:menuCategory + */ + public static final int MenuGroup_android_menuCategory = 3; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:orderInCategory + */ + public static final int MenuGroup_android_orderInCategory = 4; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:visible + */ + public static final int MenuGroup_android_visible = 2; + /** Attributes that can be used with a MenuItem. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #MenuItem_actionLayout com.companyname:actionLayout}
{@link #MenuItem_actionProviderClass com.companyname:actionProviderClass}
{@link #MenuItem_actionViewClass com.companyname:actionViewClass}
{@link #MenuItem_alphabeticModifiers com.companyname:alphabeticModifiers}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_contentDescription com.companyname:contentDescription}
{@link #MenuItem_iconTint com.companyname:iconTint}
{@link #MenuItem_iconTintMode com.companyname:iconTintMode}
{@link #MenuItem_numericModifiers com.companyname:numericModifiers}
{@link #MenuItem_showAsAction com.companyname:showAsAction}
{@link #MenuItem_tooltipText com.companyname:tooltipText}
+ @see #MenuItem_actionLayout + @see #MenuItem_actionProviderClass + @see #MenuItem_actionViewClass + @see #MenuItem_alphabeticModifiers + @see #MenuItem_android_alphabeticShortcut + @see #MenuItem_android_checkable + @see #MenuItem_android_checked + @see #MenuItem_android_enabled + @see #MenuItem_android_icon + @see #MenuItem_android_id + @see #MenuItem_android_menuCategory + @see #MenuItem_android_numericShortcut + @see #MenuItem_android_onClick + @see #MenuItem_android_orderInCategory + @see #MenuItem_android_title + @see #MenuItem_android_titleCondensed + @see #MenuItem_android_visible + @see #MenuItem_contentDescription + @see #MenuItem_iconTint + @see #MenuItem_iconTintMode + @see #MenuItem_numericModifiers + @see #MenuItem_showAsAction + @see #MenuItem_tooltipText + */ + public static final int[] MenuItem = { + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f0100da, 0x7f0100db, 0x7f0100dc, + 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, + 0x7f0100e1, 0x7f0100e2, 0x7f0100e3 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionLayout} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionLayout + */ + public static final int MenuItem_actionLayout = 16; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionProviderClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:actionProviderClass + */ + public static final int MenuItem_actionProviderClass = 18; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionViewClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:actionViewClass + */ + public static final int MenuItem_actionViewClass = 17; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#alphabeticModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name com.companyname:alphabeticModifiers + */ + public static final int MenuItem_alphabeticModifiers = 13; + /** +

This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:alphabeticShortcut + */ + public static final int MenuItem_android_alphabeticShortcut = 9; + /** +

This symbol is the offset where the {@link android.R.attr#checkable} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checkable + */ + public static final int MenuItem_android_checkable = 11; + /** +

This symbol is the offset where the {@link android.R.attr#checked} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checked + */ + public static final int MenuItem_android_checked = 3; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:enabled + */ + public static final int MenuItem_android_enabled = 1; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:icon + */ + public static final int MenuItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:id + */ + public static final int MenuItem_android_id = 2; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:menuCategory + */ + public static final int MenuItem_android_menuCategory = 5; + /** +

This symbol is the offset where the {@link android.R.attr#numericShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:numericShortcut + */ + public static final int MenuItem_android_numericShortcut = 10; + /** +

This symbol is the offset where the {@link android.R.attr#onClick} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:onClick + */ + public static final int MenuItem_android_onClick = 12; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:orderInCategory + */ + public static final int MenuItem_android_orderInCategory = 6; + /** +

This symbol is the offset where the {@link android.R.attr#title} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:title + */ + public static final int MenuItem_android_title = 7; + /** +

This symbol is the offset where the {@link android.R.attr#titleCondensed} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:titleCondensed + */ + public static final int MenuItem_android_titleCondensed = 8; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:visible + */ + public static final int MenuItem_android_visible = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentDescription} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentDescription + */ + public static final int MenuItem_contentDescription = 19; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#iconTint} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:iconTint + */ + public static final int MenuItem_iconTint = 21; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#iconTintMode} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name com.companyname:iconTintMode + */ + public static final int MenuItem_iconTintMode = 22; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#numericModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name com.companyname:numericModifiers + */ + public static final int MenuItem_numericModifiers = 14; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#showAsAction} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ @attr name com.companyname:showAsAction + */ + public static final int MenuItem_showAsAction = 15; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tooltipText} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tooltipText + */ + public static final int MenuItem_tooltipText = 20; + /** Attributes that can be used with a MenuView. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_preserveIconSpacing com.companyname:preserveIconSpacing}
{@link #MenuView_subMenuArrow com.companyname:subMenuArrow}
+ @see #MenuView_android_headerBackground + @see #MenuView_android_horizontalDivider + @see #MenuView_android_itemBackground + @see #MenuView_android_itemIconDisabledAlpha + @see #MenuView_android_itemTextAppearance + @see #MenuView_android_verticalDivider + @see #MenuView_android_windowAnimationStyle + @see #MenuView_preserveIconSpacing + @see #MenuView_subMenuArrow + */ + public static final int[] MenuView = { + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f0100e4, + 0x7f0100e5 + }; + /** +

This symbol is the offset where the {@link android.R.attr#headerBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:headerBackground + */ + public static final int MenuView_android_headerBackground = 4; + /** +

This symbol is the offset where the {@link android.R.attr#horizontalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:horizontalDivider + */ + public static final int MenuView_android_horizontalDivider = 2; + /** +

This symbol is the offset where the {@link android.R.attr#itemBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemBackground + */ + public static final int MenuView_android_itemBackground = 5; + /** +

This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemIconDisabledAlpha + */ + public static final int MenuView_android_itemIconDisabledAlpha = 6; + /** +

This symbol is the offset where the {@link android.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemTextAppearance + */ + public static final int MenuView_android_itemTextAppearance = 1; + /** +

This symbol is the offset where the {@link android.R.attr#verticalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:verticalDivider + */ + public static final int MenuView_android_verticalDivider = 3; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:windowAnimationStyle + */ + public static final int MenuView_android_windowAnimationStyle = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#preserveIconSpacing} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:preserveIconSpacing + */ + public static final int MenuView_preserveIconSpacing = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#subMenuArrow} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:subMenuArrow + */ + public static final int MenuView_subMenuArrow = 8; + /** Attributes that can be used with a NavigationView. +

Includes the following attributes:

+ + + + + + + + + + + + + + +
AttributeDescription
{@link #NavigationView_android_background android:background}
{@link #NavigationView_android_fitsSystemWindows android:fitsSystemWindows}
{@link #NavigationView_android_maxWidth android:maxWidth}
{@link #NavigationView_elevation com.companyname:elevation}
{@link #NavigationView_headerLayout com.companyname:headerLayout}
{@link #NavigationView_itemBackground com.companyname:itemBackground}
{@link #NavigationView_itemIconTint com.companyname:itemIconTint}
{@link #NavigationView_itemTextAppearance com.companyname:itemTextAppearance}
{@link #NavigationView_itemTextColor com.companyname:itemTextColor}
{@link #NavigationView_menu com.companyname:menu}
+ @see #NavigationView_android_background + @see #NavigationView_android_fitsSystemWindows + @see #NavigationView_android_maxWidth + @see #NavigationView_elevation + @see #NavigationView_headerLayout + @see #NavigationView_itemBackground + @see #NavigationView_itemIconTint + @see #NavigationView_itemTextAppearance + @see #NavigationView_itemTextColor + @see #NavigationView_menu + */ + public static final int[] NavigationView = { + 0x010100d4, 0x010100dd, 0x0101011f, 0x7f01003e, + 0x7f010143, 0x7f010144, 0x7f010145, 0x7f010146, + 0x7f010147, 0x7f010148 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:background + */ + public static final int NavigationView_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fitsSystemWindows} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:fitsSystemWindows + */ + public static final int NavigationView_android_fitsSystemWindows = 1; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:maxWidth + */ + public static final int NavigationView_android_maxWidth = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#elevation} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:elevation + */ + public static final int NavigationView_elevation = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#headerLayout} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:headerLayout + */ + public static final int NavigationView_headerLayout = 9; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#itemBackground} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:itemBackground + */ + public static final int NavigationView_itemBackground = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#itemIconTint} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:itemIconTint + */ + public static final int NavigationView_itemIconTint = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:itemTextAppearance + */ + public static final int NavigationView_itemTextAppearance = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#itemTextColor} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:itemTextColor + */ + public static final int NavigationView_itemTextColor = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#menu} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:menu + */ + public static final int NavigationView_menu = 4; + /** Attributes that can be used with a PopupWindow. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle}
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_overlapAnchor com.companyname:overlapAnchor}
+ @see #PopupWindow_android_popupAnimationStyle + @see #PopupWindow_android_popupBackground + @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow = { + 0x01010176, 0x010102c9, 0x7f0100e6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#popupAnimationStyle} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupAnimationStyle + */ + public static final int PopupWindow_android_popupAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupBackground + */ + public static final int PopupWindow_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#overlapAnchor} + attribute's value can be found in the {@link #PopupWindow} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:overlapAnchor + */ + public static final int PopupWindow_overlapAnchor = 2; + /** Attributes that can be used with a PopupWindowBackgroundState. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor com.companyname:state_above_anchor}
+ @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState = { + 0x7f0100e7 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#state_above_anchor} + attribute's value can be found in the {@link #PopupWindowBackgroundState} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:state_above_anchor + */ + public static final int PopupWindowBackgroundState_state_above_anchor = 0; + /** Attributes that can be used with a RecycleListView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #RecycleListView_paddingBottomNoButtons com.companyname:paddingBottomNoButtons}
{@link #RecycleListView_paddingTopNoTitle com.companyname:paddingTopNoTitle}
+ @see #RecycleListView_paddingBottomNoButtons + @see #RecycleListView_paddingTopNoTitle + */ + public static final int[] RecycleListView = { + 0x7f0100e8, 0x7f0100e9 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#paddingBottomNoButtons} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:paddingBottomNoButtons + */ + public static final int RecycleListView_paddingBottomNoButtons = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#paddingTopNoTitle} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:paddingTopNoTitle + */ + public static final int RecycleListView_paddingTopNoTitle = 1; + /** Attributes that can be used with a RecyclerView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + +
AttributeDescription
{@link #RecyclerView_android_descendantFocusability android:descendantFocusability}
{@link #RecyclerView_android_orientation android:orientation}
{@link #RecyclerView_fastScrollEnabled com.companyname:fastScrollEnabled}
{@link #RecyclerView_fastScrollHorizontalThumbDrawable com.companyname:fastScrollHorizontalThumbDrawable}
{@link #RecyclerView_fastScrollHorizontalTrackDrawable com.companyname:fastScrollHorizontalTrackDrawable}
{@link #RecyclerView_fastScrollVerticalThumbDrawable com.companyname:fastScrollVerticalThumbDrawable}
{@link #RecyclerView_fastScrollVerticalTrackDrawable com.companyname:fastScrollVerticalTrackDrawable}
{@link #RecyclerView_layoutManager com.companyname:layoutManager}
{@link #RecyclerView_reverseLayout com.companyname:reverseLayout}
{@link #RecyclerView_spanCount com.companyname:spanCount}
{@link #RecyclerView_stackFromEnd com.companyname:stackFromEnd}
+ @see #RecyclerView_android_descendantFocusability + @see #RecyclerView_android_orientation + @see #RecyclerView_fastScrollEnabled + @see #RecyclerView_fastScrollHorizontalThumbDrawable + @see #RecyclerView_fastScrollHorizontalTrackDrawable + @see #RecyclerView_fastScrollVerticalThumbDrawable + @see #RecyclerView_fastScrollVerticalTrackDrawable + @see #RecyclerView_layoutManager + @see #RecyclerView_reverseLayout + @see #RecyclerView_spanCount + @see #RecyclerView_stackFromEnd + */ + public static final int[] RecyclerView = { + 0x010100c4, 0x010100f1, 0x7f010000, 0x7f010001, + 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, + 0x7f010006, 0x7f010007, 0x7f010008 + }; + /** +

This symbol is the offset where the {@link android.R.attr#descendantFocusability} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:descendantFocusability + */ + public static final int RecyclerView_android_descendantFocusability = 1; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:orientation + */ + public static final int RecyclerView_android_orientation = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fastScrollEnabled} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:fastScrollEnabled + */ + public static final int RecyclerView_fastScrollEnabled = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fastScrollHorizontalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:fastScrollHorizontalThumbDrawable + */ + public static final int RecyclerView_fastScrollHorizontalThumbDrawable = 9; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fastScrollHorizontalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:fastScrollHorizontalTrackDrawable + */ + public static final int RecyclerView_fastScrollHorizontalTrackDrawable = 10; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fastScrollVerticalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:fastScrollVerticalThumbDrawable + */ + public static final int RecyclerView_fastScrollVerticalThumbDrawable = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fastScrollVerticalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:fastScrollVerticalTrackDrawable + */ + public static final int RecyclerView_fastScrollVerticalTrackDrawable = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layoutManager} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:layoutManager + */ + public static final int RecyclerView_layoutManager = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#reverseLayout} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:reverseLayout + */ + public static final int RecyclerView_reverseLayout = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#spanCount} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:spanCount + */ + public static final int RecyclerView_spanCount = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#stackFromEnd} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:stackFromEnd + */ + public static final int RecyclerView_stackFromEnd = 5; + /** Attributes that can be used with a ScrimInsetsFrameLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrimInsetsFrameLayout_insetForeground com.companyname:insetForeground}
+ @see #ScrimInsetsFrameLayout_insetForeground + */ + public static final int[] ScrimInsetsFrameLayout = { + 0x7f010149 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#insetForeground} + attribute's value can be found in the {@link #ScrimInsetsFrameLayout} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:insetForeground + */ + public static final int ScrimInsetsFrameLayout_insetForeground = 0; + /** Attributes that can be used with a ScrollingViewBehavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrollingViewBehavior_Layout_behavior_overlapTop com.companyname:behavior_overlapTop}
+ @see #ScrollingViewBehavior_Layout_behavior_overlapTop + */ + public static final int[] ScrollingViewBehavior_Layout = { + 0x7f01014a + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#behavior_overlapTop} + attribute's value can be found in the {@link #ScrollingViewBehavior_Layout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:behavior_overlapTop + */ + public static final int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; + /** Attributes that can be used with a SearchView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_closeIcon com.companyname:closeIcon}
{@link #SearchView_commitIcon com.companyname:commitIcon}
{@link #SearchView_defaultQueryHint com.companyname:defaultQueryHint}
{@link #SearchView_goIcon com.companyname:goIcon}
{@link #SearchView_iconifiedByDefault com.companyname:iconifiedByDefault}
{@link #SearchView_layout com.companyname:layout}
{@link #SearchView_queryBackground com.companyname:queryBackground}
{@link #SearchView_queryHint com.companyname:queryHint}
{@link #SearchView_searchHintIcon com.companyname:searchHintIcon}
{@link #SearchView_searchIcon com.companyname:searchIcon}
{@link #SearchView_submitBackground com.companyname:submitBackground}
{@link #SearchView_suggestionRowLayout com.companyname:suggestionRowLayout}
{@link #SearchView_voiceIcon com.companyname:voiceIcon}
+ @see #SearchView_android_focusable + @see #SearchView_android_imeOptions + @see #SearchView_android_inputType + @see #SearchView_android_maxWidth + @see #SearchView_closeIcon + @see #SearchView_commitIcon + @see #SearchView_defaultQueryHint + @see #SearchView_goIcon + @see #SearchView_iconifiedByDefault + @see #SearchView_layout + @see #SearchView_queryBackground + @see #SearchView_queryHint + @see #SearchView_searchHintIcon + @see #SearchView_searchIcon + @see #SearchView_submitBackground + @see #SearchView_suggestionRowLayout + @see #SearchView_voiceIcon + */ + public static final int[] SearchView = { + 0x010100da, 0x0101011f, 0x01010220, 0x01010264, + 0x7f0100ea, 0x7f0100eb, 0x7f0100ec, 0x7f0100ed, + 0x7f0100ee, 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, + 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, + 0x7f0100f6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:focusable + */ + public static final int SearchView_android_focusable = 0; + /** +

This symbol is the offset where the {@link android.R.attr#imeOptions} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:imeOptions + */ + public static final int SearchView_android_imeOptions = 3; + /** +

This symbol is the offset where the {@link android.R.attr#inputType} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:inputType + */ + public static final int SearchView_android_inputType = 2; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:maxWidth + */ + public static final int SearchView_android_maxWidth = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#closeIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:closeIcon + */ + public static final int SearchView_closeIcon = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#commitIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:commitIcon + */ + public static final int SearchView_commitIcon = 13; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#defaultQueryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:defaultQueryHint + */ + public static final int SearchView_defaultQueryHint = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#goIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:goIcon + */ + public static final int SearchView_goIcon = 9; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#iconifiedByDefault} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:iconifiedByDefault + */ + public static final int SearchView_iconifiedByDefault = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:layout + */ + public static final int SearchView_layout = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#queryBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:queryBackground + */ + public static final int SearchView_queryBackground = 15; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#queryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:queryHint + */ + public static final int SearchView_queryHint = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#searchHintIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:searchHintIcon + */ + public static final int SearchView_searchHintIcon = 11; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#searchIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:searchIcon + */ + public static final int SearchView_searchIcon = 10; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#submitBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:submitBackground + */ + public static final int SearchView_submitBackground = 16; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#suggestionRowLayout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:suggestionRowLayout + */ + public static final int SearchView_suggestionRowLayout = 14; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#voiceIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:voiceIcon + */ + public static final int SearchView_voiceIcon = 12; + /** Attributes that can be used with a SnackbarLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #SnackbarLayout_android_maxWidth android:maxWidth}
{@link #SnackbarLayout_elevation com.companyname:elevation}
{@link #SnackbarLayout_maxActionInlineWidth com.companyname:maxActionInlineWidth}
+ @see #SnackbarLayout_android_maxWidth + @see #SnackbarLayout_elevation + @see #SnackbarLayout_maxActionInlineWidth + */ + public static final int[] SnackbarLayout = { + 0x0101011f, 0x7f01003e, 0x7f01014b + }; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + @attr name android:maxWidth + */ + public static final int SnackbarLayout_android_maxWidth = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#elevation} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:elevation + */ + public static final int SnackbarLayout_elevation = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#maxActionInlineWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:maxActionInlineWidth + */ + public static final int SnackbarLayout_maxActionInlineWidth = 2; + /** Attributes that can be used with a Spinner. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_android_entries android:entries}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_popupTheme com.companyname:popupTheme}
+ @see #Spinner_android_dropDownWidth + @see #Spinner_android_entries + @see #Spinner_android_popupBackground + @see #Spinner_android_prompt + @see #Spinner_popupTheme + */ + public static final int[] Spinner = { + 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, + 0x7f01003f + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:dropDownWidth + */ + public static final int Spinner_android_dropDownWidth = 3; + /** +

This symbol is the offset where the {@link android.R.attr#entries} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:entries + */ + public static final int Spinner_android_entries = 0; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:popupBackground + */ + public static final int Spinner_android_popupBackground = 1; + /** +

This symbol is the offset where the {@link android.R.attr#prompt} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:prompt + */ + public static final int Spinner_android_prompt = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#popupTheme} + attribute's value can be found in the {@link #Spinner} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:popupTheme + */ + public static final int Spinner_popupTheme = 4; + /** Attributes that can be used with a SwitchCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText com.companyname:showText}
{@link #SwitchCompat_splitTrack com.companyname:splitTrack}
{@link #SwitchCompat_switchMinWidth com.companyname:switchMinWidth}
{@link #SwitchCompat_switchPadding com.companyname:switchPadding}
{@link #SwitchCompat_switchTextAppearance com.companyname:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding com.companyname:thumbTextPadding}
{@link #SwitchCompat_thumbTint com.companyname:thumbTint}
{@link #SwitchCompat_thumbTintMode com.companyname:thumbTintMode}
{@link #SwitchCompat_track com.companyname:track}
{@link #SwitchCompat_trackTint com.companyname:trackTint}
{@link #SwitchCompat_trackTintMode com.companyname:trackTintMode}
+ @see #SwitchCompat_android_textOff + @see #SwitchCompat_android_textOn + @see #SwitchCompat_android_thumb + @see #SwitchCompat_showText + @see #SwitchCompat_splitTrack + @see #SwitchCompat_switchMinWidth + @see #SwitchCompat_switchPadding + @see #SwitchCompat_switchTextAppearance + @see #SwitchCompat_thumbTextPadding + @see #SwitchCompat_thumbTint + @see #SwitchCompat_thumbTintMode + @see #SwitchCompat_track + @see #SwitchCompat_trackTint + @see #SwitchCompat_trackTintMode + */ + public static final int[] SwitchCompat = { + 0x01010124, 0x01010125, 0x01010142, 0x7f0100f7, + 0x7f0100f8, 0x7f0100f9, 0x7f0100fa, 0x7f0100fb, + 0x7f0100fc, 0x7f0100fd, 0x7f0100fe, 0x7f0100ff, + 0x7f010100, 0x7f010101 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textOff} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOff + */ + public static final int SwitchCompat_android_textOff = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textOn} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOn + */ + public static final int SwitchCompat_android_textOn = 0; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:thumb + */ + public static final int SwitchCompat_android_thumb = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#showText} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:showText + */ + public static final int SwitchCompat_showText = 13; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#splitTrack} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:splitTrack + */ + public static final int SwitchCompat_splitTrack = 12; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#switchMinWidth} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:switchMinWidth + */ + public static final int SwitchCompat_switchMinWidth = 10; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#switchPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:switchPadding + */ + public static final int SwitchCompat_switchPadding = 11; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#switchTextAppearance} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:switchTextAppearance + */ + public static final int SwitchCompat_switchTextAppearance = 9; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#thumbTextPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:thumbTextPadding + */ + public static final int SwitchCompat_thumbTextPadding = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#thumbTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:thumbTint + */ + public static final int SwitchCompat_thumbTint = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#thumbTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name com.companyname:thumbTintMode + */ + public static final int SwitchCompat_thumbTintMode = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#track} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:track + */ + public static final int SwitchCompat_track = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#trackTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:trackTint + */ + public static final int SwitchCompat_trackTint = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#trackTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name com.companyname:trackTintMode + */ + public static final int SwitchCompat_trackTintMode = 7; + /** Attributes that can be used with a TabItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #TabItem_android_icon android:icon}
{@link #TabItem_android_layout android:layout}
{@link #TabItem_android_text android:text}
+ @see #TabItem_android_icon + @see #TabItem_android_layout + @see #TabItem_android_text + */ + public static final int[] TabItem = { + 0x01010002, 0x010100f2, 0x0101014f + }; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:icon + */ + public static final int TabItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:layout + */ + public static final int TabItem_android_layout = 1; + /** +

This symbol is the offset where the {@link android.R.attr#text} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:text + */ + public static final int TabItem_android_text = 2; + /** Attributes that can be used with a TabLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TabLayout_tabBackground com.companyname:tabBackground}
{@link #TabLayout_tabContentStart com.companyname:tabContentStart}
{@link #TabLayout_tabGravity com.companyname:tabGravity}
{@link #TabLayout_tabIndicatorColor com.companyname:tabIndicatorColor}
{@link #TabLayout_tabIndicatorHeight com.companyname:tabIndicatorHeight}
{@link #TabLayout_tabMaxWidth com.companyname:tabMaxWidth}
{@link #TabLayout_tabMinWidth com.companyname:tabMinWidth}
{@link #TabLayout_tabMode com.companyname:tabMode}
{@link #TabLayout_tabPadding com.companyname:tabPadding}
{@link #TabLayout_tabPaddingBottom com.companyname:tabPaddingBottom}
{@link #TabLayout_tabPaddingEnd com.companyname:tabPaddingEnd}
{@link #TabLayout_tabPaddingStart com.companyname:tabPaddingStart}
{@link #TabLayout_tabPaddingTop com.companyname:tabPaddingTop}
{@link #TabLayout_tabSelectedTextColor com.companyname:tabSelectedTextColor}
{@link #TabLayout_tabTextAppearance com.companyname:tabTextAppearance}
{@link #TabLayout_tabTextColor com.companyname:tabTextColor}
+ @see #TabLayout_tabBackground + @see #TabLayout_tabContentStart + @see #TabLayout_tabGravity + @see #TabLayout_tabIndicatorColor + @see #TabLayout_tabIndicatorHeight + @see #TabLayout_tabMaxWidth + @see #TabLayout_tabMinWidth + @see #TabLayout_tabMode + @see #TabLayout_tabPadding + @see #TabLayout_tabPaddingBottom + @see #TabLayout_tabPaddingEnd + @see #TabLayout_tabPaddingStart + @see #TabLayout_tabPaddingTop + @see #TabLayout_tabSelectedTextColor + @see #TabLayout_tabTextAppearance + @see #TabLayout_tabTextColor + */ + public static final int[] TabLayout = { + 0x7f01014c, 0x7f01014d, 0x7f01014e, 0x7f01014f, + 0x7f010150, 0x7f010151, 0x7f010152, 0x7f010153, + 0x7f010154, 0x7f010155, 0x7f010156, 0x7f010157, + 0x7f010158, 0x7f010159, 0x7f01015a, 0x7f01015b + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabBackground} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:tabBackground + */ + public static final int TabLayout_tabBackground = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabContentStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabContentStart + */ + public static final int TabLayout_tabContentStart = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabGravity} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ @attr name com.companyname:tabGravity + */ + public static final int TabLayout_tabGravity = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabIndicatorColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabIndicatorColor + */ + public static final int TabLayout_tabIndicatorColor = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabIndicatorHeight} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabIndicatorHeight + */ + public static final int TabLayout_tabIndicatorHeight = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabMaxWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabMaxWidth + */ + public static final int TabLayout_tabMaxWidth = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabMinWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabMinWidth + */ + public static final int TabLayout_tabMinWidth = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabMode} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ @attr name com.companyname:tabMode + */ + public static final int TabLayout_tabMode = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabPadding} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabPadding + */ + public static final int TabLayout_tabPadding = 15; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabPaddingBottom} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabPaddingBottom + */ + public static final int TabLayout_tabPaddingBottom = 14; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabPaddingEnd} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabPaddingEnd + */ + public static final int TabLayout_tabPaddingEnd = 13; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabPaddingStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabPaddingStart + */ + public static final int TabLayout_tabPaddingStart = 11; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabPaddingTop} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabPaddingTop + */ + public static final int TabLayout_tabPaddingTop = 12; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabSelectedTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabSelectedTextColor + */ + public static final int TabLayout_tabSelectedTextColor = 10; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabTextAppearance} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:tabTextAppearance + */ + public static final int TabLayout_tabTextAppearance = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabTextColor + */ + public static final int TabLayout_tabTextColor = 9; + /** Attributes that can be used with a TextAppearance. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextAppearance_android_fontFamily android:fontFamily}
{@link #TextAppearance_android_shadowColor android:shadowColor}
{@link #TextAppearance_android_shadowDx android:shadowDx}
{@link #TextAppearance_android_shadowDy android:shadowDy}
{@link #TextAppearance_android_shadowRadius android:shadowRadius}
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textColorHint android:textColorHint}
{@link #TextAppearance_android_textColorLink android:textColorLink}
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_fontFamily com.companyname:fontFamily}
{@link #TextAppearance_textAllCaps com.companyname:textAllCaps}
+ @see #TextAppearance_android_fontFamily + @see #TextAppearance_android_shadowColor + @see #TextAppearance_android_shadowDx + @see #TextAppearance_android_shadowDy + @see #TextAppearance_android_shadowRadius + @see #TextAppearance_android_textColor + @see #TextAppearance_android_textColorHint + @see #TextAppearance_android_textColorLink + @see #TextAppearance_android_textSize + @see #TextAppearance_android_textStyle + @see #TextAppearance_android_typeface + @see #TextAppearance_fontFamily + @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance = { + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, + 0x01010163, 0x01010164, 0x010103ac, 0x7f01004f, + 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:fontFamily + */ + public static final int TextAppearance_android_fontFamily = 10; + /** +

This symbol is the offset where the {@link android.R.attr#shadowColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowColor + */ + public static final int TextAppearance_android_shadowColor = 6; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDx} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDx + */ + public static final int TextAppearance_android_shadowDx = 7; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDy} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDy + */ + public static final int TextAppearance_android_shadowDy = 8; + /** +

This symbol is the offset where the {@link android.R.attr#shadowRadius} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowRadius + */ + public static final int TextAppearance_android_shadowRadius = 9; + /** +

This symbol is the offset where the {@link android.R.attr#textColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColor + */ + public static final int TextAppearance_android_textColor = 3; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorHint + */ + public static final int TextAppearance_android_textColorHint = 4; + /** +

This symbol is the offset where the {@link android.R.attr#textColorLink} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorLink + */ + public static final int TextAppearance_android_textColorLink = 5; + /** +

This symbol is the offset where the {@link android.R.attr#textSize} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textSize + */ + public static final int TextAppearance_android_textSize = 0; + /** +

This symbol is the offset where the {@link android.R.attr#textStyle} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textStyle + */ + public static final int TextAppearance_android_textStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#typeface} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:typeface + */ + public static final int TextAppearance_android_typeface = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:fontFamily + */ + public static final int TextAppearance_fontFamily = 12; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textAllCaps} + attribute's value can be found in the {@link #TextAppearance} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name com.companyname:textAllCaps + */ + public static final int TextAppearance_textAllCaps = 11; + /** Attributes that can be used with a TextInputLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextInputLayout_android_hint android:hint}
{@link #TextInputLayout_android_textColorHint android:textColorHint}
{@link #TextInputLayout_counterEnabled com.companyname:counterEnabled}
{@link #TextInputLayout_counterMaxLength com.companyname:counterMaxLength}
{@link #TextInputLayout_counterOverflowTextAppearance com.companyname:counterOverflowTextAppearance}
{@link #TextInputLayout_counterTextAppearance com.companyname:counterTextAppearance}
{@link #TextInputLayout_errorEnabled com.companyname:errorEnabled}
{@link #TextInputLayout_errorTextAppearance com.companyname:errorTextAppearance}
{@link #TextInputLayout_hintAnimationEnabled com.companyname:hintAnimationEnabled}
{@link #TextInputLayout_hintEnabled com.companyname:hintEnabled}
{@link #TextInputLayout_hintTextAppearance com.companyname:hintTextAppearance}
{@link #TextInputLayout_passwordToggleContentDescription com.companyname:passwordToggleContentDescription}
{@link #TextInputLayout_passwordToggleDrawable com.companyname:passwordToggleDrawable}
{@link #TextInputLayout_passwordToggleEnabled com.companyname:passwordToggleEnabled}
{@link #TextInputLayout_passwordToggleTint com.companyname:passwordToggleTint}
{@link #TextInputLayout_passwordToggleTintMode com.companyname:passwordToggleTintMode}
+ @see #TextInputLayout_android_hint + @see #TextInputLayout_android_textColorHint + @see #TextInputLayout_counterEnabled + @see #TextInputLayout_counterMaxLength + @see #TextInputLayout_counterOverflowTextAppearance + @see #TextInputLayout_counterTextAppearance + @see #TextInputLayout_errorEnabled + @see #TextInputLayout_errorTextAppearance + @see #TextInputLayout_hintAnimationEnabled + @see #TextInputLayout_hintEnabled + @see #TextInputLayout_hintTextAppearance + @see #TextInputLayout_passwordToggleContentDescription + @see #TextInputLayout_passwordToggleDrawable + @see #TextInputLayout_passwordToggleEnabled + @see #TextInputLayout_passwordToggleTint + @see #TextInputLayout_passwordToggleTintMode + */ + public static final int[] TextInputLayout = { + 0x0101009a, 0x01010150, 0x7f01015c, 0x7f01015d, + 0x7f01015e, 0x7f01015f, 0x7f010160, 0x7f010161, + 0x7f010162, 0x7f010163, 0x7f010164, 0x7f010165, + 0x7f010166, 0x7f010167, 0x7f010168, 0x7f010169 + }; + /** +

This symbol is the offset where the {@link android.R.attr#hint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:hint + */ + public static final int TextInputLayout_android_hint = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:textColorHint + */ + public static final int TextInputLayout_android_textColorHint = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#counterEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:counterEnabled + */ + public static final int TextInputLayout_counterEnabled = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#counterMaxLength} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:counterMaxLength + */ + public static final int TextInputLayout_counterMaxLength = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#counterOverflowTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:counterOverflowTextAppearance + */ + public static final int TextInputLayout_counterOverflowTextAppearance = 9; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#counterTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:counterTextAppearance + */ + public static final int TextInputLayout_counterTextAppearance = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#errorEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:errorEnabled + */ + public static final int TextInputLayout_errorEnabled = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#errorTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:errorTextAppearance + */ + public static final int TextInputLayout_errorTextAppearance = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#hintAnimationEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:hintAnimationEnabled + */ + public static final int TextInputLayout_hintAnimationEnabled = 10; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#hintEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:hintEnabled + */ + public static final int TextInputLayout_hintEnabled = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#hintTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:hintTextAppearance + */ + public static final int TextInputLayout_hintTextAppearance = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#passwordToggleContentDescription} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:passwordToggleContentDescription + */ + public static final int TextInputLayout_passwordToggleContentDescription = 13; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#passwordToggleDrawable} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:passwordToggleDrawable + */ + public static final int TextInputLayout_passwordToggleDrawable = 12; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#passwordToggleEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:passwordToggleEnabled + */ + public static final int TextInputLayout_passwordToggleEnabled = 11; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#passwordToggleTint} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:passwordToggleTint + */ + public static final int TextInputLayout_passwordToggleTint = 14; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#passwordToggleTintMode} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name com.companyname:passwordToggleTintMode + */ + public static final int TextInputLayout_passwordToggleTintMode = 15; + /** Attributes that can be used with a Toolbar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_buttonGravity com.companyname:buttonGravity}
{@link #Toolbar_collapseContentDescription com.companyname:collapseContentDescription}
{@link #Toolbar_collapseIcon com.companyname:collapseIcon}
{@link #Toolbar_contentInsetEnd com.companyname:contentInsetEnd}
{@link #Toolbar_contentInsetEndWithActions com.companyname:contentInsetEndWithActions}
{@link #Toolbar_contentInsetLeft com.companyname:contentInsetLeft}
{@link #Toolbar_contentInsetRight com.companyname:contentInsetRight}
{@link #Toolbar_contentInsetStart com.companyname:contentInsetStart}
{@link #Toolbar_contentInsetStartWithNavigation com.companyname:contentInsetStartWithNavigation}
{@link #Toolbar_logo com.companyname:logo}
{@link #Toolbar_logoDescription com.companyname:logoDescription}
{@link #Toolbar_maxButtonHeight com.companyname:maxButtonHeight}
{@link #Toolbar_navigationContentDescription com.companyname:navigationContentDescription}
{@link #Toolbar_navigationIcon com.companyname:navigationIcon}
{@link #Toolbar_popupTheme com.companyname:popupTheme}
{@link #Toolbar_subtitle com.companyname:subtitle}
{@link #Toolbar_subtitleTextAppearance com.companyname:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor com.companyname:subtitleTextColor}
{@link #Toolbar_title com.companyname:title}
{@link #Toolbar_titleMargin com.companyname:titleMargin}
{@link #Toolbar_titleMarginBottom com.companyname:titleMarginBottom}
{@link #Toolbar_titleMarginEnd com.companyname:titleMarginEnd}
{@link #Toolbar_titleMarginStart com.companyname:titleMarginStart}
{@link #Toolbar_titleMarginTop com.companyname:titleMarginTop}
{@link #Toolbar_titleMargins com.companyname:titleMargins}
{@link #Toolbar_titleTextAppearance com.companyname:titleTextAppearance}
{@link #Toolbar_titleTextColor com.companyname:titleTextColor}
+ @see #Toolbar_android_gravity + @see #Toolbar_android_minHeight + @see #Toolbar_buttonGravity + @see #Toolbar_collapseContentDescription + @see #Toolbar_collapseIcon + @see #Toolbar_contentInsetEnd + @see #Toolbar_contentInsetEndWithActions + @see #Toolbar_contentInsetLeft + @see #Toolbar_contentInsetRight + @see #Toolbar_contentInsetStart + @see #Toolbar_contentInsetStartWithNavigation + @see #Toolbar_logo + @see #Toolbar_logoDescription + @see #Toolbar_maxButtonHeight + @see #Toolbar_navigationContentDescription + @see #Toolbar_navigationIcon + @see #Toolbar_popupTheme + @see #Toolbar_subtitle + @see #Toolbar_subtitleTextAppearance + @see #Toolbar_subtitleTextColor + @see #Toolbar_title + @see #Toolbar_titleMargin + @see #Toolbar_titleMarginBottom + @see #Toolbar_titleMarginEnd + @see #Toolbar_titleMarginStart + @see #Toolbar_titleMarginTop + @see #Toolbar_titleMargins + @see #Toolbar_titleTextAppearance + @see #Toolbar_titleTextColor + */ + public static final int[] Toolbar = { + 0x010100af, 0x01010140, 0x7f010025, 0x7f010028, + 0x7f01002c, 0x7f010038, 0x7f010039, 0x7f01003a, + 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003f, + 0x7f010102, 0x7f010103, 0x7f010104, 0x7f010105, + 0x7f010106, 0x7f010107, 0x7f010108, 0x7f010109, + 0x7f01010a, 0x7f01010b, 0x7f01010c, 0x7f01010d, + 0x7f01010e, 0x7f01010f, 0x7f010110, 0x7f010111, + 0x7f010112 + }; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:gravity + */ + public static final int Toolbar_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:minHeight + */ + public static final int Toolbar_android_minHeight = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonGravity} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ @attr name com.companyname:buttonGravity + */ + public static final int Toolbar_buttonGravity = 21; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#collapseContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:collapseContentDescription + */ + public static final int Toolbar_collapseContentDescription = 23; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#collapseIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:collapseIcon + */ + public static final int Toolbar_collapseIcon = 22; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetEnd + */ + public static final int Toolbar_contentInsetEnd = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetEndWithActions + */ + public static final int Toolbar_contentInsetEndWithActions = 10; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetLeft + */ + public static final int Toolbar_contentInsetLeft = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetRight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetRight + */ + public static final int Toolbar_contentInsetRight = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetStart + */ + public static final int Toolbar_contentInsetStart = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetStartWithNavigation + */ + public static final int Toolbar_contentInsetStartWithNavigation = 9; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#logo} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:logo + */ + public static final int Toolbar_logo = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#logoDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:logoDescription + */ + public static final int Toolbar_logoDescription = 26; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#maxButtonHeight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:maxButtonHeight + */ + public static final int Toolbar_maxButtonHeight = 20; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#navigationContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:navigationContentDescription + */ + public static final int Toolbar_navigationContentDescription = 25; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#navigationIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:navigationIcon + */ + public static final int Toolbar_navigationIcon = 24; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#popupTheme} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:popupTheme + */ + public static final int Toolbar_popupTheme = 11; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#subtitle} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:subtitle + */ + public static final int Toolbar_subtitle = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#subtitleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:subtitleTextAppearance + */ + public static final int Toolbar_subtitleTextAppearance = 13; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#subtitleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:subtitleTextColor + */ + public static final int Toolbar_subtitleTextColor = 28; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#title} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:title + */ + public static final int Toolbar_title = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleMargin} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:titleMargin + */ + public static final int Toolbar_titleMargin = 14; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleMarginBottom} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:titleMarginBottom + */ + public static final int Toolbar_titleMarginBottom = 18; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleMarginEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:titleMarginEnd + */ + public static final int Toolbar_titleMarginEnd = 16; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleMarginStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:titleMarginStart + */ + public static final int Toolbar_titleMarginStart = 15; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleMarginTop} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:titleMarginTop + */ + public static final int Toolbar_titleMarginTop = 17; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleMargins} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:titleMargins + */ + public static final int Toolbar_titleMargins = 19; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:titleTextAppearance + */ + public static final int Toolbar_titleTextAppearance = 12; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:titleTextColor + */ + public static final int Toolbar_titleTextColor = 27; + /** Attributes that can be used with a View. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #View_android_focusable android:focusable}
{@link #View_android_theme android:theme}
{@link #View_paddingEnd com.companyname:paddingEnd}
{@link #View_paddingStart com.companyname:paddingStart}
{@link #View_theme com.companyname:theme}
+ @see #View_android_focusable + @see #View_android_theme + @see #View_paddingEnd + @see #View_paddingStart + @see #View_theme + */ + public static final int[] View = { + 0x01010000, 0x010100da, 0x7f010113, 0x7f010114, + 0x7f010115 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #View} array. + @attr name android:focusable + */ + public static final int View_android_focusable = 1; + /** +

This symbol is the offset where the {@link android.R.attr#theme} + attribute's value can be found in the {@link #View} array. + @attr name android:theme + */ + public static final int View_android_theme = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#paddingEnd} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:paddingEnd + */ + public static final int View_paddingEnd = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#paddingStart} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:paddingStart + */ + public static final int View_paddingStart = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#theme} + attribute's value can be found in the {@link #View} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:theme + */ + public static final int View_theme = 4; + /** Attributes that can be used with a ViewBackgroundHelper. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint com.companyname:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode com.companyname:backgroundTintMode}
+ @see #ViewBackgroundHelper_android_background + @see #ViewBackgroundHelper_backgroundTint + @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper = { + 0x010100d4, 0x7f010116, 0x7f010117 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + @attr name android:background + */ + public static final int ViewBackgroundHelper_android_background = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#backgroundTint} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:backgroundTint + */ + public static final int ViewBackgroundHelper_backgroundTint = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name com.companyname:backgroundTintMode + */ + public static final int ViewBackgroundHelper_backgroundTintMode = 2; + /** Attributes that can be used with a ViewStubCompat. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
{@link #ViewStubCompat_android_layout android:layout}
+ @see #ViewStubCompat_android_id + @see #ViewStubCompat_android_inflatedId + @see #ViewStubCompat_android_layout + */ + public static final int[] ViewStubCompat = { + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:id + */ + public static final int ViewStubCompat_android_id = 0; + /** +

This symbol is the offset where the {@link android.R.attr#inflatedId} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:inflatedId + */ + public static final int ViewStubCompat_android_inflatedId = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:layout + */ + public static final int ViewStubCompat_android_layout = 1; + }; +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/manifest/AndroidManifest.xml b/Calculadora/Calculadora.Android/obj/Debug/81/android/manifest/AndroidManifest.xml new file mode 100644 index 0000000..ff76387 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/manifest/AndroidManifest.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/compat/R.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/compat/R.java new file mode 100644 index 0000000..711977b --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/compat/R.java @@ -0,0 +1,11703 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package android.support.compat; + +public final class R { + public static final class anim { + public static int abc_fade_in=0x7f050000; + public static int abc_fade_out=0x7f050001; + public static int abc_grow_fade_in_from_bottom=0x7f050002; + public static int abc_popup_enter=0x7f050003; + public static int abc_popup_exit=0x7f050004; + public static int abc_shrink_fade_out_from_bottom=0x7f050005; + public static int abc_slide_in_bottom=0x7f050006; + public static int abc_slide_in_top=0x7f050007; + public static int abc_slide_out_bottom=0x7f050008; + public static int abc_slide_out_top=0x7f050009; + public static int design_bottom_sheet_slide_in=0x7f05000a; + public static int design_bottom_sheet_slide_out=0x7f05000b; + public static int design_snackbar_in=0x7f05000c; + public static int design_snackbar_out=0x7f05000d; + public static int tooltip_enter=0x7f05000e; + public static int tooltip_exit=0x7f05000f; + } + public static final class animator { + public static int design_appbar_state_list_animator=0x7f060000; + } + public static final class attr { + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarDivider=0x7f01006b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarItemBackground=0x7f01006c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarPopupTheme=0x7f010065; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ */ + public static int actionBarSize=0x7f01006a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarSplitStyle=0x7f010067; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarStyle=0x7f010066; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabBarStyle=0x7f010061; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabStyle=0x7f010060; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabTextStyle=0x7f010062; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTheme=0x7f010068; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarWidgetTheme=0x7f010069; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionButtonStyle=0x7f010086; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionDropDownStyle=0x7f010082; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionLayout=0x7f0100dd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionMenuTextAppearance=0x7f01006d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int actionMenuTextColor=0x7f01006e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeBackground=0x7f010071; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseButtonStyle=0x7f010070; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseDrawable=0x7f010073; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCopyDrawable=0x7f010075; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCutDrawable=0x7f010074; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeFindDrawable=0x7f010079; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePasteDrawable=0x7f010076; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePopupWindowStyle=0x7f01007b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSelectAllDrawable=0x7f010077; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeShareDrawable=0x7f010078; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSplitBackground=0x7f010072; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeStyle=0x7f01006f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeWebSearchDrawable=0x7f01007a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowButtonStyle=0x7f010063; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowMenuStyle=0x7f010064; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionProviderClass=0x7f0100df; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionViewClass=0x7f0100de; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int activityChooserViewStyle=0x7f01008e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogButtonGroupStyle=0x7f0100b3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int alertDialogCenterButtons=0x7f0100b4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogStyle=0x7f0100b2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogTheme=0x7f0100b5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int allowStacking=0x7f0100cb; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int alpha=0x7f0100cc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static int alphabeticModifiers=0x7f0100da; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowHeadLength=0x7f0100d3; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowShaftLength=0x7f0100d4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int autoCompleteTextViewStyle=0x7f0100ba; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeMaxTextSize=0x7f010054; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeMinTextSize=0x7f010053; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int autoSizePresetSizes=0x7f010052; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeStepGranularity=0x7f010051; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ */ + public static int autoSizeTextType=0x7f010050; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int background=0x7f01002e; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundSplit=0x7f010030; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundStacked=0x7f01002f; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int backgroundTint=0x7f010116; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int backgroundTintMode=0x7f010117; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int barLength=0x7f0100d5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_autoHide=0x7f010141; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_hideable=0x7f01011e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_overlapTop=0x7f01014a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ */ + public static int behavior_peekHeight=0x7f01011d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_skipCollapsed=0x7f01011f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int borderWidth=0x7f01013f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int borderlessButtonStyle=0x7f01008b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int bottomSheetDialogTheme=0x7f010139; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int bottomSheetStyle=0x7f01013a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarButtonStyle=0x7f010088; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNegativeButtonStyle=0x7f0100b8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNeutralButtonStyle=0x7f0100b9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarPositiveButtonStyle=0x7f0100b7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarStyle=0x7f010087; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ */ + public static int buttonGravity=0x7f01010b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonPanelSideLayout=0x7f010043; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyle=0x7f0100bb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyleSmall=0x7f0100bc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int buttonTint=0x7f0100cd; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int buttonTintMode=0x7f0100ce; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardBackgroundColor=0x7f010017; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardCornerRadius=0x7f010018; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardElevation=0x7f010019; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardMaxElevation=0x7f01001a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardPreventCornerOverlap=0x7f01001c; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardUseCompatPadding=0x7f01001b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkboxStyle=0x7f0100bd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkedTextViewStyle=0x7f0100be; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeIcon=0x7f0100ee; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeItemLayout=0x7f010040; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int collapseContentDescription=0x7f01010d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int collapseIcon=0x7f01010c; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static int collapsedTitleGravity=0x7f01012c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int collapsedTitleTextAppearance=0x7f010126; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int color=0x7f0100cf; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorAccent=0x7f0100aa; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorBackgroundFloating=0x7f0100b1; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorButtonNormal=0x7f0100ae; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlActivated=0x7f0100ac; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlHighlight=0x7f0100ad; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlNormal=0x7f0100ab; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int colorError=0x7f0100ca; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimary=0x7f0100a8; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimaryDark=0x7f0100a9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorSwitchThumbNormal=0x7f0100af; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int commitIcon=0x7f0100f3; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentDescription=0x7f0100e0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetEnd=0x7f010039; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetEndWithActions=0x7f01003d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetLeft=0x7f01003a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetRight=0x7f01003b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetStart=0x7f010038; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetStartWithNavigation=0x7f01003c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPadding=0x7f01001d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingBottom=0x7f010021; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingLeft=0x7f01001e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingRight=0x7f01001f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingTop=0x7f010020; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentScrim=0x7f010127; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int controlBackground=0x7f0100b0; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int counterEnabled=0x7f010160; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int counterMaxLength=0x7f010161; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int counterOverflowTextAppearance=0x7f010163; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int counterTextAppearance=0x7f010162; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int customNavigationLayout=0x7f010031; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int defaultQueryHint=0x7f0100ed; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dialogPreferredPadding=0x7f010080; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dialogTheme=0x7f01007f; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ */ + public static int displayOptions=0x7f010027; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int divider=0x7f01002d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerHorizontal=0x7f01008d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dividerPadding=0x7f0100d9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerVertical=0x7f01008c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int drawableSize=0x7f0100d1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int drawerArrowStyle=0x7f010022; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dropDownListViewStyle=0x7f01009f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dropdownListPreferredItemHeight=0x7f010083; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextBackground=0x7f010094; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int editTextColor=0x7f010093; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextStyle=0x7f0100bf; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int elevation=0x7f01003e; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int errorEnabled=0x7f01015e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int errorTextAppearance=0x7f01015f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int expandActivityOverflowButtonDrawable=0x7f010042; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expanded=0x7f010118; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static int expandedTitleGravity=0x7f01012d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMargin=0x7f010120; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginBottom=0x7f010124; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginEnd=0x7f010123; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginStart=0x7f010121; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginTop=0x7f010122; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int expandedTitleTextAppearance=0x7f010125; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int externalRouteEnabledDrawable=0x7f010015; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ */ + public static int fabSize=0x7f01013d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fastScrollEnabled=0x7f010004; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollHorizontalThumbDrawable=0x7f010007; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollHorizontalTrackDrawable=0x7f010008; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollVerticalThumbDrawable=0x7f010005; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollVerticalTrackDrawable=0x7f010006; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int font=0x7f010171; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontFamily=0x7f010055; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderAuthority=0x7f01016a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fontProviderCerts=0x7f01016d; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ */ + public static int fontProviderFetchStrategy=0x7f01016e; + /**

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ */ + public static int fontProviderFetchTimeout=0x7f01016f; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderPackage=0x7f01016b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderQuery=0x7f01016c; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ */ + public static int fontStyle=0x7f010170; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontWeight=0x7f010172; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int foregroundInsidePadding=0x7f010142; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int gapBetweenBars=0x7f0100d2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int goIcon=0x7f0100ef; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int headerLayout=0x7f010148; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int height=0x7f010023; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hideOnContentScroll=0x7f010037; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hintAnimationEnabled=0x7f010164; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hintEnabled=0x7f01015d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int hintTextAppearance=0x7f01015c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeAsUpIndicator=0x7f010085; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeLayout=0x7f010032; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int icon=0x7f01002b; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int iconTint=0x7f0100e2; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int iconTintMode=0x7f0100e3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int iconifiedByDefault=0x7f0100eb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int imageButtonStyle=0x7f010095; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int indeterminateProgressStyle=0x7f010034; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int initialActivityCount=0x7f010041; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int insetForeground=0x7f010149; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int isLightTheme=0x7f010024; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int itemBackground=0x7f010146; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemIconTint=0x7f010144; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemPadding=0x7f010036; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int itemTextAppearance=0x7f010147; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemTextColor=0x7f010145; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int keylines=0x7f010131; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout=0x7f0100ea; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layoutManager=0x7f010000; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout_anchor=0x7f010134; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ */ + public static int layout_anchorGravity=0x7f010136; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_behavior=0x7f010133; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ */ + public static int layout_collapseMode=0x7f01012f; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_collapseParallaxMultiplier=0x7f010130; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ */ + public static int layout_dodgeInsetEdges=0x7f010138; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ */ + public static int layout_insetEdge=0x7f010137; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_keyline=0x7f010135; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ */ + public static int layout_scrollFlags=0x7f01011b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout_scrollInterpolator=0x7f01011c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listChoiceBackgroundIndicator=0x7f0100a7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listDividerAlertDialog=0x7f010081; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listItemLayout=0x7f010047; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listLayout=0x7f010044; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listMenuViewStyle=0x7f0100c7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listPopupWindowStyle=0x7f0100a0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeight=0x7f01009a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightLarge=0x7f01009c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightSmall=0x7f01009b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingLeft=0x7f01009d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingRight=0x7f01009e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int logo=0x7f01002c; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int logoDescription=0x7f010110; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int maxActionInlineWidth=0x7f01014b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int maxButtonHeight=0x7f01010a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int measureWithLargestChild=0x7f0100d7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteAudioTrackDrawable=0x7f010009; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteButtonStyle=0x7f01000a; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int mediaRouteButtonTint=0x7f010016; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteCloseDrawable=0x7f01000b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteControlPanelThemeOverlay=0x7f01000c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteDefaultIconDrawable=0x7f01000d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRoutePauseDrawable=0x7f01000e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRoutePlayDrawable=0x7f01000f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteSpeakerGroupIconDrawable=0x7f010010; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteSpeakerIconDrawable=0x7f010011; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteStopDrawable=0x7f010012; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteTheme=0x7f010013; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteTvIconDrawable=0x7f010014; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int menu=0x7f010143; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int multiChoiceItemLayout=0x7f010045; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int navigationContentDescription=0x7f01010f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int navigationIcon=0x7f01010e; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ */ + public static int navigationMode=0x7f010026; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static int numericModifiers=0x7f0100db; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int overlapAnchor=0x7f0100e6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingBottomNoButtons=0x7f0100e8; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingEnd=0x7f010114; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingStart=0x7f010113; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingTopNoTitle=0x7f0100e9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelBackground=0x7f0100a4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelMenuListTheme=0x7f0100a6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int panelMenuListWidth=0x7f0100a5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleContentDescription=0x7f010167; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int passwordToggleDrawable=0x7f010166; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleEnabled=0x7f010165; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleTint=0x7f010168; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static int passwordToggleTintMode=0x7f010169; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupMenuStyle=0x7f010091; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupTheme=0x7f01003f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupWindowStyle=0x7f010092; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int preserveIconSpacing=0x7f0100e4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int pressedTranslationZ=0x7f01013e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int progressBarPadding=0x7f010035; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int progressBarStyle=0x7f010033; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int queryBackground=0x7f0100f5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int queryHint=0x7f0100ec; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int radioButtonStyle=0x7f0100c0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyle=0x7f0100c1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyleIndicator=0x7f0100c2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyleSmall=0x7f0100c3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int reverseLayout=0x7f010002; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int rippleColor=0x7f01013c; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int scrimAnimationDuration=0x7f01012b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int scrimVisibleHeightTrigger=0x7f01012a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchHintIcon=0x7f0100f1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchIcon=0x7f0100f0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchViewStyle=0x7f010099; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int seekBarStyle=0x7f0100c4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackground=0x7f010089; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackgroundBorderless=0x7f01008a; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ */ + public static int showAsAction=0x7f0100dc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ */ + public static int showDividers=0x7f0100d8; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int showText=0x7f010101; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int showTitle=0x7f010048; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int singleChoiceItemLayout=0x7f010046; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spanCount=0x7f010001; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spinBars=0x7f0100d0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerDropDownItemStyle=0x7f010084; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerStyle=0x7f0100c5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int splitTrack=0x7f010100; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int srcCompat=0x7f010049; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int stackFromEnd=0x7f010003; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_above_anchor=0x7f0100e7; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_collapsed=0x7f010119; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_collapsible=0x7f01011a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int statusBarBackground=0x7f010132; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int statusBarScrim=0x7f010128; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subMenuArrow=0x7f0100e5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int submitBackground=0x7f0100f6; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitle=0x7f010028; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextAppearance=0x7f010103; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitleTextColor=0x7f010112; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextStyle=0x7f01002a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int suggestionRowLayout=0x7f0100f4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchMinWidth=0x7f0100fe; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchPadding=0x7f0100ff; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchStyle=0x7f0100c6; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchTextAppearance=0x7f0100fd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tabBackground=0x7f01014f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabContentStart=0x7f01014e; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ */ + public static int tabGravity=0x7f010151; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabIndicatorColor=0x7f01014c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabIndicatorHeight=0x7f01014d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabMaxWidth=0x7f010153; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabMinWidth=0x7f010152; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ */ + public static int tabMode=0x7f010150; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPadding=0x7f01015b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingBottom=0x7f01015a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingEnd=0x7f010159; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingStart=0x7f010157; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingTop=0x7f010158; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabSelectedTextColor=0x7f010156; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tabTextAppearance=0x7f010154; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabTextColor=0x7f010155; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + */ + public static int textAllCaps=0x7f01004f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceLargePopupMenu=0x7f01007c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItem=0x7f0100a1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItemSecondary=0x7f0100a2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItemSmall=0x7f0100a3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearancePopupMenuHeader=0x7f01007e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultSubtitle=0x7f010097; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultTitle=0x7f010096; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSmallPopupMenu=0x7f01007d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorAlertDialogListItem=0x7f0100b6; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorError=0x7f01013b; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorSearchUrl=0x7f010098; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int theme=0x7f010115; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thickness=0x7f0100d6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thumbTextPadding=0x7f0100fc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thumbTint=0x7f0100f7; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int thumbTintMode=0x7f0100f8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tickMark=0x7f01004c; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tickMarkTint=0x7f01004d; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int tickMarkTintMode=0x7f01004e; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tint=0x7f01004a; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int tintMode=0x7f01004b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int title=0x7f010025; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleEnabled=0x7f01012e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMargin=0x7f010104; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginBottom=0x7f010108; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginEnd=0x7f010106; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginStart=0x7f010105; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginTop=0x7f010107; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMargins=0x7f010109; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextAppearance=0x7f010102; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleTextColor=0x7f010111; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextStyle=0x7f010029; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarId=0x7f010129; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarNavigationButtonStyle=0x7f010090; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarStyle=0x7f01008f; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int tooltipForegroundColor=0x7f0100c9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tooltipFrameBackground=0x7f0100c8; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tooltipText=0x7f0100e1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int track=0x7f0100f9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int trackTint=0x7f0100fa; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int trackTintMode=0x7f0100fb; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int useCompatPadding=0x7f010140; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int voiceIcon=0x7f0100f2; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBar=0x7f010056; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBarOverlay=0x7f010058; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionModeOverlay=0x7f010059; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMajor=0x7f01005d; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMinor=0x7f01005b; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMajor=0x7f01005a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMinor=0x7f01005c; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMajor=0x7f01005e; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMinor=0x7f01005f; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowNoTitle=0x7f010057; + } + public static final class bool { + public static int abc_action_bar_embed_tabs=0x7f0e0000; + public static int abc_allow_stacked_button_bar=0x7f0e0001; + public static int abc_config_actionMenuItemAllCaps=0x7f0e0002; + public static int abc_config_closeDialogWhenTouchOutside=0x7f0e0003; + public static int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f0e0004; + } + public static final class color { + public static int abc_background_cache_hint_selector_material_dark=0x7f0d004f; + public static int abc_background_cache_hint_selector_material_light=0x7f0d0050; + public static int abc_btn_colored_borderless_text_material=0x7f0d0051; + public static int abc_btn_colored_text_material=0x7f0d0052; + public static int abc_color_highlight_material=0x7f0d0053; + public static int abc_hint_foreground_material_dark=0x7f0d0054; + public static int abc_hint_foreground_material_light=0x7f0d0055; + public static int abc_input_method_navigation_guard=0x7f0d0004; + public static int abc_primary_text_disable_only_material_dark=0x7f0d0056; + public static int abc_primary_text_disable_only_material_light=0x7f0d0057; + public static int abc_primary_text_material_dark=0x7f0d0058; + public static int abc_primary_text_material_light=0x7f0d0059; + public static int abc_search_url_text=0x7f0d005a; + public static int abc_search_url_text_normal=0x7f0d0005; + public static int abc_search_url_text_pressed=0x7f0d0006; + public static int abc_search_url_text_selected=0x7f0d0007; + public static int abc_secondary_text_material_dark=0x7f0d005b; + public static int abc_secondary_text_material_light=0x7f0d005c; + public static int abc_tint_btn_checkable=0x7f0d005d; + public static int abc_tint_default=0x7f0d005e; + public static int abc_tint_edittext=0x7f0d005f; + public static int abc_tint_seek_thumb=0x7f0d0060; + public static int abc_tint_spinner=0x7f0d0061; + public static int abc_tint_switch_track=0x7f0d0062; + public static int accent_material_dark=0x7f0d0008; + public static int accent_material_light=0x7f0d0009; + public static int background_floating_material_dark=0x7f0d000a; + public static int background_floating_material_light=0x7f0d000b; + public static int background_material_dark=0x7f0d000c; + public static int background_material_light=0x7f0d000d; + public static int bright_foreground_disabled_material_dark=0x7f0d000e; + public static int bright_foreground_disabled_material_light=0x7f0d000f; + public static int bright_foreground_inverse_material_dark=0x7f0d0010; + public static int bright_foreground_inverse_material_light=0x7f0d0011; + public static int bright_foreground_material_dark=0x7f0d0012; + public static int bright_foreground_material_light=0x7f0d0013; + public static int button_material_dark=0x7f0d0014; + public static int button_material_light=0x7f0d0015; + public static int cardview_dark_background=0x7f0d0000; + public static int cardview_light_background=0x7f0d0001; + public static int cardview_shadow_end_color=0x7f0d0002; + public static int cardview_shadow_start_color=0x7f0d0003; + public static int colorAccent=0x7f0d004e; + public static int colorPrimary=0x7f0d004c; + public static int colorPrimaryDark=0x7f0d004d; + public static int design_bottom_navigation_shadow_color=0x7f0d0040; + public static int design_error=0x7f0d0063; + public static int design_fab_shadow_end_color=0x7f0d0041; + public static int design_fab_shadow_mid_color=0x7f0d0042; + public static int design_fab_shadow_start_color=0x7f0d0043; + public static int design_fab_stroke_end_inner_color=0x7f0d0044; + public static int design_fab_stroke_end_outer_color=0x7f0d0045; + public static int design_fab_stroke_top_inner_color=0x7f0d0046; + public static int design_fab_stroke_top_outer_color=0x7f0d0047; + public static int design_snackbar_background_color=0x7f0d0048; + public static int design_tint_password_toggle=0x7f0d0064; + public static int dim_foreground_disabled_material_dark=0x7f0d0016; + public static int dim_foreground_disabled_material_light=0x7f0d0017; + public static int dim_foreground_material_dark=0x7f0d0018; + public static int dim_foreground_material_light=0x7f0d0019; + public static int error_color_material=0x7f0d001a; + public static int foreground_material_dark=0x7f0d001b; + public static int foreground_material_light=0x7f0d001c; + public static int highlighted_text_material_dark=0x7f0d001d; + public static int highlighted_text_material_light=0x7f0d001e; + public static int launcher_background=0x7f0d004b; + public static int material_blue_grey_800=0x7f0d001f; + public static int material_blue_grey_900=0x7f0d0020; + public static int material_blue_grey_950=0x7f0d0021; + public static int material_deep_teal_200=0x7f0d0022; + public static int material_deep_teal_500=0x7f0d0023; + public static int material_grey_100=0x7f0d0024; + public static int material_grey_300=0x7f0d0025; + public static int material_grey_50=0x7f0d0026; + public static int material_grey_600=0x7f0d0027; + public static int material_grey_800=0x7f0d0028; + public static int material_grey_850=0x7f0d0029; + public static int material_grey_900=0x7f0d002a; + public static int notification_action_color_filter=0x7f0d0049; + public static int notification_icon_bg_color=0x7f0d004a; + public static int notification_material_background_media_default_color=0x7f0d003f; + public static int primary_dark_material_dark=0x7f0d002b; + public static int primary_dark_material_light=0x7f0d002c; + public static int primary_material_dark=0x7f0d002d; + public static int primary_material_light=0x7f0d002e; + public static int primary_text_default_material_dark=0x7f0d002f; + public static int primary_text_default_material_light=0x7f0d0030; + public static int primary_text_disabled_material_dark=0x7f0d0031; + public static int primary_text_disabled_material_light=0x7f0d0032; + public static int ripple_material_dark=0x7f0d0033; + public static int ripple_material_light=0x7f0d0034; + public static int secondary_text_default_material_dark=0x7f0d0035; + public static int secondary_text_default_material_light=0x7f0d0036; + public static int secondary_text_disabled_material_dark=0x7f0d0037; + public static int secondary_text_disabled_material_light=0x7f0d0038; + public static int switch_thumb_disabled_material_dark=0x7f0d0039; + public static int switch_thumb_disabled_material_light=0x7f0d003a; + public static int switch_thumb_material_dark=0x7f0d0065; + public static int switch_thumb_material_light=0x7f0d0066; + public static int switch_thumb_normal_material_dark=0x7f0d003b; + public static int switch_thumb_normal_material_light=0x7f0d003c; + public static int tooltip_background_dark=0x7f0d003d; + public static int tooltip_background_light=0x7f0d003e; + } + public static final class dimen { + public static int abc_action_bar_content_inset_material=0x7f08001b; + public static int abc_action_bar_content_inset_with_nav=0x7f08001c; + public static int abc_action_bar_default_height_material=0x7f080010; + public static int abc_action_bar_default_padding_end_material=0x7f08001d; + public static int abc_action_bar_default_padding_start_material=0x7f08001e; + public static int abc_action_bar_elevation_material=0x7f080020; + public static int abc_action_bar_icon_vertical_padding_material=0x7f080021; + public static int abc_action_bar_overflow_padding_end_material=0x7f080022; + public static int abc_action_bar_overflow_padding_start_material=0x7f080023; + public static int abc_action_bar_progress_bar_size=0x7f080011; + public static int abc_action_bar_stacked_max_height=0x7f080024; + public static int abc_action_bar_stacked_tab_max_width=0x7f080025; + public static int abc_action_bar_subtitle_bottom_margin_material=0x7f080026; + public static int abc_action_bar_subtitle_top_margin_material=0x7f080027; + public static int abc_action_button_min_height_material=0x7f080028; + public static int abc_action_button_min_width_material=0x7f080029; + public static int abc_action_button_min_width_overflow_material=0x7f08002a; + public static int abc_alert_dialog_button_bar_height=0x7f08000f; + public static int abc_button_inset_horizontal_material=0x7f08002b; + public static int abc_button_inset_vertical_material=0x7f08002c; + public static int abc_button_padding_horizontal_material=0x7f08002d; + public static int abc_button_padding_vertical_material=0x7f08002e; + public static int abc_cascading_menus_min_smallest_width=0x7f08002f; + public static int abc_config_prefDialogWidth=0x7f080014; + public static int abc_control_corner_material=0x7f080030; + public static int abc_control_inset_material=0x7f080031; + public static int abc_control_padding_material=0x7f080032; + public static int abc_dialog_fixed_height_major=0x7f080015; + public static int abc_dialog_fixed_height_minor=0x7f080016; + public static int abc_dialog_fixed_width_major=0x7f080017; + public static int abc_dialog_fixed_width_minor=0x7f080018; + public static int abc_dialog_list_padding_bottom_no_buttons=0x7f080033; + public static int abc_dialog_list_padding_top_no_title=0x7f080034; + public static int abc_dialog_min_width_major=0x7f080019; + public static int abc_dialog_min_width_minor=0x7f08001a; + public static int abc_dialog_padding_material=0x7f080035; + public static int abc_dialog_padding_top_material=0x7f080036; + public static int abc_dialog_title_divider_material=0x7f080037; + public static int abc_disabled_alpha_material_dark=0x7f080038; + public static int abc_disabled_alpha_material_light=0x7f080039; + public static int abc_dropdownitem_icon_width=0x7f08003a; + public static int abc_dropdownitem_text_padding_left=0x7f08003b; + public static int abc_dropdownitem_text_padding_right=0x7f08003c; + public static int abc_edit_text_inset_bottom_material=0x7f08003d; + public static int abc_edit_text_inset_horizontal_material=0x7f08003e; + public static int abc_edit_text_inset_top_material=0x7f08003f; + public static int abc_floating_window_z=0x7f080040; + public static int abc_list_item_padding_horizontal_material=0x7f080041; + public static int abc_panel_menu_list_width=0x7f080042; + public static int abc_progress_bar_height_material=0x7f080043; + public static int abc_search_view_preferred_height=0x7f080044; + public static int abc_search_view_preferred_width=0x7f080045; + public static int abc_seekbar_track_background_height_material=0x7f080046; + public static int abc_seekbar_track_progress_height_material=0x7f080047; + public static int abc_select_dialog_padding_start_material=0x7f080048; + public static int abc_switch_padding=0x7f08001f; + public static int abc_text_size_body_1_material=0x7f080049; + public static int abc_text_size_body_2_material=0x7f08004a; + public static int abc_text_size_button_material=0x7f08004b; + public static int abc_text_size_caption_material=0x7f08004c; + public static int abc_text_size_display_1_material=0x7f08004d; + public static int abc_text_size_display_2_material=0x7f08004e; + public static int abc_text_size_display_3_material=0x7f08004f; + public static int abc_text_size_display_4_material=0x7f080050; + public static int abc_text_size_headline_material=0x7f080051; + public static int abc_text_size_large_material=0x7f080052; + public static int abc_text_size_medium_material=0x7f080053; + public static int abc_text_size_menu_header_material=0x7f080054; + public static int abc_text_size_menu_material=0x7f080055; + public static int abc_text_size_small_material=0x7f080056; + public static int abc_text_size_subhead_material=0x7f080057; + public static int abc_text_size_subtitle_material_toolbar=0x7f080012; + public static int abc_text_size_title_material=0x7f080058; + public static int abc_text_size_title_material_toolbar=0x7f080013; + public static int cardview_compat_inset_shadow=0x7f08000c; + public static int cardview_default_elevation=0x7f08000d; + public static int cardview_default_radius=0x7f08000e; + public static int compat_button_inset_horizontal_material=0x7f080094; + public static int compat_button_inset_vertical_material=0x7f080095; + public static int compat_button_padding_horizontal_material=0x7f080096; + public static int compat_button_padding_vertical_material=0x7f080097; + public static int compat_control_corner_material=0x7f080098; + public static int design_appbar_elevation=0x7f080072; + public static int design_bottom_navigation_active_item_max_width=0x7f080073; + public static int design_bottom_navigation_active_text_size=0x7f080074; + public static int design_bottom_navigation_elevation=0x7f080075; + public static int design_bottom_navigation_height=0x7f080076; + public static int design_bottom_navigation_item_max_width=0x7f080077; + public static int design_bottom_navigation_item_min_width=0x7f080078; + public static int design_bottom_navigation_margin=0x7f080079; + public static int design_bottom_navigation_shadow_height=0x7f08007a; + public static int design_bottom_navigation_text_size=0x7f08007b; + public static int design_bottom_sheet_modal_elevation=0x7f08007c; + public static int design_bottom_sheet_peek_height_min=0x7f08007d; + public static int design_fab_border_width=0x7f08007e; + public static int design_fab_elevation=0x7f08007f; + public static int design_fab_image_size=0x7f080080; + public static int design_fab_size_mini=0x7f080081; + public static int design_fab_size_normal=0x7f080082; + public static int design_fab_translation_z_pressed=0x7f080083; + public static int design_navigation_elevation=0x7f080084; + public static int design_navigation_icon_padding=0x7f080085; + public static int design_navigation_icon_size=0x7f080086; + public static int design_navigation_max_width=0x7f08006a; + public static int design_navigation_padding_bottom=0x7f080087; + public static int design_navigation_separator_vertical_padding=0x7f080088; + public static int design_snackbar_action_inline_max_width=0x7f08006b; + public static int design_snackbar_background_corner_radius=0x7f08006c; + public static int design_snackbar_elevation=0x7f080089; + public static int design_snackbar_extra_spacing_horizontal=0x7f08006d; + public static int design_snackbar_max_width=0x7f08006e; + public static int design_snackbar_min_width=0x7f08006f; + public static int design_snackbar_padding_horizontal=0x7f08008a; + public static int design_snackbar_padding_vertical=0x7f08008b; + public static int design_snackbar_padding_vertical_2lines=0x7f080070; + public static int design_snackbar_text_size=0x7f08008c; + public static int design_tab_max_width=0x7f08008d; + public static int design_tab_scrollable_min_width=0x7f080071; + public static int design_tab_text_size=0x7f08008e; + public static int design_tab_text_size_2line=0x7f08008f; + public static int disabled_alpha_material_dark=0x7f080059; + public static int disabled_alpha_material_light=0x7f08005a; + public static int fastscroll_default_thickness=0x7f080000; + public static int fastscroll_margin=0x7f080001; + public static int fastscroll_minimum_range=0x7f080002; + public static int highlight_alpha_material_colored=0x7f08005b; + public static int highlight_alpha_material_dark=0x7f08005c; + public static int highlight_alpha_material_light=0x7f08005d; + public static int hint_alpha_material_dark=0x7f08005e; + public static int hint_alpha_material_light=0x7f08005f; + public static int hint_pressed_alpha_material_dark=0x7f080060; + public static int hint_pressed_alpha_material_light=0x7f080061; + public static int item_touch_helper_max_drag_scroll_per_frame=0x7f080003; + public static int item_touch_helper_swipe_escape_max_velocity=0x7f080004; + public static int item_touch_helper_swipe_escape_velocity=0x7f080005; + public static int mr_controller_volume_group_list_item_height=0x7f080006; + public static int mr_controller_volume_group_list_item_icon_size=0x7f080007; + public static int mr_controller_volume_group_list_max_height=0x7f080008; + public static int mr_controller_volume_group_list_padding_top=0x7f08000b; + public static int mr_dialog_fixed_width_major=0x7f080009; + public static int mr_dialog_fixed_width_minor=0x7f08000a; + public static int notification_action_icon_size=0x7f080099; + public static int notification_action_text_size=0x7f08009a; + public static int notification_big_circle_margin=0x7f08009b; + public static int notification_content_margin_start=0x7f080091; + public static int notification_large_icon_height=0x7f08009c; + public static int notification_large_icon_width=0x7f08009d; + public static int notification_main_column_padding_top=0x7f080092; + public static int notification_media_narrow_margin=0x7f080093; + public static int notification_right_icon_size=0x7f08009e; + public static int notification_right_side_padding_top=0x7f080090; + public static int notification_small_icon_background_padding=0x7f08009f; + public static int notification_small_icon_size_as_large=0x7f0800a0; + public static int notification_subtext_size=0x7f0800a1; + public static int notification_top_pad=0x7f0800a2; + public static int notification_top_pad_large_text=0x7f0800a3; + public static int tooltip_corner_radius=0x7f080062; + public static int tooltip_horizontal_padding=0x7f080063; + public static int tooltip_margin=0x7f080064; + public static int tooltip_precise_anchor_extra_offset=0x7f080065; + public static int tooltip_precise_anchor_threshold=0x7f080066; + public static int tooltip_vertical_padding=0x7f080067; + public static int tooltip_y_offset_non_touch=0x7f080068; + public static int tooltip_y_offset_touch=0x7f080069; + } + public static final class drawable { + public static int abc_ab_share_pack_mtrl_alpha=0x7f020000; + public static int abc_action_bar_item_background_material=0x7f020001; + public static int abc_btn_borderless_material=0x7f020002; + public static int abc_btn_check_material=0x7f020003; + public static int abc_btn_check_to_on_mtrl_000=0x7f020004; + public static int abc_btn_check_to_on_mtrl_015=0x7f020005; + public static int abc_btn_colored_material=0x7f020006; + public static int abc_btn_default_mtrl_shape=0x7f020007; + public static int abc_btn_radio_material=0x7f020008; + public static int abc_btn_radio_to_on_mtrl_000=0x7f020009; + public static int abc_btn_radio_to_on_mtrl_015=0x7f02000a; + public static int abc_btn_switch_to_on_mtrl_00001=0x7f02000b; + public static int abc_btn_switch_to_on_mtrl_00012=0x7f02000c; + public static int abc_cab_background_internal_bg=0x7f02000d; + public static int abc_cab_background_top_material=0x7f02000e; + public static int abc_cab_background_top_mtrl_alpha=0x7f02000f; + public static int abc_control_background_material=0x7f020010; + public static int abc_dialog_material_background=0x7f020011; + public static int abc_edit_text_material=0x7f020012; + public static int abc_ic_ab_back_material=0x7f020013; + public static int abc_ic_arrow_drop_right_black_24dp=0x7f020014; + public static int abc_ic_clear_material=0x7f020015; + public static int abc_ic_commit_search_api_mtrl_alpha=0x7f020016; + public static int abc_ic_go_search_api_material=0x7f020017; + public static int abc_ic_menu_copy_mtrl_am_alpha=0x7f020018; + public static int abc_ic_menu_cut_mtrl_alpha=0x7f020019; + public static int abc_ic_menu_overflow_material=0x7f02001a; + public static int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001b; + public static int abc_ic_menu_selectall_mtrl_alpha=0x7f02001c; + public static int abc_ic_menu_share_mtrl_alpha=0x7f02001d; + public static int abc_ic_search_api_material=0x7f02001e; + public static int abc_ic_star_black_16dp=0x7f02001f; + public static int abc_ic_star_black_36dp=0x7f020020; + public static int abc_ic_star_black_48dp=0x7f020021; + public static int abc_ic_star_half_black_16dp=0x7f020022; + public static int abc_ic_star_half_black_36dp=0x7f020023; + public static int abc_ic_star_half_black_48dp=0x7f020024; + public static int abc_ic_voice_search_api_material=0x7f020025; + public static int abc_item_background_holo_dark=0x7f020026; + public static int abc_item_background_holo_light=0x7f020027; + public static int abc_list_divider_mtrl_alpha=0x7f020028; + public static int abc_list_focused_holo=0x7f020029; + public static int abc_list_longpressed_holo=0x7f02002a; + public static int abc_list_pressed_holo_dark=0x7f02002b; + public static int abc_list_pressed_holo_light=0x7f02002c; + public static int abc_list_selector_background_transition_holo_dark=0x7f02002d; + public static int abc_list_selector_background_transition_holo_light=0x7f02002e; + public static int abc_list_selector_disabled_holo_dark=0x7f02002f; + public static int abc_list_selector_disabled_holo_light=0x7f020030; + public static int abc_list_selector_holo_dark=0x7f020031; + public static int abc_list_selector_holo_light=0x7f020032; + public static int abc_menu_hardkey_panel_mtrl_mult=0x7f020033; + public static int abc_popup_background_mtrl_mult=0x7f020034; + public static int abc_ratingbar_indicator_material=0x7f020035; + public static int abc_ratingbar_material=0x7f020036; + public static int abc_ratingbar_small_material=0x7f020037; + public static int abc_scrubber_control_off_mtrl_alpha=0x7f020038; + public static int abc_scrubber_control_to_pressed_mtrl_000=0x7f020039; + public static int abc_scrubber_control_to_pressed_mtrl_005=0x7f02003a; + public static int abc_scrubber_primary_mtrl_alpha=0x7f02003b; + public static int abc_scrubber_track_mtrl_alpha=0x7f02003c; + public static int abc_seekbar_thumb_material=0x7f02003d; + public static int abc_seekbar_tick_mark_material=0x7f02003e; + public static int abc_seekbar_track_material=0x7f02003f; + public static int abc_spinner_mtrl_am_alpha=0x7f020040; + public static int abc_spinner_textfield_background_material=0x7f020041; + public static int abc_switch_thumb_material=0x7f020042; + public static int abc_switch_track_mtrl_alpha=0x7f020043; + public static int abc_tab_indicator_material=0x7f020044; + public static int abc_tab_indicator_mtrl_alpha=0x7f020045; + public static int abc_text_cursor_material=0x7f020046; + public static int abc_text_select_handle_left_mtrl_dark=0x7f020047; + public static int abc_text_select_handle_left_mtrl_light=0x7f020048; + public static int abc_text_select_handle_middle_mtrl_dark=0x7f020049; + public static int abc_text_select_handle_middle_mtrl_light=0x7f02004a; + public static int abc_text_select_handle_right_mtrl_dark=0x7f02004b; + public static int abc_text_select_handle_right_mtrl_light=0x7f02004c; + public static int abc_textfield_activated_mtrl_alpha=0x7f02004d; + public static int abc_textfield_default_mtrl_alpha=0x7f02004e; + public static int abc_textfield_search_activated_mtrl_alpha=0x7f02004f; + public static int abc_textfield_search_default_mtrl_alpha=0x7f020050; + public static int abc_textfield_search_material=0x7f020051; + public static int abc_vector_test=0x7f020052; + public static int avd_hide_password=0x7f020053; + public static int avd_hide_password_1=0x7f02012f; + public static int avd_hide_password_2=0x7f020130; + public static int avd_hide_password_3=0x7f020131; + public static int avd_show_password=0x7f020054; + public static int avd_show_password_1=0x7f020132; + public static int avd_show_password_2=0x7f020133; + public static int avd_show_password_3=0x7f020134; + public static int design_bottom_navigation_item_background=0x7f020055; + public static int design_fab_background=0x7f020056; + public static int design_ic_visibility=0x7f020057; + public static int design_ic_visibility_off=0x7f020058; + public static int design_password_eye=0x7f020059; + public static int design_snackbar_background=0x7f02005a; + public static int ic_audiotrack_dark=0x7f02005b; + public static int ic_audiotrack_light=0x7f02005c; + public static int ic_dialog_close_dark=0x7f02005d; + public static int ic_dialog_close_light=0x7f02005e; + public static int ic_group_collapse_00=0x7f02005f; + public static int ic_group_collapse_01=0x7f020060; + public static int ic_group_collapse_02=0x7f020061; + public static int ic_group_collapse_03=0x7f020062; + public static int ic_group_collapse_04=0x7f020063; + public static int ic_group_collapse_05=0x7f020064; + public static int ic_group_collapse_06=0x7f020065; + public static int ic_group_collapse_07=0x7f020066; + public static int ic_group_collapse_08=0x7f020067; + public static int ic_group_collapse_09=0x7f020068; + public static int ic_group_collapse_10=0x7f020069; + public static int ic_group_collapse_11=0x7f02006a; + public static int ic_group_collapse_12=0x7f02006b; + public static int ic_group_collapse_13=0x7f02006c; + public static int ic_group_collapse_14=0x7f02006d; + public static int ic_group_collapse_15=0x7f02006e; + public static int ic_group_expand_00=0x7f02006f; + public static int ic_group_expand_01=0x7f020070; + public static int ic_group_expand_02=0x7f020071; + public static int ic_group_expand_03=0x7f020072; + public static int ic_group_expand_04=0x7f020073; + public static int ic_group_expand_05=0x7f020074; + public static int ic_group_expand_06=0x7f020075; + public static int ic_group_expand_07=0x7f020076; + public static int ic_group_expand_08=0x7f020077; + public static int ic_group_expand_09=0x7f020078; + public static int ic_group_expand_10=0x7f020079; + public static int ic_group_expand_11=0x7f02007a; + public static int ic_group_expand_12=0x7f02007b; + public static int ic_group_expand_13=0x7f02007c; + public static int ic_group_expand_14=0x7f02007d; + public static int ic_group_expand_15=0x7f02007e; + public static int ic_media_pause_dark=0x7f02007f; + public static int ic_media_pause_light=0x7f020080; + public static int ic_media_play_dark=0x7f020081; + public static int ic_media_play_light=0x7f020082; + public static int ic_media_stop_dark=0x7f020083; + public static int ic_media_stop_light=0x7f020084; + public static int ic_mr_button_connected_00_dark=0x7f020085; + public static int ic_mr_button_connected_00_light=0x7f020086; + public static int ic_mr_button_connected_01_dark=0x7f020087; + public static int ic_mr_button_connected_01_light=0x7f020088; + public static int ic_mr_button_connected_02_dark=0x7f020089; + public static int ic_mr_button_connected_02_light=0x7f02008a; + public static int ic_mr_button_connected_03_dark=0x7f02008b; + public static int ic_mr_button_connected_03_light=0x7f02008c; + public static int ic_mr_button_connected_04_dark=0x7f02008d; + public static int ic_mr_button_connected_04_light=0x7f02008e; + public static int ic_mr_button_connected_05_dark=0x7f02008f; + public static int ic_mr_button_connected_05_light=0x7f020090; + public static int ic_mr_button_connected_06_dark=0x7f020091; + public static int ic_mr_button_connected_06_light=0x7f020092; + public static int ic_mr_button_connected_07_dark=0x7f020093; + public static int ic_mr_button_connected_07_light=0x7f020094; + public static int ic_mr_button_connected_08_dark=0x7f020095; + public static int ic_mr_button_connected_08_light=0x7f020096; + public static int ic_mr_button_connected_09_dark=0x7f020097; + public static int ic_mr_button_connected_09_light=0x7f020098; + public static int ic_mr_button_connected_10_dark=0x7f020099; + public static int ic_mr_button_connected_10_light=0x7f02009a; + public static int ic_mr_button_connected_11_dark=0x7f02009b; + public static int ic_mr_button_connected_11_light=0x7f02009c; + public static int ic_mr_button_connected_12_dark=0x7f02009d; + public static int ic_mr_button_connected_12_light=0x7f02009e; + public static int ic_mr_button_connected_13_dark=0x7f02009f; + public static int ic_mr_button_connected_13_light=0x7f0200a0; + public static int ic_mr_button_connected_14_dark=0x7f0200a1; + public static int ic_mr_button_connected_14_light=0x7f0200a2; + public static int ic_mr_button_connected_15_dark=0x7f0200a3; + public static int ic_mr_button_connected_15_light=0x7f0200a4; + public static int ic_mr_button_connected_16_dark=0x7f0200a5; + public static int ic_mr_button_connected_16_light=0x7f0200a6; + public static int ic_mr_button_connected_17_dark=0x7f0200a7; + public static int ic_mr_button_connected_17_light=0x7f0200a8; + public static int ic_mr_button_connected_18_dark=0x7f0200a9; + public static int ic_mr_button_connected_18_light=0x7f0200aa; + public static int ic_mr_button_connected_19_dark=0x7f0200ab; + public static int ic_mr_button_connected_19_light=0x7f0200ac; + public static int ic_mr_button_connected_20_dark=0x7f0200ad; + public static int ic_mr_button_connected_20_light=0x7f0200ae; + public static int ic_mr_button_connected_21_dark=0x7f0200af; + public static int ic_mr_button_connected_21_light=0x7f0200b0; + public static int ic_mr_button_connected_22_dark=0x7f0200b1; + public static int ic_mr_button_connected_22_light=0x7f0200b2; + public static int ic_mr_button_connected_23_dark=0x7f0200b3; + public static int ic_mr_button_connected_23_light=0x7f0200b4; + public static int ic_mr_button_connected_24_dark=0x7f0200b5; + public static int ic_mr_button_connected_24_light=0x7f0200b6; + public static int ic_mr_button_connected_25_dark=0x7f0200b7; + public static int ic_mr_button_connected_25_light=0x7f0200b8; + public static int ic_mr_button_connected_26_dark=0x7f0200b9; + public static int ic_mr_button_connected_26_light=0x7f0200ba; + public static int ic_mr_button_connected_27_dark=0x7f0200bb; + public static int ic_mr_button_connected_27_light=0x7f0200bc; + public static int ic_mr_button_connected_28_dark=0x7f0200bd; + public static int ic_mr_button_connected_28_light=0x7f0200be; + public static int ic_mr_button_connected_29_dark=0x7f0200bf; + public static int ic_mr_button_connected_29_light=0x7f0200c0; + public static int ic_mr_button_connected_30_dark=0x7f0200c1; + public static int ic_mr_button_connected_30_light=0x7f0200c2; + public static int ic_mr_button_connecting_00_dark=0x7f0200c3; + public static int ic_mr_button_connecting_00_light=0x7f0200c4; + public static int ic_mr_button_connecting_01_dark=0x7f0200c5; + public static int ic_mr_button_connecting_01_light=0x7f0200c6; + public static int ic_mr_button_connecting_02_dark=0x7f0200c7; + public static int ic_mr_button_connecting_02_light=0x7f0200c8; + public static int ic_mr_button_connecting_03_dark=0x7f0200c9; + public static int ic_mr_button_connecting_03_light=0x7f0200ca; + public static int ic_mr_button_connecting_04_dark=0x7f0200cb; + public static int ic_mr_button_connecting_04_light=0x7f0200cc; + public static int ic_mr_button_connecting_05_dark=0x7f0200cd; + public static int ic_mr_button_connecting_05_light=0x7f0200ce; + public static int ic_mr_button_connecting_06_dark=0x7f0200cf; + public static int ic_mr_button_connecting_06_light=0x7f0200d0; + public static int ic_mr_button_connecting_07_dark=0x7f0200d1; + public static int ic_mr_button_connecting_07_light=0x7f0200d2; + public static int ic_mr_button_connecting_08_dark=0x7f0200d3; + public static int ic_mr_button_connecting_08_light=0x7f0200d4; + public static int ic_mr_button_connecting_09_dark=0x7f0200d5; + public static int ic_mr_button_connecting_09_light=0x7f0200d6; + public static int ic_mr_button_connecting_10_dark=0x7f0200d7; + public static int ic_mr_button_connecting_10_light=0x7f0200d8; + public static int ic_mr_button_connecting_11_dark=0x7f0200d9; + public static int ic_mr_button_connecting_11_light=0x7f0200da; + public static int ic_mr_button_connecting_12_dark=0x7f0200db; + public static int ic_mr_button_connecting_12_light=0x7f0200dc; + public static int ic_mr_button_connecting_13_dark=0x7f0200dd; + public static int ic_mr_button_connecting_13_light=0x7f0200de; + public static int ic_mr_button_connecting_14_dark=0x7f0200df; + public static int ic_mr_button_connecting_14_light=0x7f0200e0; + public static int ic_mr_button_connecting_15_dark=0x7f0200e1; + public static int ic_mr_button_connecting_15_light=0x7f0200e2; + public static int ic_mr_button_connecting_16_dark=0x7f0200e3; + public static int ic_mr_button_connecting_16_light=0x7f0200e4; + public static int ic_mr_button_connecting_17_dark=0x7f0200e5; + public static int ic_mr_button_connecting_17_light=0x7f0200e6; + public static int ic_mr_button_connecting_18_dark=0x7f0200e7; + public static int ic_mr_button_connecting_18_light=0x7f0200e8; + public static int ic_mr_button_connecting_19_dark=0x7f0200e9; + public static int ic_mr_button_connecting_19_light=0x7f0200ea; + public static int ic_mr_button_connecting_20_dark=0x7f0200eb; + public static int ic_mr_button_connecting_20_light=0x7f0200ec; + public static int ic_mr_button_connecting_21_dark=0x7f0200ed; + public static int ic_mr_button_connecting_21_light=0x7f0200ee; + public static int ic_mr_button_connecting_22_dark=0x7f0200ef; + public static int ic_mr_button_connecting_22_light=0x7f0200f0; + public static int ic_mr_button_connecting_23_dark=0x7f0200f1; + public static int ic_mr_button_connecting_23_light=0x7f0200f2; + public static int ic_mr_button_connecting_24_dark=0x7f0200f3; + public static int ic_mr_button_connecting_24_light=0x7f0200f4; + public static int ic_mr_button_connecting_25_dark=0x7f0200f5; + public static int ic_mr_button_connecting_25_light=0x7f0200f6; + public static int ic_mr_button_connecting_26_dark=0x7f0200f7; + public static int ic_mr_button_connecting_26_light=0x7f0200f8; + public static int ic_mr_button_connecting_27_dark=0x7f0200f9; + public static int ic_mr_button_connecting_27_light=0x7f0200fa; + public static int ic_mr_button_connecting_28_dark=0x7f0200fb; + public static int ic_mr_button_connecting_28_light=0x7f0200fc; + public static int ic_mr_button_connecting_29_dark=0x7f0200fd; + public static int ic_mr_button_connecting_29_light=0x7f0200fe; + public static int ic_mr_button_connecting_30_dark=0x7f0200ff; + public static int ic_mr_button_connecting_30_light=0x7f020100; + public static int ic_mr_button_disabled_dark=0x7f020101; + public static int ic_mr_button_disabled_light=0x7f020102; + public static int ic_mr_button_disconnected_dark=0x7f020103; + public static int ic_mr_button_disconnected_light=0x7f020104; + public static int ic_mr_button_grey=0x7f020105; + public static int ic_vol_type_speaker_dark=0x7f020106; + public static int ic_vol_type_speaker_group_dark=0x7f020107; + public static int ic_vol_type_speaker_group_light=0x7f020108; + public static int ic_vol_type_speaker_light=0x7f020109; + public static int ic_vol_type_tv_dark=0x7f02010a; + public static int ic_vol_type_tv_light=0x7f02010b; + public static int mr_button_connected_dark=0x7f02010c; + public static int mr_button_connected_light=0x7f02010d; + public static int mr_button_connecting_dark=0x7f02010e; + public static int mr_button_connecting_light=0x7f02010f; + public static int mr_button_dark=0x7f020110; + public static int mr_button_light=0x7f020111; + public static int mr_dialog_close_dark=0x7f020112; + public static int mr_dialog_close_light=0x7f020113; + public static int mr_dialog_material_background_dark=0x7f020114; + public static int mr_dialog_material_background_light=0x7f020115; + public static int mr_group_collapse=0x7f020116; + public static int mr_group_expand=0x7f020117; + public static int mr_media_pause_dark=0x7f020118; + public static int mr_media_pause_light=0x7f020119; + public static int mr_media_play_dark=0x7f02011a; + public static int mr_media_play_light=0x7f02011b; + public static int mr_media_stop_dark=0x7f02011c; + public static int mr_media_stop_light=0x7f02011d; + public static int mr_vol_type_audiotrack_dark=0x7f02011e; + public static int mr_vol_type_audiotrack_light=0x7f02011f; + public static int navigation_empty_icon=0x7f020120; + public static int notification_action_background=0x7f020121; + public static int notification_bg=0x7f020122; + public static int notification_bg_low=0x7f020123; + public static int notification_bg_low_normal=0x7f020124; + public static int notification_bg_low_pressed=0x7f020125; + public static int notification_bg_normal=0x7f020126; + public static int notification_bg_normal_pressed=0x7f020127; + public static int notification_icon_background=0x7f020128; + public static int notification_template_icon_bg=0x7f02012d; + public static int notification_template_icon_low_bg=0x7f02012e; + public static int notification_tile_bg=0x7f020129; + public static int notify_panel_notification_icon_bg=0x7f02012a; + public static int tooltip_frame_dark=0x7f02012b; + public static int tooltip_frame_light=0x7f02012c; + } + public static final class id { + public static int ALT=0x7f090032; + public static int CTRL=0x7f090033; + public static int FUNCTION=0x7f090034; + public static int META=0x7f090035; + public static int SHIFT=0x7f090036; + public static int SYM=0x7f090037; + public static int action0=0x7f0900b6; + public static int action_bar=0x7f09007c; + public static int action_bar_activity_content=0x7f090001; + public static int action_bar_container=0x7f09007b; + public static int action_bar_root=0x7f090077; + public static int action_bar_spinner=0x7f090002; + public static int action_bar_subtitle=0x7f09005b; + public static int action_bar_title=0x7f09005a; + public static int action_container=0x7f0900b3; + public static int action_context_bar=0x7f09007d; + public static int action_divider=0x7f0900ba; + public static int action_image=0x7f0900b4; + public static int action_menu_divider=0x7f090003; + public static int action_menu_presenter=0x7f090004; + public static int action_mode_bar=0x7f090079; + public static int action_mode_bar_stub=0x7f090078; + public static int action_mode_close_button=0x7f09005c; + public static int action_text=0x7f0900b5; + public static int actions=0x7f0900c3; + public static int activity_chooser_view_content=0x7f09005d; + public static int add=0x7f090027; + public static int alertTitle=0x7f090070; + public static int all=0x7f090052; + public static int always=0x7f090038; + public static int async=0x7f090056; + public static int auto=0x7f090044; + public static int beginning=0x7f09002f; + public static int blocking=0x7f090057; + public static int bottom=0x7f09003d; + public static int buttonPanel=0x7f090063; + public static int cancel_action=0x7f0900b7; + public static int center=0x7f090045; + public static int center_horizontal=0x7f090046; + public static int center_vertical=0x7f090047; + public static int checkbox=0x7f090073; + public static int chronometer=0x7f0900bf; + public static int clip_horizontal=0x7f09004e; + public static int clip_vertical=0x7f09004f; + public static int collapseActionView=0x7f090039; + public static int container=0x7f09008d; + public static int contentPanel=0x7f090066; + public static int coordinator=0x7f09008e; + public static int custom=0x7f09006d; + public static int customPanel=0x7f09006c; + public static int decor_content_parent=0x7f09007a; + public static int default_activity_button=0x7f090060; + public static int design_bottom_sheet=0x7f090090; + public static int design_menu_item_action_area=0x7f090097; + public static int design_menu_item_action_area_stub=0x7f090096; + public static int design_menu_item_text=0x7f090095; + public static int design_navigation_view=0x7f090094; + public static int disableHome=0x7f090020; + public static int edit_query=0x7f09007e; + public static int end=0x7f090030; + public static int end_padder=0x7f0900c5; + public static int enterAlways=0x7f09003f; + public static int enterAlwaysCollapsed=0x7f090040; + public static int exitUntilCollapsed=0x7f090041; + public static int expand_activities_button=0x7f09005e; + public static int expanded_menu=0x7f090072; + public static int fill=0x7f090050; + public static int fill_horizontal=0x7f090051; + public static int fill_vertical=0x7f090048; + public static int fixed=0x7f090054; + public static int forever=0x7f090058; + public static int ghost_view=0x7f09000a; + public static int home=0x7f090005; + public static int homeAsUp=0x7f090021; + public static int icon=0x7f090062; + public static int icon_group=0x7f0900c4; + public static int ifRoom=0x7f09003a; + public static int image=0x7f09005f; + public static int info=0x7f0900c0; + public static int italic=0x7f090059; + public static int item_touch_helper_previous_elevation=0x7f090000; + public static int largeLabel=0x7f09008c; + public static int left=0x7f090049; + public static int line1=0x7f090017; + public static int line3=0x7f090018; + public static int listMode=0x7f09001d; + public static int list_item=0x7f090061; + public static int masked=0x7f0900ca; + public static int media_actions=0x7f0900b9; + public static int message=0x7f0900c8; + public static int middle=0x7f090031; + public static int mini=0x7f090053; + public static int mr_art=0x7f0900a5; + public static int mr_chooser_list=0x7f09009a; + public static int mr_chooser_route_desc=0x7f09009d; + public static int mr_chooser_route_icon=0x7f09009b; + public static int mr_chooser_route_name=0x7f09009c; + public static int mr_chooser_title=0x7f090099; + public static int mr_close=0x7f0900a2; + public static int mr_control_divider=0x7f0900a8; + public static int mr_control_playback_ctrl=0x7f0900ae; + public static int mr_control_subtitle=0x7f0900b1; + public static int mr_control_title=0x7f0900b0; + public static int mr_control_title_container=0x7f0900af; + public static int mr_custom_control=0x7f0900a3; + public static int mr_default_control=0x7f0900a4; + public static int mr_dialog_area=0x7f09009f; + public static int mr_expandable_area=0x7f09009e; + public static int mr_group_expand_collapse=0x7f0900b2; + public static int mr_media_main_control=0x7f0900a6; + public static int mr_name=0x7f0900a1; + public static int mr_playback_control=0x7f0900a7; + public static int mr_title_bar=0x7f0900a0; + public static int mr_volume_control=0x7f0900a9; + public static int mr_volume_group_list=0x7f0900aa; + public static int mr_volume_item_icon=0x7f0900ac; + public static int mr_volume_slider=0x7f0900ad; + public static int multiply=0x7f090028; + public static int navigation_header_container=0x7f090093; + public static int never=0x7f09003b; + public static int none=0x7f090022; + public static int normal=0x7f09001e; + public static int notification_background=0x7f0900c2; + public static int notification_main_column=0x7f0900bc; + public static int notification_main_column_container=0x7f0900bb; + public static int parallax=0x7f09004c; + public static int parentPanel=0x7f090065; + public static int parent_matrix=0x7f09000b; + public static int pin=0x7f09004d; + public static int progress_circular=0x7f090006; + public static int progress_horizontal=0x7f090007; + public static int radio=0x7f090075; + public static int right=0x7f09004a; + public static int right_icon=0x7f0900c1; + public static int right_side=0x7f0900bd; + public static int save_image_matrix=0x7f09000c; + public static int save_non_transition_alpha=0x7f09000d; + public static int save_scale_type=0x7f09000e; + public static int screen=0x7f090029; + public static int scroll=0x7f090042; + public static int scrollIndicatorDown=0x7f09006b; + public static int scrollIndicatorUp=0x7f090067; + public static int scrollView=0x7f090068; + public static int scrollable=0x7f090055; + public static int search_badge=0x7f090080; + public static int search_bar=0x7f09007f; + public static int search_button=0x7f090081; + public static int search_close_btn=0x7f090086; + public static int search_edit_frame=0x7f090082; + public static int search_go_btn=0x7f090088; + public static int search_mag_icon=0x7f090083; + public static int search_plate=0x7f090084; + public static int search_src_text=0x7f090085; + public static int search_voice_btn=0x7f090089; + public static int select_dialog_listview=0x7f09008a; + public static int shortcut=0x7f090074; + public static int showCustom=0x7f090023; + public static int showHome=0x7f090024; + public static int showTitle=0x7f090025; + public static int sliding_tabs=0x7f0900c6; + public static int smallLabel=0x7f09008b; + public static int snackbar_action=0x7f090092; + public static int snackbar_text=0x7f090091; + public static int snap=0x7f090043; + public static int spacer=0x7f090064; + public static int split_action_bar=0x7f090008; + public static int src_atop=0x7f09002a; + public static int src_in=0x7f09002b; + public static int src_over=0x7f09002c; + public static int start=0x7f09004b; + public static int status_bar_latest_event_content=0x7f0900b8; + public static int submenuarrow=0x7f090076; + public static int submit_area=0x7f090087; + public static int tabMode=0x7f09001f; + public static int tag_transition_group=0x7f090019; + public static int text=0x7f09001a; + public static int text2=0x7f09001b; + public static int textSpacerNoButtons=0x7f09006a; + public static int textSpacerNoTitle=0x7f090069; + public static int text_input_password_toggle=0x7f090098; + public static int textinput_counter=0x7f090014; + public static int textinput_error=0x7f090015; + public static int time=0x7f0900be; + public static int title=0x7f09001c; + public static int titleDividerNoCustom=0x7f090071; + public static int title_template=0x7f09006f; + public static int toolbar=0x7f0900c7; + public static int top=0x7f09003e; + public static int topPanel=0x7f09006e; + public static int touch_outside=0x7f09008f; + public static int transition_current_scene=0x7f09000f; + public static int transition_layout_save=0x7f090010; + public static int transition_position=0x7f090011; + public static int transition_scene_layoutid_cache=0x7f090012; + public static int transition_transform=0x7f090013; + public static int uniform=0x7f09002d; + public static int up=0x7f090009; + public static int useLogo=0x7f090026; + public static int view_offset_helper=0x7f090016; + public static int visible=0x7f0900c9; + public static int volume_item_container=0x7f0900ab; + public static int withText=0x7f09003c; + public static int wrap_content=0x7f09002e; + } + public static final class integer { + public static int abc_config_activityDefaultDur=0x7f0b0003; + public static int abc_config_activityShortDur=0x7f0b0004; + public static int app_bar_elevation_anim_duration=0x7f0b0008; + public static int bottom_sheet_slide_duration=0x7f0b0009; + public static int cancel_button_image_alpha=0x7f0b0005; + public static int config_tooltipAnimTime=0x7f0b0006; + public static int design_snackbar_text_max_lines=0x7f0b0007; + public static int hide_password_duration=0x7f0b000a; + public static int mr_controller_volume_group_list_animation_duration_ms=0x7f0b0000; + public static int mr_controller_volume_group_list_fade_in_duration_ms=0x7f0b0001; + public static int mr_controller_volume_group_list_fade_out_duration_ms=0x7f0b0002; + public static int show_password_duration=0x7f0b000b; + public static int status_bar_notification_info_maxnum=0x7f0b000c; + } + public static final class interpolator { + public static int mr_fast_out_slow_in=0x7f070000; + public static int mr_linear_out_slow_in=0x7f070001; + } + public static final class layout { + public static int abc_action_bar_title_item=0x7f040000; + public static int abc_action_bar_up_container=0x7f040001; + public static int abc_action_menu_item_layout=0x7f040002; + public static int abc_action_menu_layout=0x7f040003; + public static int abc_action_mode_bar=0x7f040004; + public static int abc_action_mode_close_item_material=0x7f040005; + public static int abc_activity_chooser_view=0x7f040006; + public static int abc_activity_chooser_view_list_item=0x7f040007; + public static int abc_alert_dialog_button_bar_material=0x7f040008; + public static int abc_alert_dialog_material=0x7f040009; + public static int abc_alert_dialog_title_material=0x7f04000a; + public static int abc_dialog_title_material=0x7f04000b; + public static int abc_expanded_menu_layout=0x7f04000c; + public static int abc_list_menu_item_checkbox=0x7f04000d; + public static int abc_list_menu_item_icon=0x7f04000e; + public static int abc_list_menu_item_layout=0x7f04000f; + public static int abc_list_menu_item_radio=0x7f040010; + public static int abc_popup_menu_header_item_layout=0x7f040011; + public static int abc_popup_menu_item_layout=0x7f040012; + public static int abc_screen_content_include=0x7f040013; + public static int abc_screen_simple=0x7f040014; + public static int abc_screen_simple_overlay_action_mode=0x7f040015; + public static int abc_screen_toolbar=0x7f040016; + public static int abc_search_dropdown_item_icons_2line=0x7f040017; + public static int abc_search_view=0x7f040018; + public static int abc_select_dialog_material=0x7f040019; + public static int design_bottom_navigation_item=0x7f04001a; + public static int design_bottom_sheet_dialog=0x7f04001b; + public static int design_layout_snackbar=0x7f04001c; + public static int design_layout_snackbar_include=0x7f04001d; + public static int design_layout_tab_icon=0x7f04001e; + public static int design_layout_tab_text=0x7f04001f; + public static int design_menu_item_action_area=0x7f040020; + public static int design_navigation_item=0x7f040021; + public static int design_navigation_item_header=0x7f040022; + public static int design_navigation_item_separator=0x7f040023; + public static int design_navigation_item_subheader=0x7f040024; + public static int design_navigation_menu=0x7f040025; + public static int design_navigation_menu_item=0x7f040026; + public static int design_text_input_password_icon=0x7f040027; + public static int mr_chooser_dialog=0x7f040028; + public static int mr_chooser_list_item=0x7f040029; + public static int mr_controller_material_dialog_b=0x7f04002a; + public static int mr_controller_volume_item=0x7f04002b; + public static int mr_playback_control=0x7f04002c; + public static int mr_volume_control=0x7f04002d; + public static int notification_action=0x7f04002e; + public static int notification_action_tombstone=0x7f04002f; + public static int notification_media_action=0x7f040030; + public static int notification_media_cancel_action=0x7f040031; + public static int notification_template_big_media=0x7f040032; + public static int notification_template_big_media_custom=0x7f040033; + public static int notification_template_big_media_narrow=0x7f040034; + public static int notification_template_big_media_narrow_custom=0x7f040035; + public static int notification_template_custom_big=0x7f040036; + public static int notification_template_icon_group=0x7f040037; + public static int notification_template_lines_media=0x7f040038; + public static int notification_template_media=0x7f040039; + public static int notification_template_media_custom=0x7f04003a; + public static int notification_template_part_chronometer=0x7f04003b; + public static int notification_template_part_time=0x7f04003c; + public static int select_dialog_item_material=0x7f04003d; + public static int select_dialog_multichoice_material=0x7f04003e; + public static int select_dialog_singlechoice_material=0x7f04003f; + public static int support_simple_spinner_dropdown_item=0x7f040040; + public static int tabbar=0x7f040041; + public static int toolbar=0x7f040042; + public static int tooltip=0x7f040043; + } + public static final class mipmap { + public static int icon=0x7f030000; + public static int icon_round=0x7f030001; + public static int launcher_foreground=0x7f030002; + } + public static final class string { + public static int abc_action_bar_home_description=0x7f0a0015; + public static int abc_action_bar_up_description=0x7f0a0016; + public static int abc_action_menu_overflow_description=0x7f0a0017; + public static int abc_action_mode_done=0x7f0a0018; + public static int abc_activity_chooser_view_see_all=0x7f0a0019; + public static int abc_activitychooserview_choose_application=0x7f0a001a; + public static int abc_capital_off=0x7f0a001b; + public static int abc_capital_on=0x7f0a001c; + public static int abc_font_family_body_1_material=0x7f0a0027; + public static int abc_font_family_body_2_material=0x7f0a0028; + public static int abc_font_family_button_material=0x7f0a0029; + public static int abc_font_family_caption_material=0x7f0a002a; + public static int abc_font_family_display_1_material=0x7f0a002b; + public static int abc_font_family_display_2_material=0x7f0a002c; + public static int abc_font_family_display_3_material=0x7f0a002d; + public static int abc_font_family_display_4_material=0x7f0a002e; + public static int abc_font_family_headline_material=0x7f0a002f; + public static int abc_font_family_menu_material=0x7f0a0030; + public static int abc_font_family_subhead_material=0x7f0a0031; + public static int abc_font_family_title_material=0x7f0a0032; + public static int abc_search_hint=0x7f0a001d; + public static int abc_searchview_description_clear=0x7f0a001e; + public static int abc_searchview_description_query=0x7f0a001f; + public static int abc_searchview_description_search=0x7f0a0020; + public static int abc_searchview_description_submit=0x7f0a0021; + public static int abc_searchview_description_voice=0x7f0a0022; + public static int abc_shareactionprovider_share_with=0x7f0a0023; + public static int abc_shareactionprovider_share_with_application=0x7f0a0024; + public static int abc_toolbar_collapse_description=0x7f0a0025; + public static int appbar_scrolling_view_behavior=0x7f0a0033; + public static int bottom_sheet_behavior=0x7f0a0034; + public static int character_counter_pattern=0x7f0a0035; + public static int mr_button_content_description=0x7f0a0000; + public static int mr_cast_button_connected=0x7f0a0001; + public static int mr_cast_button_connecting=0x7f0a0002; + public static int mr_cast_button_disconnected=0x7f0a0003; + public static int mr_chooser_searching=0x7f0a0004; + public static int mr_chooser_title=0x7f0a0005; + public static int mr_controller_album_art=0x7f0a0006; + public static int mr_controller_casting_screen=0x7f0a0007; + public static int mr_controller_close_description=0x7f0a0008; + public static int mr_controller_collapse_group=0x7f0a0009; + public static int mr_controller_disconnect=0x7f0a000a; + public static int mr_controller_expand_group=0x7f0a000b; + public static int mr_controller_no_info_available=0x7f0a000c; + public static int mr_controller_no_media_selected=0x7f0a000d; + public static int mr_controller_pause=0x7f0a000e; + public static int mr_controller_play=0x7f0a000f; + public static int mr_controller_stop=0x7f0a0010; + public static int mr_controller_stop_casting=0x7f0a0011; + public static int mr_controller_volume_slider=0x7f0a0012; + public static int mr_system_route_name=0x7f0a0013; + public static int mr_user_route_category_name=0x7f0a0014; + public static int password_toggle_content_description=0x7f0a0036; + public static int path_password_eye=0x7f0a0037; + public static int path_password_eye_mask_strike_through=0x7f0a0038; + public static int path_password_eye_mask_visible=0x7f0a0039; + public static int path_password_strike_through=0x7f0a003a; + public static int search_menu_title=0x7f0a0026; + public static int status_bar_notification_info_overflow=0x7f0a003b; + } + public static final class style { + public static int AlertDialog_AppCompat=0x7f0c00a4; + public static int AlertDialog_AppCompat_Light=0x7f0c00a5; + public static int Animation_AppCompat_Dialog=0x7f0c00a6; + public static int Animation_AppCompat_DropDownUp=0x7f0c00a7; + public static int Animation_AppCompat_Tooltip=0x7f0c00a8; + public static int Animation_Design_BottomSheetDialog=0x7f0c016e; + public static int AppCompatDialogStyle=0x7f0c0191; + public static int Base_AlertDialog_AppCompat=0x7f0c00a9; + public static int Base_AlertDialog_AppCompat_Light=0x7f0c00aa; + public static int Base_Animation_AppCompat_Dialog=0x7f0c00ab; + public static int Base_Animation_AppCompat_DropDownUp=0x7f0c00ac; + public static int Base_Animation_AppCompat_Tooltip=0x7f0c00ad; + public static int Base_CardView=0x7f0c000c; + public static int Base_DialogWindowTitle_AppCompat=0x7f0c00ae; + public static int Base_DialogWindowTitleBackground_AppCompat=0x7f0c00af; + public static int Base_TextAppearance_AppCompat=0x7f0c0048; + public static int Base_TextAppearance_AppCompat_Body1=0x7f0c0049; + public static int Base_TextAppearance_AppCompat_Body2=0x7f0c004a; + public static int Base_TextAppearance_AppCompat_Button=0x7f0c0036; + public static int Base_TextAppearance_AppCompat_Caption=0x7f0c004b; + public static int Base_TextAppearance_AppCompat_Display1=0x7f0c004c; + public static int Base_TextAppearance_AppCompat_Display2=0x7f0c004d; + public static int Base_TextAppearance_AppCompat_Display3=0x7f0c004e; + public static int Base_TextAppearance_AppCompat_Display4=0x7f0c004f; + public static int Base_TextAppearance_AppCompat_Headline=0x7f0c0050; + public static int Base_TextAppearance_AppCompat_Inverse=0x7f0c001a; + public static int Base_TextAppearance_AppCompat_Large=0x7f0c0051; + public static int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0c001b; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c0052; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c0053; + public static int Base_TextAppearance_AppCompat_Medium=0x7f0c0054; + public static int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0c001c; + public static int Base_TextAppearance_AppCompat_Menu=0x7f0c0055; + public static int Base_TextAppearance_AppCompat_SearchResult=0x7f0c00b0; + public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c0056; + public static int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0c0057; + public static int Base_TextAppearance_AppCompat_Small=0x7f0c0058; + public static int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0c001d; + public static int Base_TextAppearance_AppCompat_Subhead=0x7f0c0059; + public static int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0c001e; + public static int Base_TextAppearance_AppCompat_Title=0x7f0c005a; + public static int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0c001f; + public static int Base_TextAppearance_AppCompat_Tooltip=0x7f0c00b1; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c0095; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c005b; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c005c; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c005d; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c005e; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c005f; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c0060; + public static int Base_TextAppearance_AppCompat_Widget_Button=0x7f0c0061; + public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c009c; + public static int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c009d; + public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c0096; + public static int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00b2; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0062; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0063; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0064; + public static int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0c0065; + public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0066; + public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c00b3; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0067; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0068; + public static int Base_Theme_AppCompat=0x7f0c0069; + public static int Base_Theme_AppCompat_CompactMenu=0x7f0c00b4; + public static int Base_Theme_AppCompat_Dialog=0x7f0c0020; + public static int Base_Theme_AppCompat_Dialog_Alert=0x7f0c0021; + public static int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0c00b5; + public static int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0c0022; + public static int Base_Theme_AppCompat_DialogWhenLarge=0x7f0c0010; + public static int Base_Theme_AppCompat_Light=0x7f0c006a; + public static int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0c00b6; + public static int Base_Theme_AppCompat_Light_Dialog=0x7f0c0023; + public static int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0c0024; + public static int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0c00b7; + public static int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0025; + public static int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0011; + public static int Base_ThemeOverlay_AppCompat=0x7f0c00b8; + public static int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0c00b9; + public static int Base_ThemeOverlay_AppCompat_Dark=0x7f0c00ba; + public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c00bb; + public static int Base_ThemeOverlay_AppCompat_Dialog=0x7f0c0026; + public static int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c0027; + public static int Base_ThemeOverlay_AppCompat_Light=0x7f0c00bc; + public static int Base_V11_Theme_AppCompat_Dialog=0x7f0c0028; + public static int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0c0029; + public static int Base_V11_ThemeOverlay_AppCompat_Dialog=0x7f0c002a; + public static int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0c0032; + public static int Base_V12_Widget_AppCompat_EditText=0x7f0c0033; + public static int Base_V14_Widget_Design_AppBarLayout=0x7f0c016f; + public static int Base_V21_Theme_AppCompat=0x7f0c006b; + public static int Base_V21_Theme_AppCompat_Dialog=0x7f0c006c; + public static int Base_V21_Theme_AppCompat_Light=0x7f0c006d; + public static int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0c006e; + public static int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0c006f; + public static int Base_V21_Widget_Design_AppBarLayout=0x7f0c016b; + public static int Base_V22_Theme_AppCompat=0x7f0c0093; + public static int Base_V22_Theme_AppCompat_Light=0x7f0c0094; + public static int Base_V23_Theme_AppCompat=0x7f0c0097; + public static int Base_V23_Theme_AppCompat_Light=0x7f0c0098; + public static int Base_V26_Theme_AppCompat=0x7f0c00a0; + public static int Base_V26_Theme_AppCompat_Light=0x7f0c00a1; + public static int Base_V26_Widget_AppCompat_Toolbar=0x7f0c00a2; + public static int Base_V26_Widget_Design_AppBarLayout=0x7f0c016d; + public static int Base_V7_Theme_AppCompat=0x7f0c00bd; + public static int Base_V7_Theme_AppCompat_Dialog=0x7f0c00be; + public static int Base_V7_Theme_AppCompat_Light=0x7f0c00bf; + public static int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0c00c0; + public static int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0c00c1; + public static int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0c00c2; + public static int Base_V7_Widget_AppCompat_EditText=0x7f0c00c3; + public static int Base_V7_Widget_AppCompat_Toolbar=0x7f0c00c4; + public static int Base_Widget_AppCompat_ActionBar=0x7f0c00c5; + public static int Base_Widget_AppCompat_ActionBar_Solid=0x7f0c00c6; + public static int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0c00c7; + public static int Base_Widget_AppCompat_ActionBar_TabText=0x7f0c0070; + public static int Base_Widget_AppCompat_ActionBar_TabView=0x7f0c0071; + public static int Base_Widget_AppCompat_ActionButton=0x7f0c0072; + public static int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0c0073; + public static int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0c0074; + public static int Base_Widget_AppCompat_ActionMode=0x7f0c00c8; + public static int Base_Widget_AppCompat_ActivityChooserView=0x7f0c00c9; + public static int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0c0034; + public static int Base_Widget_AppCompat_Button=0x7f0c0075; + public static int Base_Widget_AppCompat_Button_Borderless=0x7f0c0076; + public static int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0c0077; + public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c00ca; + public static int Base_Widget_AppCompat_Button_Colored=0x7f0c0099; + public static int Base_Widget_AppCompat_Button_Small=0x7f0c0078; + public static int Base_Widget_AppCompat_ButtonBar=0x7f0c0079; + public static int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c00cb; + public static int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0c007a; + public static int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0c007b; + public static int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0c00cc; + public static int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0c000f; + public static int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0c00cd; + public static int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0c007c; + public static int Base_Widget_AppCompat_EditText=0x7f0c0035; + public static int Base_Widget_AppCompat_ImageButton=0x7f0c007d; + public static int Base_Widget_AppCompat_Light_ActionBar=0x7f0c00ce; + public static int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0c00cf; + public static int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c00d0; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0c007e; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c007f; + public static int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0c0080; + public static int Base_Widget_AppCompat_Light_PopupMenu=0x7f0c0081; + public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c0082; + public static int Base_Widget_AppCompat_ListMenuView=0x7f0c00d1; + public static int Base_Widget_AppCompat_ListPopupWindow=0x7f0c0083; + public static int Base_Widget_AppCompat_ListView=0x7f0c0084; + public static int Base_Widget_AppCompat_ListView_DropDown=0x7f0c0085; + public static int Base_Widget_AppCompat_ListView_Menu=0x7f0c0086; + public static int Base_Widget_AppCompat_PopupMenu=0x7f0c0087; + public static int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0c0088; + public static int Base_Widget_AppCompat_PopupWindow=0x7f0c00d2; + public static int Base_Widget_AppCompat_ProgressBar=0x7f0c002b; + public static int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0c002c; + public static int Base_Widget_AppCompat_RatingBar=0x7f0c0089; + public static int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0c009a; + public static int Base_Widget_AppCompat_RatingBar_Small=0x7f0c009b; + public static int Base_Widget_AppCompat_SearchView=0x7f0c00d3; + public static int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0c00d4; + public static int Base_Widget_AppCompat_SeekBar=0x7f0c008a; + public static int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0c00d5; + public static int Base_Widget_AppCompat_Spinner=0x7f0c008b; + public static int Base_Widget_AppCompat_Spinner_Underlined=0x7f0c0012; + public static int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0c008c; + public static int Base_Widget_AppCompat_Toolbar=0x7f0c00a3; + public static int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c008d; + public static int Base_Widget_Design_AppBarLayout=0x7f0c016c; + public static int Base_Widget_Design_TabLayout=0x7f0c0170; + public static int CardView=0x7f0c000b; + public static int CardView_Dark=0x7f0c000d; + public static int CardView_Light=0x7f0c000e; + public static int MainTheme=0x7f0c018f; + /** Base theme applied no matter what API + */ + public static int MainTheme_Base=0x7f0c0190; + public static int Platform_AppCompat=0x7f0c002d; + public static int Platform_AppCompat_Light=0x7f0c002e; + public static int Platform_ThemeOverlay_AppCompat=0x7f0c008e; + public static int Platform_ThemeOverlay_AppCompat_Dark=0x7f0c008f; + public static int Platform_ThemeOverlay_AppCompat_Light=0x7f0c0090; + public static int Platform_V11_AppCompat=0x7f0c002f; + public static int Platform_V11_AppCompat_Light=0x7f0c0030; + public static int Platform_V14_AppCompat=0x7f0c0037; + public static int Platform_V14_AppCompat_Light=0x7f0c0038; + public static int Platform_V21_AppCompat=0x7f0c0091; + public static int Platform_V21_AppCompat_Light=0x7f0c0092; + public static int Platform_V25_AppCompat=0x7f0c009e; + public static int Platform_V25_AppCompat_Light=0x7f0c009f; + public static int Platform_Widget_AppCompat_Spinner=0x7f0c0031; + public static int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0c003a; + public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0c003b; + public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0c003c; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0c003d; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0c003e; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0c003f; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0c0040; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0c0041; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0c0042; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0c0043; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0c0044; + public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0c0045; + public static int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0c0046; + public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0c0047; + public static int TextAppearance_AppCompat=0x7f0c00d6; + public static int TextAppearance_AppCompat_Body1=0x7f0c00d7; + public static int TextAppearance_AppCompat_Body2=0x7f0c00d8; + public static int TextAppearance_AppCompat_Button=0x7f0c00d9; + public static int TextAppearance_AppCompat_Caption=0x7f0c00da; + public static int TextAppearance_AppCompat_Display1=0x7f0c00db; + public static int TextAppearance_AppCompat_Display2=0x7f0c00dc; + public static int TextAppearance_AppCompat_Display3=0x7f0c00dd; + public static int TextAppearance_AppCompat_Display4=0x7f0c00de; + public static int TextAppearance_AppCompat_Headline=0x7f0c00df; + public static int TextAppearance_AppCompat_Inverse=0x7f0c00e0; + public static int TextAppearance_AppCompat_Large=0x7f0c00e1; + public static int TextAppearance_AppCompat_Large_Inverse=0x7f0c00e2; + public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0c00e3; + public static int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0c00e4; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c00e5; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c00e6; + public static int TextAppearance_AppCompat_Medium=0x7f0c00e7; + public static int TextAppearance_AppCompat_Medium_Inverse=0x7f0c00e8; + public static int TextAppearance_AppCompat_Menu=0x7f0c00e9; + public static int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c00ea; + public static int TextAppearance_AppCompat_SearchResult_Title=0x7f0c00eb; + public static int TextAppearance_AppCompat_Small=0x7f0c00ec; + public static int TextAppearance_AppCompat_Small_Inverse=0x7f0c00ed; + public static int TextAppearance_AppCompat_Subhead=0x7f0c00ee; + public static int TextAppearance_AppCompat_Subhead_Inverse=0x7f0c00ef; + public static int TextAppearance_AppCompat_Title=0x7f0c00f0; + public static int TextAppearance_AppCompat_Title_Inverse=0x7f0c00f1; + public static int TextAppearance_AppCompat_Tooltip=0x7f0c0039; + public static int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c00f2; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c00f3; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c00f4; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c00f5; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c00f6; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c00f7; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0c00f8; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c00f9; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0c00fa; + public static int TextAppearance_AppCompat_Widget_Button=0x7f0c00fb; + public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c00fc; + public static int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c00fd; + public static int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c00fe; + public static int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00ff; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0100; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0101; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0102; + public static int TextAppearance_AppCompat_Widget_Switch=0x7f0c0103; + public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0104; + public static int TextAppearance_Compat_Notification=0x7f0c0188; + public static int TextAppearance_Compat_Notification_Info=0x7f0c0189; + public static int TextAppearance_Compat_Notification_Info_Media=0x7f0c0165; + public static int TextAppearance_Compat_Notification_Line2=0x7f0c018e; + public static int TextAppearance_Compat_Notification_Line2_Media=0x7f0c0169; + public static int TextAppearance_Compat_Notification_Media=0x7f0c0166; + public static int TextAppearance_Compat_Notification_Time=0x7f0c018a; + public static int TextAppearance_Compat_Notification_Time_Media=0x7f0c0167; + public static int TextAppearance_Compat_Notification_Title=0x7f0c018b; + public static int TextAppearance_Compat_Notification_Title_Media=0x7f0c0168; + public static int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0c0171; + public static int TextAppearance_Design_Counter=0x7f0c0172; + public static int TextAppearance_Design_Counter_Overflow=0x7f0c0173; + public static int TextAppearance_Design_Error=0x7f0c0174; + public static int TextAppearance_Design_Hint=0x7f0c0175; + public static int TextAppearance_Design_Snackbar_Message=0x7f0c0176; + public static int TextAppearance_Design_Tab=0x7f0c0177; + public static int TextAppearance_MediaRouter_PrimaryText=0x7f0c0000; + public static int TextAppearance_MediaRouter_SecondaryText=0x7f0c0001; + public static int TextAppearance_MediaRouter_Title=0x7f0c0002; + public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c0105; + public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0106; + public static int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0107; + public static int Theme_AppCompat=0x7f0c0108; + public static int Theme_AppCompat_CompactMenu=0x7f0c0109; + public static int Theme_AppCompat_DayNight=0x7f0c0013; + public static int Theme_AppCompat_DayNight_DarkActionBar=0x7f0c0014; + public static int Theme_AppCompat_DayNight_Dialog=0x7f0c0015; + public static int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0c0016; + public static int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0c0017; + public static int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0c0018; + public static int Theme_AppCompat_DayNight_NoActionBar=0x7f0c0019; + public static int Theme_AppCompat_Dialog=0x7f0c010a; + public static int Theme_AppCompat_Dialog_Alert=0x7f0c010b; + public static int Theme_AppCompat_Dialog_MinWidth=0x7f0c010c; + public static int Theme_AppCompat_DialogWhenLarge=0x7f0c010d; + public static int Theme_AppCompat_Light=0x7f0c010e; + public static int Theme_AppCompat_Light_DarkActionBar=0x7f0c010f; + public static int Theme_AppCompat_Light_Dialog=0x7f0c0110; + public static int Theme_AppCompat_Light_Dialog_Alert=0x7f0c0111; + public static int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0112; + public static int Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0113; + public static int Theme_AppCompat_Light_NoActionBar=0x7f0c0114; + public static int Theme_AppCompat_NoActionBar=0x7f0c0115; + public static int Theme_Design=0x7f0c0178; + public static int Theme_Design_BottomSheetDialog=0x7f0c0179; + public static int Theme_Design_Light=0x7f0c017a; + public static int Theme_Design_Light_BottomSheetDialog=0x7f0c017b; + public static int Theme_Design_Light_NoActionBar=0x7f0c017c; + public static int Theme_Design_NoActionBar=0x7f0c017d; + public static int Theme_MediaRouter=0x7f0c0003; + public static int Theme_MediaRouter_Light=0x7f0c0004; + public static int Theme_MediaRouter_Light_DarkControlPanel=0x7f0c0005; + public static int Theme_MediaRouter_LightControlPanel=0x7f0c0006; + public static int ThemeOverlay_AppCompat=0x7f0c0116; + public static int ThemeOverlay_AppCompat_ActionBar=0x7f0c0117; + public static int ThemeOverlay_AppCompat_Dark=0x7f0c0118; + public static int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c0119; + public static int ThemeOverlay_AppCompat_Dialog=0x7f0c011a; + public static int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c011b; + public static int ThemeOverlay_AppCompat_Light=0x7f0c011c; + public static int ThemeOverlay_MediaRouter_Dark=0x7f0c0007; + public static int ThemeOverlay_MediaRouter_Light=0x7f0c0008; + public static int Widget_AppCompat_ActionBar=0x7f0c011d; + public static int Widget_AppCompat_ActionBar_Solid=0x7f0c011e; + public static int Widget_AppCompat_ActionBar_TabBar=0x7f0c011f; + public static int Widget_AppCompat_ActionBar_TabText=0x7f0c0120; + public static int Widget_AppCompat_ActionBar_TabView=0x7f0c0121; + public static int Widget_AppCompat_ActionButton=0x7f0c0122; + public static int Widget_AppCompat_ActionButton_CloseMode=0x7f0c0123; + public static int Widget_AppCompat_ActionButton_Overflow=0x7f0c0124; + public static int Widget_AppCompat_ActionMode=0x7f0c0125; + public static int Widget_AppCompat_ActivityChooserView=0x7f0c0126; + public static int Widget_AppCompat_AutoCompleteTextView=0x7f0c0127; + public static int Widget_AppCompat_Button=0x7f0c0128; + public static int Widget_AppCompat_Button_Borderless=0x7f0c0129; + public static int Widget_AppCompat_Button_Borderless_Colored=0x7f0c012a; + public static int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c012b; + public static int Widget_AppCompat_Button_Colored=0x7f0c012c; + public static int Widget_AppCompat_Button_Small=0x7f0c012d; + public static int Widget_AppCompat_ButtonBar=0x7f0c012e; + public static int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c012f; + public static int Widget_AppCompat_CompoundButton_CheckBox=0x7f0c0130; + public static int Widget_AppCompat_CompoundButton_RadioButton=0x7f0c0131; + public static int Widget_AppCompat_CompoundButton_Switch=0x7f0c0132; + public static int Widget_AppCompat_DrawerArrowToggle=0x7f0c0133; + public static int Widget_AppCompat_DropDownItem_Spinner=0x7f0c0134; + public static int Widget_AppCompat_EditText=0x7f0c0135; + public static int Widget_AppCompat_ImageButton=0x7f0c0136; + public static int Widget_AppCompat_Light_ActionBar=0x7f0c0137; + public static int Widget_AppCompat_Light_ActionBar_Solid=0x7f0c0138; + public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0c0139; + public static int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c013a; + public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0c013b; + public static int Widget_AppCompat_Light_ActionBar_TabText=0x7f0c013c; + public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c013d; + public static int Widget_AppCompat_Light_ActionBar_TabView=0x7f0c013e; + public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0c013f; + public static int Widget_AppCompat_Light_ActionButton=0x7f0c0140; + public static int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0c0141; + public static int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0c0142; + public static int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0c0143; + public static int Widget_AppCompat_Light_ActivityChooserView=0x7f0c0144; + public static int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0c0145; + public static int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0c0146; + public static int Widget_AppCompat_Light_ListPopupWindow=0x7f0c0147; + public static int Widget_AppCompat_Light_ListView_DropDown=0x7f0c0148; + public static int Widget_AppCompat_Light_PopupMenu=0x7f0c0149; + public static int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c014a; + public static int Widget_AppCompat_Light_SearchView=0x7f0c014b; + public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0c014c; + public static int Widget_AppCompat_ListMenuView=0x7f0c014d; + public static int Widget_AppCompat_ListPopupWindow=0x7f0c014e; + public static int Widget_AppCompat_ListView=0x7f0c014f; + public static int Widget_AppCompat_ListView_DropDown=0x7f0c0150; + public static int Widget_AppCompat_ListView_Menu=0x7f0c0151; + public static int Widget_AppCompat_PopupMenu=0x7f0c0152; + public static int Widget_AppCompat_PopupMenu_Overflow=0x7f0c0153; + public static int Widget_AppCompat_PopupWindow=0x7f0c0154; + public static int Widget_AppCompat_ProgressBar=0x7f0c0155; + public static int Widget_AppCompat_ProgressBar_Horizontal=0x7f0c0156; + public static int Widget_AppCompat_RatingBar=0x7f0c0157; + public static int Widget_AppCompat_RatingBar_Indicator=0x7f0c0158; + public static int Widget_AppCompat_RatingBar_Small=0x7f0c0159; + public static int Widget_AppCompat_SearchView=0x7f0c015a; + public static int Widget_AppCompat_SearchView_ActionBar=0x7f0c015b; + public static int Widget_AppCompat_SeekBar=0x7f0c015c; + public static int Widget_AppCompat_SeekBar_Discrete=0x7f0c015d; + public static int Widget_AppCompat_Spinner=0x7f0c015e; + public static int Widget_AppCompat_Spinner_DropDown=0x7f0c015f; + public static int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c0160; + public static int Widget_AppCompat_Spinner_Underlined=0x7f0c0161; + public static int Widget_AppCompat_TextView_SpinnerItem=0x7f0c0162; + public static int Widget_AppCompat_Toolbar=0x7f0c0163; + public static int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c0164; + public static int Widget_Compat_NotificationActionContainer=0x7f0c018c; + public static int Widget_Compat_NotificationActionText=0x7f0c018d; + public static int Widget_Design_AppBarLayout=0x7f0c017e; + public static int Widget_Design_BottomNavigationView=0x7f0c017f; + public static int Widget_Design_BottomSheet_Modal=0x7f0c0180; + public static int Widget_Design_CollapsingToolbar=0x7f0c0181; + public static int Widget_Design_CoordinatorLayout=0x7f0c0182; + public static int Widget_Design_FloatingActionButton=0x7f0c0183; + public static int Widget_Design_NavigationView=0x7f0c0184; + public static int Widget_Design_ScrimInsetsFrameLayout=0x7f0c0185; + public static int Widget_Design_Snackbar=0x7f0c0186; + public static int Widget_Design_TabLayout=0x7f0c016a; + public static int Widget_Design_TextInputLayout=0x7f0c0187; + public static int Widget_MediaRouter_Light_MediaRouteButton=0x7f0c0009; + public static int Widget_MediaRouter_MediaRouteButton=0x7f0c000a; + } + public static final class styleable { + /** Attributes that can be used with a ActionBar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #ActionBar_background android.support.compat:background}
{@link #ActionBar_backgroundSplit android.support.compat:backgroundSplit}
{@link #ActionBar_backgroundStacked android.support.compat:backgroundStacked}
{@link #ActionBar_contentInsetEnd android.support.compat:contentInsetEnd}
{@link #ActionBar_contentInsetEndWithActions android.support.compat:contentInsetEndWithActions}
{@link #ActionBar_contentInsetLeft android.support.compat:contentInsetLeft}
{@link #ActionBar_contentInsetRight android.support.compat:contentInsetRight}
{@link #ActionBar_contentInsetStart android.support.compat:contentInsetStart}
{@link #ActionBar_contentInsetStartWithNavigation android.support.compat:contentInsetStartWithNavigation}
{@link #ActionBar_customNavigationLayout android.support.compat:customNavigationLayout}
{@link #ActionBar_displayOptions android.support.compat:displayOptions}
{@link #ActionBar_divider android.support.compat:divider}
{@link #ActionBar_elevation android.support.compat:elevation}
{@link #ActionBar_height android.support.compat:height}
{@link #ActionBar_hideOnContentScroll android.support.compat:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator android.support.compat:homeAsUpIndicator}
{@link #ActionBar_homeLayout android.support.compat:homeLayout}
{@link #ActionBar_icon android.support.compat:icon}
{@link #ActionBar_indeterminateProgressStyle android.support.compat:indeterminateProgressStyle}
{@link #ActionBar_itemPadding android.support.compat:itemPadding}
{@link #ActionBar_logo android.support.compat:logo}
{@link #ActionBar_navigationMode android.support.compat:navigationMode}
{@link #ActionBar_popupTheme android.support.compat:popupTheme}
{@link #ActionBar_progressBarPadding android.support.compat:progressBarPadding}
{@link #ActionBar_progressBarStyle android.support.compat:progressBarStyle}
{@link #ActionBar_subtitle android.support.compat:subtitle}
{@link #ActionBar_subtitleTextStyle android.support.compat:subtitleTextStyle}
{@link #ActionBar_title android.support.compat:title}
{@link #ActionBar_titleTextStyle android.support.compat:titleTextStyle}
+ @see #ActionBar_background + @see #ActionBar_backgroundSplit + @see #ActionBar_backgroundStacked + @see #ActionBar_contentInsetEnd + @see #ActionBar_contentInsetEndWithActions + @see #ActionBar_contentInsetLeft + @see #ActionBar_contentInsetRight + @see #ActionBar_contentInsetStart + @see #ActionBar_contentInsetStartWithNavigation + @see #ActionBar_customNavigationLayout + @see #ActionBar_displayOptions + @see #ActionBar_divider + @see #ActionBar_elevation + @see #ActionBar_height + @see #ActionBar_hideOnContentScroll + @see #ActionBar_homeAsUpIndicator + @see #ActionBar_homeLayout + @see #ActionBar_icon + @see #ActionBar_indeterminateProgressStyle + @see #ActionBar_itemPadding + @see #ActionBar_logo + @see #ActionBar_navigationMode + @see #ActionBar_popupTheme + @see #ActionBar_progressBarPadding + @see #ActionBar_progressBarStyle + @see #ActionBar_subtitle + @see #ActionBar_subtitleTextStyle + @see #ActionBar_title + @see #ActionBar_titleTextStyle + */ + public static final int[] ActionBar = { + 0x7f010023, 0x7f010025, 0x7f010026, 0x7f010027, + 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, + 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, + 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, + 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, + 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, + 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, + 0x7f010085 + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#background} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:background + */ + public static int ActionBar_background = 10; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.compat:backgroundSplit + */ + public static int ActionBar_backgroundSplit = 12; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#backgroundStacked} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.compat:backgroundStacked + */ + public static int ActionBar_backgroundStacked = 11; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:contentInsetEnd + */ + public static int ActionBar_contentInsetEnd = 21; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:contentInsetEndWithActions + */ + public static int ActionBar_contentInsetEndWithActions = 25; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:contentInsetLeft + */ + public static int ActionBar_contentInsetLeft = 22; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#contentInsetRight} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:contentInsetRight + */ + public static int ActionBar_contentInsetRight = 23; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#contentInsetStart} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:contentInsetStart + */ + public static int ActionBar_contentInsetStart = 20; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:contentInsetStartWithNavigation + */ + public static int ActionBar_contentInsetStartWithNavigation = 24; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#customNavigationLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:customNavigationLayout + */ + public static int ActionBar_customNavigationLayout = 13; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#displayOptions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ @attr name android.support.compat:displayOptions + */ + public static int ActionBar_displayOptions = 3; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#divider} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:divider + */ + public static int ActionBar_divider = 9; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#elevation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:elevation + */ + public static int ActionBar_elevation = 26; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#height} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:height + */ + public static int ActionBar_height = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#hideOnContentScroll} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:hideOnContentScroll + */ + public static int ActionBar_hideOnContentScroll = 19; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:homeAsUpIndicator + */ + public static int ActionBar_homeAsUpIndicator = 28; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#homeLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:homeLayout + */ + public static int ActionBar_homeLayout = 14; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#icon} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:icon + */ + public static int ActionBar_icon = 7; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#indeterminateProgressStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:indeterminateProgressStyle + */ + public static int ActionBar_indeterminateProgressStyle = 16; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#itemPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:itemPadding + */ + public static int ActionBar_itemPadding = 18; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#logo} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:logo + */ + public static int ActionBar_logo = 8; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#navigationMode} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ @attr name android.support.compat:navigationMode + */ + public static int ActionBar_navigationMode = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#popupTheme} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:popupTheme + */ + public static int ActionBar_popupTheme = 27; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#progressBarPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:progressBarPadding + */ + public static int ActionBar_progressBarPadding = 17; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#progressBarStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:progressBarStyle + */ + public static int ActionBar_progressBarStyle = 15; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#subtitle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:subtitle + */ + public static int ActionBar_subtitle = 4; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:subtitleTextStyle + */ + public static int ActionBar_subtitleTextStyle = 6; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#title} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:title + */ + public static int ActionBar_title = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:titleTextStyle + */ + public static int ActionBar_titleTextStyle = 5; + /** Attributes that can be used with a ActionBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout = { + 0x010100b3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #ActionBarLayout} array. + @attr name android:layout_gravity + */ + public static int ActionBarLayout_android_layout_gravity = 0; + /** Attributes that can be used with a ActionMenuItemView. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView = { + 0x0101013f + }; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #ActionMenuItemView} array. + @attr name android:minWidth + */ + public static int ActionMenuItemView_android_minWidth = 0; + /** Attributes that can be used with a ActionMenuView. + */ + public static final int[] ActionMenuView = { + + }; + /** Attributes that can be used with a ActionMode. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #ActionMode_background android.support.compat:background}
{@link #ActionMode_backgroundSplit android.support.compat:backgroundSplit}
{@link #ActionMode_closeItemLayout android.support.compat:closeItemLayout}
{@link #ActionMode_height android.support.compat:height}
{@link #ActionMode_subtitleTextStyle android.support.compat:subtitleTextStyle}
{@link #ActionMode_titleTextStyle android.support.compat:titleTextStyle}
+ @see #ActionMode_background + @see #ActionMode_backgroundSplit + @see #ActionMode_closeItemLayout + @see #ActionMode_height + @see #ActionMode_subtitleTextStyle + @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode = { + 0x7f010023, 0x7f010029, 0x7f01002a, 0x7f01002e, + 0x7f010030, 0x7f010040 + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#background} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:background + */ + public static int ActionMode_background = 3; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionMode} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.compat:backgroundSplit + */ + public static int ActionMode_backgroundSplit = 4; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#closeItemLayout} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:closeItemLayout + */ + public static int ActionMode_closeItemLayout = 5; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#height} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:height + */ + public static int ActionMode_height = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:subtitleTextStyle + */ + public static int ActionMode_subtitleTextStyle = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:titleTextStyle + */ + public static int ActionMode_titleTextStyle = 1; + /** Attributes that can be used with a ActivityChooserView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable android.support.compat:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount android.support.compat:initialActivityCount}
+ @see #ActivityChooserView_expandActivityOverflowButtonDrawable + @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView = { + 0x7f010041, 0x7f010042 + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#expandActivityOverflowButtonDrawable} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:expandActivityOverflowButtonDrawable + */ + public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#initialActivityCount} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:initialActivityCount + */ + public static int ActivityChooserView_initialActivityCount = 0; + /** Attributes that can be used with a AlertDialog. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout android.support.compat:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout android.support.compat:listItemLayout}
{@link #AlertDialog_listLayout android.support.compat:listLayout}
{@link #AlertDialog_multiChoiceItemLayout android.support.compat:multiChoiceItemLayout}
{@link #AlertDialog_showTitle android.support.compat:showTitle}
{@link #AlertDialog_singleChoiceItemLayout android.support.compat:singleChoiceItemLayout}
+ @see #AlertDialog_android_layout + @see #AlertDialog_buttonPanelSideLayout + @see #AlertDialog_listItemLayout + @see #AlertDialog_listLayout + @see #AlertDialog_multiChoiceItemLayout + @see #AlertDialog_showTitle + @see #AlertDialog_singleChoiceItemLayout + */ + public static final int[] AlertDialog = { + 0x010100f2, 0x7f010043, 0x7f010044, 0x7f010045, + 0x7f010046, 0x7f010047, 0x7f010048 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #AlertDialog} array. + @attr name android:layout + */ + public static int AlertDialog_android_layout = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#buttonPanelSideLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:buttonPanelSideLayout + */ + public static int AlertDialog_buttonPanelSideLayout = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#listItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:listItemLayout + */ + public static int AlertDialog_listItemLayout = 5; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#listLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:listLayout + */ + public static int AlertDialog_listLayout = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#multiChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:multiChoiceItemLayout + */ + public static int AlertDialog_multiChoiceItemLayout = 3; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#showTitle} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:showTitle + */ + public static int AlertDialog_showTitle = 6; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#singleChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:singleChoiceItemLayout + */ + public static int AlertDialog_singleChoiceItemLayout = 4; + /** Attributes that can be used with a AppBarLayout. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #AppBarLayout_android_background android:background}
{@link #AppBarLayout_android_keyboardNavigationCluster android:keyboardNavigationCluster}
{@link #AppBarLayout_android_touchscreenBlocksFocus android:touchscreenBlocksFocus}
{@link #AppBarLayout_elevation android.support.compat:elevation}
{@link #AppBarLayout_expanded android.support.compat:expanded}
+ @see #AppBarLayout_android_background + @see #AppBarLayout_android_keyboardNavigationCluster + @see #AppBarLayout_android_touchscreenBlocksFocus + @see #AppBarLayout_elevation + @see #AppBarLayout_expanded + */ + public static final int[] AppBarLayout = { + 0x010100d4, 0x0101048f, 0x01010540, 0x7f01003e, + 0x7f010118 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:background + */ + public static int AppBarLayout_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#keyboardNavigationCluster} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:keyboardNavigationCluster + */ + public static int AppBarLayout_android_keyboardNavigationCluster = 2; + /** +

This symbol is the offset where the {@link android.R.attr#touchscreenBlocksFocus} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:touchscreenBlocksFocus + */ + public static int AppBarLayout_android_touchscreenBlocksFocus = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#elevation} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:elevation + */ + public static int AppBarLayout_elevation = 3; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#expanded} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:expanded + */ + public static int AppBarLayout_expanded = 4; + /** Attributes that can be used with a AppBarLayoutStates. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayoutStates_state_collapsed android.support.compat:state_collapsed}
{@link #AppBarLayoutStates_state_collapsible android.support.compat:state_collapsible}
+ @see #AppBarLayoutStates_state_collapsed + @see #AppBarLayoutStates_state_collapsible + */ + public static final int[] AppBarLayoutStates = { + 0x7f010119, 0x7f01011a + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#state_collapsed} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:state_collapsed + */ + public static int AppBarLayoutStates_state_collapsed = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#state_collapsible} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:state_collapsible + */ + public static int AppBarLayoutStates_state_collapsible = 1; + /** Attributes that can be used with a AppBarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayout_Layout_layout_scrollFlags android.support.compat:layout_scrollFlags}
{@link #AppBarLayout_Layout_layout_scrollInterpolator android.support.compat:layout_scrollInterpolator}
+ @see #AppBarLayout_Layout_layout_scrollFlags + @see #AppBarLayout_Layout_layout_scrollInterpolator + */ + public static final int[] AppBarLayout_Layout = { + 0x7f01011b, 0x7f01011c + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#layout_scrollFlags} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ @attr name android.support.compat:layout_scrollFlags + */ + public static int AppBarLayout_Layout_layout_scrollFlags = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#layout_scrollInterpolator} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:layout_scrollInterpolator + */ + public static int AppBarLayout_Layout_layout_scrollInterpolator = 1; + /** Attributes that can be used with a AppCompatImageView. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatImageView_android_src android:src}
{@link #AppCompatImageView_srcCompat android.support.compat:srcCompat}
{@link #AppCompatImageView_tint android.support.compat:tint}
{@link #AppCompatImageView_tintMode android.support.compat:tintMode}
+ @see #AppCompatImageView_android_src + @see #AppCompatImageView_srcCompat + @see #AppCompatImageView_tint + @see #AppCompatImageView_tintMode + */ + public static final int[] AppCompatImageView = { + 0x01010119, 0x7f010049, 0x7f01004a, 0x7f01004b + }; + /** +

This symbol is the offset where the {@link android.R.attr#src} + attribute's value can be found in the {@link #AppCompatImageView} array. + @attr name android:src + */ + public static int AppCompatImageView_android_src = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#srcCompat} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:srcCompat + */ + public static int AppCompatImageView_srcCompat = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tint} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:tint + */ + public static int AppCompatImageView_tint = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tintMode} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.compat:tintMode + */ + public static int AppCompatImageView_tintMode = 3; + /** Attributes that can be used with a AppCompatSeekBar. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatSeekBar_android_thumb android:thumb}
{@link #AppCompatSeekBar_tickMark android.support.compat:tickMark}
{@link #AppCompatSeekBar_tickMarkTint android.support.compat:tickMarkTint}
{@link #AppCompatSeekBar_tickMarkTintMode android.support.compat:tickMarkTintMode}
+ @see #AppCompatSeekBar_android_thumb + @see #AppCompatSeekBar_tickMark + @see #AppCompatSeekBar_tickMarkTint + @see #AppCompatSeekBar_tickMarkTintMode + */ + public static final int[] AppCompatSeekBar = { + 0x01010142, 0x7f01004c, 0x7f01004d, 0x7f01004e + }; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + @attr name android:thumb + */ + public static int AppCompatSeekBar_android_thumb = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tickMark} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:tickMark + */ + public static int AppCompatSeekBar_tickMark = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tickMarkTint} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:tickMarkTint + */ + public static int AppCompatSeekBar_tickMarkTint = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tickMarkTintMode} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.compat:tickMarkTintMode + */ + public static int AppCompatSeekBar_tickMarkTintMode = 3; + /** Attributes that can be used with a AppCompatTextHelper. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextHelper_android_drawableBottom android:drawableBottom}
{@link #AppCompatTextHelper_android_drawableEnd android:drawableEnd}
{@link #AppCompatTextHelper_android_drawableLeft android:drawableLeft}
{@link #AppCompatTextHelper_android_drawableRight android:drawableRight}
{@link #AppCompatTextHelper_android_drawableStart android:drawableStart}
{@link #AppCompatTextHelper_android_drawableTop android:drawableTop}
{@link #AppCompatTextHelper_android_textAppearance android:textAppearance}
+ @see #AppCompatTextHelper_android_drawableBottom + @see #AppCompatTextHelper_android_drawableEnd + @see #AppCompatTextHelper_android_drawableLeft + @see #AppCompatTextHelper_android_drawableRight + @see #AppCompatTextHelper_android_drawableStart + @see #AppCompatTextHelper_android_drawableTop + @see #AppCompatTextHelper_android_textAppearance + */ + public static final int[] AppCompatTextHelper = { + 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, + 0x01010170, 0x01010392, 0x01010393 + }; + /** +

This symbol is the offset where the {@link android.R.attr#drawableBottom} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableBottom + */ + public static int AppCompatTextHelper_android_drawableBottom = 2; + /** +

This symbol is the offset where the {@link android.R.attr#drawableEnd} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableEnd + */ + public static int AppCompatTextHelper_android_drawableEnd = 6; + /** +

This symbol is the offset where the {@link android.R.attr#drawableLeft} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableLeft + */ + public static int AppCompatTextHelper_android_drawableLeft = 3; + /** +

This symbol is the offset where the {@link android.R.attr#drawableRight} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableRight + */ + public static int AppCompatTextHelper_android_drawableRight = 4; + /** +

This symbol is the offset where the {@link android.R.attr#drawableStart} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableStart + */ + public static int AppCompatTextHelper_android_drawableStart = 5; + /** +

This symbol is the offset where the {@link android.R.attr#drawableTop} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableTop + */ + public static int AppCompatTextHelper_android_drawableTop = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:textAppearance + */ + public static int AppCompatTextHelper_android_textAppearance = 0; + /** Attributes that can be used with a AppCompatTextView. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_autoSizeMaxTextSize android.support.compat:autoSizeMaxTextSize}
{@link #AppCompatTextView_autoSizeMinTextSize android.support.compat:autoSizeMinTextSize}
{@link #AppCompatTextView_autoSizePresetSizes android.support.compat:autoSizePresetSizes}
{@link #AppCompatTextView_autoSizeStepGranularity android.support.compat:autoSizeStepGranularity}
{@link #AppCompatTextView_autoSizeTextType android.support.compat:autoSizeTextType}
{@link #AppCompatTextView_fontFamily android.support.compat:fontFamily}
{@link #AppCompatTextView_textAllCaps android.support.compat:textAllCaps}
+ @see #AppCompatTextView_android_textAppearance + @see #AppCompatTextView_autoSizeMaxTextSize + @see #AppCompatTextView_autoSizeMinTextSize + @see #AppCompatTextView_autoSizePresetSizes + @see #AppCompatTextView_autoSizeStepGranularity + @see #AppCompatTextView_autoSizeTextType + @see #AppCompatTextView_fontFamily + @see #AppCompatTextView_textAllCaps + */ + public static final int[] AppCompatTextView = { + 0x01010034, 0x7f01004f, 0x7f010050, 0x7f010051, + 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextView} array. + @attr name android:textAppearance + */ + public static int AppCompatTextView_android_textAppearance = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#autoSizeMaxTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:autoSizeMaxTextSize + */ + public static int AppCompatTextView_autoSizeMaxTextSize = 6; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#autoSizeMinTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:autoSizeMinTextSize + */ + public static int AppCompatTextView_autoSizeMinTextSize = 5; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#autoSizePresetSizes} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:autoSizePresetSizes + */ + public static int AppCompatTextView_autoSizePresetSizes = 4; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#autoSizeStepGranularity} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:autoSizeStepGranularity + */ + public static int AppCompatTextView_autoSizeStepGranularity = 3; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#autoSizeTextType} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ @attr name android.support.compat:autoSizeTextType + */ + public static int AppCompatTextView_autoSizeTextType = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#fontFamily} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:fontFamily + */ + public static int AppCompatTextView_fontFamily = 7; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#textAllCaps} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name android.support.compat:textAllCaps + */ + public static int AppCompatTextView_textAllCaps = 1; + /** Attributes that can be used with a AppCompatTheme. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTheme_actionBarDivider android.support.compat:actionBarDivider}
{@link #AppCompatTheme_actionBarItemBackground android.support.compat:actionBarItemBackground}
{@link #AppCompatTheme_actionBarPopupTheme android.support.compat:actionBarPopupTheme}
{@link #AppCompatTheme_actionBarSize android.support.compat:actionBarSize}
{@link #AppCompatTheme_actionBarSplitStyle android.support.compat:actionBarSplitStyle}
{@link #AppCompatTheme_actionBarStyle android.support.compat:actionBarStyle}
{@link #AppCompatTheme_actionBarTabBarStyle android.support.compat:actionBarTabBarStyle}
{@link #AppCompatTheme_actionBarTabStyle android.support.compat:actionBarTabStyle}
{@link #AppCompatTheme_actionBarTabTextStyle android.support.compat:actionBarTabTextStyle}
{@link #AppCompatTheme_actionBarTheme android.support.compat:actionBarTheme}
{@link #AppCompatTheme_actionBarWidgetTheme android.support.compat:actionBarWidgetTheme}
{@link #AppCompatTheme_actionButtonStyle android.support.compat:actionButtonStyle}
{@link #AppCompatTheme_actionDropDownStyle android.support.compat:actionDropDownStyle}
{@link #AppCompatTheme_actionMenuTextAppearance android.support.compat:actionMenuTextAppearance}
{@link #AppCompatTheme_actionMenuTextColor android.support.compat:actionMenuTextColor}
{@link #AppCompatTheme_actionModeBackground android.support.compat:actionModeBackground}
{@link #AppCompatTheme_actionModeCloseButtonStyle android.support.compat:actionModeCloseButtonStyle}
{@link #AppCompatTheme_actionModeCloseDrawable android.support.compat:actionModeCloseDrawable}
{@link #AppCompatTheme_actionModeCopyDrawable android.support.compat:actionModeCopyDrawable}
{@link #AppCompatTheme_actionModeCutDrawable android.support.compat:actionModeCutDrawable}
{@link #AppCompatTheme_actionModeFindDrawable android.support.compat:actionModeFindDrawable}
{@link #AppCompatTheme_actionModePasteDrawable android.support.compat:actionModePasteDrawable}
{@link #AppCompatTheme_actionModePopupWindowStyle android.support.compat:actionModePopupWindowStyle}
{@link #AppCompatTheme_actionModeSelectAllDrawable android.support.compat:actionModeSelectAllDrawable}
{@link #AppCompatTheme_actionModeShareDrawable android.support.compat:actionModeShareDrawable}
{@link #AppCompatTheme_actionModeSplitBackground android.support.compat:actionModeSplitBackground}
{@link #AppCompatTheme_actionModeStyle android.support.compat:actionModeStyle}
{@link #AppCompatTheme_actionModeWebSearchDrawable android.support.compat:actionModeWebSearchDrawable}
{@link #AppCompatTheme_actionOverflowButtonStyle android.support.compat:actionOverflowButtonStyle}
{@link #AppCompatTheme_actionOverflowMenuStyle android.support.compat:actionOverflowMenuStyle}
{@link #AppCompatTheme_activityChooserViewStyle android.support.compat:activityChooserViewStyle}
{@link #AppCompatTheme_alertDialogButtonGroupStyle android.support.compat:alertDialogButtonGroupStyle}
{@link #AppCompatTheme_alertDialogCenterButtons android.support.compat:alertDialogCenterButtons}
{@link #AppCompatTheme_alertDialogStyle android.support.compat:alertDialogStyle}
{@link #AppCompatTheme_alertDialogTheme android.support.compat:alertDialogTheme}
{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating}
{@link #AppCompatTheme_autoCompleteTextViewStyle android.support.compat:autoCompleteTextViewStyle}
{@link #AppCompatTheme_borderlessButtonStyle android.support.compat:borderlessButtonStyle}
{@link #AppCompatTheme_buttonBarButtonStyle android.support.compat:buttonBarButtonStyle}
{@link #AppCompatTheme_buttonBarNegativeButtonStyle android.support.compat:buttonBarNegativeButtonStyle}
{@link #AppCompatTheme_buttonBarNeutralButtonStyle android.support.compat:buttonBarNeutralButtonStyle}
{@link #AppCompatTheme_buttonBarPositiveButtonStyle android.support.compat:buttonBarPositiveButtonStyle}
{@link #AppCompatTheme_buttonBarStyle android.support.compat:buttonBarStyle}
{@link #AppCompatTheme_buttonStyle android.support.compat:buttonStyle}
{@link #AppCompatTheme_buttonStyleSmall android.support.compat:buttonStyleSmall}
{@link #AppCompatTheme_checkboxStyle android.support.compat:checkboxStyle}
{@link #AppCompatTheme_checkedTextViewStyle android.support.compat:checkedTextViewStyle}
{@link #AppCompatTheme_colorAccent android.support.compat:colorAccent}
{@link #AppCompatTheme_colorBackgroundFloating android.support.compat:colorBackgroundFloating}
{@link #AppCompatTheme_colorButtonNormal android.support.compat:colorButtonNormal}
{@link #AppCompatTheme_colorControlActivated android.support.compat:colorControlActivated}
{@link #AppCompatTheme_colorControlHighlight android.support.compat:colorControlHighlight}
{@link #AppCompatTheme_colorControlNormal android.support.compat:colorControlNormal}
{@link #AppCompatTheme_colorError android.support.compat:colorError}
{@link #AppCompatTheme_colorPrimary android.support.compat:colorPrimary}
{@link #AppCompatTheme_colorPrimaryDark android.support.compat:colorPrimaryDark}
{@link #AppCompatTheme_colorSwitchThumbNormal android.support.compat:colorSwitchThumbNormal}
{@link #AppCompatTheme_controlBackground android.support.compat:controlBackground}
{@link #AppCompatTheme_dialogPreferredPadding android.support.compat:dialogPreferredPadding}
{@link #AppCompatTheme_dialogTheme android.support.compat:dialogTheme}
{@link #AppCompatTheme_dividerHorizontal android.support.compat:dividerHorizontal}
{@link #AppCompatTheme_dividerVertical android.support.compat:dividerVertical}
{@link #AppCompatTheme_dropDownListViewStyle android.support.compat:dropDownListViewStyle}
{@link #AppCompatTheme_dropdownListPreferredItemHeight android.support.compat:dropdownListPreferredItemHeight}
{@link #AppCompatTheme_editTextBackground android.support.compat:editTextBackground}
{@link #AppCompatTheme_editTextColor android.support.compat:editTextColor}
{@link #AppCompatTheme_editTextStyle android.support.compat:editTextStyle}
{@link #AppCompatTheme_homeAsUpIndicator android.support.compat:homeAsUpIndicator}
{@link #AppCompatTheme_imageButtonStyle android.support.compat:imageButtonStyle}
{@link #AppCompatTheme_listChoiceBackgroundIndicator android.support.compat:listChoiceBackgroundIndicator}
{@link #AppCompatTheme_listDividerAlertDialog android.support.compat:listDividerAlertDialog}
{@link #AppCompatTheme_listMenuViewStyle android.support.compat:listMenuViewStyle}
{@link #AppCompatTheme_listPopupWindowStyle android.support.compat:listPopupWindowStyle}
{@link #AppCompatTheme_listPreferredItemHeight android.support.compat:listPreferredItemHeight}
{@link #AppCompatTheme_listPreferredItemHeightLarge android.support.compat:listPreferredItemHeightLarge}
{@link #AppCompatTheme_listPreferredItemHeightSmall android.support.compat:listPreferredItemHeightSmall}
{@link #AppCompatTheme_listPreferredItemPaddingLeft android.support.compat:listPreferredItemPaddingLeft}
{@link #AppCompatTheme_listPreferredItemPaddingRight android.support.compat:listPreferredItemPaddingRight}
{@link #AppCompatTheme_panelBackground android.support.compat:panelBackground}
{@link #AppCompatTheme_panelMenuListTheme android.support.compat:panelMenuListTheme}
{@link #AppCompatTheme_panelMenuListWidth android.support.compat:panelMenuListWidth}
{@link #AppCompatTheme_popupMenuStyle android.support.compat:popupMenuStyle}
{@link #AppCompatTheme_popupWindowStyle android.support.compat:popupWindowStyle}
{@link #AppCompatTheme_radioButtonStyle android.support.compat:radioButtonStyle}
{@link #AppCompatTheme_ratingBarStyle android.support.compat:ratingBarStyle}
{@link #AppCompatTheme_ratingBarStyleIndicator android.support.compat:ratingBarStyleIndicator}
{@link #AppCompatTheme_ratingBarStyleSmall android.support.compat:ratingBarStyleSmall}
{@link #AppCompatTheme_searchViewStyle android.support.compat:searchViewStyle}
{@link #AppCompatTheme_seekBarStyle android.support.compat:seekBarStyle}
{@link #AppCompatTheme_selectableItemBackground android.support.compat:selectableItemBackground}
{@link #AppCompatTheme_selectableItemBackgroundBorderless android.support.compat:selectableItemBackgroundBorderless}
{@link #AppCompatTheme_spinnerDropDownItemStyle android.support.compat:spinnerDropDownItemStyle}
{@link #AppCompatTheme_spinnerStyle android.support.compat:spinnerStyle}
{@link #AppCompatTheme_switchStyle android.support.compat:switchStyle}
{@link #AppCompatTheme_textAppearanceLargePopupMenu android.support.compat:textAppearanceLargePopupMenu}
{@link #AppCompatTheme_textAppearanceListItem android.support.compat:textAppearanceListItem}
{@link #AppCompatTheme_textAppearanceListItemSecondary android.support.compat:textAppearanceListItemSecondary}
{@link #AppCompatTheme_textAppearanceListItemSmall android.support.compat:textAppearanceListItemSmall}
{@link #AppCompatTheme_textAppearancePopupMenuHeader android.support.compat:textAppearancePopupMenuHeader}
{@link #AppCompatTheme_textAppearanceSearchResultSubtitle android.support.compat:textAppearanceSearchResultSubtitle}
{@link #AppCompatTheme_textAppearanceSearchResultTitle android.support.compat:textAppearanceSearchResultTitle}
{@link #AppCompatTheme_textAppearanceSmallPopupMenu android.support.compat:textAppearanceSmallPopupMenu}
{@link #AppCompatTheme_textColorAlertDialogListItem android.support.compat:textColorAlertDialogListItem}
{@link #AppCompatTheme_textColorSearchUrl android.support.compat:textColorSearchUrl}
{@link #AppCompatTheme_toolbarNavigationButtonStyle android.support.compat:toolbarNavigationButtonStyle}
{@link #AppCompatTheme_toolbarStyle android.support.compat:toolbarStyle}
{@link #AppCompatTheme_tooltipForegroundColor android.support.compat:tooltipForegroundColor}
{@link #AppCompatTheme_tooltipFrameBackground android.support.compat:tooltipFrameBackground}
{@link #AppCompatTheme_windowActionBar android.support.compat:windowActionBar}
{@link #AppCompatTheme_windowActionBarOverlay android.support.compat:windowActionBarOverlay}
{@link #AppCompatTheme_windowActionModeOverlay android.support.compat:windowActionModeOverlay}
{@link #AppCompatTheme_windowFixedHeightMajor android.support.compat:windowFixedHeightMajor}
{@link #AppCompatTheme_windowFixedHeightMinor android.support.compat:windowFixedHeightMinor}
{@link #AppCompatTheme_windowFixedWidthMajor android.support.compat:windowFixedWidthMajor}
{@link #AppCompatTheme_windowFixedWidthMinor android.support.compat:windowFixedWidthMinor}
{@link #AppCompatTheme_windowMinWidthMajor android.support.compat:windowMinWidthMajor}
{@link #AppCompatTheme_windowMinWidthMinor android.support.compat:windowMinWidthMinor}
{@link #AppCompatTheme_windowNoTitle android.support.compat:windowNoTitle}
+ @see #AppCompatTheme_actionBarDivider + @see #AppCompatTheme_actionBarItemBackground + @see #AppCompatTheme_actionBarPopupTheme + @see #AppCompatTheme_actionBarSize + @see #AppCompatTheme_actionBarSplitStyle + @see #AppCompatTheme_actionBarStyle + @see #AppCompatTheme_actionBarTabBarStyle + @see #AppCompatTheme_actionBarTabStyle + @see #AppCompatTheme_actionBarTabTextStyle + @see #AppCompatTheme_actionBarTheme + @see #AppCompatTheme_actionBarWidgetTheme + @see #AppCompatTheme_actionButtonStyle + @see #AppCompatTheme_actionDropDownStyle + @see #AppCompatTheme_actionMenuTextAppearance + @see #AppCompatTheme_actionMenuTextColor + @see #AppCompatTheme_actionModeBackground + @see #AppCompatTheme_actionModeCloseButtonStyle + @see #AppCompatTheme_actionModeCloseDrawable + @see #AppCompatTheme_actionModeCopyDrawable + @see #AppCompatTheme_actionModeCutDrawable + @see #AppCompatTheme_actionModeFindDrawable + @see #AppCompatTheme_actionModePasteDrawable + @see #AppCompatTheme_actionModePopupWindowStyle + @see #AppCompatTheme_actionModeSelectAllDrawable + @see #AppCompatTheme_actionModeShareDrawable + @see #AppCompatTheme_actionModeSplitBackground + @see #AppCompatTheme_actionModeStyle + @see #AppCompatTheme_actionModeWebSearchDrawable + @see #AppCompatTheme_actionOverflowButtonStyle + @see #AppCompatTheme_actionOverflowMenuStyle + @see #AppCompatTheme_activityChooserViewStyle + @see #AppCompatTheme_alertDialogButtonGroupStyle + @see #AppCompatTheme_alertDialogCenterButtons + @see #AppCompatTheme_alertDialogStyle + @see #AppCompatTheme_alertDialogTheme + @see #AppCompatTheme_android_windowAnimationStyle + @see #AppCompatTheme_android_windowIsFloating + @see #AppCompatTheme_autoCompleteTextViewStyle + @see #AppCompatTheme_borderlessButtonStyle + @see #AppCompatTheme_buttonBarButtonStyle + @see #AppCompatTheme_buttonBarNegativeButtonStyle + @see #AppCompatTheme_buttonBarNeutralButtonStyle + @see #AppCompatTheme_buttonBarPositiveButtonStyle + @see #AppCompatTheme_buttonBarStyle + @see #AppCompatTheme_buttonStyle + @see #AppCompatTheme_buttonStyleSmall + @see #AppCompatTheme_checkboxStyle + @see #AppCompatTheme_checkedTextViewStyle + @see #AppCompatTheme_colorAccent + @see #AppCompatTheme_colorBackgroundFloating + @see #AppCompatTheme_colorButtonNormal + @see #AppCompatTheme_colorControlActivated + @see #AppCompatTheme_colorControlHighlight + @see #AppCompatTheme_colorControlNormal + @see #AppCompatTheme_colorError + @see #AppCompatTheme_colorPrimary + @see #AppCompatTheme_colorPrimaryDark + @see #AppCompatTheme_colorSwitchThumbNormal + @see #AppCompatTheme_controlBackground + @see #AppCompatTheme_dialogPreferredPadding + @see #AppCompatTheme_dialogTheme + @see #AppCompatTheme_dividerHorizontal + @see #AppCompatTheme_dividerVertical + @see #AppCompatTheme_dropDownListViewStyle + @see #AppCompatTheme_dropdownListPreferredItemHeight + @see #AppCompatTheme_editTextBackground + @see #AppCompatTheme_editTextColor + @see #AppCompatTheme_editTextStyle + @see #AppCompatTheme_homeAsUpIndicator + @see #AppCompatTheme_imageButtonStyle + @see #AppCompatTheme_listChoiceBackgroundIndicator + @see #AppCompatTheme_listDividerAlertDialog + @see #AppCompatTheme_listMenuViewStyle + @see #AppCompatTheme_listPopupWindowStyle + @see #AppCompatTheme_listPreferredItemHeight + @see #AppCompatTheme_listPreferredItemHeightLarge + @see #AppCompatTheme_listPreferredItemHeightSmall + @see #AppCompatTheme_listPreferredItemPaddingLeft + @see #AppCompatTheme_listPreferredItemPaddingRight + @see #AppCompatTheme_panelBackground + @see #AppCompatTheme_panelMenuListTheme + @see #AppCompatTheme_panelMenuListWidth + @see #AppCompatTheme_popupMenuStyle + @see #AppCompatTheme_popupWindowStyle + @see #AppCompatTheme_radioButtonStyle + @see #AppCompatTheme_ratingBarStyle + @see #AppCompatTheme_ratingBarStyleIndicator + @see #AppCompatTheme_ratingBarStyleSmall + @see #AppCompatTheme_searchViewStyle + @see #AppCompatTheme_seekBarStyle + @see #AppCompatTheme_selectableItemBackground + @see #AppCompatTheme_selectableItemBackgroundBorderless + @see #AppCompatTheme_spinnerDropDownItemStyle + @see #AppCompatTheme_spinnerStyle + @see #AppCompatTheme_switchStyle + @see #AppCompatTheme_textAppearanceLargePopupMenu + @see #AppCompatTheme_textAppearanceListItem + @see #AppCompatTheme_textAppearanceListItemSecondary + @see #AppCompatTheme_textAppearanceListItemSmall + @see #AppCompatTheme_textAppearancePopupMenuHeader + @see #AppCompatTheme_textAppearanceSearchResultSubtitle + @see #AppCompatTheme_textAppearanceSearchResultTitle + @see #AppCompatTheme_textAppearanceSmallPopupMenu + @see #AppCompatTheme_textColorAlertDialogListItem + @see #AppCompatTheme_textColorSearchUrl + @see #AppCompatTheme_toolbarNavigationButtonStyle + @see #AppCompatTheme_toolbarStyle + @see #AppCompatTheme_tooltipForegroundColor + @see #AppCompatTheme_tooltipFrameBackground + @see #AppCompatTheme_windowActionBar + @see #AppCompatTheme_windowActionBarOverlay + @see #AppCompatTheme_windowActionModeOverlay + @see #AppCompatTheme_windowFixedHeightMajor + @see #AppCompatTheme_windowFixedHeightMinor + @see #AppCompatTheme_windowFixedWidthMajor + @see #AppCompatTheme_windowFixedWidthMinor + @see #AppCompatTheme_windowMinWidthMajor + @see #AppCompatTheme_windowMinWidthMinor + @see #AppCompatTheme_windowNoTitle + */ + public static final int[] AppCompatTheme = { + 0x01010057, 0x010100ae, 0x7f010056, 0x7f010057, + 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, + 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, + 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, + 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, + 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, + 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, + 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, + 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, + 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, + 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, + 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, + 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, + 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, + 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, + 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, + 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, + 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, + 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, + 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, + 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, + 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, + 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, + 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, + 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, + 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, + 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, + 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, + 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, + 0x7f0100c8, 0x7f0100c9, 0x7f0100ca + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionBarDivider} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionBarDivider + */ + public static int AppCompatTheme_actionBarDivider = 23; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionBarItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionBarItemBackground + */ + public static int AppCompatTheme_actionBarItemBackground = 24; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionBarPopupTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionBarPopupTheme + */ + public static int AppCompatTheme_actionBarPopupTheme = 17; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionBarSize} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ @attr name android.support.compat:actionBarSize + */ + public static int AppCompatTheme_actionBarSize = 22; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionBarSplitStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionBarSplitStyle + */ + public static int AppCompatTheme_actionBarSplitStyle = 19; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionBarStyle + */ + public static int AppCompatTheme_actionBarStyle = 18; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionBarTabBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionBarTabBarStyle + */ + public static int AppCompatTheme_actionBarTabBarStyle = 13; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionBarTabStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionBarTabStyle + */ + public static int AppCompatTheme_actionBarTabStyle = 12; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionBarTabTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionBarTabTextStyle + */ + public static int AppCompatTheme_actionBarTabTextStyle = 14; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionBarTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionBarTheme + */ + public static int AppCompatTheme_actionBarTheme = 20; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionBarWidgetTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionBarWidgetTheme + */ + public static int AppCompatTheme_actionBarWidgetTheme = 21; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionButtonStyle + */ + public static int AppCompatTheme_actionButtonStyle = 50; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionDropDownStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionDropDownStyle + */ + public static int AppCompatTheme_actionDropDownStyle = 46; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionMenuTextAppearance} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionMenuTextAppearance + */ + public static int AppCompatTheme_actionMenuTextAppearance = 25; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionMenuTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.compat:actionMenuTextColor + */ + public static int AppCompatTheme_actionMenuTextColor = 26; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionModeBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionModeBackground + */ + public static int AppCompatTheme_actionModeBackground = 29; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionModeCloseButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionModeCloseButtonStyle + */ + public static int AppCompatTheme_actionModeCloseButtonStyle = 28; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionModeCloseDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionModeCloseDrawable + */ + public static int AppCompatTheme_actionModeCloseDrawable = 31; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionModeCopyDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionModeCopyDrawable + */ + public static int AppCompatTheme_actionModeCopyDrawable = 33; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionModeCutDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionModeCutDrawable + */ + public static int AppCompatTheme_actionModeCutDrawable = 32; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionModeFindDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionModeFindDrawable + */ + public static int AppCompatTheme_actionModeFindDrawable = 37; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionModePasteDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionModePasteDrawable + */ + public static int AppCompatTheme_actionModePasteDrawable = 34; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionModePopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionModePopupWindowStyle + */ + public static int AppCompatTheme_actionModePopupWindowStyle = 39; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionModeSelectAllDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionModeSelectAllDrawable + */ + public static int AppCompatTheme_actionModeSelectAllDrawable = 35; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionModeShareDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionModeShareDrawable + */ + public static int AppCompatTheme_actionModeShareDrawable = 36; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionModeSplitBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionModeSplitBackground + */ + public static int AppCompatTheme_actionModeSplitBackground = 30; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionModeStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionModeStyle + */ + public static int AppCompatTheme_actionModeStyle = 27; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionModeWebSearchDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionModeWebSearchDrawable + */ + public static int AppCompatTheme_actionModeWebSearchDrawable = 38; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionOverflowButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionOverflowButtonStyle + */ + public static int AppCompatTheme_actionOverflowButtonStyle = 15; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionOverflowMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionOverflowMenuStyle + */ + public static int AppCompatTheme_actionOverflowMenuStyle = 16; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#activityChooserViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:activityChooserViewStyle + */ + public static int AppCompatTheme_activityChooserViewStyle = 58; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#alertDialogButtonGroupStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:alertDialogButtonGroupStyle + */ + public static int AppCompatTheme_alertDialogButtonGroupStyle = 95; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#alertDialogCenterButtons} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:alertDialogCenterButtons + */ + public static int AppCompatTheme_alertDialogCenterButtons = 96; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#alertDialogStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:alertDialogStyle + */ + public static int AppCompatTheme_alertDialogStyle = 94; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#alertDialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:alertDialogTheme + */ + public static int AppCompatTheme_alertDialogTheme = 97; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowAnimationStyle + */ + public static int AppCompatTheme_android_windowAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#windowIsFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowIsFloating + */ + public static int AppCompatTheme_android_windowIsFloating = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#autoCompleteTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:autoCompleteTextViewStyle + */ + public static int AppCompatTheme_autoCompleteTextViewStyle = 102; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#borderlessButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:borderlessButtonStyle + */ + public static int AppCompatTheme_borderlessButtonStyle = 55; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#buttonBarButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:buttonBarButtonStyle + */ + public static int AppCompatTheme_buttonBarButtonStyle = 52; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#buttonBarNegativeButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:buttonBarNegativeButtonStyle + */ + public static int AppCompatTheme_buttonBarNegativeButtonStyle = 100; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#buttonBarNeutralButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:buttonBarNeutralButtonStyle + */ + public static int AppCompatTheme_buttonBarNeutralButtonStyle = 101; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#buttonBarPositiveButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:buttonBarPositiveButtonStyle + */ + public static int AppCompatTheme_buttonBarPositiveButtonStyle = 99; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#buttonBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:buttonBarStyle + */ + public static int AppCompatTheme_buttonBarStyle = 51; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#buttonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:buttonStyle + */ + public static int AppCompatTheme_buttonStyle = 103; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#buttonStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:buttonStyleSmall + */ + public static int AppCompatTheme_buttonStyleSmall = 104; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#checkboxStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:checkboxStyle + */ + public static int AppCompatTheme_checkboxStyle = 105; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#checkedTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:checkedTextViewStyle + */ + public static int AppCompatTheme_checkedTextViewStyle = 106; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#colorAccent} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:colorAccent + */ + public static int AppCompatTheme_colorAccent = 86; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#colorBackgroundFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:colorBackgroundFloating + */ + public static int AppCompatTheme_colorBackgroundFloating = 93; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#colorButtonNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:colorButtonNormal + */ + public static int AppCompatTheme_colorButtonNormal = 90; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#colorControlActivated} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:colorControlActivated + */ + public static int AppCompatTheme_colorControlActivated = 88; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#colorControlHighlight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:colorControlHighlight + */ + public static int AppCompatTheme_colorControlHighlight = 89; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#colorControlNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:colorControlNormal + */ + public static int AppCompatTheme_colorControlNormal = 87; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#colorError} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.compat:colorError + */ + public static int AppCompatTheme_colorError = 118; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#colorPrimary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:colorPrimary + */ + public static int AppCompatTheme_colorPrimary = 84; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#colorPrimaryDark} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:colorPrimaryDark + */ + public static int AppCompatTheme_colorPrimaryDark = 85; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#colorSwitchThumbNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:colorSwitchThumbNormal + */ + public static int AppCompatTheme_colorSwitchThumbNormal = 91; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#controlBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:controlBackground + */ + public static int AppCompatTheme_controlBackground = 92; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#dialogPreferredPadding} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:dialogPreferredPadding + */ + public static int AppCompatTheme_dialogPreferredPadding = 44; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#dialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:dialogTheme + */ + public static int AppCompatTheme_dialogTheme = 43; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#dividerHorizontal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:dividerHorizontal + */ + public static int AppCompatTheme_dividerHorizontal = 57; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#dividerVertical} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:dividerVertical + */ + public static int AppCompatTheme_dividerVertical = 56; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#dropDownListViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:dropDownListViewStyle + */ + public static int AppCompatTheme_dropDownListViewStyle = 75; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#dropdownListPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:dropdownListPreferredItemHeight + */ + public static int AppCompatTheme_dropdownListPreferredItemHeight = 47; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#editTextBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:editTextBackground + */ + public static int AppCompatTheme_editTextBackground = 64; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#editTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.compat:editTextColor + */ + public static int AppCompatTheme_editTextColor = 63; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#editTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:editTextStyle + */ + public static int AppCompatTheme_editTextStyle = 107; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:homeAsUpIndicator + */ + public static int AppCompatTheme_homeAsUpIndicator = 49; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#imageButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:imageButtonStyle + */ + public static int AppCompatTheme_imageButtonStyle = 65; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#listChoiceBackgroundIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:listChoiceBackgroundIndicator + */ + public static int AppCompatTheme_listChoiceBackgroundIndicator = 83; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#listDividerAlertDialog} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:listDividerAlertDialog + */ + public static int AppCompatTheme_listDividerAlertDialog = 45; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#listMenuViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:listMenuViewStyle + */ + public static int AppCompatTheme_listMenuViewStyle = 115; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#listPopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:listPopupWindowStyle + */ + public static int AppCompatTheme_listPopupWindowStyle = 76; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#listPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:listPreferredItemHeight + */ + public static int AppCompatTheme_listPreferredItemHeight = 70; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#listPreferredItemHeightLarge} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:listPreferredItemHeightLarge + */ + public static int AppCompatTheme_listPreferredItemHeightLarge = 72; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#listPreferredItemHeightSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:listPreferredItemHeightSmall + */ + public static int AppCompatTheme_listPreferredItemHeightSmall = 71; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#listPreferredItemPaddingLeft} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:listPreferredItemPaddingLeft + */ + public static int AppCompatTheme_listPreferredItemPaddingLeft = 73; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#listPreferredItemPaddingRight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:listPreferredItemPaddingRight + */ + public static int AppCompatTheme_listPreferredItemPaddingRight = 74; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#panelBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:panelBackground + */ + public static int AppCompatTheme_panelBackground = 80; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#panelMenuListTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:panelMenuListTheme + */ + public static int AppCompatTheme_panelMenuListTheme = 82; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#panelMenuListWidth} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:panelMenuListWidth + */ + public static int AppCompatTheme_panelMenuListWidth = 81; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#popupMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:popupMenuStyle + */ + public static int AppCompatTheme_popupMenuStyle = 61; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#popupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:popupWindowStyle + */ + public static int AppCompatTheme_popupWindowStyle = 62; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#radioButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:radioButtonStyle + */ + public static int AppCompatTheme_radioButtonStyle = 108; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#ratingBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:ratingBarStyle + */ + public static int AppCompatTheme_ratingBarStyle = 109; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#ratingBarStyleIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:ratingBarStyleIndicator + */ + public static int AppCompatTheme_ratingBarStyleIndicator = 110; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#ratingBarStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:ratingBarStyleSmall + */ + public static int AppCompatTheme_ratingBarStyleSmall = 111; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#searchViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:searchViewStyle + */ + public static int AppCompatTheme_searchViewStyle = 69; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#seekBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:seekBarStyle + */ + public static int AppCompatTheme_seekBarStyle = 112; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#selectableItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:selectableItemBackground + */ + public static int AppCompatTheme_selectableItemBackground = 53; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#selectableItemBackgroundBorderless} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:selectableItemBackgroundBorderless + */ + public static int AppCompatTheme_selectableItemBackgroundBorderless = 54; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#spinnerDropDownItemStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:spinnerDropDownItemStyle + */ + public static int AppCompatTheme_spinnerDropDownItemStyle = 48; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#spinnerStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:spinnerStyle + */ + public static int AppCompatTheme_spinnerStyle = 113; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#switchStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:switchStyle + */ + public static int AppCompatTheme_switchStyle = 114; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#textAppearanceLargePopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:textAppearanceLargePopupMenu + */ + public static int AppCompatTheme_textAppearanceLargePopupMenu = 40; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#textAppearanceListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:textAppearanceListItem + */ + public static int AppCompatTheme_textAppearanceListItem = 77; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#textAppearanceListItemSecondary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:textAppearanceListItemSecondary + */ + public static int AppCompatTheme_textAppearanceListItemSecondary = 78; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#textAppearanceListItemSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:textAppearanceListItemSmall + */ + public static int AppCompatTheme_textAppearanceListItemSmall = 79; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#textAppearancePopupMenuHeader} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:textAppearancePopupMenuHeader + */ + public static int AppCompatTheme_textAppearancePopupMenuHeader = 42; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#textAppearanceSearchResultSubtitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:textAppearanceSearchResultSubtitle + */ + public static int AppCompatTheme_textAppearanceSearchResultSubtitle = 67; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#textAppearanceSearchResultTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:textAppearanceSearchResultTitle + */ + public static int AppCompatTheme_textAppearanceSearchResultTitle = 66; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#textAppearanceSmallPopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:textAppearanceSmallPopupMenu + */ + public static int AppCompatTheme_textAppearanceSmallPopupMenu = 41; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#textColorAlertDialogListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.compat:textColorAlertDialogListItem + */ + public static int AppCompatTheme_textColorAlertDialogListItem = 98; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#textColorSearchUrl} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.compat:textColorSearchUrl + */ + public static int AppCompatTheme_textColorSearchUrl = 68; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#toolbarNavigationButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:toolbarNavigationButtonStyle + */ + public static int AppCompatTheme_toolbarNavigationButtonStyle = 60; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#toolbarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:toolbarStyle + */ + public static int AppCompatTheme_toolbarStyle = 59; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tooltipForegroundColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.compat:tooltipForegroundColor + */ + public static int AppCompatTheme_tooltipForegroundColor = 117; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tooltipFrameBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:tooltipFrameBackground + */ + public static int AppCompatTheme_tooltipFrameBackground = 116; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#windowActionBar} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:windowActionBar + */ + public static int AppCompatTheme_windowActionBar = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#windowActionBarOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:windowActionBarOverlay + */ + public static int AppCompatTheme_windowActionBarOverlay = 4; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#windowActionModeOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:windowActionModeOverlay + */ + public static int AppCompatTheme_windowActionModeOverlay = 5; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#windowFixedHeightMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:windowFixedHeightMajor + */ + public static int AppCompatTheme_windowFixedHeightMajor = 9; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#windowFixedHeightMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:windowFixedHeightMinor + */ + public static int AppCompatTheme_windowFixedHeightMinor = 7; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#windowFixedWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:windowFixedWidthMajor + */ + public static int AppCompatTheme_windowFixedWidthMajor = 6; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#windowFixedWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:windowFixedWidthMinor + */ + public static int AppCompatTheme_windowFixedWidthMinor = 8; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#windowMinWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:windowMinWidthMajor + */ + public static int AppCompatTheme_windowMinWidthMajor = 10; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#windowMinWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:windowMinWidthMinor + */ + public static int AppCompatTheme_windowMinWidthMinor = 11; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#windowNoTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:windowNoTitle + */ + public static int AppCompatTheme_windowNoTitle = 3; + /** Attributes that can be used with a BottomNavigationView. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #BottomNavigationView_elevation android.support.compat:elevation}
{@link #BottomNavigationView_itemBackground android.support.compat:itemBackground}
{@link #BottomNavigationView_itemIconTint android.support.compat:itemIconTint}
{@link #BottomNavigationView_itemTextColor android.support.compat:itemTextColor}
{@link #BottomNavigationView_menu android.support.compat:menu}
+ @see #BottomNavigationView_elevation + @see #BottomNavigationView_itemBackground + @see #BottomNavigationView_itemIconTint + @see #BottomNavigationView_itemTextColor + @see #BottomNavigationView_menu + */ + public static final int[] BottomNavigationView = { + 0x7f01003e, 0x7f010143, 0x7f010144, 0x7f010145, + 0x7f010146 + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#elevation} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:elevation + */ + public static int BottomNavigationView_elevation = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#itemBackground} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:itemBackground + */ + public static int BottomNavigationView_itemBackground = 4; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#itemIconTint} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:itemIconTint + */ + public static int BottomNavigationView_itemIconTint = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#itemTextColor} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:itemTextColor + */ + public static int BottomNavigationView_itemTextColor = 3; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#menu} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:menu + */ + public static int BottomNavigationView_menu = 1; + /** Attributes that can be used with a BottomSheetBehavior_Layout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #BottomSheetBehavior_Layout_behavior_hideable android.support.compat:behavior_hideable}
{@link #BottomSheetBehavior_Layout_behavior_peekHeight android.support.compat:behavior_peekHeight}
{@link #BottomSheetBehavior_Layout_behavior_skipCollapsed android.support.compat:behavior_skipCollapsed}
+ @see #BottomSheetBehavior_Layout_behavior_hideable + @see #BottomSheetBehavior_Layout_behavior_peekHeight + @see #BottomSheetBehavior_Layout_behavior_skipCollapsed + */ + public static final int[] BottomSheetBehavior_Layout = { + 0x7f01011d, 0x7f01011e, 0x7f01011f + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#behavior_hideable} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:behavior_hideable + */ + public static int BottomSheetBehavior_Layout_behavior_hideable = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#behavior_peekHeight} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ @attr name android.support.compat:behavior_peekHeight + */ + public static int BottomSheetBehavior_Layout_behavior_peekHeight = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#behavior_skipCollapsed} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:behavior_skipCollapsed + */ + public static int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2; + /** Attributes that can be used with a ButtonBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ButtonBarLayout_allowStacking android.support.compat:allowStacking}
+ @see #ButtonBarLayout_allowStacking + */ + public static final int[] ButtonBarLayout = { + 0x7f0100cb + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#allowStacking} + attribute's value can be found in the {@link #ButtonBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:allowStacking + */ + public static int ButtonBarLayout_allowStacking = 0; + /** Attributes that can be used with a CardView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CardView_android_minHeight android:minHeight}
{@link #CardView_android_minWidth android:minWidth}
{@link #CardView_cardBackgroundColor android.support.compat:cardBackgroundColor}
{@link #CardView_cardCornerRadius android.support.compat:cardCornerRadius}
{@link #CardView_cardElevation android.support.compat:cardElevation}
{@link #CardView_cardMaxElevation android.support.compat:cardMaxElevation}
{@link #CardView_cardPreventCornerOverlap android.support.compat:cardPreventCornerOverlap}
{@link #CardView_cardUseCompatPadding android.support.compat:cardUseCompatPadding}
{@link #CardView_contentPadding android.support.compat:contentPadding}
{@link #CardView_contentPaddingBottom android.support.compat:contentPaddingBottom}
{@link #CardView_contentPaddingLeft android.support.compat:contentPaddingLeft}
{@link #CardView_contentPaddingRight android.support.compat:contentPaddingRight}
{@link #CardView_contentPaddingTop android.support.compat:contentPaddingTop}
+ @see #CardView_android_minHeight + @see #CardView_android_minWidth + @see #CardView_cardBackgroundColor + @see #CardView_cardCornerRadius + @see #CardView_cardElevation + @see #CardView_cardMaxElevation + @see #CardView_cardPreventCornerOverlap + @see #CardView_cardUseCompatPadding + @see #CardView_contentPadding + @see #CardView_contentPaddingBottom + @see #CardView_contentPaddingLeft + @see #CardView_contentPaddingRight + @see #CardView_contentPaddingTop + */ + public static final int[] CardView = { + 0x0101013f, 0x01010140, 0x7f010017, 0x7f010018, + 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01001c, + 0x7f01001d, 0x7f01001e, 0x7f01001f, 0x7f010020, + 0x7f010021 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minHeight + */ + public static int CardView_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minWidth + */ + public static int CardView_android_minWidth = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#cardBackgroundColor} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:cardBackgroundColor + */ + public static int CardView_cardBackgroundColor = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#cardCornerRadius} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:cardCornerRadius + */ + public static int CardView_cardCornerRadius = 3; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#cardElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:cardElevation + */ + public static int CardView_cardElevation = 4; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#cardMaxElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:cardMaxElevation + */ + public static int CardView_cardMaxElevation = 5; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#cardPreventCornerOverlap} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:cardPreventCornerOverlap + */ + public static int CardView_cardPreventCornerOverlap = 7; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#cardUseCompatPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:cardUseCompatPadding + */ + public static int CardView_cardUseCompatPadding = 6; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#contentPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:contentPadding + */ + public static int CardView_contentPadding = 8; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#contentPaddingBottom} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:contentPaddingBottom + */ + public static int CardView_contentPaddingBottom = 12; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#contentPaddingLeft} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:contentPaddingLeft + */ + public static int CardView_contentPaddingLeft = 9; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#contentPaddingRight} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:contentPaddingRight + */ + public static int CardView_contentPaddingRight = 10; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#contentPaddingTop} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:contentPaddingTop + */ + public static int CardView_contentPaddingTop = 11; + /** Attributes that can be used with a CollapsingToolbarLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_collapsedTitleGravity android.support.compat:collapsedTitleGravity}
{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance android.support.compat:collapsedTitleTextAppearance}
{@link #CollapsingToolbarLayout_contentScrim android.support.compat:contentScrim}
{@link #CollapsingToolbarLayout_expandedTitleGravity android.support.compat:expandedTitleGravity}
{@link #CollapsingToolbarLayout_expandedTitleMargin android.support.compat:expandedTitleMargin}
{@link #CollapsingToolbarLayout_expandedTitleMarginBottom android.support.compat:expandedTitleMarginBottom}
{@link #CollapsingToolbarLayout_expandedTitleMarginEnd android.support.compat:expandedTitleMarginEnd}
{@link #CollapsingToolbarLayout_expandedTitleMarginStart android.support.compat:expandedTitleMarginStart}
{@link #CollapsingToolbarLayout_expandedTitleMarginTop android.support.compat:expandedTitleMarginTop}
{@link #CollapsingToolbarLayout_expandedTitleTextAppearance android.support.compat:expandedTitleTextAppearance}
{@link #CollapsingToolbarLayout_scrimAnimationDuration android.support.compat:scrimAnimationDuration}
{@link #CollapsingToolbarLayout_scrimVisibleHeightTrigger android.support.compat:scrimVisibleHeightTrigger}
{@link #CollapsingToolbarLayout_statusBarScrim android.support.compat:statusBarScrim}
{@link #CollapsingToolbarLayout_title android.support.compat:title}
{@link #CollapsingToolbarLayout_titleEnabled android.support.compat:titleEnabled}
{@link #CollapsingToolbarLayout_toolbarId android.support.compat:toolbarId}
+ @see #CollapsingToolbarLayout_collapsedTitleGravity + @see #CollapsingToolbarLayout_collapsedTitleTextAppearance + @see #CollapsingToolbarLayout_contentScrim + @see #CollapsingToolbarLayout_expandedTitleGravity + @see #CollapsingToolbarLayout_expandedTitleMargin + @see #CollapsingToolbarLayout_expandedTitleMarginBottom + @see #CollapsingToolbarLayout_expandedTitleMarginEnd + @see #CollapsingToolbarLayout_expandedTitleMarginStart + @see #CollapsingToolbarLayout_expandedTitleMarginTop + @see #CollapsingToolbarLayout_expandedTitleTextAppearance + @see #CollapsingToolbarLayout_scrimAnimationDuration + @see #CollapsingToolbarLayout_scrimVisibleHeightTrigger + @see #CollapsingToolbarLayout_statusBarScrim + @see #CollapsingToolbarLayout_title + @see #CollapsingToolbarLayout_titleEnabled + @see #CollapsingToolbarLayout_toolbarId + */ + public static final int[] CollapsingToolbarLayout = { + 0x7f010025, 0x7f010120, 0x7f010121, 0x7f010122, + 0x7f010123, 0x7f010124, 0x7f010125, 0x7f010126, + 0x7f010127, 0x7f010128, 0x7f010129, 0x7f01012a, + 0x7f01012b, 0x7f01012c, 0x7f01012d, 0x7f01012e + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#collapsedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name android.support.compat:collapsedTitleGravity + */ + public static int CollapsingToolbarLayout_collapsedTitleGravity = 13; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#collapsedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:collapsedTitleTextAppearance + */ + public static int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#contentScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:contentScrim + */ + public static int CollapsingToolbarLayout_contentScrim = 8; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#expandedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name android.support.compat:expandedTitleGravity + */ + public static int CollapsingToolbarLayout_expandedTitleGravity = 14; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#expandedTitleMargin} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:expandedTitleMargin + */ + public static int CollapsingToolbarLayout_expandedTitleMargin = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#expandedTitleMarginBottom} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:expandedTitleMarginBottom + */ + public static int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#expandedTitleMarginEnd} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:expandedTitleMarginEnd + */ + public static int CollapsingToolbarLayout_expandedTitleMarginEnd = 4; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#expandedTitleMarginStart} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:expandedTitleMarginStart + */ + public static int CollapsingToolbarLayout_expandedTitleMarginStart = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#expandedTitleMarginTop} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:expandedTitleMarginTop + */ + public static int CollapsingToolbarLayout_expandedTitleMarginTop = 3; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#expandedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:expandedTitleTextAppearance + */ + public static int CollapsingToolbarLayout_expandedTitleTextAppearance = 6; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#scrimAnimationDuration} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:scrimAnimationDuration + */ + public static int CollapsingToolbarLayout_scrimAnimationDuration = 12; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#scrimVisibleHeightTrigger} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:scrimVisibleHeightTrigger + */ + public static int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#statusBarScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:statusBarScrim + */ + public static int CollapsingToolbarLayout_statusBarScrim = 9; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#title} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:title + */ + public static int CollapsingToolbarLayout_title = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#titleEnabled} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:titleEnabled + */ + public static int CollapsingToolbarLayout_titleEnabled = 15; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#toolbarId} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:toolbarId + */ + public static int CollapsingToolbarLayout_toolbarId = 10; + /** Attributes that can be used with a CollapsingToolbarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_Layout_layout_collapseMode android.support.compat:layout_collapseMode}
{@link #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier android.support.compat:layout_collapseParallaxMultiplier}
+ @see #CollapsingToolbarLayout_Layout_layout_collapseMode + @see #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier + */ + public static final int[] CollapsingToolbarLayout_Layout = { + 0x7f01012f, 0x7f010130 + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#layout_collapseMode} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ @attr name android.support.compat:layout_collapseMode + */ + public static int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#layout_collapseParallaxMultiplier} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:layout_collapseParallaxMultiplier + */ + public static int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1; + /** Attributes that can be used with a ColorStateListItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ColorStateListItem_alpha android.support.compat:alpha}
{@link #ColorStateListItem_android_alpha android:alpha}
{@link #ColorStateListItem_android_color android:color}
+ @see #ColorStateListItem_alpha + @see #ColorStateListItem_android_alpha + @see #ColorStateListItem_android_color + */ + public static final int[] ColorStateListItem = { + 0x010101a5, 0x0101031f, 0x7f0100cc + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:alpha + */ + public static int ColorStateListItem_alpha = 2; + /** +

This symbol is the offset where the {@link android.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:alpha + */ + public static int ColorStateListItem_android_alpha = 1; + /** +

This symbol is the offset where the {@link android.R.attr#color} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:color + */ + public static int ColorStateListItem_android_color = 0; + /** Attributes that can be used with a CompoundButton. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint android.support.compat:buttonTint}
{@link #CompoundButton_buttonTintMode android.support.compat:buttonTintMode}
+ @see #CompoundButton_android_button + @see #CompoundButton_buttonTint + @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton = { + 0x01010107, 0x7f0100cd, 0x7f0100ce + }; + /** +

This symbol is the offset where the {@link android.R.attr#button} + attribute's value can be found in the {@link #CompoundButton} array. + @attr name android:button + */ + public static int CompoundButton_android_button = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#buttonTint} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:buttonTint + */ + public static int CompoundButton_buttonTint = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#buttonTintMode} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.compat:buttonTintMode + */ + public static int CompoundButton_buttonTintMode = 2; + /** Attributes that can be used with a CoordinatorLayout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CoordinatorLayout_keylines android.support.compat:keylines}
{@link #CoordinatorLayout_statusBarBackground android.support.compat:statusBarBackground}
+ @see #CoordinatorLayout_keylines + @see #CoordinatorLayout_statusBarBackground + */ + public static final int[] CoordinatorLayout = { + 0x7f010131, 0x7f010132 + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#keylines} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:keylines + */ + public static int CoordinatorLayout_keylines = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#statusBarBackground} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:statusBarBackground + */ + public static int CoordinatorLayout_statusBarBackground = 1; + /** Attributes that can be used with a CoordinatorLayout_Layout. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity}
{@link #CoordinatorLayout_Layout_layout_anchor android.support.compat:layout_anchor}
{@link #CoordinatorLayout_Layout_layout_anchorGravity android.support.compat:layout_anchorGravity}
{@link #CoordinatorLayout_Layout_layout_behavior android.support.compat:layout_behavior}
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges android.support.compat:layout_dodgeInsetEdges}
{@link #CoordinatorLayout_Layout_layout_insetEdge android.support.compat:layout_insetEdge}
{@link #CoordinatorLayout_Layout_layout_keyline android.support.compat:layout_keyline}
+ @see #CoordinatorLayout_Layout_android_layout_gravity + @see #CoordinatorLayout_Layout_layout_anchor + @see #CoordinatorLayout_Layout_layout_anchorGravity + @see #CoordinatorLayout_Layout_layout_behavior + @see #CoordinatorLayout_Layout_layout_dodgeInsetEdges + @see #CoordinatorLayout_Layout_layout_insetEdge + @see #CoordinatorLayout_Layout_layout_keyline + */ + public static final int[] CoordinatorLayout_Layout = { + 0x010100b3, 0x7f010133, 0x7f010134, 0x7f010135, + 0x7f010136, 0x7f010137, 0x7f010138 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + @attr name android:layout_gravity + */ + public static int CoordinatorLayout_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#layout_anchor} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:layout_anchor + */ + public static int CoordinatorLayout_Layout_layout_anchor = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#layout_anchorGravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ @attr name android.support.compat:layout_anchorGravity + */ + public static int CoordinatorLayout_Layout_layout_anchorGravity = 4; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#layout_behavior} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:layout_behavior + */ + public static int CoordinatorLayout_Layout_layout_behavior = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#layout_dodgeInsetEdges} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ @attr name android.support.compat:layout_dodgeInsetEdges + */ + public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#layout_insetEdge} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ @attr name android.support.compat:layout_insetEdge + */ + public static int CoordinatorLayout_Layout_layout_insetEdge = 5; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#layout_keyline} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:layout_keyline + */ + public static int CoordinatorLayout_Layout_layout_keyline = 3; + /** Attributes that can be used with a DesignTheme. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #DesignTheme_bottomSheetDialogTheme android.support.compat:bottomSheetDialogTheme}
{@link #DesignTheme_bottomSheetStyle android.support.compat:bottomSheetStyle}
{@link #DesignTheme_textColorError android.support.compat:textColorError}
+ @see #DesignTheme_bottomSheetDialogTheme + @see #DesignTheme_bottomSheetStyle + @see #DesignTheme_textColorError + */ + public static final int[] DesignTheme = { + 0x7f010139, 0x7f01013a, 0x7f01013b + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#bottomSheetDialogTheme} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:bottomSheetDialogTheme + */ + public static int DesignTheme_bottomSheetDialogTheme = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#bottomSheetStyle} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:bottomSheetStyle + */ + public static int DesignTheme_bottomSheetStyle = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#textColorError} + attribute's value can be found in the {@link #DesignTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.compat:textColorError + */ + public static int DesignTheme_textColorError = 2; + /** Attributes that can be used with a DrawerArrowToggle. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength android.support.compat:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength android.support.compat:arrowShaftLength}
{@link #DrawerArrowToggle_barLength android.support.compat:barLength}
{@link #DrawerArrowToggle_color android.support.compat:color}
{@link #DrawerArrowToggle_drawableSize android.support.compat:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars android.support.compat:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars android.support.compat:spinBars}
{@link #DrawerArrowToggle_thickness android.support.compat:thickness}
+ @see #DrawerArrowToggle_arrowHeadLength + @see #DrawerArrowToggle_arrowShaftLength + @see #DrawerArrowToggle_barLength + @see #DrawerArrowToggle_color + @see #DrawerArrowToggle_drawableSize + @see #DrawerArrowToggle_gapBetweenBars + @see #DrawerArrowToggle_spinBars + @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle = { + 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2, + 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6 + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#arrowHeadLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:arrowHeadLength + */ + public static int DrawerArrowToggle_arrowHeadLength = 4; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#arrowShaftLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:arrowShaftLength + */ + public static int DrawerArrowToggle_arrowShaftLength = 5; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#barLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:barLength + */ + public static int DrawerArrowToggle_barLength = 6; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#color} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:color + */ + public static int DrawerArrowToggle_color = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#drawableSize} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:drawableSize + */ + public static int DrawerArrowToggle_drawableSize = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#gapBetweenBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:gapBetweenBars + */ + public static int DrawerArrowToggle_gapBetweenBars = 3; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#spinBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:spinBars + */ + public static int DrawerArrowToggle_spinBars = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#thickness} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:thickness + */ + public static int DrawerArrowToggle_thickness = 7; + /** Attributes that can be used with a FloatingActionButton. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #FloatingActionButton_backgroundTint android.support.compat:backgroundTint}
{@link #FloatingActionButton_backgroundTintMode android.support.compat:backgroundTintMode}
{@link #FloatingActionButton_borderWidth android.support.compat:borderWidth}
{@link #FloatingActionButton_elevation android.support.compat:elevation}
{@link #FloatingActionButton_fabSize android.support.compat:fabSize}
{@link #FloatingActionButton_pressedTranslationZ android.support.compat:pressedTranslationZ}
{@link #FloatingActionButton_rippleColor android.support.compat:rippleColor}
{@link #FloatingActionButton_useCompatPadding android.support.compat:useCompatPadding}
+ @see #FloatingActionButton_backgroundTint + @see #FloatingActionButton_backgroundTintMode + @see #FloatingActionButton_borderWidth + @see #FloatingActionButton_elevation + @see #FloatingActionButton_fabSize + @see #FloatingActionButton_pressedTranslationZ + @see #FloatingActionButton_rippleColor + @see #FloatingActionButton_useCompatPadding + */ + public static final int[] FloatingActionButton = { + 0x7f01003e, 0x7f010116, 0x7f010117, 0x7f01013c, + 0x7f01013d, 0x7f01013e, 0x7f01013f, 0x7f010140 + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#backgroundTint} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:backgroundTint + */ + public static int FloatingActionButton_backgroundTint = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.compat:backgroundTintMode + */ + public static int FloatingActionButton_backgroundTintMode = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#borderWidth} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:borderWidth + */ + public static int FloatingActionButton_borderWidth = 6; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#elevation} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:elevation + */ + public static int FloatingActionButton_elevation = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#fabSize} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ @attr name android.support.compat:fabSize + */ + public static int FloatingActionButton_fabSize = 4; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#pressedTranslationZ} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:pressedTranslationZ + */ + public static int FloatingActionButton_pressedTranslationZ = 5; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#rippleColor} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:rippleColor + */ + public static int FloatingActionButton_rippleColor = 3; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#useCompatPadding} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:useCompatPadding + */ + public static int FloatingActionButton_useCompatPadding = 7; + /** Attributes that can be used with a FloatingActionButton_Behavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #FloatingActionButton_Behavior_Layout_behavior_autoHide android.support.compat:behavior_autoHide}
+ @see #FloatingActionButton_Behavior_Layout_behavior_autoHide + */ + public static final int[] FloatingActionButton_Behavior_Layout = { + 0x7f010141 + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#behavior_autoHide} + attribute's value can be found in the {@link #FloatingActionButton_Behavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:behavior_autoHide + */ + public static int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; + /** Attributes that can be used with a FontFamily. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamily_fontProviderAuthority android.support.compat:fontProviderAuthority}
{@link #FontFamily_fontProviderCerts android.support.compat:fontProviderCerts}
{@link #FontFamily_fontProviderFetchStrategy android.support.compat:fontProviderFetchStrategy}
{@link #FontFamily_fontProviderFetchTimeout android.support.compat:fontProviderFetchTimeout}
{@link #FontFamily_fontProviderPackage android.support.compat:fontProviderPackage}
{@link #FontFamily_fontProviderQuery android.support.compat:fontProviderQuery}
+ @see #FontFamily_fontProviderAuthority + @see #FontFamily_fontProviderCerts + @see #FontFamily_fontProviderFetchStrategy + @see #FontFamily_fontProviderFetchTimeout + @see #FontFamily_fontProviderPackage + @see #FontFamily_fontProviderQuery + */ + public static final int[] FontFamily = { + 0x7f01016a, 0x7f01016b, 0x7f01016c, 0x7f01016d, + 0x7f01016e, 0x7f01016f + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#fontProviderAuthority} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:fontProviderAuthority + */ + public static int FontFamily_fontProviderAuthority = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#fontProviderCerts} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:fontProviderCerts + */ + public static int FontFamily_fontProviderCerts = 3; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#fontProviderFetchStrategy} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ @attr name android.support.compat:fontProviderFetchStrategy + */ + public static int FontFamily_fontProviderFetchStrategy = 4; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#fontProviderFetchTimeout} + attribute's value can be found in the {@link #FontFamily} array. + + +

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ @attr name android.support.compat:fontProviderFetchTimeout + */ + public static int FontFamily_fontProviderFetchTimeout = 5; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#fontProviderPackage} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:fontProviderPackage + */ + public static int FontFamily_fontProviderPackage = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#fontProviderQuery} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:fontProviderQuery + */ + public static int FontFamily_fontProviderQuery = 2; + /** Attributes that can be used with a FontFamilyFont. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamilyFont_android_font android:font}
{@link #FontFamilyFont_android_fontStyle android:fontStyle}
{@link #FontFamilyFont_android_fontWeight android:fontWeight}
{@link #FontFamilyFont_font android.support.compat:font}
{@link #FontFamilyFont_fontStyle android.support.compat:fontStyle}
{@link #FontFamilyFont_fontWeight android.support.compat:fontWeight}
+ @see #FontFamilyFont_android_font + @see #FontFamilyFont_android_fontStyle + @see #FontFamilyFont_android_fontWeight + @see #FontFamilyFont_font + @see #FontFamilyFont_fontStyle + @see #FontFamilyFont_fontWeight + */ + public static final int[] FontFamilyFont = { + 0x01010532, 0x01010533, 0x0101053f, 0x7f010170, + 0x7f010171, 0x7f010172 + }; + /** +

This symbol is the offset where the {@link android.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:font + */ + public static int FontFamilyFont_android_font = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontStyle + */ + public static int FontFamilyFont_android_fontStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontWeight + */ + public static int FontFamilyFont_android_fontWeight = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:font + */ + public static int FontFamilyFont_font = 4; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ @attr name android.support.compat:fontStyle + */ + public static int FontFamilyFont_fontStyle = 3; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:fontWeight + */ + public static int FontFamilyFont_fontWeight = 5; + /** Attributes that can be used with a ForegroundLinearLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ForegroundLinearLayout_android_foreground android:foreground}
{@link #ForegroundLinearLayout_android_foregroundGravity android:foregroundGravity}
{@link #ForegroundLinearLayout_foregroundInsidePadding android.support.compat:foregroundInsidePadding}
+ @see #ForegroundLinearLayout_android_foreground + @see #ForegroundLinearLayout_android_foregroundGravity + @see #ForegroundLinearLayout_foregroundInsidePadding + */ + public static final int[] ForegroundLinearLayout = { + 0x01010109, 0x01010200, 0x7f010142 + }; + /** +

This symbol is the offset where the {@link android.R.attr#foreground} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foreground + */ + public static int ForegroundLinearLayout_android_foreground = 0; + /** +

This symbol is the offset where the {@link android.R.attr#foregroundGravity} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foregroundGravity + */ + public static int ForegroundLinearLayout_android_foregroundGravity = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#foregroundInsidePadding} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:foregroundInsidePadding + */ + public static int ForegroundLinearLayout_foregroundInsidePadding = 2; + /** Attributes that can be used with a LinearLayoutCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider android.support.compat:divider}
{@link #LinearLayoutCompat_dividerPadding android.support.compat:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild android.support.compat:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers android.support.compat:showDividers}
+ @see #LinearLayoutCompat_android_baselineAligned + @see #LinearLayoutCompat_android_baselineAlignedChildIndex + @see #LinearLayoutCompat_android_gravity + @see #LinearLayoutCompat_android_orientation + @see #LinearLayoutCompat_android_weightSum + @see #LinearLayoutCompat_divider + @see #LinearLayoutCompat_dividerPadding + @see #LinearLayoutCompat_measureWithLargestChild + @see #LinearLayoutCompat_showDividers + */ + public static final int[] LinearLayoutCompat = { + 0x010100af, 0x010100c4, 0x01010126, 0x01010127, + 0x01010128, 0x7f01002d, 0x7f0100d7, 0x7f0100d8, + 0x7f0100d9 + }; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAligned} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAligned + */ + public static int LinearLayoutCompat_android_baselineAligned = 2; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAlignedChildIndex + */ + public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:gravity + */ + public static int LinearLayoutCompat_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:orientation + */ + public static int LinearLayoutCompat_android_orientation = 1; + /** +

This symbol is the offset where the {@link android.R.attr#weightSum} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:weightSum + */ + public static int LinearLayoutCompat_android_weightSum = 4; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#divider} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:divider + */ + public static int LinearLayoutCompat_divider = 5; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#dividerPadding} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:dividerPadding + */ + public static int LinearLayoutCompat_dividerPadding = 8; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#measureWithLargestChild} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:measureWithLargestChild + */ + public static int LinearLayoutCompat_measureWithLargestChild = 6; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#showDividers} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ @attr name android.support.compat:showDividers + */ + public static int LinearLayoutCompat_showDividers = 7; + /** Attributes that can be used with a LinearLayoutCompat_Layout. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
+ @see #LinearLayoutCompat_Layout_android_layout_gravity + @see #LinearLayoutCompat_Layout_android_layout_height + @see #LinearLayoutCompat_Layout_android_layout_weight + @see #LinearLayoutCompat_Layout_android_layout_width + */ + public static final int[] LinearLayoutCompat_Layout = { + 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_gravity + */ + public static int LinearLayoutCompat_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout_height} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_height + */ + public static int LinearLayoutCompat_Layout_android_layout_height = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout_weight} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_weight + */ + public static int LinearLayoutCompat_Layout_android_layout_weight = 3; + /** +

This symbol is the offset where the {@link android.R.attr#layout_width} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_width + */ + public static int LinearLayoutCompat_Layout_android_layout_width = 1; + /** Attributes that can be used with a ListPopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
+ @see #ListPopupWindow_android_dropDownHorizontalOffset + @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow = { + 0x010102ac, 0x010102ad + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownHorizontalOffset + */ + public static int ListPopupWindow_android_dropDownHorizontalOffset = 0; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownVerticalOffset + */ + public static int ListPopupWindow_android_dropDownVerticalOffset = 1; + /** Attributes that can be used with a MediaRouteButton. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #MediaRouteButton_android_minHeight android:minHeight}
{@link #MediaRouteButton_android_minWidth android:minWidth}
{@link #MediaRouteButton_externalRouteEnabledDrawable android.support.compat:externalRouteEnabledDrawable}
{@link #MediaRouteButton_mediaRouteButtonTint android.support.compat:mediaRouteButtonTint}
+ @see #MediaRouteButton_android_minHeight + @see #MediaRouteButton_android_minWidth + @see #MediaRouteButton_externalRouteEnabledDrawable + @see #MediaRouteButton_mediaRouteButtonTint + */ + public static final int[] MediaRouteButton = { + 0x0101013f, 0x01010140, 0x7f010015, 0x7f010016 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minHeight + */ + public static int MediaRouteButton_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minWidth + */ + public static int MediaRouteButton_android_minWidth = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#externalRouteEnabledDrawable} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:externalRouteEnabledDrawable + */ + public static int MediaRouteButton_externalRouteEnabledDrawable = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#mediaRouteButtonTint} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:mediaRouteButtonTint + */ + public static int MediaRouteButton_mediaRouteButtonTint = 3; + /** Attributes that can be used with a MenuGroup. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_visible android:visible}
+ @see #MenuGroup_android_checkableBehavior + @see #MenuGroup_android_enabled + @see #MenuGroup_android_id + @see #MenuGroup_android_menuCategory + @see #MenuGroup_android_orderInCategory + @see #MenuGroup_android_visible + */ + public static final int[] MenuGroup = { + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** +

This symbol is the offset where the {@link android.R.attr#checkableBehavior} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:checkableBehavior + */ + public static int MenuGroup_android_checkableBehavior = 5; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:enabled + */ + public static int MenuGroup_android_enabled = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:id + */ + public static int MenuGroup_android_id = 1; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:menuCategory + */ + public static int MenuGroup_android_menuCategory = 3; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:orderInCategory + */ + public static int MenuGroup_android_orderInCategory = 4; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:visible + */ + public static int MenuGroup_android_visible = 2; + /** Attributes that can be used with a MenuItem. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #MenuItem_actionLayout android.support.compat:actionLayout}
{@link #MenuItem_actionProviderClass android.support.compat:actionProviderClass}
{@link #MenuItem_actionViewClass android.support.compat:actionViewClass}
{@link #MenuItem_alphabeticModifiers android.support.compat:alphabeticModifiers}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_contentDescription android.support.compat:contentDescription}
{@link #MenuItem_iconTint android.support.compat:iconTint}
{@link #MenuItem_iconTintMode android.support.compat:iconTintMode}
{@link #MenuItem_numericModifiers android.support.compat:numericModifiers}
{@link #MenuItem_showAsAction android.support.compat:showAsAction}
{@link #MenuItem_tooltipText android.support.compat:tooltipText}
+ @see #MenuItem_actionLayout + @see #MenuItem_actionProviderClass + @see #MenuItem_actionViewClass + @see #MenuItem_alphabeticModifiers + @see #MenuItem_android_alphabeticShortcut + @see #MenuItem_android_checkable + @see #MenuItem_android_checked + @see #MenuItem_android_enabled + @see #MenuItem_android_icon + @see #MenuItem_android_id + @see #MenuItem_android_menuCategory + @see #MenuItem_android_numericShortcut + @see #MenuItem_android_onClick + @see #MenuItem_android_orderInCategory + @see #MenuItem_android_title + @see #MenuItem_android_titleCondensed + @see #MenuItem_android_visible + @see #MenuItem_contentDescription + @see #MenuItem_iconTint + @see #MenuItem_iconTintMode + @see #MenuItem_numericModifiers + @see #MenuItem_showAsAction + @see #MenuItem_tooltipText + */ + public static final int[] MenuItem = { + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f0100da, 0x7f0100db, 0x7f0100dc, + 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, + 0x7f0100e1, 0x7f0100e2, 0x7f0100e3 + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionLayout} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:actionLayout + */ + public static int MenuItem_actionLayout = 16; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionProviderClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:actionProviderClass + */ + public static int MenuItem_actionProviderClass = 18; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#actionViewClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:actionViewClass + */ + public static int MenuItem_actionViewClass = 17; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#alphabeticModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name android.support.compat:alphabeticModifiers + */ + public static int MenuItem_alphabeticModifiers = 13; + /** +

This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:alphabeticShortcut + */ + public static int MenuItem_android_alphabeticShortcut = 9; + /** +

This symbol is the offset where the {@link android.R.attr#checkable} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checkable + */ + public static int MenuItem_android_checkable = 11; + /** +

This symbol is the offset where the {@link android.R.attr#checked} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checked + */ + public static int MenuItem_android_checked = 3; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:enabled + */ + public static int MenuItem_android_enabled = 1; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:icon + */ + public static int MenuItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:id + */ + public static int MenuItem_android_id = 2; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:menuCategory + */ + public static int MenuItem_android_menuCategory = 5; + /** +

This symbol is the offset where the {@link android.R.attr#numericShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:numericShortcut + */ + public static int MenuItem_android_numericShortcut = 10; + /** +

This symbol is the offset where the {@link android.R.attr#onClick} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:onClick + */ + public static int MenuItem_android_onClick = 12; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:orderInCategory + */ + public static int MenuItem_android_orderInCategory = 6; + /** +

This symbol is the offset where the {@link android.R.attr#title} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:title + */ + public static int MenuItem_android_title = 7; + /** +

This symbol is the offset where the {@link android.R.attr#titleCondensed} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:titleCondensed + */ + public static int MenuItem_android_titleCondensed = 8; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:visible + */ + public static int MenuItem_android_visible = 4; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#contentDescription} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:contentDescription + */ + public static int MenuItem_contentDescription = 19; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#iconTint} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:iconTint + */ + public static int MenuItem_iconTint = 21; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#iconTintMode} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.compat:iconTintMode + */ + public static int MenuItem_iconTintMode = 22; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#numericModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name android.support.compat:numericModifiers + */ + public static int MenuItem_numericModifiers = 14; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#showAsAction} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ @attr name android.support.compat:showAsAction + */ + public static int MenuItem_showAsAction = 15; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tooltipText} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:tooltipText + */ + public static int MenuItem_tooltipText = 20; + /** Attributes that can be used with a MenuView. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_preserveIconSpacing android.support.compat:preserveIconSpacing}
{@link #MenuView_subMenuArrow android.support.compat:subMenuArrow}
+ @see #MenuView_android_headerBackground + @see #MenuView_android_horizontalDivider + @see #MenuView_android_itemBackground + @see #MenuView_android_itemIconDisabledAlpha + @see #MenuView_android_itemTextAppearance + @see #MenuView_android_verticalDivider + @see #MenuView_android_windowAnimationStyle + @see #MenuView_preserveIconSpacing + @see #MenuView_subMenuArrow + */ + public static final int[] MenuView = { + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f0100e4, + 0x7f0100e5 + }; + /** +

This symbol is the offset where the {@link android.R.attr#headerBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:headerBackground + */ + public static int MenuView_android_headerBackground = 4; + /** +

This symbol is the offset where the {@link android.R.attr#horizontalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:horizontalDivider + */ + public static int MenuView_android_horizontalDivider = 2; + /** +

This symbol is the offset where the {@link android.R.attr#itemBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemBackground + */ + public static int MenuView_android_itemBackground = 5; + /** +

This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemIconDisabledAlpha + */ + public static int MenuView_android_itemIconDisabledAlpha = 6; + /** +

This symbol is the offset where the {@link android.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemTextAppearance + */ + public static int MenuView_android_itemTextAppearance = 1; + /** +

This symbol is the offset where the {@link android.R.attr#verticalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:verticalDivider + */ + public static int MenuView_android_verticalDivider = 3; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:windowAnimationStyle + */ + public static int MenuView_android_windowAnimationStyle = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#preserveIconSpacing} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:preserveIconSpacing + */ + public static int MenuView_preserveIconSpacing = 7; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#subMenuArrow} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:subMenuArrow + */ + public static int MenuView_subMenuArrow = 8; + /** Attributes that can be used with a NavigationView. +

Includes the following attributes:

+ + + + + + + + + + + + + + +
AttributeDescription
{@link #NavigationView_android_background android:background}
{@link #NavigationView_android_fitsSystemWindows android:fitsSystemWindows}
{@link #NavigationView_android_maxWidth android:maxWidth}
{@link #NavigationView_elevation android.support.compat:elevation}
{@link #NavigationView_headerLayout android.support.compat:headerLayout}
{@link #NavigationView_itemBackground android.support.compat:itemBackground}
{@link #NavigationView_itemIconTint android.support.compat:itemIconTint}
{@link #NavigationView_itemTextAppearance android.support.compat:itemTextAppearance}
{@link #NavigationView_itemTextColor android.support.compat:itemTextColor}
{@link #NavigationView_menu android.support.compat:menu}
+ @see #NavigationView_android_background + @see #NavigationView_android_fitsSystemWindows + @see #NavigationView_android_maxWidth + @see #NavigationView_elevation + @see #NavigationView_headerLayout + @see #NavigationView_itemBackground + @see #NavigationView_itemIconTint + @see #NavigationView_itemTextAppearance + @see #NavigationView_itemTextColor + @see #NavigationView_menu + */ + public static final int[] NavigationView = { + 0x010100d4, 0x010100dd, 0x0101011f, 0x7f01003e, + 0x7f010143, 0x7f010144, 0x7f010145, 0x7f010146, + 0x7f010147, 0x7f010148 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:background + */ + public static int NavigationView_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fitsSystemWindows} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:fitsSystemWindows + */ + public static int NavigationView_android_fitsSystemWindows = 1; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:maxWidth + */ + public static int NavigationView_android_maxWidth = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#elevation} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:elevation + */ + public static int NavigationView_elevation = 3; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#headerLayout} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:headerLayout + */ + public static int NavigationView_headerLayout = 9; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#itemBackground} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:itemBackground + */ + public static int NavigationView_itemBackground = 7; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#itemIconTint} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:itemIconTint + */ + public static int NavigationView_itemIconTint = 5; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:itemTextAppearance + */ + public static int NavigationView_itemTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#itemTextColor} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:itemTextColor + */ + public static int NavigationView_itemTextColor = 6; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#menu} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:menu + */ + public static int NavigationView_menu = 4; + /** Attributes that can be used with a PopupWindow. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle}
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_overlapAnchor android.support.compat:overlapAnchor}
+ @see #PopupWindow_android_popupAnimationStyle + @see #PopupWindow_android_popupBackground + @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow = { + 0x01010176, 0x010102c9, 0x7f0100e6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#popupAnimationStyle} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupAnimationStyle + */ + public static int PopupWindow_android_popupAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupBackground + */ + public static int PopupWindow_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#overlapAnchor} + attribute's value can be found in the {@link #PopupWindow} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:overlapAnchor + */ + public static int PopupWindow_overlapAnchor = 2; + /** Attributes that can be used with a PopupWindowBackgroundState. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor android.support.compat:state_above_anchor}
+ @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState = { + 0x7f0100e7 + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#state_above_anchor} + attribute's value can be found in the {@link #PopupWindowBackgroundState} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:state_above_anchor + */ + public static int PopupWindowBackgroundState_state_above_anchor = 0; + /** Attributes that can be used with a RecycleListView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #RecycleListView_paddingBottomNoButtons android.support.compat:paddingBottomNoButtons}
{@link #RecycleListView_paddingTopNoTitle android.support.compat:paddingTopNoTitle}
+ @see #RecycleListView_paddingBottomNoButtons + @see #RecycleListView_paddingTopNoTitle + */ + public static final int[] RecycleListView = { + 0x7f0100e8, 0x7f0100e9 + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#paddingBottomNoButtons} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:paddingBottomNoButtons + */ + public static int RecycleListView_paddingBottomNoButtons = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#paddingTopNoTitle} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:paddingTopNoTitle + */ + public static int RecycleListView_paddingTopNoTitle = 1; + /** Attributes that can be used with a RecyclerView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + +
AttributeDescription
{@link #RecyclerView_android_descendantFocusability android:descendantFocusability}
{@link #RecyclerView_android_orientation android:orientation}
{@link #RecyclerView_fastScrollEnabled android.support.compat:fastScrollEnabled}
{@link #RecyclerView_fastScrollHorizontalThumbDrawable android.support.compat:fastScrollHorizontalThumbDrawable}
{@link #RecyclerView_fastScrollHorizontalTrackDrawable android.support.compat:fastScrollHorizontalTrackDrawable}
{@link #RecyclerView_fastScrollVerticalThumbDrawable android.support.compat:fastScrollVerticalThumbDrawable}
{@link #RecyclerView_fastScrollVerticalTrackDrawable android.support.compat:fastScrollVerticalTrackDrawable}
{@link #RecyclerView_layoutManager android.support.compat:layoutManager}
{@link #RecyclerView_reverseLayout android.support.compat:reverseLayout}
{@link #RecyclerView_spanCount android.support.compat:spanCount}
{@link #RecyclerView_stackFromEnd android.support.compat:stackFromEnd}
+ @see #RecyclerView_android_descendantFocusability + @see #RecyclerView_android_orientation + @see #RecyclerView_fastScrollEnabled + @see #RecyclerView_fastScrollHorizontalThumbDrawable + @see #RecyclerView_fastScrollHorizontalTrackDrawable + @see #RecyclerView_fastScrollVerticalThumbDrawable + @see #RecyclerView_fastScrollVerticalTrackDrawable + @see #RecyclerView_layoutManager + @see #RecyclerView_reverseLayout + @see #RecyclerView_spanCount + @see #RecyclerView_stackFromEnd + */ + public static final int[] RecyclerView = { + 0x010100c4, 0x010100f1, 0x7f010000, 0x7f010001, + 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, + 0x7f010006, 0x7f010007, 0x7f010008 + }; + /** +

This symbol is the offset where the {@link android.R.attr#descendantFocusability} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:descendantFocusability + */ + public static int RecyclerView_android_descendantFocusability = 1; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:orientation + */ + public static int RecyclerView_android_orientation = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#fastScrollEnabled} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:fastScrollEnabled + */ + public static int RecyclerView_fastScrollEnabled = 6; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#fastScrollHorizontalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:fastScrollHorizontalThumbDrawable + */ + public static int RecyclerView_fastScrollHorizontalThumbDrawable = 9; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#fastScrollHorizontalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:fastScrollHorizontalTrackDrawable + */ + public static int RecyclerView_fastScrollHorizontalTrackDrawable = 10; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#fastScrollVerticalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:fastScrollVerticalThumbDrawable + */ + public static int RecyclerView_fastScrollVerticalThumbDrawable = 7; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#fastScrollVerticalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:fastScrollVerticalTrackDrawable + */ + public static int RecyclerView_fastScrollVerticalTrackDrawable = 8; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#layoutManager} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:layoutManager + */ + public static int RecyclerView_layoutManager = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#reverseLayout} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:reverseLayout + */ + public static int RecyclerView_reverseLayout = 4; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#spanCount} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:spanCount + */ + public static int RecyclerView_spanCount = 3; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#stackFromEnd} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:stackFromEnd + */ + public static int RecyclerView_stackFromEnd = 5; + /** Attributes that can be used with a ScrimInsetsFrameLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrimInsetsFrameLayout_insetForeground android.support.compat:insetForeground}
+ @see #ScrimInsetsFrameLayout_insetForeground + */ + public static final int[] ScrimInsetsFrameLayout = { + 0x7f010149 + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#insetForeground} + attribute's value can be found in the {@link #ScrimInsetsFrameLayout} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.compat:insetForeground + */ + public static int ScrimInsetsFrameLayout_insetForeground = 0; + /** Attributes that can be used with a ScrollingViewBehavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrollingViewBehavior_Layout_behavior_overlapTop android.support.compat:behavior_overlapTop}
+ @see #ScrollingViewBehavior_Layout_behavior_overlapTop + */ + public static final int[] ScrollingViewBehavior_Layout = { + 0x7f01014a + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#behavior_overlapTop} + attribute's value can be found in the {@link #ScrollingViewBehavior_Layout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:behavior_overlapTop + */ + public static int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; + /** Attributes that can be used with a SearchView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_closeIcon android.support.compat:closeIcon}
{@link #SearchView_commitIcon android.support.compat:commitIcon}
{@link #SearchView_defaultQueryHint android.support.compat:defaultQueryHint}
{@link #SearchView_goIcon android.support.compat:goIcon}
{@link #SearchView_iconifiedByDefault android.support.compat:iconifiedByDefault}
{@link #SearchView_layout android.support.compat:layout}
{@link #SearchView_queryBackground android.support.compat:queryBackground}
{@link #SearchView_queryHint android.support.compat:queryHint}
{@link #SearchView_searchHintIcon android.support.compat:searchHintIcon}
{@link #SearchView_searchIcon android.support.compat:searchIcon}
{@link #SearchView_submitBackground android.support.compat:submitBackground}
{@link #SearchView_suggestionRowLayout android.support.compat:suggestionRowLayout}
{@link #SearchView_voiceIcon android.support.compat:voiceIcon}
+ @see #SearchView_android_focusable + @see #SearchView_android_imeOptions + @see #SearchView_android_inputType + @see #SearchView_android_maxWidth + @see #SearchView_closeIcon + @see #SearchView_commitIcon + @see #SearchView_defaultQueryHint + @see #SearchView_goIcon + @see #SearchView_iconifiedByDefault + @see #SearchView_layout + @see #SearchView_queryBackground + @see #SearchView_queryHint + @see #SearchView_searchHintIcon + @see #SearchView_searchIcon + @see #SearchView_submitBackground + @see #SearchView_suggestionRowLayout + @see #SearchView_voiceIcon + */ + public static final int[] SearchView = { + 0x010100da, 0x0101011f, 0x01010220, 0x01010264, + 0x7f0100ea, 0x7f0100eb, 0x7f0100ec, 0x7f0100ed, + 0x7f0100ee, 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, + 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, + 0x7f0100f6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:focusable + */ + public static int SearchView_android_focusable = 0; + /** +

This symbol is the offset where the {@link android.R.attr#imeOptions} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:imeOptions + */ + public static int SearchView_android_imeOptions = 3; + /** +

This symbol is the offset where the {@link android.R.attr#inputType} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:inputType + */ + public static int SearchView_android_inputType = 2; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:maxWidth + */ + public static int SearchView_android_maxWidth = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#closeIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:closeIcon + */ + public static int SearchView_closeIcon = 8; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#commitIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:commitIcon + */ + public static int SearchView_commitIcon = 13; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#defaultQueryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:defaultQueryHint + */ + public static int SearchView_defaultQueryHint = 7; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#goIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:goIcon + */ + public static int SearchView_goIcon = 9; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#iconifiedByDefault} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:iconifiedByDefault + */ + public static int SearchView_iconifiedByDefault = 5; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#layout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:layout + */ + public static int SearchView_layout = 4; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#queryBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:queryBackground + */ + public static int SearchView_queryBackground = 15; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#queryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:queryHint + */ + public static int SearchView_queryHint = 6; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#searchHintIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:searchHintIcon + */ + public static int SearchView_searchHintIcon = 11; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#searchIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:searchIcon + */ + public static int SearchView_searchIcon = 10; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#submitBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:submitBackground + */ + public static int SearchView_submitBackground = 16; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#suggestionRowLayout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:suggestionRowLayout + */ + public static int SearchView_suggestionRowLayout = 14; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#voiceIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:voiceIcon + */ + public static int SearchView_voiceIcon = 12; + /** Attributes that can be used with a SnackbarLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #SnackbarLayout_android_maxWidth android:maxWidth}
{@link #SnackbarLayout_elevation android.support.compat:elevation}
{@link #SnackbarLayout_maxActionInlineWidth android.support.compat:maxActionInlineWidth}
+ @see #SnackbarLayout_android_maxWidth + @see #SnackbarLayout_elevation + @see #SnackbarLayout_maxActionInlineWidth + */ + public static final int[] SnackbarLayout = { + 0x0101011f, 0x7f01003e, 0x7f01014b + }; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + @attr name android:maxWidth + */ + public static int SnackbarLayout_android_maxWidth = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#elevation} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:elevation + */ + public static int SnackbarLayout_elevation = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#maxActionInlineWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:maxActionInlineWidth + */ + public static int SnackbarLayout_maxActionInlineWidth = 2; + /** Attributes that can be used with a Spinner. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_android_entries android:entries}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_popupTheme android.support.compat:popupTheme}
+ @see #Spinner_android_dropDownWidth + @see #Spinner_android_entries + @see #Spinner_android_popupBackground + @see #Spinner_android_prompt + @see #Spinner_popupTheme + */ + public static final int[] Spinner = { + 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, + 0x7f01003f + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:dropDownWidth + */ + public static int Spinner_android_dropDownWidth = 3; + /** +

This symbol is the offset where the {@link android.R.attr#entries} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:entries + */ + public static int Spinner_android_entries = 0; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:popupBackground + */ + public static int Spinner_android_popupBackground = 1; + /** +

This symbol is the offset where the {@link android.R.attr#prompt} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:prompt + */ + public static int Spinner_android_prompt = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#popupTheme} + attribute's value can be found in the {@link #Spinner} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:popupTheme + */ + public static int Spinner_popupTheme = 4; + /** Attributes that can be used with a SwitchCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText android.support.compat:showText}
{@link #SwitchCompat_splitTrack android.support.compat:splitTrack}
{@link #SwitchCompat_switchMinWidth android.support.compat:switchMinWidth}
{@link #SwitchCompat_switchPadding android.support.compat:switchPadding}
{@link #SwitchCompat_switchTextAppearance android.support.compat:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding android.support.compat:thumbTextPadding}
{@link #SwitchCompat_thumbTint android.support.compat:thumbTint}
{@link #SwitchCompat_thumbTintMode android.support.compat:thumbTintMode}
{@link #SwitchCompat_track android.support.compat:track}
{@link #SwitchCompat_trackTint android.support.compat:trackTint}
{@link #SwitchCompat_trackTintMode android.support.compat:trackTintMode}
+ @see #SwitchCompat_android_textOff + @see #SwitchCompat_android_textOn + @see #SwitchCompat_android_thumb + @see #SwitchCompat_showText + @see #SwitchCompat_splitTrack + @see #SwitchCompat_switchMinWidth + @see #SwitchCompat_switchPadding + @see #SwitchCompat_switchTextAppearance + @see #SwitchCompat_thumbTextPadding + @see #SwitchCompat_thumbTint + @see #SwitchCompat_thumbTintMode + @see #SwitchCompat_track + @see #SwitchCompat_trackTint + @see #SwitchCompat_trackTintMode + */ + public static final int[] SwitchCompat = { + 0x01010124, 0x01010125, 0x01010142, 0x7f0100f7, + 0x7f0100f8, 0x7f0100f9, 0x7f0100fa, 0x7f0100fb, + 0x7f0100fc, 0x7f0100fd, 0x7f0100fe, 0x7f0100ff, + 0x7f010100, 0x7f010101 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textOff} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOff + */ + public static int SwitchCompat_android_textOff = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textOn} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOn + */ + public static int SwitchCompat_android_textOn = 0; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:thumb + */ + public static int SwitchCompat_android_thumb = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#showText} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:showText + */ + public static int SwitchCompat_showText = 13; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#splitTrack} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:splitTrack + */ + public static int SwitchCompat_splitTrack = 12; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#switchMinWidth} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:switchMinWidth + */ + public static int SwitchCompat_switchMinWidth = 10; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#switchPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:switchPadding + */ + public static int SwitchCompat_switchPadding = 11; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#switchTextAppearance} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:switchTextAppearance + */ + public static int SwitchCompat_switchTextAppearance = 9; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#thumbTextPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:thumbTextPadding + */ + public static int SwitchCompat_thumbTextPadding = 8; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#thumbTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:thumbTint + */ + public static int SwitchCompat_thumbTint = 3; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#thumbTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.compat:thumbTintMode + */ + public static int SwitchCompat_thumbTintMode = 4; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#track} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:track + */ + public static int SwitchCompat_track = 5; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#trackTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:trackTint + */ + public static int SwitchCompat_trackTint = 6; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#trackTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.compat:trackTintMode + */ + public static int SwitchCompat_trackTintMode = 7; + /** Attributes that can be used with a TabItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #TabItem_android_icon android:icon}
{@link #TabItem_android_layout android:layout}
{@link #TabItem_android_text android:text}
+ @see #TabItem_android_icon + @see #TabItem_android_layout + @see #TabItem_android_text + */ + public static final int[] TabItem = { + 0x01010002, 0x010100f2, 0x0101014f + }; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:icon + */ + public static int TabItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:layout + */ + public static int TabItem_android_layout = 1; + /** +

This symbol is the offset where the {@link android.R.attr#text} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:text + */ + public static int TabItem_android_text = 2; + /** Attributes that can be used with a TabLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TabLayout_tabBackground android.support.compat:tabBackground}
{@link #TabLayout_tabContentStart android.support.compat:tabContentStart}
{@link #TabLayout_tabGravity android.support.compat:tabGravity}
{@link #TabLayout_tabIndicatorColor android.support.compat:tabIndicatorColor}
{@link #TabLayout_tabIndicatorHeight android.support.compat:tabIndicatorHeight}
{@link #TabLayout_tabMaxWidth android.support.compat:tabMaxWidth}
{@link #TabLayout_tabMinWidth android.support.compat:tabMinWidth}
{@link #TabLayout_tabMode android.support.compat:tabMode}
{@link #TabLayout_tabPadding android.support.compat:tabPadding}
{@link #TabLayout_tabPaddingBottom android.support.compat:tabPaddingBottom}
{@link #TabLayout_tabPaddingEnd android.support.compat:tabPaddingEnd}
{@link #TabLayout_tabPaddingStart android.support.compat:tabPaddingStart}
{@link #TabLayout_tabPaddingTop android.support.compat:tabPaddingTop}
{@link #TabLayout_tabSelectedTextColor android.support.compat:tabSelectedTextColor}
{@link #TabLayout_tabTextAppearance android.support.compat:tabTextAppearance}
{@link #TabLayout_tabTextColor android.support.compat:tabTextColor}
+ @see #TabLayout_tabBackground + @see #TabLayout_tabContentStart + @see #TabLayout_tabGravity + @see #TabLayout_tabIndicatorColor + @see #TabLayout_tabIndicatorHeight + @see #TabLayout_tabMaxWidth + @see #TabLayout_tabMinWidth + @see #TabLayout_tabMode + @see #TabLayout_tabPadding + @see #TabLayout_tabPaddingBottom + @see #TabLayout_tabPaddingEnd + @see #TabLayout_tabPaddingStart + @see #TabLayout_tabPaddingTop + @see #TabLayout_tabSelectedTextColor + @see #TabLayout_tabTextAppearance + @see #TabLayout_tabTextColor + */ + public static final int[] TabLayout = { + 0x7f01014c, 0x7f01014d, 0x7f01014e, 0x7f01014f, + 0x7f010150, 0x7f010151, 0x7f010152, 0x7f010153, + 0x7f010154, 0x7f010155, 0x7f010156, 0x7f010157, + 0x7f010158, 0x7f010159, 0x7f01015a, 0x7f01015b + }; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tabBackground} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:tabBackground + */ + public static int TabLayout_tabBackground = 3; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tabContentStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:tabContentStart + */ + public static int TabLayout_tabContentStart = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tabGravity} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ @attr name android.support.compat:tabGravity + */ + public static int TabLayout_tabGravity = 5; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tabIndicatorColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:tabIndicatorColor + */ + public static int TabLayout_tabIndicatorColor = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tabIndicatorHeight} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:tabIndicatorHeight + */ + public static int TabLayout_tabIndicatorHeight = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tabMaxWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:tabMaxWidth + */ + public static int TabLayout_tabMaxWidth = 7; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tabMinWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:tabMinWidth + */ + public static int TabLayout_tabMinWidth = 6; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tabMode} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ @attr name android.support.compat:tabMode + */ + public static int TabLayout_tabMode = 4; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tabPadding} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:tabPadding + */ + public static int TabLayout_tabPadding = 15; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tabPaddingBottom} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:tabPaddingBottom + */ + public static int TabLayout_tabPaddingBottom = 14; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tabPaddingEnd} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:tabPaddingEnd + */ + public static int TabLayout_tabPaddingEnd = 13; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tabPaddingStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:tabPaddingStart + */ + public static int TabLayout_tabPaddingStart = 11; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tabPaddingTop} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:tabPaddingTop + */ + public static int TabLayout_tabPaddingTop = 12; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tabSelectedTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:tabSelectedTextColor + */ + public static int TabLayout_tabSelectedTextColor = 10; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tabTextAppearance} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:tabTextAppearance + */ + public static int TabLayout_tabTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#tabTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:tabTextColor + */ + public static int TabLayout_tabTextColor = 9; + /** Attributes that can be used with a TextAppearance. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextAppearance_android_fontFamily android:fontFamily}
{@link #TextAppearance_android_shadowColor android:shadowColor}
{@link #TextAppearance_android_shadowDx android:shadowDx}
{@link #TextAppearance_android_shadowDy android:shadowDy}
{@link #TextAppearance_android_shadowRadius android:shadowRadius}
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textColorHint android:textColorHint}
{@link #TextAppearance_android_textColorLink android:textColorLink}
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_fontFamily android.support.compat:fontFamily}
{@link #TextAppearance_textAllCaps android.support.compat:textAllCaps}
+ @see #TextAppearance_android_fontFamily + @see #TextAppearance_android_shadowColor + @see #TextAppearance_android_shadowDx + @see #TextAppearance_android_shadowDy + @see #TextAppearance_android_shadowRadius + @see #TextAppearance_android_textColor + @see #TextAppearance_android_textColorHint + @see #TextAppearance_android_textColorLink + @see #TextAppearance_android_textSize + @see #TextAppearance_android_textStyle + @see #TextAppearance_android_typeface + @see #TextAppearance_fontFamily + @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance = { + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, + 0x01010163, 0x01010164, 0x010103ac, 0x7f01004f, + 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:fontFamily + */ + public static int TextAppearance_android_fontFamily = 10; + /** +

This symbol is the offset where the {@link android.R.attr#shadowColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowColor + */ + public static int TextAppearance_android_shadowColor = 6; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDx} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDx + */ + public static int TextAppearance_android_shadowDx = 7; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDy} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDy + */ + public static int TextAppearance_android_shadowDy = 8; + /** +

This symbol is the offset where the {@link android.R.attr#shadowRadius} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowRadius + */ + public static int TextAppearance_android_shadowRadius = 9; + /** +

This symbol is the offset where the {@link android.R.attr#textColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColor + */ + public static int TextAppearance_android_textColor = 3; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorHint + */ + public static int TextAppearance_android_textColorHint = 4; + /** +

This symbol is the offset where the {@link android.R.attr#textColorLink} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorLink + */ + public static int TextAppearance_android_textColorLink = 5; + /** +

This symbol is the offset where the {@link android.R.attr#textSize} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textSize + */ + public static int TextAppearance_android_textSize = 0; + /** +

This symbol is the offset where the {@link android.R.attr#textStyle} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textStyle + */ + public static int TextAppearance_android_textStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#typeface} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:typeface + */ + public static int TextAppearance_android_typeface = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:fontFamily + */ + public static int TextAppearance_fontFamily = 12; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#textAllCaps} + attribute's value can be found in the {@link #TextAppearance} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name android.support.compat:textAllCaps + */ + public static int TextAppearance_textAllCaps = 11; + /** Attributes that can be used with a TextInputLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextInputLayout_android_hint android:hint}
{@link #TextInputLayout_android_textColorHint android:textColorHint}
{@link #TextInputLayout_counterEnabled android.support.compat:counterEnabled}
{@link #TextInputLayout_counterMaxLength android.support.compat:counterMaxLength}
{@link #TextInputLayout_counterOverflowTextAppearance android.support.compat:counterOverflowTextAppearance}
{@link #TextInputLayout_counterTextAppearance android.support.compat:counterTextAppearance}
{@link #TextInputLayout_errorEnabled android.support.compat:errorEnabled}
{@link #TextInputLayout_errorTextAppearance android.support.compat:errorTextAppearance}
{@link #TextInputLayout_hintAnimationEnabled android.support.compat:hintAnimationEnabled}
{@link #TextInputLayout_hintEnabled android.support.compat:hintEnabled}
{@link #TextInputLayout_hintTextAppearance android.support.compat:hintTextAppearance}
{@link #TextInputLayout_passwordToggleContentDescription android.support.compat:passwordToggleContentDescription}
{@link #TextInputLayout_passwordToggleDrawable android.support.compat:passwordToggleDrawable}
{@link #TextInputLayout_passwordToggleEnabled android.support.compat:passwordToggleEnabled}
{@link #TextInputLayout_passwordToggleTint android.support.compat:passwordToggleTint}
{@link #TextInputLayout_passwordToggleTintMode android.support.compat:passwordToggleTintMode}
+ @see #TextInputLayout_android_hint + @see #TextInputLayout_android_textColorHint + @see #TextInputLayout_counterEnabled + @see #TextInputLayout_counterMaxLength + @see #TextInputLayout_counterOverflowTextAppearance + @see #TextInputLayout_counterTextAppearance + @see #TextInputLayout_errorEnabled + @see #TextInputLayout_errorTextAppearance + @see #TextInputLayout_hintAnimationEnabled + @see #TextInputLayout_hintEnabled + @see #TextInputLayout_hintTextAppearance + @see #TextInputLayout_passwordToggleContentDescription + @see #TextInputLayout_passwordToggleDrawable + @see #TextInputLayout_passwordToggleEnabled + @see #TextInputLayout_passwordToggleTint + @see #TextInputLayout_passwordToggleTintMode + */ + public static final int[] TextInputLayout = { + 0x0101009a, 0x01010150, 0x7f01015c, 0x7f01015d, + 0x7f01015e, 0x7f01015f, 0x7f010160, 0x7f010161, + 0x7f010162, 0x7f010163, 0x7f010164, 0x7f010165, + 0x7f010166, 0x7f010167, 0x7f010168, 0x7f010169 + }; + /** +

This symbol is the offset where the {@link android.R.attr#hint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:hint + */ + public static int TextInputLayout_android_hint = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:textColorHint + */ + public static int TextInputLayout_android_textColorHint = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#counterEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:counterEnabled + */ + public static int TextInputLayout_counterEnabled = 6; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#counterMaxLength} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:counterMaxLength + */ + public static int TextInputLayout_counterMaxLength = 7; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#counterOverflowTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:counterOverflowTextAppearance + */ + public static int TextInputLayout_counterOverflowTextAppearance = 9; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#counterTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:counterTextAppearance + */ + public static int TextInputLayout_counterTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#errorEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:errorEnabled + */ + public static int TextInputLayout_errorEnabled = 4; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#errorTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:errorTextAppearance + */ + public static int TextInputLayout_errorTextAppearance = 5; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#hintAnimationEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:hintAnimationEnabled + */ + public static int TextInputLayout_hintAnimationEnabled = 10; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#hintEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:hintEnabled + */ + public static int TextInputLayout_hintEnabled = 3; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#hintTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:hintTextAppearance + */ + public static int TextInputLayout_hintTextAppearance = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#passwordToggleContentDescription} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:passwordToggleContentDescription + */ + public static int TextInputLayout_passwordToggleContentDescription = 13; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#passwordToggleDrawable} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:passwordToggleDrawable + */ + public static int TextInputLayout_passwordToggleDrawable = 12; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#passwordToggleEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:passwordToggleEnabled + */ + public static int TextInputLayout_passwordToggleEnabled = 11; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#passwordToggleTint} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:passwordToggleTint + */ + public static int TextInputLayout_passwordToggleTint = 14; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#passwordToggleTintMode} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name android.support.compat:passwordToggleTintMode + */ + public static int TextInputLayout_passwordToggleTintMode = 15; + /** Attributes that can be used with a Toolbar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_buttonGravity android.support.compat:buttonGravity}
{@link #Toolbar_collapseContentDescription android.support.compat:collapseContentDescription}
{@link #Toolbar_collapseIcon android.support.compat:collapseIcon}
{@link #Toolbar_contentInsetEnd android.support.compat:contentInsetEnd}
{@link #Toolbar_contentInsetEndWithActions android.support.compat:contentInsetEndWithActions}
{@link #Toolbar_contentInsetLeft android.support.compat:contentInsetLeft}
{@link #Toolbar_contentInsetRight android.support.compat:contentInsetRight}
{@link #Toolbar_contentInsetStart android.support.compat:contentInsetStart}
{@link #Toolbar_contentInsetStartWithNavigation android.support.compat:contentInsetStartWithNavigation}
{@link #Toolbar_logo android.support.compat:logo}
{@link #Toolbar_logoDescription android.support.compat:logoDescription}
{@link #Toolbar_maxButtonHeight android.support.compat:maxButtonHeight}
{@link #Toolbar_navigationContentDescription android.support.compat:navigationContentDescription}
{@link #Toolbar_navigationIcon android.support.compat:navigationIcon}
{@link #Toolbar_popupTheme android.support.compat:popupTheme}
{@link #Toolbar_subtitle android.support.compat:subtitle}
{@link #Toolbar_subtitleTextAppearance android.support.compat:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor android.support.compat:subtitleTextColor}
{@link #Toolbar_title android.support.compat:title}
{@link #Toolbar_titleMargin android.support.compat:titleMargin}
{@link #Toolbar_titleMarginBottom android.support.compat:titleMarginBottom}
{@link #Toolbar_titleMarginEnd android.support.compat:titleMarginEnd}
{@link #Toolbar_titleMarginStart android.support.compat:titleMarginStart}
{@link #Toolbar_titleMarginTop android.support.compat:titleMarginTop}
{@link #Toolbar_titleMargins android.support.compat:titleMargins}
{@link #Toolbar_titleTextAppearance android.support.compat:titleTextAppearance}
{@link #Toolbar_titleTextColor android.support.compat:titleTextColor}
+ @see #Toolbar_android_gravity + @see #Toolbar_android_minHeight + @see #Toolbar_buttonGravity + @see #Toolbar_collapseContentDescription + @see #Toolbar_collapseIcon + @see #Toolbar_contentInsetEnd + @see #Toolbar_contentInsetEndWithActions + @see #Toolbar_contentInsetLeft + @see #Toolbar_contentInsetRight + @see #Toolbar_contentInsetStart + @see #Toolbar_contentInsetStartWithNavigation + @see #Toolbar_logo + @see #Toolbar_logoDescription + @see #Toolbar_maxButtonHeight + @see #Toolbar_navigationContentDescription + @see #Toolbar_navigationIcon + @see #Toolbar_popupTheme + @see #Toolbar_subtitle + @see #Toolbar_subtitleTextAppearance + @see #Toolbar_subtitleTextColor + @see #Toolbar_title + @see #Toolbar_titleMargin + @see #Toolbar_titleMarginBottom + @see #Toolbar_titleMarginEnd + @see #Toolbar_titleMarginStart + @see #Toolbar_titleMarginTop + @see #Toolbar_titleMargins + @see #Toolbar_titleTextAppearance + @see #Toolbar_titleTextColor + */ + public static final int[] Toolbar = { + 0x010100af, 0x01010140, 0x7f010025, 0x7f010028, + 0x7f01002c, 0x7f010038, 0x7f010039, 0x7f01003a, + 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003f, + 0x7f010102, 0x7f010103, 0x7f010104, 0x7f010105, + 0x7f010106, 0x7f010107, 0x7f010108, 0x7f010109, + 0x7f01010a, 0x7f01010b, 0x7f01010c, 0x7f01010d, + 0x7f01010e, 0x7f01010f, 0x7f010110, 0x7f010111, + 0x7f010112 + }; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:gravity + */ + public static int Toolbar_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:minHeight + */ + public static int Toolbar_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#buttonGravity} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ @attr name android.support.compat:buttonGravity + */ + public static int Toolbar_buttonGravity = 21; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#collapseContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:collapseContentDescription + */ + public static int Toolbar_collapseContentDescription = 23; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#collapseIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:collapseIcon + */ + public static int Toolbar_collapseIcon = 22; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:contentInsetEnd + */ + public static int Toolbar_contentInsetEnd = 6; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:contentInsetEndWithActions + */ + public static int Toolbar_contentInsetEndWithActions = 10; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:contentInsetLeft + */ + public static int Toolbar_contentInsetLeft = 7; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#contentInsetRight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:contentInsetRight + */ + public static int Toolbar_contentInsetRight = 8; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#contentInsetStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:contentInsetStart + */ + public static int Toolbar_contentInsetStart = 5; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:contentInsetStartWithNavigation + */ + public static int Toolbar_contentInsetStartWithNavigation = 9; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#logo} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:logo + */ + public static int Toolbar_logo = 4; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#logoDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:logoDescription + */ + public static int Toolbar_logoDescription = 26; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#maxButtonHeight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:maxButtonHeight + */ + public static int Toolbar_maxButtonHeight = 20; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#navigationContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:navigationContentDescription + */ + public static int Toolbar_navigationContentDescription = 25; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#navigationIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:navigationIcon + */ + public static int Toolbar_navigationIcon = 24; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#popupTheme} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:popupTheme + */ + public static int Toolbar_popupTheme = 11; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#subtitle} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:subtitle + */ + public static int Toolbar_subtitle = 3; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#subtitleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:subtitleTextAppearance + */ + public static int Toolbar_subtitleTextAppearance = 13; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#subtitleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:subtitleTextColor + */ + public static int Toolbar_subtitleTextColor = 28; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#title} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:title + */ + public static int Toolbar_title = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#titleMargin} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:titleMargin + */ + public static int Toolbar_titleMargin = 14; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#titleMarginBottom} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:titleMarginBottom + */ + public static int Toolbar_titleMarginBottom = 18; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#titleMarginEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:titleMarginEnd + */ + public static int Toolbar_titleMarginEnd = 16; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#titleMarginStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:titleMarginStart + */ + public static int Toolbar_titleMarginStart = 15; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#titleMarginTop} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:titleMarginTop + */ + public static int Toolbar_titleMarginTop = 17; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#titleMargins} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:titleMargins + */ + public static int Toolbar_titleMargins = 19; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#titleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:titleTextAppearance + */ + public static int Toolbar_titleTextAppearance = 12; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#titleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:titleTextColor + */ + public static int Toolbar_titleTextColor = 27; + /** Attributes that can be used with a View. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #View_android_focusable android:focusable}
{@link #View_android_theme android:theme}
{@link #View_paddingEnd android.support.compat:paddingEnd}
{@link #View_paddingStart android.support.compat:paddingStart}
{@link #View_theme android.support.compat:theme}
+ @see #View_android_focusable + @see #View_android_theme + @see #View_paddingEnd + @see #View_paddingStart + @see #View_theme + */ + public static final int[] View = { + 0x01010000, 0x010100da, 0x7f010113, 0x7f010114, + 0x7f010115 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #View} array. + @attr name android:focusable + */ + public static int View_android_focusable = 1; + /** +

This symbol is the offset where the {@link android.R.attr#theme} + attribute's value can be found in the {@link #View} array. + @attr name android:theme + */ + public static int View_android_theme = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#paddingEnd} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:paddingEnd + */ + public static int View_paddingEnd = 3; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#paddingStart} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:paddingStart + */ + public static int View_paddingStart = 2; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#theme} + attribute's value can be found in the {@link #View} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.compat:theme + */ + public static int View_theme = 4; + /** Attributes that can be used with a ViewBackgroundHelper. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint android.support.compat:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode android.support.compat:backgroundTintMode}
+ @see #ViewBackgroundHelper_android_background + @see #ViewBackgroundHelper_backgroundTint + @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper = { + 0x010100d4, 0x7f010116, 0x7f010117 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + @attr name android:background + */ + public static int ViewBackgroundHelper_android_background = 0; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#backgroundTint} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.compat:backgroundTint + */ + public static int ViewBackgroundHelper_backgroundTint = 1; + /** +

This symbol is the offset where the {@link android.support.compat.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.compat:backgroundTintMode + */ + public static int ViewBackgroundHelper_backgroundTintMode = 2; + /** Attributes that can be used with a ViewStubCompat. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
{@link #ViewStubCompat_android_layout android:layout}
+ @see #ViewStubCompat_android_id + @see #ViewStubCompat_android_inflatedId + @see #ViewStubCompat_android_layout + */ + public static final int[] ViewStubCompat = { + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:id + */ + public static int ViewStubCompat_android_id = 0; + /** +

This symbol is the offset where the {@link android.R.attr#inflatedId} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:inflatedId + */ + public static int ViewStubCompat_android_inflatedId = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:layout + */ + public static int ViewStubCompat_android_layout = 1; + }; +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/design/R.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/design/R.java new file mode 100644 index 0000000..a288880 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/design/R.java @@ -0,0 +1,11703 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package android.support.design; + +public final class R { + public static final class anim { + public static int abc_fade_in=0x7f050000; + public static int abc_fade_out=0x7f050001; + public static int abc_grow_fade_in_from_bottom=0x7f050002; + public static int abc_popup_enter=0x7f050003; + public static int abc_popup_exit=0x7f050004; + public static int abc_shrink_fade_out_from_bottom=0x7f050005; + public static int abc_slide_in_bottom=0x7f050006; + public static int abc_slide_in_top=0x7f050007; + public static int abc_slide_out_bottom=0x7f050008; + public static int abc_slide_out_top=0x7f050009; + public static int design_bottom_sheet_slide_in=0x7f05000a; + public static int design_bottom_sheet_slide_out=0x7f05000b; + public static int design_snackbar_in=0x7f05000c; + public static int design_snackbar_out=0x7f05000d; + public static int tooltip_enter=0x7f05000e; + public static int tooltip_exit=0x7f05000f; + } + public static final class animator { + public static int design_appbar_state_list_animator=0x7f060000; + } + public static final class attr { + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarDivider=0x7f01006b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarItemBackground=0x7f01006c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarPopupTheme=0x7f010065; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ */ + public static int actionBarSize=0x7f01006a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarSplitStyle=0x7f010067; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarStyle=0x7f010066; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabBarStyle=0x7f010061; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabStyle=0x7f010060; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabTextStyle=0x7f010062; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTheme=0x7f010068; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarWidgetTheme=0x7f010069; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionButtonStyle=0x7f010086; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionDropDownStyle=0x7f010082; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionLayout=0x7f0100dd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionMenuTextAppearance=0x7f01006d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int actionMenuTextColor=0x7f01006e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeBackground=0x7f010071; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseButtonStyle=0x7f010070; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseDrawable=0x7f010073; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCopyDrawable=0x7f010075; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCutDrawable=0x7f010074; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeFindDrawable=0x7f010079; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePasteDrawable=0x7f010076; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePopupWindowStyle=0x7f01007b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSelectAllDrawable=0x7f010077; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeShareDrawable=0x7f010078; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSplitBackground=0x7f010072; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeStyle=0x7f01006f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeWebSearchDrawable=0x7f01007a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowButtonStyle=0x7f010063; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowMenuStyle=0x7f010064; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionProviderClass=0x7f0100df; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionViewClass=0x7f0100de; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int activityChooserViewStyle=0x7f01008e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogButtonGroupStyle=0x7f0100b3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int alertDialogCenterButtons=0x7f0100b4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogStyle=0x7f0100b2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogTheme=0x7f0100b5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int allowStacking=0x7f0100cb; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int alpha=0x7f0100cc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static int alphabeticModifiers=0x7f0100da; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowHeadLength=0x7f0100d3; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowShaftLength=0x7f0100d4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int autoCompleteTextViewStyle=0x7f0100ba; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeMaxTextSize=0x7f010054; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeMinTextSize=0x7f010053; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int autoSizePresetSizes=0x7f010052; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeStepGranularity=0x7f010051; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ */ + public static int autoSizeTextType=0x7f010050; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int background=0x7f01002e; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundSplit=0x7f010030; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundStacked=0x7f01002f; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int backgroundTint=0x7f010116; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int backgroundTintMode=0x7f010117; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int barLength=0x7f0100d5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_autoHide=0x7f010141; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_hideable=0x7f01011e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_overlapTop=0x7f01014a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ */ + public static int behavior_peekHeight=0x7f01011d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_skipCollapsed=0x7f01011f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int borderWidth=0x7f01013f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int borderlessButtonStyle=0x7f01008b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int bottomSheetDialogTheme=0x7f010139; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int bottomSheetStyle=0x7f01013a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarButtonStyle=0x7f010088; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNegativeButtonStyle=0x7f0100b8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNeutralButtonStyle=0x7f0100b9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarPositiveButtonStyle=0x7f0100b7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarStyle=0x7f010087; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ */ + public static int buttonGravity=0x7f01010b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonPanelSideLayout=0x7f010043; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyle=0x7f0100bb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyleSmall=0x7f0100bc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int buttonTint=0x7f0100cd; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int buttonTintMode=0x7f0100ce; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardBackgroundColor=0x7f010017; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardCornerRadius=0x7f010018; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardElevation=0x7f010019; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardMaxElevation=0x7f01001a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardPreventCornerOverlap=0x7f01001c; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardUseCompatPadding=0x7f01001b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkboxStyle=0x7f0100bd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkedTextViewStyle=0x7f0100be; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeIcon=0x7f0100ee; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeItemLayout=0x7f010040; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int collapseContentDescription=0x7f01010d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int collapseIcon=0x7f01010c; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static int collapsedTitleGravity=0x7f01012c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int collapsedTitleTextAppearance=0x7f010126; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int color=0x7f0100cf; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorAccent=0x7f0100aa; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorBackgroundFloating=0x7f0100b1; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorButtonNormal=0x7f0100ae; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlActivated=0x7f0100ac; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlHighlight=0x7f0100ad; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlNormal=0x7f0100ab; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int colorError=0x7f0100ca; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimary=0x7f0100a8; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimaryDark=0x7f0100a9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorSwitchThumbNormal=0x7f0100af; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int commitIcon=0x7f0100f3; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentDescription=0x7f0100e0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetEnd=0x7f010039; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetEndWithActions=0x7f01003d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetLeft=0x7f01003a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetRight=0x7f01003b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetStart=0x7f010038; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetStartWithNavigation=0x7f01003c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPadding=0x7f01001d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingBottom=0x7f010021; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingLeft=0x7f01001e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingRight=0x7f01001f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingTop=0x7f010020; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentScrim=0x7f010127; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int controlBackground=0x7f0100b0; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int counterEnabled=0x7f010160; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int counterMaxLength=0x7f010161; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int counterOverflowTextAppearance=0x7f010163; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int counterTextAppearance=0x7f010162; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int customNavigationLayout=0x7f010031; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int defaultQueryHint=0x7f0100ed; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dialogPreferredPadding=0x7f010080; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dialogTheme=0x7f01007f; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ */ + public static int displayOptions=0x7f010027; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int divider=0x7f01002d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerHorizontal=0x7f01008d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dividerPadding=0x7f0100d9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerVertical=0x7f01008c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int drawableSize=0x7f0100d1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int drawerArrowStyle=0x7f010022; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dropDownListViewStyle=0x7f01009f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dropdownListPreferredItemHeight=0x7f010083; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextBackground=0x7f010094; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int editTextColor=0x7f010093; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextStyle=0x7f0100bf; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int elevation=0x7f01003e; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int errorEnabled=0x7f01015e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int errorTextAppearance=0x7f01015f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int expandActivityOverflowButtonDrawable=0x7f010042; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expanded=0x7f010118; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static int expandedTitleGravity=0x7f01012d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMargin=0x7f010120; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginBottom=0x7f010124; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginEnd=0x7f010123; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginStart=0x7f010121; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginTop=0x7f010122; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int expandedTitleTextAppearance=0x7f010125; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int externalRouteEnabledDrawable=0x7f010015; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ */ + public static int fabSize=0x7f01013d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fastScrollEnabled=0x7f010004; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollHorizontalThumbDrawable=0x7f010007; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollHorizontalTrackDrawable=0x7f010008; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollVerticalThumbDrawable=0x7f010005; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollVerticalTrackDrawable=0x7f010006; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int font=0x7f010171; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontFamily=0x7f010055; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderAuthority=0x7f01016a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fontProviderCerts=0x7f01016d; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ */ + public static int fontProviderFetchStrategy=0x7f01016e; + /**

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ */ + public static int fontProviderFetchTimeout=0x7f01016f; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderPackage=0x7f01016b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderQuery=0x7f01016c; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ */ + public static int fontStyle=0x7f010170; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontWeight=0x7f010172; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int foregroundInsidePadding=0x7f010142; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int gapBetweenBars=0x7f0100d2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int goIcon=0x7f0100ef; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int headerLayout=0x7f010148; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int height=0x7f010023; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hideOnContentScroll=0x7f010037; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hintAnimationEnabled=0x7f010164; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hintEnabled=0x7f01015d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int hintTextAppearance=0x7f01015c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeAsUpIndicator=0x7f010085; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeLayout=0x7f010032; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int icon=0x7f01002b; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int iconTint=0x7f0100e2; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int iconTintMode=0x7f0100e3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int iconifiedByDefault=0x7f0100eb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int imageButtonStyle=0x7f010095; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int indeterminateProgressStyle=0x7f010034; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int initialActivityCount=0x7f010041; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int insetForeground=0x7f010149; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int isLightTheme=0x7f010024; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int itemBackground=0x7f010146; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemIconTint=0x7f010144; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemPadding=0x7f010036; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int itemTextAppearance=0x7f010147; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemTextColor=0x7f010145; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int keylines=0x7f010131; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout=0x7f0100ea; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layoutManager=0x7f010000; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout_anchor=0x7f010134; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ */ + public static int layout_anchorGravity=0x7f010136; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_behavior=0x7f010133; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ */ + public static int layout_collapseMode=0x7f01012f; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_collapseParallaxMultiplier=0x7f010130; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ */ + public static int layout_dodgeInsetEdges=0x7f010138; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ */ + public static int layout_insetEdge=0x7f010137; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_keyline=0x7f010135; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ */ + public static int layout_scrollFlags=0x7f01011b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout_scrollInterpolator=0x7f01011c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listChoiceBackgroundIndicator=0x7f0100a7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listDividerAlertDialog=0x7f010081; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listItemLayout=0x7f010047; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listLayout=0x7f010044; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listMenuViewStyle=0x7f0100c7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listPopupWindowStyle=0x7f0100a0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeight=0x7f01009a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightLarge=0x7f01009c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightSmall=0x7f01009b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingLeft=0x7f01009d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingRight=0x7f01009e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int logo=0x7f01002c; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int logoDescription=0x7f010110; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int maxActionInlineWidth=0x7f01014b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int maxButtonHeight=0x7f01010a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int measureWithLargestChild=0x7f0100d7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteAudioTrackDrawable=0x7f010009; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteButtonStyle=0x7f01000a; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int mediaRouteButtonTint=0x7f010016; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteCloseDrawable=0x7f01000b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteControlPanelThemeOverlay=0x7f01000c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteDefaultIconDrawable=0x7f01000d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRoutePauseDrawable=0x7f01000e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRoutePlayDrawable=0x7f01000f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteSpeakerGroupIconDrawable=0x7f010010; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteSpeakerIconDrawable=0x7f010011; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteStopDrawable=0x7f010012; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteTheme=0x7f010013; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteTvIconDrawable=0x7f010014; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int menu=0x7f010143; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int multiChoiceItemLayout=0x7f010045; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int navigationContentDescription=0x7f01010f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int navigationIcon=0x7f01010e; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ */ + public static int navigationMode=0x7f010026; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static int numericModifiers=0x7f0100db; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int overlapAnchor=0x7f0100e6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingBottomNoButtons=0x7f0100e8; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingEnd=0x7f010114; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingStart=0x7f010113; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingTopNoTitle=0x7f0100e9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelBackground=0x7f0100a4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelMenuListTheme=0x7f0100a6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int panelMenuListWidth=0x7f0100a5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleContentDescription=0x7f010167; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int passwordToggleDrawable=0x7f010166; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleEnabled=0x7f010165; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleTint=0x7f010168; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static int passwordToggleTintMode=0x7f010169; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupMenuStyle=0x7f010091; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupTheme=0x7f01003f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupWindowStyle=0x7f010092; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int preserveIconSpacing=0x7f0100e4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int pressedTranslationZ=0x7f01013e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int progressBarPadding=0x7f010035; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int progressBarStyle=0x7f010033; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int queryBackground=0x7f0100f5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int queryHint=0x7f0100ec; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int radioButtonStyle=0x7f0100c0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyle=0x7f0100c1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyleIndicator=0x7f0100c2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyleSmall=0x7f0100c3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int reverseLayout=0x7f010002; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int rippleColor=0x7f01013c; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int scrimAnimationDuration=0x7f01012b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int scrimVisibleHeightTrigger=0x7f01012a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchHintIcon=0x7f0100f1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchIcon=0x7f0100f0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchViewStyle=0x7f010099; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int seekBarStyle=0x7f0100c4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackground=0x7f010089; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackgroundBorderless=0x7f01008a; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ */ + public static int showAsAction=0x7f0100dc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ */ + public static int showDividers=0x7f0100d8; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int showText=0x7f010101; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int showTitle=0x7f010048; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int singleChoiceItemLayout=0x7f010046; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spanCount=0x7f010001; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spinBars=0x7f0100d0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerDropDownItemStyle=0x7f010084; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerStyle=0x7f0100c5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int splitTrack=0x7f010100; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int srcCompat=0x7f010049; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int stackFromEnd=0x7f010003; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_above_anchor=0x7f0100e7; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_collapsed=0x7f010119; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_collapsible=0x7f01011a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int statusBarBackground=0x7f010132; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int statusBarScrim=0x7f010128; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subMenuArrow=0x7f0100e5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int submitBackground=0x7f0100f6; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitle=0x7f010028; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextAppearance=0x7f010103; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitleTextColor=0x7f010112; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextStyle=0x7f01002a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int suggestionRowLayout=0x7f0100f4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchMinWidth=0x7f0100fe; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchPadding=0x7f0100ff; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchStyle=0x7f0100c6; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchTextAppearance=0x7f0100fd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tabBackground=0x7f01014f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabContentStart=0x7f01014e; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ */ + public static int tabGravity=0x7f010151; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabIndicatorColor=0x7f01014c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabIndicatorHeight=0x7f01014d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabMaxWidth=0x7f010153; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabMinWidth=0x7f010152; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ */ + public static int tabMode=0x7f010150; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPadding=0x7f01015b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingBottom=0x7f01015a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingEnd=0x7f010159; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingStart=0x7f010157; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingTop=0x7f010158; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabSelectedTextColor=0x7f010156; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tabTextAppearance=0x7f010154; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabTextColor=0x7f010155; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + */ + public static int textAllCaps=0x7f01004f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceLargePopupMenu=0x7f01007c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItem=0x7f0100a1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItemSecondary=0x7f0100a2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItemSmall=0x7f0100a3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearancePopupMenuHeader=0x7f01007e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultSubtitle=0x7f010097; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultTitle=0x7f010096; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSmallPopupMenu=0x7f01007d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorAlertDialogListItem=0x7f0100b6; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorError=0x7f01013b; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorSearchUrl=0x7f010098; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int theme=0x7f010115; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thickness=0x7f0100d6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thumbTextPadding=0x7f0100fc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thumbTint=0x7f0100f7; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int thumbTintMode=0x7f0100f8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tickMark=0x7f01004c; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tickMarkTint=0x7f01004d; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int tickMarkTintMode=0x7f01004e; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tint=0x7f01004a; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int tintMode=0x7f01004b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int title=0x7f010025; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleEnabled=0x7f01012e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMargin=0x7f010104; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginBottom=0x7f010108; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginEnd=0x7f010106; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginStart=0x7f010105; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginTop=0x7f010107; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMargins=0x7f010109; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextAppearance=0x7f010102; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleTextColor=0x7f010111; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextStyle=0x7f010029; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarId=0x7f010129; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarNavigationButtonStyle=0x7f010090; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarStyle=0x7f01008f; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int tooltipForegroundColor=0x7f0100c9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tooltipFrameBackground=0x7f0100c8; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tooltipText=0x7f0100e1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int track=0x7f0100f9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int trackTint=0x7f0100fa; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int trackTintMode=0x7f0100fb; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int useCompatPadding=0x7f010140; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int voiceIcon=0x7f0100f2; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBar=0x7f010056; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBarOverlay=0x7f010058; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionModeOverlay=0x7f010059; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMajor=0x7f01005d; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMinor=0x7f01005b; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMajor=0x7f01005a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMinor=0x7f01005c; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMajor=0x7f01005e; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMinor=0x7f01005f; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowNoTitle=0x7f010057; + } + public static final class bool { + public static int abc_action_bar_embed_tabs=0x7f0e0000; + public static int abc_allow_stacked_button_bar=0x7f0e0001; + public static int abc_config_actionMenuItemAllCaps=0x7f0e0002; + public static int abc_config_closeDialogWhenTouchOutside=0x7f0e0003; + public static int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f0e0004; + } + public static final class color { + public static int abc_background_cache_hint_selector_material_dark=0x7f0d004f; + public static int abc_background_cache_hint_selector_material_light=0x7f0d0050; + public static int abc_btn_colored_borderless_text_material=0x7f0d0051; + public static int abc_btn_colored_text_material=0x7f0d0052; + public static int abc_color_highlight_material=0x7f0d0053; + public static int abc_hint_foreground_material_dark=0x7f0d0054; + public static int abc_hint_foreground_material_light=0x7f0d0055; + public static int abc_input_method_navigation_guard=0x7f0d0004; + public static int abc_primary_text_disable_only_material_dark=0x7f0d0056; + public static int abc_primary_text_disable_only_material_light=0x7f0d0057; + public static int abc_primary_text_material_dark=0x7f0d0058; + public static int abc_primary_text_material_light=0x7f0d0059; + public static int abc_search_url_text=0x7f0d005a; + public static int abc_search_url_text_normal=0x7f0d0005; + public static int abc_search_url_text_pressed=0x7f0d0006; + public static int abc_search_url_text_selected=0x7f0d0007; + public static int abc_secondary_text_material_dark=0x7f0d005b; + public static int abc_secondary_text_material_light=0x7f0d005c; + public static int abc_tint_btn_checkable=0x7f0d005d; + public static int abc_tint_default=0x7f0d005e; + public static int abc_tint_edittext=0x7f0d005f; + public static int abc_tint_seek_thumb=0x7f0d0060; + public static int abc_tint_spinner=0x7f0d0061; + public static int abc_tint_switch_track=0x7f0d0062; + public static int accent_material_dark=0x7f0d0008; + public static int accent_material_light=0x7f0d0009; + public static int background_floating_material_dark=0x7f0d000a; + public static int background_floating_material_light=0x7f0d000b; + public static int background_material_dark=0x7f0d000c; + public static int background_material_light=0x7f0d000d; + public static int bright_foreground_disabled_material_dark=0x7f0d000e; + public static int bright_foreground_disabled_material_light=0x7f0d000f; + public static int bright_foreground_inverse_material_dark=0x7f0d0010; + public static int bright_foreground_inverse_material_light=0x7f0d0011; + public static int bright_foreground_material_dark=0x7f0d0012; + public static int bright_foreground_material_light=0x7f0d0013; + public static int button_material_dark=0x7f0d0014; + public static int button_material_light=0x7f0d0015; + public static int cardview_dark_background=0x7f0d0000; + public static int cardview_light_background=0x7f0d0001; + public static int cardview_shadow_end_color=0x7f0d0002; + public static int cardview_shadow_start_color=0x7f0d0003; + public static int colorAccent=0x7f0d004e; + public static int colorPrimary=0x7f0d004c; + public static int colorPrimaryDark=0x7f0d004d; + public static int design_bottom_navigation_shadow_color=0x7f0d0040; + public static int design_error=0x7f0d0063; + public static int design_fab_shadow_end_color=0x7f0d0041; + public static int design_fab_shadow_mid_color=0x7f0d0042; + public static int design_fab_shadow_start_color=0x7f0d0043; + public static int design_fab_stroke_end_inner_color=0x7f0d0044; + public static int design_fab_stroke_end_outer_color=0x7f0d0045; + public static int design_fab_stroke_top_inner_color=0x7f0d0046; + public static int design_fab_stroke_top_outer_color=0x7f0d0047; + public static int design_snackbar_background_color=0x7f0d0048; + public static int design_tint_password_toggle=0x7f0d0064; + public static int dim_foreground_disabled_material_dark=0x7f0d0016; + public static int dim_foreground_disabled_material_light=0x7f0d0017; + public static int dim_foreground_material_dark=0x7f0d0018; + public static int dim_foreground_material_light=0x7f0d0019; + public static int error_color_material=0x7f0d001a; + public static int foreground_material_dark=0x7f0d001b; + public static int foreground_material_light=0x7f0d001c; + public static int highlighted_text_material_dark=0x7f0d001d; + public static int highlighted_text_material_light=0x7f0d001e; + public static int launcher_background=0x7f0d004b; + public static int material_blue_grey_800=0x7f0d001f; + public static int material_blue_grey_900=0x7f0d0020; + public static int material_blue_grey_950=0x7f0d0021; + public static int material_deep_teal_200=0x7f0d0022; + public static int material_deep_teal_500=0x7f0d0023; + public static int material_grey_100=0x7f0d0024; + public static int material_grey_300=0x7f0d0025; + public static int material_grey_50=0x7f0d0026; + public static int material_grey_600=0x7f0d0027; + public static int material_grey_800=0x7f0d0028; + public static int material_grey_850=0x7f0d0029; + public static int material_grey_900=0x7f0d002a; + public static int notification_action_color_filter=0x7f0d0049; + public static int notification_icon_bg_color=0x7f0d004a; + public static int notification_material_background_media_default_color=0x7f0d003f; + public static int primary_dark_material_dark=0x7f0d002b; + public static int primary_dark_material_light=0x7f0d002c; + public static int primary_material_dark=0x7f0d002d; + public static int primary_material_light=0x7f0d002e; + public static int primary_text_default_material_dark=0x7f0d002f; + public static int primary_text_default_material_light=0x7f0d0030; + public static int primary_text_disabled_material_dark=0x7f0d0031; + public static int primary_text_disabled_material_light=0x7f0d0032; + public static int ripple_material_dark=0x7f0d0033; + public static int ripple_material_light=0x7f0d0034; + public static int secondary_text_default_material_dark=0x7f0d0035; + public static int secondary_text_default_material_light=0x7f0d0036; + public static int secondary_text_disabled_material_dark=0x7f0d0037; + public static int secondary_text_disabled_material_light=0x7f0d0038; + public static int switch_thumb_disabled_material_dark=0x7f0d0039; + public static int switch_thumb_disabled_material_light=0x7f0d003a; + public static int switch_thumb_material_dark=0x7f0d0065; + public static int switch_thumb_material_light=0x7f0d0066; + public static int switch_thumb_normal_material_dark=0x7f0d003b; + public static int switch_thumb_normal_material_light=0x7f0d003c; + public static int tooltip_background_dark=0x7f0d003d; + public static int tooltip_background_light=0x7f0d003e; + } + public static final class dimen { + public static int abc_action_bar_content_inset_material=0x7f08001b; + public static int abc_action_bar_content_inset_with_nav=0x7f08001c; + public static int abc_action_bar_default_height_material=0x7f080010; + public static int abc_action_bar_default_padding_end_material=0x7f08001d; + public static int abc_action_bar_default_padding_start_material=0x7f08001e; + public static int abc_action_bar_elevation_material=0x7f080020; + public static int abc_action_bar_icon_vertical_padding_material=0x7f080021; + public static int abc_action_bar_overflow_padding_end_material=0x7f080022; + public static int abc_action_bar_overflow_padding_start_material=0x7f080023; + public static int abc_action_bar_progress_bar_size=0x7f080011; + public static int abc_action_bar_stacked_max_height=0x7f080024; + public static int abc_action_bar_stacked_tab_max_width=0x7f080025; + public static int abc_action_bar_subtitle_bottom_margin_material=0x7f080026; + public static int abc_action_bar_subtitle_top_margin_material=0x7f080027; + public static int abc_action_button_min_height_material=0x7f080028; + public static int abc_action_button_min_width_material=0x7f080029; + public static int abc_action_button_min_width_overflow_material=0x7f08002a; + public static int abc_alert_dialog_button_bar_height=0x7f08000f; + public static int abc_button_inset_horizontal_material=0x7f08002b; + public static int abc_button_inset_vertical_material=0x7f08002c; + public static int abc_button_padding_horizontal_material=0x7f08002d; + public static int abc_button_padding_vertical_material=0x7f08002e; + public static int abc_cascading_menus_min_smallest_width=0x7f08002f; + public static int abc_config_prefDialogWidth=0x7f080014; + public static int abc_control_corner_material=0x7f080030; + public static int abc_control_inset_material=0x7f080031; + public static int abc_control_padding_material=0x7f080032; + public static int abc_dialog_fixed_height_major=0x7f080015; + public static int abc_dialog_fixed_height_minor=0x7f080016; + public static int abc_dialog_fixed_width_major=0x7f080017; + public static int abc_dialog_fixed_width_minor=0x7f080018; + public static int abc_dialog_list_padding_bottom_no_buttons=0x7f080033; + public static int abc_dialog_list_padding_top_no_title=0x7f080034; + public static int abc_dialog_min_width_major=0x7f080019; + public static int abc_dialog_min_width_minor=0x7f08001a; + public static int abc_dialog_padding_material=0x7f080035; + public static int abc_dialog_padding_top_material=0x7f080036; + public static int abc_dialog_title_divider_material=0x7f080037; + public static int abc_disabled_alpha_material_dark=0x7f080038; + public static int abc_disabled_alpha_material_light=0x7f080039; + public static int abc_dropdownitem_icon_width=0x7f08003a; + public static int abc_dropdownitem_text_padding_left=0x7f08003b; + public static int abc_dropdownitem_text_padding_right=0x7f08003c; + public static int abc_edit_text_inset_bottom_material=0x7f08003d; + public static int abc_edit_text_inset_horizontal_material=0x7f08003e; + public static int abc_edit_text_inset_top_material=0x7f08003f; + public static int abc_floating_window_z=0x7f080040; + public static int abc_list_item_padding_horizontal_material=0x7f080041; + public static int abc_panel_menu_list_width=0x7f080042; + public static int abc_progress_bar_height_material=0x7f080043; + public static int abc_search_view_preferred_height=0x7f080044; + public static int abc_search_view_preferred_width=0x7f080045; + public static int abc_seekbar_track_background_height_material=0x7f080046; + public static int abc_seekbar_track_progress_height_material=0x7f080047; + public static int abc_select_dialog_padding_start_material=0x7f080048; + public static int abc_switch_padding=0x7f08001f; + public static int abc_text_size_body_1_material=0x7f080049; + public static int abc_text_size_body_2_material=0x7f08004a; + public static int abc_text_size_button_material=0x7f08004b; + public static int abc_text_size_caption_material=0x7f08004c; + public static int abc_text_size_display_1_material=0x7f08004d; + public static int abc_text_size_display_2_material=0x7f08004e; + public static int abc_text_size_display_3_material=0x7f08004f; + public static int abc_text_size_display_4_material=0x7f080050; + public static int abc_text_size_headline_material=0x7f080051; + public static int abc_text_size_large_material=0x7f080052; + public static int abc_text_size_medium_material=0x7f080053; + public static int abc_text_size_menu_header_material=0x7f080054; + public static int abc_text_size_menu_material=0x7f080055; + public static int abc_text_size_small_material=0x7f080056; + public static int abc_text_size_subhead_material=0x7f080057; + public static int abc_text_size_subtitle_material_toolbar=0x7f080012; + public static int abc_text_size_title_material=0x7f080058; + public static int abc_text_size_title_material_toolbar=0x7f080013; + public static int cardview_compat_inset_shadow=0x7f08000c; + public static int cardview_default_elevation=0x7f08000d; + public static int cardview_default_radius=0x7f08000e; + public static int compat_button_inset_horizontal_material=0x7f080094; + public static int compat_button_inset_vertical_material=0x7f080095; + public static int compat_button_padding_horizontal_material=0x7f080096; + public static int compat_button_padding_vertical_material=0x7f080097; + public static int compat_control_corner_material=0x7f080098; + public static int design_appbar_elevation=0x7f080072; + public static int design_bottom_navigation_active_item_max_width=0x7f080073; + public static int design_bottom_navigation_active_text_size=0x7f080074; + public static int design_bottom_navigation_elevation=0x7f080075; + public static int design_bottom_navigation_height=0x7f080076; + public static int design_bottom_navigation_item_max_width=0x7f080077; + public static int design_bottom_navigation_item_min_width=0x7f080078; + public static int design_bottom_navigation_margin=0x7f080079; + public static int design_bottom_navigation_shadow_height=0x7f08007a; + public static int design_bottom_navigation_text_size=0x7f08007b; + public static int design_bottom_sheet_modal_elevation=0x7f08007c; + public static int design_bottom_sheet_peek_height_min=0x7f08007d; + public static int design_fab_border_width=0x7f08007e; + public static int design_fab_elevation=0x7f08007f; + public static int design_fab_image_size=0x7f080080; + public static int design_fab_size_mini=0x7f080081; + public static int design_fab_size_normal=0x7f080082; + public static int design_fab_translation_z_pressed=0x7f080083; + public static int design_navigation_elevation=0x7f080084; + public static int design_navigation_icon_padding=0x7f080085; + public static int design_navigation_icon_size=0x7f080086; + public static int design_navigation_max_width=0x7f08006a; + public static int design_navigation_padding_bottom=0x7f080087; + public static int design_navigation_separator_vertical_padding=0x7f080088; + public static int design_snackbar_action_inline_max_width=0x7f08006b; + public static int design_snackbar_background_corner_radius=0x7f08006c; + public static int design_snackbar_elevation=0x7f080089; + public static int design_snackbar_extra_spacing_horizontal=0x7f08006d; + public static int design_snackbar_max_width=0x7f08006e; + public static int design_snackbar_min_width=0x7f08006f; + public static int design_snackbar_padding_horizontal=0x7f08008a; + public static int design_snackbar_padding_vertical=0x7f08008b; + public static int design_snackbar_padding_vertical_2lines=0x7f080070; + public static int design_snackbar_text_size=0x7f08008c; + public static int design_tab_max_width=0x7f08008d; + public static int design_tab_scrollable_min_width=0x7f080071; + public static int design_tab_text_size=0x7f08008e; + public static int design_tab_text_size_2line=0x7f08008f; + public static int disabled_alpha_material_dark=0x7f080059; + public static int disabled_alpha_material_light=0x7f08005a; + public static int fastscroll_default_thickness=0x7f080000; + public static int fastscroll_margin=0x7f080001; + public static int fastscroll_minimum_range=0x7f080002; + public static int highlight_alpha_material_colored=0x7f08005b; + public static int highlight_alpha_material_dark=0x7f08005c; + public static int highlight_alpha_material_light=0x7f08005d; + public static int hint_alpha_material_dark=0x7f08005e; + public static int hint_alpha_material_light=0x7f08005f; + public static int hint_pressed_alpha_material_dark=0x7f080060; + public static int hint_pressed_alpha_material_light=0x7f080061; + public static int item_touch_helper_max_drag_scroll_per_frame=0x7f080003; + public static int item_touch_helper_swipe_escape_max_velocity=0x7f080004; + public static int item_touch_helper_swipe_escape_velocity=0x7f080005; + public static int mr_controller_volume_group_list_item_height=0x7f080006; + public static int mr_controller_volume_group_list_item_icon_size=0x7f080007; + public static int mr_controller_volume_group_list_max_height=0x7f080008; + public static int mr_controller_volume_group_list_padding_top=0x7f08000b; + public static int mr_dialog_fixed_width_major=0x7f080009; + public static int mr_dialog_fixed_width_minor=0x7f08000a; + public static int notification_action_icon_size=0x7f080099; + public static int notification_action_text_size=0x7f08009a; + public static int notification_big_circle_margin=0x7f08009b; + public static int notification_content_margin_start=0x7f080091; + public static int notification_large_icon_height=0x7f08009c; + public static int notification_large_icon_width=0x7f08009d; + public static int notification_main_column_padding_top=0x7f080092; + public static int notification_media_narrow_margin=0x7f080093; + public static int notification_right_icon_size=0x7f08009e; + public static int notification_right_side_padding_top=0x7f080090; + public static int notification_small_icon_background_padding=0x7f08009f; + public static int notification_small_icon_size_as_large=0x7f0800a0; + public static int notification_subtext_size=0x7f0800a1; + public static int notification_top_pad=0x7f0800a2; + public static int notification_top_pad_large_text=0x7f0800a3; + public static int tooltip_corner_radius=0x7f080062; + public static int tooltip_horizontal_padding=0x7f080063; + public static int tooltip_margin=0x7f080064; + public static int tooltip_precise_anchor_extra_offset=0x7f080065; + public static int tooltip_precise_anchor_threshold=0x7f080066; + public static int tooltip_vertical_padding=0x7f080067; + public static int tooltip_y_offset_non_touch=0x7f080068; + public static int tooltip_y_offset_touch=0x7f080069; + } + public static final class drawable { + public static int abc_ab_share_pack_mtrl_alpha=0x7f020000; + public static int abc_action_bar_item_background_material=0x7f020001; + public static int abc_btn_borderless_material=0x7f020002; + public static int abc_btn_check_material=0x7f020003; + public static int abc_btn_check_to_on_mtrl_000=0x7f020004; + public static int abc_btn_check_to_on_mtrl_015=0x7f020005; + public static int abc_btn_colored_material=0x7f020006; + public static int abc_btn_default_mtrl_shape=0x7f020007; + public static int abc_btn_radio_material=0x7f020008; + public static int abc_btn_radio_to_on_mtrl_000=0x7f020009; + public static int abc_btn_radio_to_on_mtrl_015=0x7f02000a; + public static int abc_btn_switch_to_on_mtrl_00001=0x7f02000b; + public static int abc_btn_switch_to_on_mtrl_00012=0x7f02000c; + public static int abc_cab_background_internal_bg=0x7f02000d; + public static int abc_cab_background_top_material=0x7f02000e; + public static int abc_cab_background_top_mtrl_alpha=0x7f02000f; + public static int abc_control_background_material=0x7f020010; + public static int abc_dialog_material_background=0x7f020011; + public static int abc_edit_text_material=0x7f020012; + public static int abc_ic_ab_back_material=0x7f020013; + public static int abc_ic_arrow_drop_right_black_24dp=0x7f020014; + public static int abc_ic_clear_material=0x7f020015; + public static int abc_ic_commit_search_api_mtrl_alpha=0x7f020016; + public static int abc_ic_go_search_api_material=0x7f020017; + public static int abc_ic_menu_copy_mtrl_am_alpha=0x7f020018; + public static int abc_ic_menu_cut_mtrl_alpha=0x7f020019; + public static int abc_ic_menu_overflow_material=0x7f02001a; + public static int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001b; + public static int abc_ic_menu_selectall_mtrl_alpha=0x7f02001c; + public static int abc_ic_menu_share_mtrl_alpha=0x7f02001d; + public static int abc_ic_search_api_material=0x7f02001e; + public static int abc_ic_star_black_16dp=0x7f02001f; + public static int abc_ic_star_black_36dp=0x7f020020; + public static int abc_ic_star_black_48dp=0x7f020021; + public static int abc_ic_star_half_black_16dp=0x7f020022; + public static int abc_ic_star_half_black_36dp=0x7f020023; + public static int abc_ic_star_half_black_48dp=0x7f020024; + public static int abc_ic_voice_search_api_material=0x7f020025; + public static int abc_item_background_holo_dark=0x7f020026; + public static int abc_item_background_holo_light=0x7f020027; + public static int abc_list_divider_mtrl_alpha=0x7f020028; + public static int abc_list_focused_holo=0x7f020029; + public static int abc_list_longpressed_holo=0x7f02002a; + public static int abc_list_pressed_holo_dark=0x7f02002b; + public static int abc_list_pressed_holo_light=0x7f02002c; + public static int abc_list_selector_background_transition_holo_dark=0x7f02002d; + public static int abc_list_selector_background_transition_holo_light=0x7f02002e; + public static int abc_list_selector_disabled_holo_dark=0x7f02002f; + public static int abc_list_selector_disabled_holo_light=0x7f020030; + public static int abc_list_selector_holo_dark=0x7f020031; + public static int abc_list_selector_holo_light=0x7f020032; + public static int abc_menu_hardkey_panel_mtrl_mult=0x7f020033; + public static int abc_popup_background_mtrl_mult=0x7f020034; + public static int abc_ratingbar_indicator_material=0x7f020035; + public static int abc_ratingbar_material=0x7f020036; + public static int abc_ratingbar_small_material=0x7f020037; + public static int abc_scrubber_control_off_mtrl_alpha=0x7f020038; + public static int abc_scrubber_control_to_pressed_mtrl_000=0x7f020039; + public static int abc_scrubber_control_to_pressed_mtrl_005=0x7f02003a; + public static int abc_scrubber_primary_mtrl_alpha=0x7f02003b; + public static int abc_scrubber_track_mtrl_alpha=0x7f02003c; + public static int abc_seekbar_thumb_material=0x7f02003d; + public static int abc_seekbar_tick_mark_material=0x7f02003e; + public static int abc_seekbar_track_material=0x7f02003f; + public static int abc_spinner_mtrl_am_alpha=0x7f020040; + public static int abc_spinner_textfield_background_material=0x7f020041; + public static int abc_switch_thumb_material=0x7f020042; + public static int abc_switch_track_mtrl_alpha=0x7f020043; + public static int abc_tab_indicator_material=0x7f020044; + public static int abc_tab_indicator_mtrl_alpha=0x7f020045; + public static int abc_text_cursor_material=0x7f020046; + public static int abc_text_select_handle_left_mtrl_dark=0x7f020047; + public static int abc_text_select_handle_left_mtrl_light=0x7f020048; + public static int abc_text_select_handle_middle_mtrl_dark=0x7f020049; + public static int abc_text_select_handle_middle_mtrl_light=0x7f02004a; + public static int abc_text_select_handle_right_mtrl_dark=0x7f02004b; + public static int abc_text_select_handle_right_mtrl_light=0x7f02004c; + public static int abc_textfield_activated_mtrl_alpha=0x7f02004d; + public static int abc_textfield_default_mtrl_alpha=0x7f02004e; + public static int abc_textfield_search_activated_mtrl_alpha=0x7f02004f; + public static int abc_textfield_search_default_mtrl_alpha=0x7f020050; + public static int abc_textfield_search_material=0x7f020051; + public static int abc_vector_test=0x7f020052; + public static int avd_hide_password=0x7f020053; + public static int avd_hide_password_1=0x7f02012f; + public static int avd_hide_password_2=0x7f020130; + public static int avd_hide_password_3=0x7f020131; + public static int avd_show_password=0x7f020054; + public static int avd_show_password_1=0x7f020132; + public static int avd_show_password_2=0x7f020133; + public static int avd_show_password_3=0x7f020134; + public static int design_bottom_navigation_item_background=0x7f020055; + public static int design_fab_background=0x7f020056; + public static int design_ic_visibility=0x7f020057; + public static int design_ic_visibility_off=0x7f020058; + public static int design_password_eye=0x7f020059; + public static int design_snackbar_background=0x7f02005a; + public static int ic_audiotrack_dark=0x7f02005b; + public static int ic_audiotrack_light=0x7f02005c; + public static int ic_dialog_close_dark=0x7f02005d; + public static int ic_dialog_close_light=0x7f02005e; + public static int ic_group_collapse_00=0x7f02005f; + public static int ic_group_collapse_01=0x7f020060; + public static int ic_group_collapse_02=0x7f020061; + public static int ic_group_collapse_03=0x7f020062; + public static int ic_group_collapse_04=0x7f020063; + public static int ic_group_collapse_05=0x7f020064; + public static int ic_group_collapse_06=0x7f020065; + public static int ic_group_collapse_07=0x7f020066; + public static int ic_group_collapse_08=0x7f020067; + public static int ic_group_collapse_09=0x7f020068; + public static int ic_group_collapse_10=0x7f020069; + public static int ic_group_collapse_11=0x7f02006a; + public static int ic_group_collapse_12=0x7f02006b; + public static int ic_group_collapse_13=0x7f02006c; + public static int ic_group_collapse_14=0x7f02006d; + public static int ic_group_collapse_15=0x7f02006e; + public static int ic_group_expand_00=0x7f02006f; + public static int ic_group_expand_01=0x7f020070; + public static int ic_group_expand_02=0x7f020071; + public static int ic_group_expand_03=0x7f020072; + public static int ic_group_expand_04=0x7f020073; + public static int ic_group_expand_05=0x7f020074; + public static int ic_group_expand_06=0x7f020075; + public static int ic_group_expand_07=0x7f020076; + public static int ic_group_expand_08=0x7f020077; + public static int ic_group_expand_09=0x7f020078; + public static int ic_group_expand_10=0x7f020079; + public static int ic_group_expand_11=0x7f02007a; + public static int ic_group_expand_12=0x7f02007b; + public static int ic_group_expand_13=0x7f02007c; + public static int ic_group_expand_14=0x7f02007d; + public static int ic_group_expand_15=0x7f02007e; + public static int ic_media_pause_dark=0x7f02007f; + public static int ic_media_pause_light=0x7f020080; + public static int ic_media_play_dark=0x7f020081; + public static int ic_media_play_light=0x7f020082; + public static int ic_media_stop_dark=0x7f020083; + public static int ic_media_stop_light=0x7f020084; + public static int ic_mr_button_connected_00_dark=0x7f020085; + public static int ic_mr_button_connected_00_light=0x7f020086; + public static int ic_mr_button_connected_01_dark=0x7f020087; + public static int ic_mr_button_connected_01_light=0x7f020088; + public static int ic_mr_button_connected_02_dark=0x7f020089; + public static int ic_mr_button_connected_02_light=0x7f02008a; + public static int ic_mr_button_connected_03_dark=0x7f02008b; + public static int ic_mr_button_connected_03_light=0x7f02008c; + public static int ic_mr_button_connected_04_dark=0x7f02008d; + public static int ic_mr_button_connected_04_light=0x7f02008e; + public static int ic_mr_button_connected_05_dark=0x7f02008f; + public static int ic_mr_button_connected_05_light=0x7f020090; + public static int ic_mr_button_connected_06_dark=0x7f020091; + public static int ic_mr_button_connected_06_light=0x7f020092; + public static int ic_mr_button_connected_07_dark=0x7f020093; + public static int ic_mr_button_connected_07_light=0x7f020094; + public static int ic_mr_button_connected_08_dark=0x7f020095; + public static int ic_mr_button_connected_08_light=0x7f020096; + public static int ic_mr_button_connected_09_dark=0x7f020097; + public static int ic_mr_button_connected_09_light=0x7f020098; + public static int ic_mr_button_connected_10_dark=0x7f020099; + public static int ic_mr_button_connected_10_light=0x7f02009a; + public static int ic_mr_button_connected_11_dark=0x7f02009b; + public static int ic_mr_button_connected_11_light=0x7f02009c; + public static int ic_mr_button_connected_12_dark=0x7f02009d; + public static int ic_mr_button_connected_12_light=0x7f02009e; + public static int ic_mr_button_connected_13_dark=0x7f02009f; + public static int ic_mr_button_connected_13_light=0x7f0200a0; + public static int ic_mr_button_connected_14_dark=0x7f0200a1; + public static int ic_mr_button_connected_14_light=0x7f0200a2; + public static int ic_mr_button_connected_15_dark=0x7f0200a3; + public static int ic_mr_button_connected_15_light=0x7f0200a4; + public static int ic_mr_button_connected_16_dark=0x7f0200a5; + public static int ic_mr_button_connected_16_light=0x7f0200a6; + public static int ic_mr_button_connected_17_dark=0x7f0200a7; + public static int ic_mr_button_connected_17_light=0x7f0200a8; + public static int ic_mr_button_connected_18_dark=0x7f0200a9; + public static int ic_mr_button_connected_18_light=0x7f0200aa; + public static int ic_mr_button_connected_19_dark=0x7f0200ab; + public static int ic_mr_button_connected_19_light=0x7f0200ac; + public static int ic_mr_button_connected_20_dark=0x7f0200ad; + public static int ic_mr_button_connected_20_light=0x7f0200ae; + public static int ic_mr_button_connected_21_dark=0x7f0200af; + public static int ic_mr_button_connected_21_light=0x7f0200b0; + public static int ic_mr_button_connected_22_dark=0x7f0200b1; + public static int ic_mr_button_connected_22_light=0x7f0200b2; + public static int ic_mr_button_connected_23_dark=0x7f0200b3; + public static int ic_mr_button_connected_23_light=0x7f0200b4; + public static int ic_mr_button_connected_24_dark=0x7f0200b5; + public static int ic_mr_button_connected_24_light=0x7f0200b6; + public static int ic_mr_button_connected_25_dark=0x7f0200b7; + public static int ic_mr_button_connected_25_light=0x7f0200b8; + public static int ic_mr_button_connected_26_dark=0x7f0200b9; + public static int ic_mr_button_connected_26_light=0x7f0200ba; + public static int ic_mr_button_connected_27_dark=0x7f0200bb; + public static int ic_mr_button_connected_27_light=0x7f0200bc; + public static int ic_mr_button_connected_28_dark=0x7f0200bd; + public static int ic_mr_button_connected_28_light=0x7f0200be; + public static int ic_mr_button_connected_29_dark=0x7f0200bf; + public static int ic_mr_button_connected_29_light=0x7f0200c0; + public static int ic_mr_button_connected_30_dark=0x7f0200c1; + public static int ic_mr_button_connected_30_light=0x7f0200c2; + public static int ic_mr_button_connecting_00_dark=0x7f0200c3; + public static int ic_mr_button_connecting_00_light=0x7f0200c4; + public static int ic_mr_button_connecting_01_dark=0x7f0200c5; + public static int ic_mr_button_connecting_01_light=0x7f0200c6; + public static int ic_mr_button_connecting_02_dark=0x7f0200c7; + public static int ic_mr_button_connecting_02_light=0x7f0200c8; + public static int ic_mr_button_connecting_03_dark=0x7f0200c9; + public static int ic_mr_button_connecting_03_light=0x7f0200ca; + public static int ic_mr_button_connecting_04_dark=0x7f0200cb; + public static int ic_mr_button_connecting_04_light=0x7f0200cc; + public static int ic_mr_button_connecting_05_dark=0x7f0200cd; + public static int ic_mr_button_connecting_05_light=0x7f0200ce; + public static int ic_mr_button_connecting_06_dark=0x7f0200cf; + public static int ic_mr_button_connecting_06_light=0x7f0200d0; + public static int ic_mr_button_connecting_07_dark=0x7f0200d1; + public static int ic_mr_button_connecting_07_light=0x7f0200d2; + public static int ic_mr_button_connecting_08_dark=0x7f0200d3; + public static int ic_mr_button_connecting_08_light=0x7f0200d4; + public static int ic_mr_button_connecting_09_dark=0x7f0200d5; + public static int ic_mr_button_connecting_09_light=0x7f0200d6; + public static int ic_mr_button_connecting_10_dark=0x7f0200d7; + public static int ic_mr_button_connecting_10_light=0x7f0200d8; + public static int ic_mr_button_connecting_11_dark=0x7f0200d9; + public static int ic_mr_button_connecting_11_light=0x7f0200da; + public static int ic_mr_button_connecting_12_dark=0x7f0200db; + public static int ic_mr_button_connecting_12_light=0x7f0200dc; + public static int ic_mr_button_connecting_13_dark=0x7f0200dd; + public static int ic_mr_button_connecting_13_light=0x7f0200de; + public static int ic_mr_button_connecting_14_dark=0x7f0200df; + public static int ic_mr_button_connecting_14_light=0x7f0200e0; + public static int ic_mr_button_connecting_15_dark=0x7f0200e1; + public static int ic_mr_button_connecting_15_light=0x7f0200e2; + public static int ic_mr_button_connecting_16_dark=0x7f0200e3; + public static int ic_mr_button_connecting_16_light=0x7f0200e4; + public static int ic_mr_button_connecting_17_dark=0x7f0200e5; + public static int ic_mr_button_connecting_17_light=0x7f0200e6; + public static int ic_mr_button_connecting_18_dark=0x7f0200e7; + public static int ic_mr_button_connecting_18_light=0x7f0200e8; + public static int ic_mr_button_connecting_19_dark=0x7f0200e9; + public static int ic_mr_button_connecting_19_light=0x7f0200ea; + public static int ic_mr_button_connecting_20_dark=0x7f0200eb; + public static int ic_mr_button_connecting_20_light=0x7f0200ec; + public static int ic_mr_button_connecting_21_dark=0x7f0200ed; + public static int ic_mr_button_connecting_21_light=0x7f0200ee; + public static int ic_mr_button_connecting_22_dark=0x7f0200ef; + public static int ic_mr_button_connecting_22_light=0x7f0200f0; + public static int ic_mr_button_connecting_23_dark=0x7f0200f1; + public static int ic_mr_button_connecting_23_light=0x7f0200f2; + public static int ic_mr_button_connecting_24_dark=0x7f0200f3; + public static int ic_mr_button_connecting_24_light=0x7f0200f4; + public static int ic_mr_button_connecting_25_dark=0x7f0200f5; + public static int ic_mr_button_connecting_25_light=0x7f0200f6; + public static int ic_mr_button_connecting_26_dark=0x7f0200f7; + public static int ic_mr_button_connecting_26_light=0x7f0200f8; + public static int ic_mr_button_connecting_27_dark=0x7f0200f9; + public static int ic_mr_button_connecting_27_light=0x7f0200fa; + public static int ic_mr_button_connecting_28_dark=0x7f0200fb; + public static int ic_mr_button_connecting_28_light=0x7f0200fc; + public static int ic_mr_button_connecting_29_dark=0x7f0200fd; + public static int ic_mr_button_connecting_29_light=0x7f0200fe; + public static int ic_mr_button_connecting_30_dark=0x7f0200ff; + public static int ic_mr_button_connecting_30_light=0x7f020100; + public static int ic_mr_button_disabled_dark=0x7f020101; + public static int ic_mr_button_disabled_light=0x7f020102; + public static int ic_mr_button_disconnected_dark=0x7f020103; + public static int ic_mr_button_disconnected_light=0x7f020104; + public static int ic_mr_button_grey=0x7f020105; + public static int ic_vol_type_speaker_dark=0x7f020106; + public static int ic_vol_type_speaker_group_dark=0x7f020107; + public static int ic_vol_type_speaker_group_light=0x7f020108; + public static int ic_vol_type_speaker_light=0x7f020109; + public static int ic_vol_type_tv_dark=0x7f02010a; + public static int ic_vol_type_tv_light=0x7f02010b; + public static int mr_button_connected_dark=0x7f02010c; + public static int mr_button_connected_light=0x7f02010d; + public static int mr_button_connecting_dark=0x7f02010e; + public static int mr_button_connecting_light=0x7f02010f; + public static int mr_button_dark=0x7f020110; + public static int mr_button_light=0x7f020111; + public static int mr_dialog_close_dark=0x7f020112; + public static int mr_dialog_close_light=0x7f020113; + public static int mr_dialog_material_background_dark=0x7f020114; + public static int mr_dialog_material_background_light=0x7f020115; + public static int mr_group_collapse=0x7f020116; + public static int mr_group_expand=0x7f020117; + public static int mr_media_pause_dark=0x7f020118; + public static int mr_media_pause_light=0x7f020119; + public static int mr_media_play_dark=0x7f02011a; + public static int mr_media_play_light=0x7f02011b; + public static int mr_media_stop_dark=0x7f02011c; + public static int mr_media_stop_light=0x7f02011d; + public static int mr_vol_type_audiotrack_dark=0x7f02011e; + public static int mr_vol_type_audiotrack_light=0x7f02011f; + public static int navigation_empty_icon=0x7f020120; + public static int notification_action_background=0x7f020121; + public static int notification_bg=0x7f020122; + public static int notification_bg_low=0x7f020123; + public static int notification_bg_low_normal=0x7f020124; + public static int notification_bg_low_pressed=0x7f020125; + public static int notification_bg_normal=0x7f020126; + public static int notification_bg_normal_pressed=0x7f020127; + public static int notification_icon_background=0x7f020128; + public static int notification_template_icon_bg=0x7f02012d; + public static int notification_template_icon_low_bg=0x7f02012e; + public static int notification_tile_bg=0x7f020129; + public static int notify_panel_notification_icon_bg=0x7f02012a; + public static int tooltip_frame_dark=0x7f02012b; + public static int tooltip_frame_light=0x7f02012c; + } + public static final class id { + public static int ALT=0x7f090032; + public static int CTRL=0x7f090033; + public static int FUNCTION=0x7f090034; + public static int META=0x7f090035; + public static int SHIFT=0x7f090036; + public static int SYM=0x7f090037; + public static int action0=0x7f0900b6; + public static int action_bar=0x7f09007c; + public static int action_bar_activity_content=0x7f090001; + public static int action_bar_container=0x7f09007b; + public static int action_bar_root=0x7f090077; + public static int action_bar_spinner=0x7f090002; + public static int action_bar_subtitle=0x7f09005b; + public static int action_bar_title=0x7f09005a; + public static int action_container=0x7f0900b3; + public static int action_context_bar=0x7f09007d; + public static int action_divider=0x7f0900ba; + public static int action_image=0x7f0900b4; + public static int action_menu_divider=0x7f090003; + public static int action_menu_presenter=0x7f090004; + public static int action_mode_bar=0x7f090079; + public static int action_mode_bar_stub=0x7f090078; + public static int action_mode_close_button=0x7f09005c; + public static int action_text=0x7f0900b5; + public static int actions=0x7f0900c3; + public static int activity_chooser_view_content=0x7f09005d; + public static int add=0x7f090027; + public static int alertTitle=0x7f090070; + public static int all=0x7f090052; + public static int always=0x7f090038; + public static int async=0x7f090056; + public static int auto=0x7f090044; + public static int beginning=0x7f09002f; + public static int blocking=0x7f090057; + public static int bottom=0x7f09003d; + public static int buttonPanel=0x7f090063; + public static int cancel_action=0x7f0900b7; + public static int center=0x7f090045; + public static int center_horizontal=0x7f090046; + public static int center_vertical=0x7f090047; + public static int checkbox=0x7f090073; + public static int chronometer=0x7f0900bf; + public static int clip_horizontal=0x7f09004e; + public static int clip_vertical=0x7f09004f; + public static int collapseActionView=0x7f090039; + public static int container=0x7f09008d; + public static int contentPanel=0x7f090066; + public static int coordinator=0x7f09008e; + public static int custom=0x7f09006d; + public static int customPanel=0x7f09006c; + public static int decor_content_parent=0x7f09007a; + public static int default_activity_button=0x7f090060; + public static int design_bottom_sheet=0x7f090090; + public static int design_menu_item_action_area=0x7f090097; + public static int design_menu_item_action_area_stub=0x7f090096; + public static int design_menu_item_text=0x7f090095; + public static int design_navigation_view=0x7f090094; + public static int disableHome=0x7f090020; + public static int edit_query=0x7f09007e; + public static int end=0x7f090030; + public static int end_padder=0x7f0900c5; + public static int enterAlways=0x7f09003f; + public static int enterAlwaysCollapsed=0x7f090040; + public static int exitUntilCollapsed=0x7f090041; + public static int expand_activities_button=0x7f09005e; + public static int expanded_menu=0x7f090072; + public static int fill=0x7f090050; + public static int fill_horizontal=0x7f090051; + public static int fill_vertical=0x7f090048; + public static int fixed=0x7f090054; + public static int forever=0x7f090058; + public static int ghost_view=0x7f09000a; + public static int home=0x7f090005; + public static int homeAsUp=0x7f090021; + public static int icon=0x7f090062; + public static int icon_group=0x7f0900c4; + public static int ifRoom=0x7f09003a; + public static int image=0x7f09005f; + public static int info=0x7f0900c0; + public static int italic=0x7f090059; + public static int item_touch_helper_previous_elevation=0x7f090000; + public static int largeLabel=0x7f09008c; + public static int left=0x7f090049; + public static int line1=0x7f090017; + public static int line3=0x7f090018; + public static int listMode=0x7f09001d; + public static int list_item=0x7f090061; + public static int masked=0x7f0900ca; + public static int media_actions=0x7f0900b9; + public static int message=0x7f0900c8; + public static int middle=0x7f090031; + public static int mini=0x7f090053; + public static int mr_art=0x7f0900a5; + public static int mr_chooser_list=0x7f09009a; + public static int mr_chooser_route_desc=0x7f09009d; + public static int mr_chooser_route_icon=0x7f09009b; + public static int mr_chooser_route_name=0x7f09009c; + public static int mr_chooser_title=0x7f090099; + public static int mr_close=0x7f0900a2; + public static int mr_control_divider=0x7f0900a8; + public static int mr_control_playback_ctrl=0x7f0900ae; + public static int mr_control_subtitle=0x7f0900b1; + public static int mr_control_title=0x7f0900b0; + public static int mr_control_title_container=0x7f0900af; + public static int mr_custom_control=0x7f0900a3; + public static int mr_default_control=0x7f0900a4; + public static int mr_dialog_area=0x7f09009f; + public static int mr_expandable_area=0x7f09009e; + public static int mr_group_expand_collapse=0x7f0900b2; + public static int mr_media_main_control=0x7f0900a6; + public static int mr_name=0x7f0900a1; + public static int mr_playback_control=0x7f0900a7; + public static int mr_title_bar=0x7f0900a0; + public static int mr_volume_control=0x7f0900a9; + public static int mr_volume_group_list=0x7f0900aa; + public static int mr_volume_item_icon=0x7f0900ac; + public static int mr_volume_slider=0x7f0900ad; + public static int multiply=0x7f090028; + public static int navigation_header_container=0x7f090093; + public static int never=0x7f09003b; + public static int none=0x7f090022; + public static int normal=0x7f09001e; + public static int notification_background=0x7f0900c2; + public static int notification_main_column=0x7f0900bc; + public static int notification_main_column_container=0x7f0900bb; + public static int parallax=0x7f09004c; + public static int parentPanel=0x7f090065; + public static int parent_matrix=0x7f09000b; + public static int pin=0x7f09004d; + public static int progress_circular=0x7f090006; + public static int progress_horizontal=0x7f090007; + public static int radio=0x7f090075; + public static int right=0x7f09004a; + public static int right_icon=0x7f0900c1; + public static int right_side=0x7f0900bd; + public static int save_image_matrix=0x7f09000c; + public static int save_non_transition_alpha=0x7f09000d; + public static int save_scale_type=0x7f09000e; + public static int screen=0x7f090029; + public static int scroll=0x7f090042; + public static int scrollIndicatorDown=0x7f09006b; + public static int scrollIndicatorUp=0x7f090067; + public static int scrollView=0x7f090068; + public static int scrollable=0x7f090055; + public static int search_badge=0x7f090080; + public static int search_bar=0x7f09007f; + public static int search_button=0x7f090081; + public static int search_close_btn=0x7f090086; + public static int search_edit_frame=0x7f090082; + public static int search_go_btn=0x7f090088; + public static int search_mag_icon=0x7f090083; + public static int search_plate=0x7f090084; + public static int search_src_text=0x7f090085; + public static int search_voice_btn=0x7f090089; + public static int select_dialog_listview=0x7f09008a; + public static int shortcut=0x7f090074; + public static int showCustom=0x7f090023; + public static int showHome=0x7f090024; + public static int showTitle=0x7f090025; + public static int sliding_tabs=0x7f0900c6; + public static int smallLabel=0x7f09008b; + public static int snackbar_action=0x7f090092; + public static int snackbar_text=0x7f090091; + public static int snap=0x7f090043; + public static int spacer=0x7f090064; + public static int split_action_bar=0x7f090008; + public static int src_atop=0x7f09002a; + public static int src_in=0x7f09002b; + public static int src_over=0x7f09002c; + public static int start=0x7f09004b; + public static int status_bar_latest_event_content=0x7f0900b8; + public static int submenuarrow=0x7f090076; + public static int submit_area=0x7f090087; + public static int tabMode=0x7f09001f; + public static int tag_transition_group=0x7f090019; + public static int text=0x7f09001a; + public static int text2=0x7f09001b; + public static int textSpacerNoButtons=0x7f09006a; + public static int textSpacerNoTitle=0x7f090069; + public static int text_input_password_toggle=0x7f090098; + public static int textinput_counter=0x7f090014; + public static int textinput_error=0x7f090015; + public static int time=0x7f0900be; + public static int title=0x7f09001c; + public static int titleDividerNoCustom=0x7f090071; + public static int title_template=0x7f09006f; + public static int toolbar=0x7f0900c7; + public static int top=0x7f09003e; + public static int topPanel=0x7f09006e; + public static int touch_outside=0x7f09008f; + public static int transition_current_scene=0x7f09000f; + public static int transition_layout_save=0x7f090010; + public static int transition_position=0x7f090011; + public static int transition_scene_layoutid_cache=0x7f090012; + public static int transition_transform=0x7f090013; + public static int uniform=0x7f09002d; + public static int up=0x7f090009; + public static int useLogo=0x7f090026; + public static int view_offset_helper=0x7f090016; + public static int visible=0x7f0900c9; + public static int volume_item_container=0x7f0900ab; + public static int withText=0x7f09003c; + public static int wrap_content=0x7f09002e; + } + public static final class integer { + public static int abc_config_activityDefaultDur=0x7f0b0003; + public static int abc_config_activityShortDur=0x7f0b0004; + public static int app_bar_elevation_anim_duration=0x7f0b0008; + public static int bottom_sheet_slide_duration=0x7f0b0009; + public static int cancel_button_image_alpha=0x7f0b0005; + public static int config_tooltipAnimTime=0x7f0b0006; + public static int design_snackbar_text_max_lines=0x7f0b0007; + public static int hide_password_duration=0x7f0b000a; + public static int mr_controller_volume_group_list_animation_duration_ms=0x7f0b0000; + public static int mr_controller_volume_group_list_fade_in_duration_ms=0x7f0b0001; + public static int mr_controller_volume_group_list_fade_out_duration_ms=0x7f0b0002; + public static int show_password_duration=0x7f0b000b; + public static int status_bar_notification_info_maxnum=0x7f0b000c; + } + public static final class interpolator { + public static int mr_fast_out_slow_in=0x7f070000; + public static int mr_linear_out_slow_in=0x7f070001; + } + public static final class layout { + public static int abc_action_bar_title_item=0x7f040000; + public static int abc_action_bar_up_container=0x7f040001; + public static int abc_action_menu_item_layout=0x7f040002; + public static int abc_action_menu_layout=0x7f040003; + public static int abc_action_mode_bar=0x7f040004; + public static int abc_action_mode_close_item_material=0x7f040005; + public static int abc_activity_chooser_view=0x7f040006; + public static int abc_activity_chooser_view_list_item=0x7f040007; + public static int abc_alert_dialog_button_bar_material=0x7f040008; + public static int abc_alert_dialog_material=0x7f040009; + public static int abc_alert_dialog_title_material=0x7f04000a; + public static int abc_dialog_title_material=0x7f04000b; + public static int abc_expanded_menu_layout=0x7f04000c; + public static int abc_list_menu_item_checkbox=0x7f04000d; + public static int abc_list_menu_item_icon=0x7f04000e; + public static int abc_list_menu_item_layout=0x7f04000f; + public static int abc_list_menu_item_radio=0x7f040010; + public static int abc_popup_menu_header_item_layout=0x7f040011; + public static int abc_popup_menu_item_layout=0x7f040012; + public static int abc_screen_content_include=0x7f040013; + public static int abc_screen_simple=0x7f040014; + public static int abc_screen_simple_overlay_action_mode=0x7f040015; + public static int abc_screen_toolbar=0x7f040016; + public static int abc_search_dropdown_item_icons_2line=0x7f040017; + public static int abc_search_view=0x7f040018; + public static int abc_select_dialog_material=0x7f040019; + public static int design_bottom_navigation_item=0x7f04001a; + public static int design_bottom_sheet_dialog=0x7f04001b; + public static int design_layout_snackbar=0x7f04001c; + public static int design_layout_snackbar_include=0x7f04001d; + public static int design_layout_tab_icon=0x7f04001e; + public static int design_layout_tab_text=0x7f04001f; + public static int design_menu_item_action_area=0x7f040020; + public static int design_navigation_item=0x7f040021; + public static int design_navigation_item_header=0x7f040022; + public static int design_navigation_item_separator=0x7f040023; + public static int design_navigation_item_subheader=0x7f040024; + public static int design_navigation_menu=0x7f040025; + public static int design_navigation_menu_item=0x7f040026; + public static int design_text_input_password_icon=0x7f040027; + public static int mr_chooser_dialog=0x7f040028; + public static int mr_chooser_list_item=0x7f040029; + public static int mr_controller_material_dialog_b=0x7f04002a; + public static int mr_controller_volume_item=0x7f04002b; + public static int mr_playback_control=0x7f04002c; + public static int mr_volume_control=0x7f04002d; + public static int notification_action=0x7f04002e; + public static int notification_action_tombstone=0x7f04002f; + public static int notification_media_action=0x7f040030; + public static int notification_media_cancel_action=0x7f040031; + public static int notification_template_big_media=0x7f040032; + public static int notification_template_big_media_custom=0x7f040033; + public static int notification_template_big_media_narrow=0x7f040034; + public static int notification_template_big_media_narrow_custom=0x7f040035; + public static int notification_template_custom_big=0x7f040036; + public static int notification_template_icon_group=0x7f040037; + public static int notification_template_lines_media=0x7f040038; + public static int notification_template_media=0x7f040039; + public static int notification_template_media_custom=0x7f04003a; + public static int notification_template_part_chronometer=0x7f04003b; + public static int notification_template_part_time=0x7f04003c; + public static int select_dialog_item_material=0x7f04003d; + public static int select_dialog_multichoice_material=0x7f04003e; + public static int select_dialog_singlechoice_material=0x7f04003f; + public static int support_simple_spinner_dropdown_item=0x7f040040; + public static int tabbar=0x7f040041; + public static int toolbar=0x7f040042; + public static int tooltip=0x7f040043; + } + public static final class mipmap { + public static int icon=0x7f030000; + public static int icon_round=0x7f030001; + public static int launcher_foreground=0x7f030002; + } + public static final class string { + public static int abc_action_bar_home_description=0x7f0a0015; + public static int abc_action_bar_up_description=0x7f0a0016; + public static int abc_action_menu_overflow_description=0x7f0a0017; + public static int abc_action_mode_done=0x7f0a0018; + public static int abc_activity_chooser_view_see_all=0x7f0a0019; + public static int abc_activitychooserview_choose_application=0x7f0a001a; + public static int abc_capital_off=0x7f0a001b; + public static int abc_capital_on=0x7f0a001c; + public static int abc_font_family_body_1_material=0x7f0a0027; + public static int abc_font_family_body_2_material=0x7f0a0028; + public static int abc_font_family_button_material=0x7f0a0029; + public static int abc_font_family_caption_material=0x7f0a002a; + public static int abc_font_family_display_1_material=0x7f0a002b; + public static int abc_font_family_display_2_material=0x7f0a002c; + public static int abc_font_family_display_3_material=0x7f0a002d; + public static int abc_font_family_display_4_material=0x7f0a002e; + public static int abc_font_family_headline_material=0x7f0a002f; + public static int abc_font_family_menu_material=0x7f0a0030; + public static int abc_font_family_subhead_material=0x7f0a0031; + public static int abc_font_family_title_material=0x7f0a0032; + public static int abc_search_hint=0x7f0a001d; + public static int abc_searchview_description_clear=0x7f0a001e; + public static int abc_searchview_description_query=0x7f0a001f; + public static int abc_searchview_description_search=0x7f0a0020; + public static int abc_searchview_description_submit=0x7f0a0021; + public static int abc_searchview_description_voice=0x7f0a0022; + public static int abc_shareactionprovider_share_with=0x7f0a0023; + public static int abc_shareactionprovider_share_with_application=0x7f0a0024; + public static int abc_toolbar_collapse_description=0x7f0a0025; + public static int appbar_scrolling_view_behavior=0x7f0a0033; + public static int bottom_sheet_behavior=0x7f0a0034; + public static int character_counter_pattern=0x7f0a0035; + public static int mr_button_content_description=0x7f0a0000; + public static int mr_cast_button_connected=0x7f0a0001; + public static int mr_cast_button_connecting=0x7f0a0002; + public static int mr_cast_button_disconnected=0x7f0a0003; + public static int mr_chooser_searching=0x7f0a0004; + public static int mr_chooser_title=0x7f0a0005; + public static int mr_controller_album_art=0x7f0a0006; + public static int mr_controller_casting_screen=0x7f0a0007; + public static int mr_controller_close_description=0x7f0a0008; + public static int mr_controller_collapse_group=0x7f0a0009; + public static int mr_controller_disconnect=0x7f0a000a; + public static int mr_controller_expand_group=0x7f0a000b; + public static int mr_controller_no_info_available=0x7f0a000c; + public static int mr_controller_no_media_selected=0x7f0a000d; + public static int mr_controller_pause=0x7f0a000e; + public static int mr_controller_play=0x7f0a000f; + public static int mr_controller_stop=0x7f0a0010; + public static int mr_controller_stop_casting=0x7f0a0011; + public static int mr_controller_volume_slider=0x7f0a0012; + public static int mr_system_route_name=0x7f0a0013; + public static int mr_user_route_category_name=0x7f0a0014; + public static int password_toggle_content_description=0x7f0a0036; + public static int path_password_eye=0x7f0a0037; + public static int path_password_eye_mask_strike_through=0x7f0a0038; + public static int path_password_eye_mask_visible=0x7f0a0039; + public static int path_password_strike_through=0x7f0a003a; + public static int search_menu_title=0x7f0a0026; + public static int status_bar_notification_info_overflow=0x7f0a003b; + } + public static final class style { + public static int AlertDialog_AppCompat=0x7f0c00a4; + public static int AlertDialog_AppCompat_Light=0x7f0c00a5; + public static int Animation_AppCompat_Dialog=0x7f0c00a6; + public static int Animation_AppCompat_DropDownUp=0x7f0c00a7; + public static int Animation_AppCompat_Tooltip=0x7f0c00a8; + public static int Animation_Design_BottomSheetDialog=0x7f0c016e; + public static int AppCompatDialogStyle=0x7f0c0191; + public static int Base_AlertDialog_AppCompat=0x7f0c00a9; + public static int Base_AlertDialog_AppCompat_Light=0x7f0c00aa; + public static int Base_Animation_AppCompat_Dialog=0x7f0c00ab; + public static int Base_Animation_AppCompat_DropDownUp=0x7f0c00ac; + public static int Base_Animation_AppCompat_Tooltip=0x7f0c00ad; + public static int Base_CardView=0x7f0c000c; + public static int Base_DialogWindowTitle_AppCompat=0x7f0c00ae; + public static int Base_DialogWindowTitleBackground_AppCompat=0x7f0c00af; + public static int Base_TextAppearance_AppCompat=0x7f0c0048; + public static int Base_TextAppearance_AppCompat_Body1=0x7f0c0049; + public static int Base_TextAppearance_AppCompat_Body2=0x7f0c004a; + public static int Base_TextAppearance_AppCompat_Button=0x7f0c0036; + public static int Base_TextAppearance_AppCompat_Caption=0x7f0c004b; + public static int Base_TextAppearance_AppCompat_Display1=0x7f0c004c; + public static int Base_TextAppearance_AppCompat_Display2=0x7f0c004d; + public static int Base_TextAppearance_AppCompat_Display3=0x7f0c004e; + public static int Base_TextAppearance_AppCompat_Display4=0x7f0c004f; + public static int Base_TextAppearance_AppCompat_Headline=0x7f0c0050; + public static int Base_TextAppearance_AppCompat_Inverse=0x7f0c001a; + public static int Base_TextAppearance_AppCompat_Large=0x7f0c0051; + public static int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0c001b; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c0052; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c0053; + public static int Base_TextAppearance_AppCompat_Medium=0x7f0c0054; + public static int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0c001c; + public static int Base_TextAppearance_AppCompat_Menu=0x7f0c0055; + public static int Base_TextAppearance_AppCompat_SearchResult=0x7f0c00b0; + public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c0056; + public static int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0c0057; + public static int Base_TextAppearance_AppCompat_Small=0x7f0c0058; + public static int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0c001d; + public static int Base_TextAppearance_AppCompat_Subhead=0x7f0c0059; + public static int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0c001e; + public static int Base_TextAppearance_AppCompat_Title=0x7f0c005a; + public static int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0c001f; + public static int Base_TextAppearance_AppCompat_Tooltip=0x7f0c00b1; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c0095; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c005b; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c005c; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c005d; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c005e; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c005f; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c0060; + public static int Base_TextAppearance_AppCompat_Widget_Button=0x7f0c0061; + public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c009c; + public static int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c009d; + public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c0096; + public static int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00b2; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0062; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0063; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0064; + public static int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0c0065; + public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0066; + public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c00b3; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0067; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0068; + public static int Base_Theme_AppCompat=0x7f0c0069; + public static int Base_Theme_AppCompat_CompactMenu=0x7f0c00b4; + public static int Base_Theme_AppCompat_Dialog=0x7f0c0020; + public static int Base_Theme_AppCompat_Dialog_Alert=0x7f0c0021; + public static int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0c00b5; + public static int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0c0022; + public static int Base_Theme_AppCompat_DialogWhenLarge=0x7f0c0010; + public static int Base_Theme_AppCompat_Light=0x7f0c006a; + public static int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0c00b6; + public static int Base_Theme_AppCompat_Light_Dialog=0x7f0c0023; + public static int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0c0024; + public static int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0c00b7; + public static int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0025; + public static int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0011; + public static int Base_ThemeOverlay_AppCompat=0x7f0c00b8; + public static int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0c00b9; + public static int Base_ThemeOverlay_AppCompat_Dark=0x7f0c00ba; + public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c00bb; + public static int Base_ThemeOverlay_AppCompat_Dialog=0x7f0c0026; + public static int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c0027; + public static int Base_ThemeOverlay_AppCompat_Light=0x7f0c00bc; + public static int Base_V11_Theme_AppCompat_Dialog=0x7f0c0028; + public static int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0c0029; + public static int Base_V11_ThemeOverlay_AppCompat_Dialog=0x7f0c002a; + public static int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0c0032; + public static int Base_V12_Widget_AppCompat_EditText=0x7f0c0033; + public static int Base_V14_Widget_Design_AppBarLayout=0x7f0c016f; + public static int Base_V21_Theme_AppCompat=0x7f0c006b; + public static int Base_V21_Theme_AppCompat_Dialog=0x7f0c006c; + public static int Base_V21_Theme_AppCompat_Light=0x7f0c006d; + public static int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0c006e; + public static int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0c006f; + public static int Base_V21_Widget_Design_AppBarLayout=0x7f0c016b; + public static int Base_V22_Theme_AppCompat=0x7f0c0093; + public static int Base_V22_Theme_AppCompat_Light=0x7f0c0094; + public static int Base_V23_Theme_AppCompat=0x7f0c0097; + public static int Base_V23_Theme_AppCompat_Light=0x7f0c0098; + public static int Base_V26_Theme_AppCompat=0x7f0c00a0; + public static int Base_V26_Theme_AppCompat_Light=0x7f0c00a1; + public static int Base_V26_Widget_AppCompat_Toolbar=0x7f0c00a2; + public static int Base_V26_Widget_Design_AppBarLayout=0x7f0c016d; + public static int Base_V7_Theme_AppCompat=0x7f0c00bd; + public static int Base_V7_Theme_AppCompat_Dialog=0x7f0c00be; + public static int Base_V7_Theme_AppCompat_Light=0x7f0c00bf; + public static int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0c00c0; + public static int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0c00c1; + public static int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0c00c2; + public static int Base_V7_Widget_AppCompat_EditText=0x7f0c00c3; + public static int Base_V7_Widget_AppCompat_Toolbar=0x7f0c00c4; + public static int Base_Widget_AppCompat_ActionBar=0x7f0c00c5; + public static int Base_Widget_AppCompat_ActionBar_Solid=0x7f0c00c6; + public static int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0c00c7; + public static int Base_Widget_AppCompat_ActionBar_TabText=0x7f0c0070; + public static int Base_Widget_AppCompat_ActionBar_TabView=0x7f0c0071; + public static int Base_Widget_AppCompat_ActionButton=0x7f0c0072; + public static int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0c0073; + public static int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0c0074; + public static int Base_Widget_AppCompat_ActionMode=0x7f0c00c8; + public static int Base_Widget_AppCompat_ActivityChooserView=0x7f0c00c9; + public static int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0c0034; + public static int Base_Widget_AppCompat_Button=0x7f0c0075; + public static int Base_Widget_AppCompat_Button_Borderless=0x7f0c0076; + public static int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0c0077; + public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c00ca; + public static int Base_Widget_AppCompat_Button_Colored=0x7f0c0099; + public static int Base_Widget_AppCompat_Button_Small=0x7f0c0078; + public static int Base_Widget_AppCompat_ButtonBar=0x7f0c0079; + public static int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c00cb; + public static int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0c007a; + public static int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0c007b; + public static int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0c00cc; + public static int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0c000f; + public static int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0c00cd; + public static int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0c007c; + public static int Base_Widget_AppCompat_EditText=0x7f0c0035; + public static int Base_Widget_AppCompat_ImageButton=0x7f0c007d; + public static int Base_Widget_AppCompat_Light_ActionBar=0x7f0c00ce; + public static int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0c00cf; + public static int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c00d0; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0c007e; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c007f; + public static int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0c0080; + public static int Base_Widget_AppCompat_Light_PopupMenu=0x7f0c0081; + public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c0082; + public static int Base_Widget_AppCompat_ListMenuView=0x7f0c00d1; + public static int Base_Widget_AppCompat_ListPopupWindow=0x7f0c0083; + public static int Base_Widget_AppCompat_ListView=0x7f0c0084; + public static int Base_Widget_AppCompat_ListView_DropDown=0x7f0c0085; + public static int Base_Widget_AppCompat_ListView_Menu=0x7f0c0086; + public static int Base_Widget_AppCompat_PopupMenu=0x7f0c0087; + public static int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0c0088; + public static int Base_Widget_AppCompat_PopupWindow=0x7f0c00d2; + public static int Base_Widget_AppCompat_ProgressBar=0x7f0c002b; + public static int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0c002c; + public static int Base_Widget_AppCompat_RatingBar=0x7f0c0089; + public static int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0c009a; + public static int Base_Widget_AppCompat_RatingBar_Small=0x7f0c009b; + public static int Base_Widget_AppCompat_SearchView=0x7f0c00d3; + public static int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0c00d4; + public static int Base_Widget_AppCompat_SeekBar=0x7f0c008a; + public static int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0c00d5; + public static int Base_Widget_AppCompat_Spinner=0x7f0c008b; + public static int Base_Widget_AppCompat_Spinner_Underlined=0x7f0c0012; + public static int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0c008c; + public static int Base_Widget_AppCompat_Toolbar=0x7f0c00a3; + public static int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c008d; + public static int Base_Widget_Design_AppBarLayout=0x7f0c016c; + public static int Base_Widget_Design_TabLayout=0x7f0c0170; + public static int CardView=0x7f0c000b; + public static int CardView_Dark=0x7f0c000d; + public static int CardView_Light=0x7f0c000e; + public static int MainTheme=0x7f0c018f; + /** Base theme applied no matter what API + */ + public static int MainTheme_Base=0x7f0c0190; + public static int Platform_AppCompat=0x7f0c002d; + public static int Platform_AppCompat_Light=0x7f0c002e; + public static int Platform_ThemeOverlay_AppCompat=0x7f0c008e; + public static int Platform_ThemeOverlay_AppCompat_Dark=0x7f0c008f; + public static int Platform_ThemeOverlay_AppCompat_Light=0x7f0c0090; + public static int Platform_V11_AppCompat=0x7f0c002f; + public static int Platform_V11_AppCompat_Light=0x7f0c0030; + public static int Platform_V14_AppCompat=0x7f0c0037; + public static int Platform_V14_AppCompat_Light=0x7f0c0038; + public static int Platform_V21_AppCompat=0x7f0c0091; + public static int Platform_V21_AppCompat_Light=0x7f0c0092; + public static int Platform_V25_AppCompat=0x7f0c009e; + public static int Platform_V25_AppCompat_Light=0x7f0c009f; + public static int Platform_Widget_AppCompat_Spinner=0x7f0c0031; + public static int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0c003a; + public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0c003b; + public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0c003c; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0c003d; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0c003e; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0c003f; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0c0040; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0c0041; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0c0042; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0c0043; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0c0044; + public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0c0045; + public static int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0c0046; + public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0c0047; + public static int TextAppearance_AppCompat=0x7f0c00d6; + public static int TextAppearance_AppCompat_Body1=0x7f0c00d7; + public static int TextAppearance_AppCompat_Body2=0x7f0c00d8; + public static int TextAppearance_AppCompat_Button=0x7f0c00d9; + public static int TextAppearance_AppCompat_Caption=0x7f0c00da; + public static int TextAppearance_AppCompat_Display1=0x7f0c00db; + public static int TextAppearance_AppCompat_Display2=0x7f0c00dc; + public static int TextAppearance_AppCompat_Display3=0x7f0c00dd; + public static int TextAppearance_AppCompat_Display4=0x7f0c00de; + public static int TextAppearance_AppCompat_Headline=0x7f0c00df; + public static int TextAppearance_AppCompat_Inverse=0x7f0c00e0; + public static int TextAppearance_AppCompat_Large=0x7f0c00e1; + public static int TextAppearance_AppCompat_Large_Inverse=0x7f0c00e2; + public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0c00e3; + public static int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0c00e4; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c00e5; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c00e6; + public static int TextAppearance_AppCompat_Medium=0x7f0c00e7; + public static int TextAppearance_AppCompat_Medium_Inverse=0x7f0c00e8; + public static int TextAppearance_AppCompat_Menu=0x7f0c00e9; + public static int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c00ea; + public static int TextAppearance_AppCompat_SearchResult_Title=0x7f0c00eb; + public static int TextAppearance_AppCompat_Small=0x7f0c00ec; + public static int TextAppearance_AppCompat_Small_Inverse=0x7f0c00ed; + public static int TextAppearance_AppCompat_Subhead=0x7f0c00ee; + public static int TextAppearance_AppCompat_Subhead_Inverse=0x7f0c00ef; + public static int TextAppearance_AppCompat_Title=0x7f0c00f0; + public static int TextAppearance_AppCompat_Title_Inverse=0x7f0c00f1; + public static int TextAppearance_AppCompat_Tooltip=0x7f0c0039; + public static int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c00f2; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c00f3; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c00f4; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c00f5; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c00f6; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c00f7; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0c00f8; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c00f9; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0c00fa; + public static int TextAppearance_AppCompat_Widget_Button=0x7f0c00fb; + public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c00fc; + public static int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c00fd; + public static int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c00fe; + public static int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00ff; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0100; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0101; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0102; + public static int TextAppearance_AppCompat_Widget_Switch=0x7f0c0103; + public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0104; + public static int TextAppearance_Compat_Notification=0x7f0c0188; + public static int TextAppearance_Compat_Notification_Info=0x7f0c0189; + public static int TextAppearance_Compat_Notification_Info_Media=0x7f0c0165; + public static int TextAppearance_Compat_Notification_Line2=0x7f0c018e; + public static int TextAppearance_Compat_Notification_Line2_Media=0x7f0c0169; + public static int TextAppearance_Compat_Notification_Media=0x7f0c0166; + public static int TextAppearance_Compat_Notification_Time=0x7f0c018a; + public static int TextAppearance_Compat_Notification_Time_Media=0x7f0c0167; + public static int TextAppearance_Compat_Notification_Title=0x7f0c018b; + public static int TextAppearance_Compat_Notification_Title_Media=0x7f0c0168; + public static int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0c0171; + public static int TextAppearance_Design_Counter=0x7f0c0172; + public static int TextAppearance_Design_Counter_Overflow=0x7f0c0173; + public static int TextAppearance_Design_Error=0x7f0c0174; + public static int TextAppearance_Design_Hint=0x7f0c0175; + public static int TextAppearance_Design_Snackbar_Message=0x7f0c0176; + public static int TextAppearance_Design_Tab=0x7f0c0177; + public static int TextAppearance_MediaRouter_PrimaryText=0x7f0c0000; + public static int TextAppearance_MediaRouter_SecondaryText=0x7f0c0001; + public static int TextAppearance_MediaRouter_Title=0x7f0c0002; + public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c0105; + public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0106; + public static int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0107; + public static int Theme_AppCompat=0x7f0c0108; + public static int Theme_AppCompat_CompactMenu=0x7f0c0109; + public static int Theme_AppCompat_DayNight=0x7f0c0013; + public static int Theme_AppCompat_DayNight_DarkActionBar=0x7f0c0014; + public static int Theme_AppCompat_DayNight_Dialog=0x7f0c0015; + public static int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0c0016; + public static int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0c0017; + public static int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0c0018; + public static int Theme_AppCompat_DayNight_NoActionBar=0x7f0c0019; + public static int Theme_AppCompat_Dialog=0x7f0c010a; + public static int Theme_AppCompat_Dialog_Alert=0x7f0c010b; + public static int Theme_AppCompat_Dialog_MinWidth=0x7f0c010c; + public static int Theme_AppCompat_DialogWhenLarge=0x7f0c010d; + public static int Theme_AppCompat_Light=0x7f0c010e; + public static int Theme_AppCompat_Light_DarkActionBar=0x7f0c010f; + public static int Theme_AppCompat_Light_Dialog=0x7f0c0110; + public static int Theme_AppCompat_Light_Dialog_Alert=0x7f0c0111; + public static int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0112; + public static int Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0113; + public static int Theme_AppCompat_Light_NoActionBar=0x7f0c0114; + public static int Theme_AppCompat_NoActionBar=0x7f0c0115; + public static int Theme_Design=0x7f0c0178; + public static int Theme_Design_BottomSheetDialog=0x7f0c0179; + public static int Theme_Design_Light=0x7f0c017a; + public static int Theme_Design_Light_BottomSheetDialog=0x7f0c017b; + public static int Theme_Design_Light_NoActionBar=0x7f0c017c; + public static int Theme_Design_NoActionBar=0x7f0c017d; + public static int Theme_MediaRouter=0x7f0c0003; + public static int Theme_MediaRouter_Light=0x7f0c0004; + public static int Theme_MediaRouter_Light_DarkControlPanel=0x7f0c0005; + public static int Theme_MediaRouter_LightControlPanel=0x7f0c0006; + public static int ThemeOverlay_AppCompat=0x7f0c0116; + public static int ThemeOverlay_AppCompat_ActionBar=0x7f0c0117; + public static int ThemeOverlay_AppCompat_Dark=0x7f0c0118; + public static int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c0119; + public static int ThemeOverlay_AppCompat_Dialog=0x7f0c011a; + public static int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c011b; + public static int ThemeOverlay_AppCompat_Light=0x7f0c011c; + public static int ThemeOverlay_MediaRouter_Dark=0x7f0c0007; + public static int ThemeOverlay_MediaRouter_Light=0x7f0c0008; + public static int Widget_AppCompat_ActionBar=0x7f0c011d; + public static int Widget_AppCompat_ActionBar_Solid=0x7f0c011e; + public static int Widget_AppCompat_ActionBar_TabBar=0x7f0c011f; + public static int Widget_AppCompat_ActionBar_TabText=0x7f0c0120; + public static int Widget_AppCompat_ActionBar_TabView=0x7f0c0121; + public static int Widget_AppCompat_ActionButton=0x7f0c0122; + public static int Widget_AppCompat_ActionButton_CloseMode=0x7f0c0123; + public static int Widget_AppCompat_ActionButton_Overflow=0x7f0c0124; + public static int Widget_AppCompat_ActionMode=0x7f0c0125; + public static int Widget_AppCompat_ActivityChooserView=0x7f0c0126; + public static int Widget_AppCompat_AutoCompleteTextView=0x7f0c0127; + public static int Widget_AppCompat_Button=0x7f0c0128; + public static int Widget_AppCompat_Button_Borderless=0x7f0c0129; + public static int Widget_AppCompat_Button_Borderless_Colored=0x7f0c012a; + public static int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c012b; + public static int Widget_AppCompat_Button_Colored=0x7f0c012c; + public static int Widget_AppCompat_Button_Small=0x7f0c012d; + public static int Widget_AppCompat_ButtonBar=0x7f0c012e; + public static int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c012f; + public static int Widget_AppCompat_CompoundButton_CheckBox=0x7f0c0130; + public static int Widget_AppCompat_CompoundButton_RadioButton=0x7f0c0131; + public static int Widget_AppCompat_CompoundButton_Switch=0x7f0c0132; + public static int Widget_AppCompat_DrawerArrowToggle=0x7f0c0133; + public static int Widget_AppCompat_DropDownItem_Spinner=0x7f0c0134; + public static int Widget_AppCompat_EditText=0x7f0c0135; + public static int Widget_AppCompat_ImageButton=0x7f0c0136; + public static int Widget_AppCompat_Light_ActionBar=0x7f0c0137; + public static int Widget_AppCompat_Light_ActionBar_Solid=0x7f0c0138; + public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0c0139; + public static int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c013a; + public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0c013b; + public static int Widget_AppCompat_Light_ActionBar_TabText=0x7f0c013c; + public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c013d; + public static int Widget_AppCompat_Light_ActionBar_TabView=0x7f0c013e; + public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0c013f; + public static int Widget_AppCompat_Light_ActionButton=0x7f0c0140; + public static int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0c0141; + public static int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0c0142; + public static int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0c0143; + public static int Widget_AppCompat_Light_ActivityChooserView=0x7f0c0144; + public static int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0c0145; + public static int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0c0146; + public static int Widget_AppCompat_Light_ListPopupWindow=0x7f0c0147; + public static int Widget_AppCompat_Light_ListView_DropDown=0x7f0c0148; + public static int Widget_AppCompat_Light_PopupMenu=0x7f0c0149; + public static int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c014a; + public static int Widget_AppCompat_Light_SearchView=0x7f0c014b; + public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0c014c; + public static int Widget_AppCompat_ListMenuView=0x7f0c014d; + public static int Widget_AppCompat_ListPopupWindow=0x7f0c014e; + public static int Widget_AppCompat_ListView=0x7f0c014f; + public static int Widget_AppCompat_ListView_DropDown=0x7f0c0150; + public static int Widget_AppCompat_ListView_Menu=0x7f0c0151; + public static int Widget_AppCompat_PopupMenu=0x7f0c0152; + public static int Widget_AppCompat_PopupMenu_Overflow=0x7f0c0153; + public static int Widget_AppCompat_PopupWindow=0x7f0c0154; + public static int Widget_AppCompat_ProgressBar=0x7f0c0155; + public static int Widget_AppCompat_ProgressBar_Horizontal=0x7f0c0156; + public static int Widget_AppCompat_RatingBar=0x7f0c0157; + public static int Widget_AppCompat_RatingBar_Indicator=0x7f0c0158; + public static int Widget_AppCompat_RatingBar_Small=0x7f0c0159; + public static int Widget_AppCompat_SearchView=0x7f0c015a; + public static int Widget_AppCompat_SearchView_ActionBar=0x7f0c015b; + public static int Widget_AppCompat_SeekBar=0x7f0c015c; + public static int Widget_AppCompat_SeekBar_Discrete=0x7f0c015d; + public static int Widget_AppCompat_Spinner=0x7f0c015e; + public static int Widget_AppCompat_Spinner_DropDown=0x7f0c015f; + public static int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c0160; + public static int Widget_AppCompat_Spinner_Underlined=0x7f0c0161; + public static int Widget_AppCompat_TextView_SpinnerItem=0x7f0c0162; + public static int Widget_AppCompat_Toolbar=0x7f0c0163; + public static int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c0164; + public static int Widget_Compat_NotificationActionContainer=0x7f0c018c; + public static int Widget_Compat_NotificationActionText=0x7f0c018d; + public static int Widget_Design_AppBarLayout=0x7f0c017e; + public static int Widget_Design_BottomNavigationView=0x7f0c017f; + public static int Widget_Design_BottomSheet_Modal=0x7f0c0180; + public static int Widget_Design_CollapsingToolbar=0x7f0c0181; + public static int Widget_Design_CoordinatorLayout=0x7f0c0182; + public static int Widget_Design_FloatingActionButton=0x7f0c0183; + public static int Widget_Design_NavigationView=0x7f0c0184; + public static int Widget_Design_ScrimInsetsFrameLayout=0x7f0c0185; + public static int Widget_Design_Snackbar=0x7f0c0186; + public static int Widget_Design_TabLayout=0x7f0c016a; + public static int Widget_Design_TextInputLayout=0x7f0c0187; + public static int Widget_MediaRouter_Light_MediaRouteButton=0x7f0c0009; + public static int Widget_MediaRouter_MediaRouteButton=0x7f0c000a; + } + public static final class styleable { + /** Attributes that can be used with a ActionBar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #ActionBar_background android.support.design:background}
{@link #ActionBar_backgroundSplit android.support.design:backgroundSplit}
{@link #ActionBar_backgroundStacked android.support.design:backgroundStacked}
{@link #ActionBar_contentInsetEnd android.support.design:contentInsetEnd}
{@link #ActionBar_contentInsetEndWithActions android.support.design:contentInsetEndWithActions}
{@link #ActionBar_contentInsetLeft android.support.design:contentInsetLeft}
{@link #ActionBar_contentInsetRight android.support.design:contentInsetRight}
{@link #ActionBar_contentInsetStart android.support.design:contentInsetStart}
{@link #ActionBar_contentInsetStartWithNavigation android.support.design:contentInsetStartWithNavigation}
{@link #ActionBar_customNavigationLayout android.support.design:customNavigationLayout}
{@link #ActionBar_displayOptions android.support.design:displayOptions}
{@link #ActionBar_divider android.support.design:divider}
{@link #ActionBar_elevation android.support.design:elevation}
{@link #ActionBar_height android.support.design:height}
{@link #ActionBar_hideOnContentScroll android.support.design:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator android.support.design:homeAsUpIndicator}
{@link #ActionBar_homeLayout android.support.design:homeLayout}
{@link #ActionBar_icon android.support.design:icon}
{@link #ActionBar_indeterminateProgressStyle android.support.design:indeterminateProgressStyle}
{@link #ActionBar_itemPadding android.support.design:itemPadding}
{@link #ActionBar_logo android.support.design:logo}
{@link #ActionBar_navigationMode android.support.design:navigationMode}
{@link #ActionBar_popupTheme android.support.design:popupTheme}
{@link #ActionBar_progressBarPadding android.support.design:progressBarPadding}
{@link #ActionBar_progressBarStyle android.support.design:progressBarStyle}
{@link #ActionBar_subtitle android.support.design:subtitle}
{@link #ActionBar_subtitleTextStyle android.support.design:subtitleTextStyle}
{@link #ActionBar_title android.support.design:title}
{@link #ActionBar_titleTextStyle android.support.design:titleTextStyle}
+ @see #ActionBar_background + @see #ActionBar_backgroundSplit + @see #ActionBar_backgroundStacked + @see #ActionBar_contentInsetEnd + @see #ActionBar_contentInsetEndWithActions + @see #ActionBar_contentInsetLeft + @see #ActionBar_contentInsetRight + @see #ActionBar_contentInsetStart + @see #ActionBar_contentInsetStartWithNavigation + @see #ActionBar_customNavigationLayout + @see #ActionBar_displayOptions + @see #ActionBar_divider + @see #ActionBar_elevation + @see #ActionBar_height + @see #ActionBar_hideOnContentScroll + @see #ActionBar_homeAsUpIndicator + @see #ActionBar_homeLayout + @see #ActionBar_icon + @see #ActionBar_indeterminateProgressStyle + @see #ActionBar_itemPadding + @see #ActionBar_logo + @see #ActionBar_navigationMode + @see #ActionBar_popupTheme + @see #ActionBar_progressBarPadding + @see #ActionBar_progressBarStyle + @see #ActionBar_subtitle + @see #ActionBar_subtitleTextStyle + @see #ActionBar_title + @see #ActionBar_titleTextStyle + */ + public static final int[] ActionBar = { + 0x7f010023, 0x7f010025, 0x7f010026, 0x7f010027, + 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, + 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, + 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, + 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, + 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, + 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, + 0x7f010085 + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#background} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:background + */ + public static int ActionBar_background = 10; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.design:backgroundSplit + */ + public static int ActionBar_backgroundSplit = 12; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#backgroundStacked} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.design:backgroundStacked + */ + public static int ActionBar_backgroundStacked = 11; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:contentInsetEnd + */ + public static int ActionBar_contentInsetEnd = 21; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:contentInsetEndWithActions + */ + public static int ActionBar_contentInsetEndWithActions = 25; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:contentInsetLeft + */ + public static int ActionBar_contentInsetLeft = 22; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#contentInsetRight} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:contentInsetRight + */ + public static int ActionBar_contentInsetRight = 23; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#contentInsetStart} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:contentInsetStart + */ + public static int ActionBar_contentInsetStart = 20; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:contentInsetStartWithNavigation + */ + public static int ActionBar_contentInsetStartWithNavigation = 24; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#customNavigationLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:customNavigationLayout + */ + public static int ActionBar_customNavigationLayout = 13; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#displayOptions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ @attr name android.support.design:displayOptions + */ + public static int ActionBar_displayOptions = 3; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#divider} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:divider + */ + public static int ActionBar_divider = 9; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#elevation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:elevation + */ + public static int ActionBar_elevation = 26; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#height} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:height + */ + public static int ActionBar_height = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#hideOnContentScroll} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:hideOnContentScroll + */ + public static int ActionBar_hideOnContentScroll = 19; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:homeAsUpIndicator + */ + public static int ActionBar_homeAsUpIndicator = 28; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#homeLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:homeLayout + */ + public static int ActionBar_homeLayout = 14; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#icon} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:icon + */ + public static int ActionBar_icon = 7; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#indeterminateProgressStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:indeterminateProgressStyle + */ + public static int ActionBar_indeterminateProgressStyle = 16; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#itemPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:itemPadding + */ + public static int ActionBar_itemPadding = 18; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#logo} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:logo + */ + public static int ActionBar_logo = 8; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#navigationMode} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ @attr name android.support.design:navigationMode + */ + public static int ActionBar_navigationMode = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#popupTheme} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:popupTheme + */ + public static int ActionBar_popupTheme = 27; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#progressBarPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:progressBarPadding + */ + public static int ActionBar_progressBarPadding = 17; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#progressBarStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:progressBarStyle + */ + public static int ActionBar_progressBarStyle = 15; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#subtitle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:subtitle + */ + public static int ActionBar_subtitle = 4; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:subtitleTextStyle + */ + public static int ActionBar_subtitleTextStyle = 6; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#title} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:title + */ + public static int ActionBar_title = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:titleTextStyle + */ + public static int ActionBar_titleTextStyle = 5; + /** Attributes that can be used with a ActionBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout = { + 0x010100b3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #ActionBarLayout} array. + @attr name android:layout_gravity + */ + public static int ActionBarLayout_android_layout_gravity = 0; + /** Attributes that can be used with a ActionMenuItemView. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView = { + 0x0101013f + }; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #ActionMenuItemView} array. + @attr name android:minWidth + */ + public static int ActionMenuItemView_android_minWidth = 0; + /** Attributes that can be used with a ActionMenuView. + */ + public static final int[] ActionMenuView = { + + }; + /** Attributes that can be used with a ActionMode. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #ActionMode_background android.support.design:background}
{@link #ActionMode_backgroundSplit android.support.design:backgroundSplit}
{@link #ActionMode_closeItemLayout android.support.design:closeItemLayout}
{@link #ActionMode_height android.support.design:height}
{@link #ActionMode_subtitleTextStyle android.support.design:subtitleTextStyle}
{@link #ActionMode_titleTextStyle android.support.design:titleTextStyle}
+ @see #ActionMode_background + @see #ActionMode_backgroundSplit + @see #ActionMode_closeItemLayout + @see #ActionMode_height + @see #ActionMode_subtitleTextStyle + @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode = { + 0x7f010023, 0x7f010029, 0x7f01002a, 0x7f01002e, + 0x7f010030, 0x7f010040 + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#background} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:background + */ + public static int ActionMode_background = 3; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionMode} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.design:backgroundSplit + */ + public static int ActionMode_backgroundSplit = 4; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#closeItemLayout} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:closeItemLayout + */ + public static int ActionMode_closeItemLayout = 5; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#height} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:height + */ + public static int ActionMode_height = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:subtitleTextStyle + */ + public static int ActionMode_subtitleTextStyle = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:titleTextStyle + */ + public static int ActionMode_titleTextStyle = 1; + /** Attributes that can be used with a ActivityChooserView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable android.support.design:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount android.support.design:initialActivityCount}
+ @see #ActivityChooserView_expandActivityOverflowButtonDrawable + @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView = { + 0x7f010041, 0x7f010042 + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#expandActivityOverflowButtonDrawable} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:expandActivityOverflowButtonDrawable + */ + public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#initialActivityCount} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:initialActivityCount + */ + public static int ActivityChooserView_initialActivityCount = 0; + /** Attributes that can be used with a AlertDialog. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout android.support.design:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout android.support.design:listItemLayout}
{@link #AlertDialog_listLayout android.support.design:listLayout}
{@link #AlertDialog_multiChoiceItemLayout android.support.design:multiChoiceItemLayout}
{@link #AlertDialog_showTitle android.support.design:showTitle}
{@link #AlertDialog_singleChoiceItemLayout android.support.design:singleChoiceItemLayout}
+ @see #AlertDialog_android_layout + @see #AlertDialog_buttonPanelSideLayout + @see #AlertDialog_listItemLayout + @see #AlertDialog_listLayout + @see #AlertDialog_multiChoiceItemLayout + @see #AlertDialog_showTitle + @see #AlertDialog_singleChoiceItemLayout + */ + public static final int[] AlertDialog = { + 0x010100f2, 0x7f010043, 0x7f010044, 0x7f010045, + 0x7f010046, 0x7f010047, 0x7f010048 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #AlertDialog} array. + @attr name android:layout + */ + public static int AlertDialog_android_layout = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#buttonPanelSideLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:buttonPanelSideLayout + */ + public static int AlertDialog_buttonPanelSideLayout = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#listItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:listItemLayout + */ + public static int AlertDialog_listItemLayout = 5; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#listLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:listLayout + */ + public static int AlertDialog_listLayout = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#multiChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:multiChoiceItemLayout + */ + public static int AlertDialog_multiChoiceItemLayout = 3; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#showTitle} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:showTitle + */ + public static int AlertDialog_showTitle = 6; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#singleChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:singleChoiceItemLayout + */ + public static int AlertDialog_singleChoiceItemLayout = 4; + /** Attributes that can be used with a AppBarLayout. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #AppBarLayout_android_background android:background}
{@link #AppBarLayout_android_keyboardNavigationCluster android:keyboardNavigationCluster}
{@link #AppBarLayout_android_touchscreenBlocksFocus android:touchscreenBlocksFocus}
{@link #AppBarLayout_elevation android.support.design:elevation}
{@link #AppBarLayout_expanded android.support.design:expanded}
+ @see #AppBarLayout_android_background + @see #AppBarLayout_android_keyboardNavigationCluster + @see #AppBarLayout_android_touchscreenBlocksFocus + @see #AppBarLayout_elevation + @see #AppBarLayout_expanded + */ + public static final int[] AppBarLayout = { + 0x010100d4, 0x0101048f, 0x01010540, 0x7f01003e, + 0x7f010118 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:background + */ + public static int AppBarLayout_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#keyboardNavigationCluster} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:keyboardNavigationCluster + */ + public static int AppBarLayout_android_keyboardNavigationCluster = 2; + /** +

This symbol is the offset where the {@link android.R.attr#touchscreenBlocksFocus} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:touchscreenBlocksFocus + */ + public static int AppBarLayout_android_touchscreenBlocksFocus = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#elevation} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:elevation + */ + public static int AppBarLayout_elevation = 3; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#expanded} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:expanded + */ + public static int AppBarLayout_expanded = 4; + /** Attributes that can be used with a AppBarLayoutStates. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayoutStates_state_collapsed android.support.design:state_collapsed}
{@link #AppBarLayoutStates_state_collapsible android.support.design:state_collapsible}
+ @see #AppBarLayoutStates_state_collapsed + @see #AppBarLayoutStates_state_collapsible + */ + public static final int[] AppBarLayoutStates = { + 0x7f010119, 0x7f01011a + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#state_collapsed} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:state_collapsed + */ + public static int AppBarLayoutStates_state_collapsed = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#state_collapsible} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:state_collapsible + */ + public static int AppBarLayoutStates_state_collapsible = 1; + /** Attributes that can be used with a AppBarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayout_Layout_layout_scrollFlags android.support.design:layout_scrollFlags}
{@link #AppBarLayout_Layout_layout_scrollInterpolator android.support.design:layout_scrollInterpolator}
+ @see #AppBarLayout_Layout_layout_scrollFlags + @see #AppBarLayout_Layout_layout_scrollInterpolator + */ + public static final int[] AppBarLayout_Layout = { + 0x7f01011b, 0x7f01011c + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#layout_scrollFlags} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ @attr name android.support.design:layout_scrollFlags + */ + public static int AppBarLayout_Layout_layout_scrollFlags = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#layout_scrollInterpolator} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:layout_scrollInterpolator + */ + public static int AppBarLayout_Layout_layout_scrollInterpolator = 1; + /** Attributes that can be used with a AppCompatImageView. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatImageView_android_src android:src}
{@link #AppCompatImageView_srcCompat android.support.design:srcCompat}
{@link #AppCompatImageView_tint android.support.design:tint}
{@link #AppCompatImageView_tintMode android.support.design:tintMode}
+ @see #AppCompatImageView_android_src + @see #AppCompatImageView_srcCompat + @see #AppCompatImageView_tint + @see #AppCompatImageView_tintMode + */ + public static final int[] AppCompatImageView = { + 0x01010119, 0x7f010049, 0x7f01004a, 0x7f01004b + }; + /** +

This symbol is the offset where the {@link android.R.attr#src} + attribute's value can be found in the {@link #AppCompatImageView} array. + @attr name android:src + */ + public static int AppCompatImageView_android_src = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#srcCompat} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:srcCompat + */ + public static int AppCompatImageView_srcCompat = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tint} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:tint + */ + public static int AppCompatImageView_tint = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tintMode} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.design:tintMode + */ + public static int AppCompatImageView_tintMode = 3; + /** Attributes that can be used with a AppCompatSeekBar. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatSeekBar_android_thumb android:thumb}
{@link #AppCompatSeekBar_tickMark android.support.design:tickMark}
{@link #AppCompatSeekBar_tickMarkTint android.support.design:tickMarkTint}
{@link #AppCompatSeekBar_tickMarkTintMode android.support.design:tickMarkTintMode}
+ @see #AppCompatSeekBar_android_thumb + @see #AppCompatSeekBar_tickMark + @see #AppCompatSeekBar_tickMarkTint + @see #AppCompatSeekBar_tickMarkTintMode + */ + public static final int[] AppCompatSeekBar = { + 0x01010142, 0x7f01004c, 0x7f01004d, 0x7f01004e + }; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + @attr name android:thumb + */ + public static int AppCompatSeekBar_android_thumb = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tickMark} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:tickMark + */ + public static int AppCompatSeekBar_tickMark = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tickMarkTint} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:tickMarkTint + */ + public static int AppCompatSeekBar_tickMarkTint = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tickMarkTintMode} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.design:tickMarkTintMode + */ + public static int AppCompatSeekBar_tickMarkTintMode = 3; + /** Attributes that can be used with a AppCompatTextHelper. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextHelper_android_drawableBottom android:drawableBottom}
{@link #AppCompatTextHelper_android_drawableEnd android:drawableEnd}
{@link #AppCompatTextHelper_android_drawableLeft android:drawableLeft}
{@link #AppCompatTextHelper_android_drawableRight android:drawableRight}
{@link #AppCompatTextHelper_android_drawableStart android:drawableStart}
{@link #AppCompatTextHelper_android_drawableTop android:drawableTop}
{@link #AppCompatTextHelper_android_textAppearance android:textAppearance}
+ @see #AppCompatTextHelper_android_drawableBottom + @see #AppCompatTextHelper_android_drawableEnd + @see #AppCompatTextHelper_android_drawableLeft + @see #AppCompatTextHelper_android_drawableRight + @see #AppCompatTextHelper_android_drawableStart + @see #AppCompatTextHelper_android_drawableTop + @see #AppCompatTextHelper_android_textAppearance + */ + public static final int[] AppCompatTextHelper = { + 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, + 0x01010170, 0x01010392, 0x01010393 + }; + /** +

This symbol is the offset where the {@link android.R.attr#drawableBottom} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableBottom + */ + public static int AppCompatTextHelper_android_drawableBottom = 2; + /** +

This symbol is the offset where the {@link android.R.attr#drawableEnd} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableEnd + */ + public static int AppCompatTextHelper_android_drawableEnd = 6; + /** +

This symbol is the offset where the {@link android.R.attr#drawableLeft} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableLeft + */ + public static int AppCompatTextHelper_android_drawableLeft = 3; + /** +

This symbol is the offset where the {@link android.R.attr#drawableRight} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableRight + */ + public static int AppCompatTextHelper_android_drawableRight = 4; + /** +

This symbol is the offset where the {@link android.R.attr#drawableStart} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableStart + */ + public static int AppCompatTextHelper_android_drawableStart = 5; + /** +

This symbol is the offset where the {@link android.R.attr#drawableTop} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableTop + */ + public static int AppCompatTextHelper_android_drawableTop = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:textAppearance + */ + public static int AppCompatTextHelper_android_textAppearance = 0; + /** Attributes that can be used with a AppCompatTextView. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_autoSizeMaxTextSize android.support.design:autoSizeMaxTextSize}
{@link #AppCompatTextView_autoSizeMinTextSize android.support.design:autoSizeMinTextSize}
{@link #AppCompatTextView_autoSizePresetSizes android.support.design:autoSizePresetSizes}
{@link #AppCompatTextView_autoSizeStepGranularity android.support.design:autoSizeStepGranularity}
{@link #AppCompatTextView_autoSizeTextType android.support.design:autoSizeTextType}
{@link #AppCompatTextView_fontFamily android.support.design:fontFamily}
{@link #AppCompatTextView_textAllCaps android.support.design:textAllCaps}
+ @see #AppCompatTextView_android_textAppearance + @see #AppCompatTextView_autoSizeMaxTextSize + @see #AppCompatTextView_autoSizeMinTextSize + @see #AppCompatTextView_autoSizePresetSizes + @see #AppCompatTextView_autoSizeStepGranularity + @see #AppCompatTextView_autoSizeTextType + @see #AppCompatTextView_fontFamily + @see #AppCompatTextView_textAllCaps + */ + public static final int[] AppCompatTextView = { + 0x01010034, 0x7f01004f, 0x7f010050, 0x7f010051, + 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextView} array. + @attr name android:textAppearance + */ + public static int AppCompatTextView_android_textAppearance = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#autoSizeMaxTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:autoSizeMaxTextSize + */ + public static int AppCompatTextView_autoSizeMaxTextSize = 6; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#autoSizeMinTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:autoSizeMinTextSize + */ + public static int AppCompatTextView_autoSizeMinTextSize = 5; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#autoSizePresetSizes} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:autoSizePresetSizes + */ + public static int AppCompatTextView_autoSizePresetSizes = 4; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#autoSizeStepGranularity} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:autoSizeStepGranularity + */ + public static int AppCompatTextView_autoSizeStepGranularity = 3; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#autoSizeTextType} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ @attr name android.support.design:autoSizeTextType + */ + public static int AppCompatTextView_autoSizeTextType = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#fontFamily} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:fontFamily + */ + public static int AppCompatTextView_fontFamily = 7; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#textAllCaps} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name android.support.design:textAllCaps + */ + public static int AppCompatTextView_textAllCaps = 1; + /** Attributes that can be used with a AppCompatTheme. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTheme_actionBarDivider android.support.design:actionBarDivider}
{@link #AppCompatTheme_actionBarItemBackground android.support.design:actionBarItemBackground}
{@link #AppCompatTheme_actionBarPopupTheme android.support.design:actionBarPopupTheme}
{@link #AppCompatTheme_actionBarSize android.support.design:actionBarSize}
{@link #AppCompatTheme_actionBarSplitStyle android.support.design:actionBarSplitStyle}
{@link #AppCompatTheme_actionBarStyle android.support.design:actionBarStyle}
{@link #AppCompatTheme_actionBarTabBarStyle android.support.design:actionBarTabBarStyle}
{@link #AppCompatTheme_actionBarTabStyle android.support.design:actionBarTabStyle}
{@link #AppCompatTheme_actionBarTabTextStyle android.support.design:actionBarTabTextStyle}
{@link #AppCompatTheme_actionBarTheme android.support.design:actionBarTheme}
{@link #AppCompatTheme_actionBarWidgetTheme android.support.design:actionBarWidgetTheme}
{@link #AppCompatTheme_actionButtonStyle android.support.design:actionButtonStyle}
{@link #AppCompatTheme_actionDropDownStyle android.support.design:actionDropDownStyle}
{@link #AppCompatTheme_actionMenuTextAppearance android.support.design:actionMenuTextAppearance}
{@link #AppCompatTheme_actionMenuTextColor android.support.design:actionMenuTextColor}
{@link #AppCompatTheme_actionModeBackground android.support.design:actionModeBackground}
{@link #AppCompatTheme_actionModeCloseButtonStyle android.support.design:actionModeCloseButtonStyle}
{@link #AppCompatTheme_actionModeCloseDrawable android.support.design:actionModeCloseDrawable}
{@link #AppCompatTheme_actionModeCopyDrawable android.support.design:actionModeCopyDrawable}
{@link #AppCompatTheme_actionModeCutDrawable android.support.design:actionModeCutDrawable}
{@link #AppCompatTheme_actionModeFindDrawable android.support.design:actionModeFindDrawable}
{@link #AppCompatTheme_actionModePasteDrawable android.support.design:actionModePasteDrawable}
{@link #AppCompatTheme_actionModePopupWindowStyle android.support.design:actionModePopupWindowStyle}
{@link #AppCompatTheme_actionModeSelectAllDrawable android.support.design:actionModeSelectAllDrawable}
{@link #AppCompatTheme_actionModeShareDrawable android.support.design:actionModeShareDrawable}
{@link #AppCompatTheme_actionModeSplitBackground android.support.design:actionModeSplitBackground}
{@link #AppCompatTheme_actionModeStyle android.support.design:actionModeStyle}
{@link #AppCompatTheme_actionModeWebSearchDrawable android.support.design:actionModeWebSearchDrawable}
{@link #AppCompatTheme_actionOverflowButtonStyle android.support.design:actionOverflowButtonStyle}
{@link #AppCompatTheme_actionOverflowMenuStyle android.support.design:actionOverflowMenuStyle}
{@link #AppCompatTheme_activityChooserViewStyle android.support.design:activityChooserViewStyle}
{@link #AppCompatTheme_alertDialogButtonGroupStyle android.support.design:alertDialogButtonGroupStyle}
{@link #AppCompatTheme_alertDialogCenterButtons android.support.design:alertDialogCenterButtons}
{@link #AppCompatTheme_alertDialogStyle android.support.design:alertDialogStyle}
{@link #AppCompatTheme_alertDialogTheme android.support.design:alertDialogTheme}
{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating}
{@link #AppCompatTheme_autoCompleteTextViewStyle android.support.design:autoCompleteTextViewStyle}
{@link #AppCompatTheme_borderlessButtonStyle android.support.design:borderlessButtonStyle}
{@link #AppCompatTheme_buttonBarButtonStyle android.support.design:buttonBarButtonStyle}
{@link #AppCompatTheme_buttonBarNegativeButtonStyle android.support.design:buttonBarNegativeButtonStyle}
{@link #AppCompatTheme_buttonBarNeutralButtonStyle android.support.design:buttonBarNeutralButtonStyle}
{@link #AppCompatTheme_buttonBarPositiveButtonStyle android.support.design:buttonBarPositiveButtonStyle}
{@link #AppCompatTheme_buttonBarStyle android.support.design:buttonBarStyle}
{@link #AppCompatTheme_buttonStyle android.support.design:buttonStyle}
{@link #AppCompatTheme_buttonStyleSmall android.support.design:buttonStyleSmall}
{@link #AppCompatTheme_checkboxStyle android.support.design:checkboxStyle}
{@link #AppCompatTheme_checkedTextViewStyle android.support.design:checkedTextViewStyle}
{@link #AppCompatTheme_colorAccent android.support.design:colorAccent}
{@link #AppCompatTheme_colorBackgroundFloating android.support.design:colorBackgroundFloating}
{@link #AppCompatTheme_colorButtonNormal android.support.design:colorButtonNormal}
{@link #AppCompatTheme_colorControlActivated android.support.design:colorControlActivated}
{@link #AppCompatTheme_colorControlHighlight android.support.design:colorControlHighlight}
{@link #AppCompatTheme_colorControlNormal android.support.design:colorControlNormal}
{@link #AppCompatTheme_colorError android.support.design:colorError}
{@link #AppCompatTheme_colorPrimary android.support.design:colorPrimary}
{@link #AppCompatTheme_colorPrimaryDark android.support.design:colorPrimaryDark}
{@link #AppCompatTheme_colorSwitchThumbNormal android.support.design:colorSwitchThumbNormal}
{@link #AppCompatTheme_controlBackground android.support.design:controlBackground}
{@link #AppCompatTheme_dialogPreferredPadding android.support.design:dialogPreferredPadding}
{@link #AppCompatTheme_dialogTheme android.support.design:dialogTheme}
{@link #AppCompatTheme_dividerHorizontal android.support.design:dividerHorizontal}
{@link #AppCompatTheme_dividerVertical android.support.design:dividerVertical}
{@link #AppCompatTheme_dropDownListViewStyle android.support.design:dropDownListViewStyle}
{@link #AppCompatTheme_dropdownListPreferredItemHeight android.support.design:dropdownListPreferredItemHeight}
{@link #AppCompatTheme_editTextBackground android.support.design:editTextBackground}
{@link #AppCompatTheme_editTextColor android.support.design:editTextColor}
{@link #AppCompatTheme_editTextStyle android.support.design:editTextStyle}
{@link #AppCompatTheme_homeAsUpIndicator android.support.design:homeAsUpIndicator}
{@link #AppCompatTheme_imageButtonStyle android.support.design:imageButtonStyle}
{@link #AppCompatTheme_listChoiceBackgroundIndicator android.support.design:listChoiceBackgroundIndicator}
{@link #AppCompatTheme_listDividerAlertDialog android.support.design:listDividerAlertDialog}
{@link #AppCompatTheme_listMenuViewStyle android.support.design:listMenuViewStyle}
{@link #AppCompatTheme_listPopupWindowStyle android.support.design:listPopupWindowStyle}
{@link #AppCompatTheme_listPreferredItemHeight android.support.design:listPreferredItemHeight}
{@link #AppCompatTheme_listPreferredItemHeightLarge android.support.design:listPreferredItemHeightLarge}
{@link #AppCompatTheme_listPreferredItemHeightSmall android.support.design:listPreferredItemHeightSmall}
{@link #AppCompatTheme_listPreferredItemPaddingLeft android.support.design:listPreferredItemPaddingLeft}
{@link #AppCompatTheme_listPreferredItemPaddingRight android.support.design:listPreferredItemPaddingRight}
{@link #AppCompatTheme_panelBackground android.support.design:panelBackground}
{@link #AppCompatTheme_panelMenuListTheme android.support.design:panelMenuListTheme}
{@link #AppCompatTheme_panelMenuListWidth android.support.design:panelMenuListWidth}
{@link #AppCompatTheme_popupMenuStyle android.support.design:popupMenuStyle}
{@link #AppCompatTheme_popupWindowStyle android.support.design:popupWindowStyle}
{@link #AppCompatTheme_radioButtonStyle android.support.design:radioButtonStyle}
{@link #AppCompatTheme_ratingBarStyle android.support.design:ratingBarStyle}
{@link #AppCompatTheme_ratingBarStyleIndicator android.support.design:ratingBarStyleIndicator}
{@link #AppCompatTheme_ratingBarStyleSmall android.support.design:ratingBarStyleSmall}
{@link #AppCompatTheme_searchViewStyle android.support.design:searchViewStyle}
{@link #AppCompatTheme_seekBarStyle android.support.design:seekBarStyle}
{@link #AppCompatTheme_selectableItemBackground android.support.design:selectableItemBackground}
{@link #AppCompatTheme_selectableItemBackgroundBorderless android.support.design:selectableItemBackgroundBorderless}
{@link #AppCompatTheme_spinnerDropDownItemStyle android.support.design:spinnerDropDownItemStyle}
{@link #AppCompatTheme_spinnerStyle android.support.design:spinnerStyle}
{@link #AppCompatTheme_switchStyle android.support.design:switchStyle}
{@link #AppCompatTheme_textAppearanceLargePopupMenu android.support.design:textAppearanceLargePopupMenu}
{@link #AppCompatTheme_textAppearanceListItem android.support.design:textAppearanceListItem}
{@link #AppCompatTheme_textAppearanceListItemSecondary android.support.design:textAppearanceListItemSecondary}
{@link #AppCompatTheme_textAppearanceListItemSmall android.support.design:textAppearanceListItemSmall}
{@link #AppCompatTheme_textAppearancePopupMenuHeader android.support.design:textAppearancePopupMenuHeader}
{@link #AppCompatTheme_textAppearanceSearchResultSubtitle android.support.design:textAppearanceSearchResultSubtitle}
{@link #AppCompatTheme_textAppearanceSearchResultTitle android.support.design:textAppearanceSearchResultTitle}
{@link #AppCompatTheme_textAppearanceSmallPopupMenu android.support.design:textAppearanceSmallPopupMenu}
{@link #AppCompatTheme_textColorAlertDialogListItem android.support.design:textColorAlertDialogListItem}
{@link #AppCompatTheme_textColorSearchUrl android.support.design:textColorSearchUrl}
{@link #AppCompatTheme_toolbarNavigationButtonStyle android.support.design:toolbarNavigationButtonStyle}
{@link #AppCompatTheme_toolbarStyle android.support.design:toolbarStyle}
{@link #AppCompatTheme_tooltipForegroundColor android.support.design:tooltipForegroundColor}
{@link #AppCompatTheme_tooltipFrameBackground android.support.design:tooltipFrameBackground}
{@link #AppCompatTheme_windowActionBar android.support.design:windowActionBar}
{@link #AppCompatTheme_windowActionBarOverlay android.support.design:windowActionBarOverlay}
{@link #AppCompatTheme_windowActionModeOverlay android.support.design:windowActionModeOverlay}
{@link #AppCompatTheme_windowFixedHeightMajor android.support.design:windowFixedHeightMajor}
{@link #AppCompatTheme_windowFixedHeightMinor android.support.design:windowFixedHeightMinor}
{@link #AppCompatTheme_windowFixedWidthMajor android.support.design:windowFixedWidthMajor}
{@link #AppCompatTheme_windowFixedWidthMinor android.support.design:windowFixedWidthMinor}
{@link #AppCompatTheme_windowMinWidthMajor android.support.design:windowMinWidthMajor}
{@link #AppCompatTheme_windowMinWidthMinor android.support.design:windowMinWidthMinor}
{@link #AppCompatTheme_windowNoTitle android.support.design:windowNoTitle}
+ @see #AppCompatTheme_actionBarDivider + @see #AppCompatTheme_actionBarItemBackground + @see #AppCompatTheme_actionBarPopupTheme + @see #AppCompatTheme_actionBarSize + @see #AppCompatTheme_actionBarSplitStyle + @see #AppCompatTheme_actionBarStyle + @see #AppCompatTheme_actionBarTabBarStyle + @see #AppCompatTheme_actionBarTabStyle + @see #AppCompatTheme_actionBarTabTextStyle + @see #AppCompatTheme_actionBarTheme + @see #AppCompatTheme_actionBarWidgetTheme + @see #AppCompatTheme_actionButtonStyle + @see #AppCompatTheme_actionDropDownStyle + @see #AppCompatTheme_actionMenuTextAppearance + @see #AppCompatTheme_actionMenuTextColor + @see #AppCompatTheme_actionModeBackground + @see #AppCompatTheme_actionModeCloseButtonStyle + @see #AppCompatTheme_actionModeCloseDrawable + @see #AppCompatTheme_actionModeCopyDrawable + @see #AppCompatTheme_actionModeCutDrawable + @see #AppCompatTheme_actionModeFindDrawable + @see #AppCompatTheme_actionModePasteDrawable + @see #AppCompatTheme_actionModePopupWindowStyle + @see #AppCompatTheme_actionModeSelectAllDrawable + @see #AppCompatTheme_actionModeShareDrawable + @see #AppCompatTheme_actionModeSplitBackground + @see #AppCompatTheme_actionModeStyle + @see #AppCompatTheme_actionModeWebSearchDrawable + @see #AppCompatTheme_actionOverflowButtonStyle + @see #AppCompatTheme_actionOverflowMenuStyle + @see #AppCompatTheme_activityChooserViewStyle + @see #AppCompatTheme_alertDialogButtonGroupStyle + @see #AppCompatTheme_alertDialogCenterButtons + @see #AppCompatTheme_alertDialogStyle + @see #AppCompatTheme_alertDialogTheme + @see #AppCompatTheme_android_windowAnimationStyle + @see #AppCompatTheme_android_windowIsFloating + @see #AppCompatTheme_autoCompleteTextViewStyle + @see #AppCompatTheme_borderlessButtonStyle + @see #AppCompatTheme_buttonBarButtonStyle + @see #AppCompatTheme_buttonBarNegativeButtonStyle + @see #AppCompatTheme_buttonBarNeutralButtonStyle + @see #AppCompatTheme_buttonBarPositiveButtonStyle + @see #AppCompatTheme_buttonBarStyle + @see #AppCompatTheme_buttonStyle + @see #AppCompatTheme_buttonStyleSmall + @see #AppCompatTheme_checkboxStyle + @see #AppCompatTheme_checkedTextViewStyle + @see #AppCompatTheme_colorAccent + @see #AppCompatTheme_colorBackgroundFloating + @see #AppCompatTheme_colorButtonNormal + @see #AppCompatTheme_colorControlActivated + @see #AppCompatTheme_colorControlHighlight + @see #AppCompatTheme_colorControlNormal + @see #AppCompatTheme_colorError + @see #AppCompatTheme_colorPrimary + @see #AppCompatTheme_colorPrimaryDark + @see #AppCompatTheme_colorSwitchThumbNormal + @see #AppCompatTheme_controlBackground + @see #AppCompatTheme_dialogPreferredPadding + @see #AppCompatTheme_dialogTheme + @see #AppCompatTheme_dividerHorizontal + @see #AppCompatTheme_dividerVertical + @see #AppCompatTheme_dropDownListViewStyle + @see #AppCompatTheme_dropdownListPreferredItemHeight + @see #AppCompatTheme_editTextBackground + @see #AppCompatTheme_editTextColor + @see #AppCompatTheme_editTextStyle + @see #AppCompatTheme_homeAsUpIndicator + @see #AppCompatTheme_imageButtonStyle + @see #AppCompatTheme_listChoiceBackgroundIndicator + @see #AppCompatTheme_listDividerAlertDialog + @see #AppCompatTheme_listMenuViewStyle + @see #AppCompatTheme_listPopupWindowStyle + @see #AppCompatTheme_listPreferredItemHeight + @see #AppCompatTheme_listPreferredItemHeightLarge + @see #AppCompatTheme_listPreferredItemHeightSmall + @see #AppCompatTheme_listPreferredItemPaddingLeft + @see #AppCompatTheme_listPreferredItemPaddingRight + @see #AppCompatTheme_panelBackground + @see #AppCompatTheme_panelMenuListTheme + @see #AppCompatTheme_panelMenuListWidth + @see #AppCompatTheme_popupMenuStyle + @see #AppCompatTheme_popupWindowStyle + @see #AppCompatTheme_radioButtonStyle + @see #AppCompatTheme_ratingBarStyle + @see #AppCompatTheme_ratingBarStyleIndicator + @see #AppCompatTheme_ratingBarStyleSmall + @see #AppCompatTheme_searchViewStyle + @see #AppCompatTheme_seekBarStyle + @see #AppCompatTheme_selectableItemBackground + @see #AppCompatTheme_selectableItemBackgroundBorderless + @see #AppCompatTheme_spinnerDropDownItemStyle + @see #AppCompatTheme_spinnerStyle + @see #AppCompatTheme_switchStyle + @see #AppCompatTheme_textAppearanceLargePopupMenu + @see #AppCompatTheme_textAppearanceListItem + @see #AppCompatTheme_textAppearanceListItemSecondary + @see #AppCompatTheme_textAppearanceListItemSmall + @see #AppCompatTheme_textAppearancePopupMenuHeader + @see #AppCompatTheme_textAppearanceSearchResultSubtitle + @see #AppCompatTheme_textAppearanceSearchResultTitle + @see #AppCompatTheme_textAppearanceSmallPopupMenu + @see #AppCompatTheme_textColorAlertDialogListItem + @see #AppCompatTheme_textColorSearchUrl + @see #AppCompatTheme_toolbarNavigationButtonStyle + @see #AppCompatTheme_toolbarStyle + @see #AppCompatTheme_tooltipForegroundColor + @see #AppCompatTheme_tooltipFrameBackground + @see #AppCompatTheme_windowActionBar + @see #AppCompatTheme_windowActionBarOverlay + @see #AppCompatTheme_windowActionModeOverlay + @see #AppCompatTheme_windowFixedHeightMajor + @see #AppCompatTheme_windowFixedHeightMinor + @see #AppCompatTheme_windowFixedWidthMajor + @see #AppCompatTheme_windowFixedWidthMinor + @see #AppCompatTheme_windowMinWidthMajor + @see #AppCompatTheme_windowMinWidthMinor + @see #AppCompatTheme_windowNoTitle + */ + public static final int[] AppCompatTheme = { + 0x01010057, 0x010100ae, 0x7f010056, 0x7f010057, + 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, + 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, + 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, + 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, + 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, + 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, + 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, + 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, + 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, + 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, + 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, + 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, + 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, + 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, + 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, + 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, + 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, + 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, + 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, + 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, + 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, + 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, + 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, + 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, + 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, + 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, + 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, + 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, + 0x7f0100c8, 0x7f0100c9, 0x7f0100ca + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionBarDivider} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionBarDivider + */ + public static int AppCompatTheme_actionBarDivider = 23; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionBarItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionBarItemBackground + */ + public static int AppCompatTheme_actionBarItemBackground = 24; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionBarPopupTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionBarPopupTheme + */ + public static int AppCompatTheme_actionBarPopupTheme = 17; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionBarSize} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ @attr name android.support.design:actionBarSize + */ + public static int AppCompatTheme_actionBarSize = 22; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionBarSplitStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionBarSplitStyle + */ + public static int AppCompatTheme_actionBarSplitStyle = 19; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionBarStyle + */ + public static int AppCompatTheme_actionBarStyle = 18; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionBarTabBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionBarTabBarStyle + */ + public static int AppCompatTheme_actionBarTabBarStyle = 13; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionBarTabStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionBarTabStyle + */ + public static int AppCompatTheme_actionBarTabStyle = 12; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionBarTabTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionBarTabTextStyle + */ + public static int AppCompatTheme_actionBarTabTextStyle = 14; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionBarTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionBarTheme + */ + public static int AppCompatTheme_actionBarTheme = 20; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionBarWidgetTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionBarWidgetTheme + */ + public static int AppCompatTheme_actionBarWidgetTheme = 21; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionButtonStyle + */ + public static int AppCompatTheme_actionButtonStyle = 50; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionDropDownStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionDropDownStyle + */ + public static int AppCompatTheme_actionDropDownStyle = 46; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionMenuTextAppearance} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionMenuTextAppearance + */ + public static int AppCompatTheme_actionMenuTextAppearance = 25; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionMenuTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.design:actionMenuTextColor + */ + public static int AppCompatTheme_actionMenuTextColor = 26; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionModeBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionModeBackground + */ + public static int AppCompatTheme_actionModeBackground = 29; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionModeCloseButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionModeCloseButtonStyle + */ + public static int AppCompatTheme_actionModeCloseButtonStyle = 28; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionModeCloseDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionModeCloseDrawable + */ + public static int AppCompatTheme_actionModeCloseDrawable = 31; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionModeCopyDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionModeCopyDrawable + */ + public static int AppCompatTheme_actionModeCopyDrawable = 33; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionModeCutDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionModeCutDrawable + */ + public static int AppCompatTheme_actionModeCutDrawable = 32; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionModeFindDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionModeFindDrawable + */ + public static int AppCompatTheme_actionModeFindDrawable = 37; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionModePasteDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionModePasteDrawable + */ + public static int AppCompatTheme_actionModePasteDrawable = 34; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionModePopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionModePopupWindowStyle + */ + public static int AppCompatTheme_actionModePopupWindowStyle = 39; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionModeSelectAllDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionModeSelectAllDrawable + */ + public static int AppCompatTheme_actionModeSelectAllDrawable = 35; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionModeShareDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionModeShareDrawable + */ + public static int AppCompatTheme_actionModeShareDrawable = 36; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionModeSplitBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionModeSplitBackground + */ + public static int AppCompatTheme_actionModeSplitBackground = 30; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionModeStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionModeStyle + */ + public static int AppCompatTheme_actionModeStyle = 27; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionModeWebSearchDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionModeWebSearchDrawable + */ + public static int AppCompatTheme_actionModeWebSearchDrawable = 38; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionOverflowButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionOverflowButtonStyle + */ + public static int AppCompatTheme_actionOverflowButtonStyle = 15; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionOverflowMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionOverflowMenuStyle + */ + public static int AppCompatTheme_actionOverflowMenuStyle = 16; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#activityChooserViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:activityChooserViewStyle + */ + public static int AppCompatTheme_activityChooserViewStyle = 58; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#alertDialogButtonGroupStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:alertDialogButtonGroupStyle + */ + public static int AppCompatTheme_alertDialogButtonGroupStyle = 95; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#alertDialogCenterButtons} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:alertDialogCenterButtons + */ + public static int AppCompatTheme_alertDialogCenterButtons = 96; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#alertDialogStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:alertDialogStyle + */ + public static int AppCompatTheme_alertDialogStyle = 94; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#alertDialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:alertDialogTheme + */ + public static int AppCompatTheme_alertDialogTheme = 97; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowAnimationStyle + */ + public static int AppCompatTheme_android_windowAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#windowIsFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowIsFloating + */ + public static int AppCompatTheme_android_windowIsFloating = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#autoCompleteTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:autoCompleteTextViewStyle + */ + public static int AppCompatTheme_autoCompleteTextViewStyle = 102; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#borderlessButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:borderlessButtonStyle + */ + public static int AppCompatTheme_borderlessButtonStyle = 55; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#buttonBarButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:buttonBarButtonStyle + */ + public static int AppCompatTheme_buttonBarButtonStyle = 52; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#buttonBarNegativeButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:buttonBarNegativeButtonStyle + */ + public static int AppCompatTheme_buttonBarNegativeButtonStyle = 100; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#buttonBarNeutralButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:buttonBarNeutralButtonStyle + */ + public static int AppCompatTheme_buttonBarNeutralButtonStyle = 101; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#buttonBarPositiveButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:buttonBarPositiveButtonStyle + */ + public static int AppCompatTheme_buttonBarPositiveButtonStyle = 99; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#buttonBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:buttonBarStyle + */ + public static int AppCompatTheme_buttonBarStyle = 51; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#buttonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:buttonStyle + */ + public static int AppCompatTheme_buttonStyle = 103; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#buttonStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:buttonStyleSmall + */ + public static int AppCompatTheme_buttonStyleSmall = 104; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#checkboxStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:checkboxStyle + */ + public static int AppCompatTheme_checkboxStyle = 105; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#checkedTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:checkedTextViewStyle + */ + public static int AppCompatTheme_checkedTextViewStyle = 106; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#colorAccent} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:colorAccent + */ + public static int AppCompatTheme_colorAccent = 86; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#colorBackgroundFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:colorBackgroundFloating + */ + public static int AppCompatTheme_colorBackgroundFloating = 93; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#colorButtonNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:colorButtonNormal + */ + public static int AppCompatTheme_colorButtonNormal = 90; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#colorControlActivated} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:colorControlActivated + */ + public static int AppCompatTheme_colorControlActivated = 88; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#colorControlHighlight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:colorControlHighlight + */ + public static int AppCompatTheme_colorControlHighlight = 89; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#colorControlNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:colorControlNormal + */ + public static int AppCompatTheme_colorControlNormal = 87; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#colorError} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.design:colorError + */ + public static int AppCompatTheme_colorError = 118; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#colorPrimary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:colorPrimary + */ + public static int AppCompatTheme_colorPrimary = 84; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#colorPrimaryDark} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:colorPrimaryDark + */ + public static int AppCompatTheme_colorPrimaryDark = 85; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#colorSwitchThumbNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:colorSwitchThumbNormal + */ + public static int AppCompatTheme_colorSwitchThumbNormal = 91; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#controlBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:controlBackground + */ + public static int AppCompatTheme_controlBackground = 92; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#dialogPreferredPadding} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:dialogPreferredPadding + */ + public static int AppCompatTheme_dialogPreferredPadding = 44; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#dialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:dialogTheme + */ + public static int AppCompatTheme_dialogTheme = 43; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#dividerHorizontal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:dividerHorizontal + */ + public static int AppCompatTheme_dividerHorizontal = 57; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#dividerVertical} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:dividerVertical + */ + public static int AppCompatTheme_dividerVertical = 56; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#dropDownListViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:dropDownListViewStyle + */ + public static int AppCompatTheme_dropDownListViewStyle = 75; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#dropdownListPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:dropdownListPreferredItemHeight + */ + public static int AppCompatTheme_dropdownListPreferredItemHeight = 47; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#editTextBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:editTextBackground + */ + public static int AppCompatTheme_editTextBackground = 64; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#editTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.design:editTextColor + */ + public static int AppCompatTheme_editTextColor = 63; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#editTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:editTextStyle + */ + public static int AppCompatTheme_editTextStyle = 107; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:homeAsUpIndicator + */ + public static int AppCompatTheme_homeAsUpIndicator = 49; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#imageButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:imageButtonStyle + */ + public static int AppCompatTheme_imageButtonStyle = 65; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#listChoiceBackgroundIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:listChoiceBackgroundIndicator + */ + public static int AppCompatTheme_listChoiceBackgroundIndicator = 83; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#listDividerAlertDialog} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:listDividerAlertDialog + */ + public static int AppCompatTheme_listDividerAlertDialog = 45; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#listMenuViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:listMenuViewStyle + */ + public static int AppCompatTheme_listMenuViewStyle = 115; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#listPopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:listPopupWindowStyle + */ + public static int AppCompatTheme_listPopupWindowStyle = 76; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#listPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:listPreferredItemHeight + */ + public static int AppCompatTheme_listPreferredItemHeight = 70; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#listPreferredItemHeightLarge} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:listPreferredItemHeightLarge + */ + public static int AppCompatTheme_listPreferredItemHeightLarge = 72; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#listPreferredItemHeightSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:listPreferredItemHeightSmall + */ + public static int AppCompatTheme_listPreferredItemHeightSmall = 71; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#listPreferredItemPaddingLeft} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:listPreferredItemPaddingLeft + */ + public static int AppCompatTheme_listPreferredItemPaddingLeft = 73; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#listPreferredItemPaddingRight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:listPreferredItemPaddingRight + */ + public static int AppCompatTheme_listPreferredItemPaddingRight = 74; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#panelBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:panelBackground + */ + public static int AppCompatTheme_panelBackground = 80; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#panelMenuListTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:panelMenuListTheme + */ + public static int AppCompatTheme_panelMenuListTheme = 82; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#panelMenuListWidth} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:panelMenuListWidth + */ + public static int AppCompatTheme_panelMenuListWidth = 81; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#popupMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:popupMenuStyle + */ + public static int AppCompatTheme_popupMenuStyle = 61; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#popupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:popupWindowStyle + */ + public static int AppCompatTheme_popupWindowStyle = 62; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#radioButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:radioButtonStyle + */ + public static int AppCompatTheme_radioButtonStyle = 108; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#ratingBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:ratingBarStyle + */ + public static int AppCompatTheme_ratingBarStyle = 109; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#ratingBarStyleIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:ratingBarStyleIndicator + */ + public static int AppCompatTheme_ratingBarStyleIndicator = 110; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#ratingBarStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:ratingBarStyleSmall + */ + public static int AppCompatTheme_ratingBarStyleSmall = 111; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#searchViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:searchViewStyle + */ + public static int AppCompatTheme_searchViewStyle = 69; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#seekBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:seekBarStyle + */ + public static int AppCompatTheme_seekBarStyle = 112; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#selectableItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:selectableItemBackground + */ + public static int AppCompatTheme_selectableItemBackground = 53; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#selectableItemBackgroundBorderless} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:selectableItemBackgroundBorderless + */ + public static int AppCompatTheme_selectableItemBackgroundBorderless = 54; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#spinnerDropDownItemStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:spinnerDropDownItemStyle + */ + public static int AppCompatTheme_spinnerDropDownItemStyle = 48; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#spinnerStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:spinnerStyle + */ + public static int AppCompatTheme_spinnerStyle = 113; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#switchStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:switchStyle + */ + public static int AppCompatTheme_switchStyle = 114; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#textAppearanceLargePopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:textAppearanceLargePopupMenu + */ + public static int AppCompatTheme_textAppearanceLargePopupMenu = 40; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#textAppearanceListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:textAppearanceListItem + */ + public static int AppCompatTheme_textAppearanceListItem = 77; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#textAppearanceListItemSecondary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:textAppearanceListItemSecondary + */ + public static int AppCompatTheme_textAppearanceListItemSecondary = 78; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#textAppearanceListItemSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:textAppearanceListItemSmall + */ + public static int AppCompatTheme_textAppearanceListItemSmall = 79; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#textAppearancePopupMenuHeader} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:textAppearancePopupMenuHeader + */ + public static int AppCompatTheme_textAppearancePopupMenuHeader = 42; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#textAppearanceSearchResultSubtitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:textAppearanceSearchResultSubtitle + */ + public static int AppCompatTheme_textAppearanceSearchResultSubtitle = 67; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#textAppearanceSearchResultTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:textAppearanceSearchResultTitle + */ + public static int AppCompatTheme_textAppearanceSearchResultTitle = 66; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#textAppearanceSmallPopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:textAppearanceSmallPopupMenu + */ + public static int AppCompatTheme_textAppearanceSmallPopupMenu = 41; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#textColorAlertDialogListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.design:textColorAlertDialogListItem + */ + public static int AppCompatTheme_textColorAlertDialogListItem = 98; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#textColorSearchUrl} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.design:textColorSearchUrl + */ + public static int AppCompatTheme_textColorSearchUrl = 68; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#toolbarNavigationButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:toolbarNavigationButtonStyle + */ + public static int AppCompatTheme_toolbarNavigationButtonStyle = 60; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#toolbarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:toolbarStyle + */ + public static int AppCompatTheme_toolbarStyle = 59; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tooltipForegroundColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.design:tooltipForegroundColor + */ + public static int AppCompatTheme_tooltipForegroundColor = 117; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tooltipFrameBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:tooltipFrameBackground + */ + public static int AppCompatTheme_tooltipFrameBackground = 116; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#windowActionBar} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:windowActionBar + */ + public static int AppCompatTheme_windowActionBar = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#windowActionBarOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:windowActionBarOverlay + */ + public static int AppCompatTheme_windowActionBarOverlay = 4; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#windowActionModeOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:windowActionModeOverlay + */ + public static int AppCompatTheme_windowActionModeOverlay = 5; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#windowFixedHeightMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:windowFixedHeightMajor + */ + public static int AppCompatTheme_windowFixedHeightMajor = 9; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#windowFixedHeightMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:windowFixedHeightMinor + */ + public static int AppCompatTheme_windowFixedHeightMinor = 7; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#windowFixedWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:windowFixedWidthMajor + */ + public static int AppCompatTheme_windowFixedWidthMajor = 6; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#windowFixedWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:windowFixedWidthMinor + */ + public static int AppCompatTheme_windowFixedWidthMinor = 8; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#windowMinWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:windowMinWidthMajor + */ + public static int AppCompatTheme_windowMinWidthMajor = 10; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#windowMinWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:windowMinWidthMinor + */ + public static int AppCompatTheme_windowMinWidthMinor = 11; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#windowNoTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:windowNoTitle + */ + public static int AppCompatTheme_windowNoTitle = 3; + /** Attributes that can be used with a BottomNavigationView. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #BottomNavigationView_elevation android.support.design:elevation}
{@link #BottomNavigationView_itemBackground android.support.design:itemBackground}
{@link #BottomNavigationView_itemIconTint android.support.design:itemIconTint}
{@link #BottomNavigationView_itemTextColor android.support.design:itemTextColor}
{@link #BottomNavigationView_menu android.support.design:menu}
+ @see #BottomNavigationView_elevation + @see #BottomNavigationView_itemBackground + @see #BottomNavigationView_itemIconTint + @see #BottomNavigationView_itemTextColor + @see #BottomNavigationView_menu + */ + public static final int[] BottomNavigationView = { + 0x7f01003e, 0x7f010143, 0x7f010144, 0x7f010145, + 0x7f010146 + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#elevation} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:elevation + */ + public static int BottomNavigationView_elevation = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#itemBackground} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:itemBackground + */ + public static int BottomNavigationView_itemBackground = 4; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#itemIconTint} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:itemIconTint + */ + public static int BottomNavigationView_itemIconTint = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#itemTextColor} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:itemTextColor + */ + public static int BottomNavigationView_itemTextColor = 3; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#menu} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:menu + */ + public static int BottomNavigationView_menu = 1; + /** Attributes that can be used with a BottomSheetBehavior_Layout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #BottomSheetBehavior_Layout_behavior_hideable android.support.design:behavior_hideable}
{@link #BottomSheetBehavior_Layout_behavior_peekHeight android.support.design:behavior_peekHeight}
{@link #BottomSheetBehavior_Layout_behavior_skipCollapsed android.support.design:behavior_skipCollapsed}
+ @see #BottomSheetBehavior_Layout_behavior_hideable + @see #BottomSheetBehavior_Layout_behavior_peekHeight + @see #BottomSheetBehavior_Layout_behavior_skipCollapsed + */ + public static final int[] BottomSheetBehavior_Layout = { + 0x7f01011d, 0x7f01011e, 0x7f01011f + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#behavior_hideable} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:behavior_hideable + */ + public static int BottomSheetBehavior_Layout_behavior_hideable = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#behavior_peekHeight} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ @attr name android.support.design:behavior_peekHeight + */ + public static int BottomSheetBehavior_Layout_behavior_peekHeight = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#behavior_skipCollapsed} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:behavior_skipCollapsed + */ + public static int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2; + /** Attributes that can be used with a ButtonBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ButtonBarLayout_allowStacking android.support.design:allowStacking}
+ @see #ButtonBarLayout_allowStacking + */ + public static final int[] ButtonBarLayout = { + 0x7f0100cb + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#allowStacking} + attribute's value can be found in the {@link #ButtonBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:allowStacking + */ + public static int ButtonBarLayout_allowStacking = 0; + /** Attributes that can be used with a CardView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CardView_android_minHeight android:minHeight}
{@link #CardView_android_minWidth android:minWidth}
{@link #CardView_cardBackgroundColor android.support.design:cardBackgroundColor}
{@link #CardView_cardCornerRadius android.support.design:cardCornerRadius}
{@link #CardView_cardElevation android.support.design:cardElevation}
{@link #CardView_cardMaxElevation android.support.design:cardMaxElevation}
{@link #CardView_cardPreventCornerOverlap android.support.design:cardPreventCornerOverlap}
{@link #CardView_cardUseCompatPadding android.support.design:cardUseCompatPadding}
{@link #CardView_contentPadding android.support.design:contentPadding}
{@link #CardView_contentPaddingBottom android.support.design:contentPaddingBottom}
{@link #CardView_contentPaddingLeft android.support.design:contentPaddingLeft}
{@link #CardView_contentPaddingRight android.support.design:contentPaddingRight}
{@link #CardView_contentPaddingTop android.support.design:contentPaddingTop}
+ @see #CardView_android_minHeight + @see #CardView_android_minWidth + @see #CardView_cardBackgroundColor + @see #CardView_cardCornerRadius + @see #CardView_cardElevation + @see #CardView_cardMaxElevation + @see #CardView_cardPreventCornerOverlap + @see #CardView_cardUseCompatPadding + @see #CardView_contentPadding + @see #CardView_contentPaddingBottom + @see #CardView_contentPaddingLeft + @see #CardView_contentPaddingRight + @see #CardView_contentPaddingTop + */ + public static final int[] CardView = { + 0x0101013f, 0x01010140, 0x7f010017, 0x7f010018, + 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01001c, + 0x7f01001d, 0x7f01001e, 0x7f01001f, 0x7f010020, + 0x7f010021 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minHeight + */ + public static int CardView_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minWidth + */ + public static int CardView_android_minWidth = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#cardBackgroundColor} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:cardBackgroundColor + */ + public static int CardView_cardBackgroundColor = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#cardCornerRadius} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:cardCornerRadius + */ + public static int CardView_cardCornerRadius = 3; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#cardElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:cardElevation + */ + public static int CardView_cardElevation = 4; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#cardMaxElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:cardMaxElevation + */ + public static int CardView_cardMaxElevation = 5; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#cardPreventCornerOverlap} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:cardPreventCornerOverlap + */ + public static int CardView_cardPreventCornerOverlap = 7; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#cardUseCompatPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:cardUseCompatPadding + */ + public static int CardView_cardUseCompatPadding = 6; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#contentPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:contentPadding + */ + public static int CardView_contentPadding = 8; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#contentPaddingBottom} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:contentPaddingBottom + */ + public static int CardView_contentPaddingBottom = 12; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#contentPaddingLeft} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:contentPaddingLeft + */ + public static int CardView_contentPaddingLeft = 9; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#contentPaddingRight} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:contentPaddingRight + */ + public static int CardView_contentPaddingRight = 10; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#contentPaddingTop} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:contentPaddingTop + */ + public static int CardView_contentPaddingTop = 11; + /** Attributes that can be used with a CollapsingToolbarLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_collapsedTitleGravity android.support.design:collapsedTitleGravity}
{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance android.support.design:collapsedTitleTextAppearance}
{@link #CollapsingToolbarLayout_contentScrim android.support.design:contentScrim}
{@link #CollapsingToolbarLayout_expandedTitleGravity android.support.design:expandedTitleGravity}
{@link #CollapsingToolbarLayout_expandedTitleMargin android.support.design:expandedTitleMargin}
{@link #CollapsingToolbarLayout_expandedTitleMarginBottom android.support.design:expandedTitleMarginBottom}
{@link #CollapsingToolbarLayout_expandedTitleMarginEnd android.support.design:expandedTitleMarginEnd}
{@link #CollapsingToolbarLayout_expandedTitleMarginStart android.support.design:expandedTitleMarginStart}
{@link #CollapsingToolbarLayout_expandedTitleMarginTop android.support.design:expandedTitleMarginTop}
{@link #CollapsingToolbarLayout_expandedTitleTextAppearance android.support.design:expandedTitleTextAppearance}
{@link #CollapsingToolbarLayout_scrimAnimationDuration android.support.design:scrimAnimationDuration}
{@link #CollapsingToolbarLayout_scrimVisibleHeightTrigger android.support.design:scrimVisibleHeightTrigger}
{@link #CollapsingToolbarLayout_statusBarScrim android.support.design:statusBarScrim}
{@link #CollapsingToolbarLayout_title android.support.design:title}
{@link #CollapsingToolbarLayout_titleEnabled android.support.design:titleEnabled}
{@link #CollapsingToolbarLayout_toolbarId android.support.design:toolbarId}
+ @see #CollapsingToolbarLayout_collapsedTitleGravity + @see #CollapsingToolbarLayout_collapsedTitleTextAppearance + @see #CollapsingToolbarLayout_contentScrim + @see #CollapsingToolbarLayout_expandedTitleGravity + @see #CollapsingToolbarLayout_expandedTitleMargin + @see #CollapsingToolbarLayout_expandedTitleMarginBottom + @see #CollapsingToolbarLayout_expandedTitleMarginEnd + @see #CollapsingToolbarLayout_expandedTitleMarginStart + @see #CollapsingToolbarLayout_expandedTitleMarginTop + @see #CollapsingToolbarLayout_expandedTitleTextAppearance + @see #CollapsingToolbarLayout_scrimAnimationDuration + @see #CollapsingToolbarLayout_scrimVisibleHeightTrigger + @see #CollapsingToolbarLayout_statusBarScrim + @see #CollapsingToolbarLayout_title + @see #CollapsingToolbarLayout_titleEnabled + @see #CollapsingToolbarLayout_toolbarId + */ + public static final int[] CollapsingToolbarLayout = { + 0x7f010025, 0x7f010120, 0x7f010121, 0x7f010122, + 0x7f010123, 0x7f010124, 0x7f010125, 0x7f010126, + 0x7f010127, 0x7f010128, 0x7f010129, 0x7f01012a, + 0x7f01012b, 0x7f01012c, 0x7f01012d, 0x7f01012e + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#collapsedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name android.support.design:collapsedTitleGravity + */ + public static int CollapsingToolbarLayout_collapsedTitleGravity = 13; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#collapsedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:collapsedTitleTextAppearance + */ + public static int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#contentScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:contentScrim + */ + public static int CollapsingToolbarLayout_contentScrim = 8; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#expandedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name android.support.design:expandedTitleGravity + */ + public static int CollapsingToolbarLayout_expandedTitleGravity = 14; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#expandedTitleMargin} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:expandedTitleMargin + */ + public static int CollapsingToolbarLayout_expandedTitleMargin = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#expandedTitleMarginBottom} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:expandedTitleMarginBottom + */ + public static int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#expandedTitleMarginEnd} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:expandedTitleMarginEnd + */ + public static int CollapsingToolbarLayout_expandedTitleMarginEnd = 4; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#expandedTitleMarginStart} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:expandedTitleMarginStart + */ + public static int CollapsingToolbarLayout_expandedTitleMarginStart = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#expandedTitleMarginTop} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:expandedTitleMarginTop + */ + public static int CollapsingToolbarLayout_expandedTitleMarginTop = 3; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#expandedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:expandedTitleTextAppearance + */ + public static int CollapsingToolbarLayout_expandedTitleTextAppearance = 6; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#scrimAnimationDuration} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:scrimAnimationDuration + */ + public static int CollapsingToolbarLayout_scrimAnimationDuration = 12; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#scrimVisibleHeightTrigger} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:scrimVisibleHeightTrigger + */ + public static int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#statusBarScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:statusBarScrim + */ + public static int CollapsingToolbarLayout_statusBarScrim = 9; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#title} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:title + */ + public static int CollapsingToolbarLayout_title = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#titleEnabled} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:titleEnabled + */ + public static int CollapsingToolbarLayout_titleEnabled = 15; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#toolbarId} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:toolbarId + */ + public static int CollapsingToolbarLayout_toolbarId = 10; + /** Attributes that can be used with a CollapsingToolbarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_Layout_layout_collapseMode android.support.design:layout_collapseMode}
{@link #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier android.support.design:layout_collapseParallaxMultiplier}
+ @see #CollapsingToolbarLayout_Layout_layout_collapseMode + @see #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier + */ + public static final int[] CollapsingToolbarLayout_Layout = { + 0x7f01012f, 0x7f010130 + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#layout_collapseMode} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ @attr name android.support.design:layout_collapseMode + */ + public static int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#layout_collapseParallaxMultiplier} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:layout_collapseParallaxMultiplier + */ + public static int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1; + /** Attributes that can be used with a ColorStateListItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ColorStateListItem_alpha android.support.design:alpha}
{@link #ColorStateListItem_android_alpha android:alpha}
{@link #ColorStateListItem_android_color android:color}
+ @see #ColorStateListItem_alpha + @see #ColorStateListItem_android_alpha + @see #ColorStateListItem_android_color + */ + public static final int[] ColorStateListItem = { + 0x010101a5, 0x0101031f, 0x7f0100cc + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:alpha + */ + public static int ColorStateListItem_alpha = 2; + /** +

This symbol is the offset where the {@link android.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:alpha + */ + public static int ColorStateListItem_android_alpha = 1; + /** +

This symbol is the offset where the {@link android.R.attr#color} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:color + */ + public static int ColorStateListItem_android_color = 0; + /** Attributes that can be used with a CompoundButton. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint android.support.design:buttonTint}
{@link #CompoundButton_buttonTintMode android.support.design:buttonTintMode}
+ @see #CompoundButton_android_button + @see #CompoundButton_buttonTint + @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton = { + 0x01010107, 0x7f0100cd, 0x7f0100ce + }; + /** +

This symbol is the offset where the {@link android.R.attr#button} + attribute's value can be found in the {@link #CompoundButton} array. + @attr name android:button + */ + public static int CompoundButton_android_button = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#buttonTint} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:buttonTint + */ + public static int CompoundButton_buttonTint = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#buttonTintMode} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.design:buttonTintMode + */ + public static int CompoundButton_buttonTintMode = 2; + /** Attributes that can be used with a CoordinatorLayout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CoordinatorLayout_keylines android.support.design:keylines}
{@link #CoordinatorLayout_statusBarBackground android.support.design:statusBarBackground}
+ @see #CoordinatorLayout_keylines + @see #CoordinatorLayout_statusBarBackground + */ + public static final int[] CoordinatorLayout = { + 0x7f010131, 0x7f010132 + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#keylines} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:keylines + */ + public static int CoordinatorLayout_keylines = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#statusBarBackground} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:statusBarBackground + */ + public static int CoordinatorLayout_statusBarBackground = 1; + /** Attributes that can be used with a CoordinatorLayout_Layout. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity}
{@link #CoordinatorLayout_Layout_layout_anchor android.support.design:layout_anchor}
{@link #CoordinatorLayout_Layout_layout_anchorGravity android.support.design:layout_anchorGravity}
{@link #CoordinatorLayout_Layout_layout_behavior android.support.design:layout_behavior}
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges android.support.design:layout_dodgeInsetEdges}
{@link #CoordinatorLayout_Layout_layout_insetEdge android.support.design:layout_insetEdge}
{@link #CoordinatorLayout_Layout_layout_keyline android.support.design:layout_keyline}
+ @see #CoordinatorLayout_Layout_android_layout_gravity + @see #CoordinatorLayout_Layout_layout_anchor + @see #CoordinatorLayout_Layout_layout_anchorGravity + @see #CoordinatorLayout_Layout_layout_behavior + @see #CoordinatorLayout_Layout_layout_dodgeInsetEdges + @see #CoordinatorLayout_Layout_layout_insetEdge + @see #CoordinatorLayout_Layout_layout_keyline + */ + public static final int[] CoordinatorLayout_Layout = { + 0x010100b3, 0x7f010133, 0x7f010134, 0x7f010135, + 0x7f010136, 0x7f010137, 0x7f010138 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + @attr name android:layout_gravity + */ + public static int CoordinatorLayout_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#layout_anchor} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:layout_anchor + */ + public static int CoordinatorLayout_Layout_layout_anchor = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#layout_anchorGravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ @attr name android.support.design:layout_anchorGravity + */ + public static int CoordinatorLayout_Layout_layout_anchorGravity = 4; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#layout_behavior} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:layout_behavior + */ + public static int CoordinatorLayout_Layout_layout_behavior = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#layout_dodgeInsetEdges} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ @attr name android.support.design:layout_dodgeInsetEdges + */ + public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#layout_insetEdge} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ @attr name android.support.design:layout_insetEdge + */ + public static int CoordinatorLayout_Layout_layout_insetEdge = 5; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#layout_keyline} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:layout_keyline + */ + public static int CoordinatorLayout_Layout_layout_keyline = 3; + /** Attributes that can be used with a DesignTheme. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #DesignTheme_bottomSheetDialogTheme android.support.design:bottomSheetDialogTheme}
{@link #DesignTheme_bottomSheetStyle android.support.design:bottomSheetStyle}
{@link #DesignTheme_textColorError android.support.design:textColorError}
+ @see #DesignTheme_bottomSheetDialogTheme + @see #DesignTheme_bottomSheetStyle + @see #DesignTheme_textColorError + */ + public static final int[] DesignTheme = { + 0x7f010139, 0x7f01013a, 0x7f01013b + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#bottomSheetDialogTheme} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:bottomSheetDialogTheme + */ + public static int DesignTheme_bottomSheetDialogTheme = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#bottomSheetStyle} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:bottomSheetStyle + */ + public static int DesignTheme_bottomSheetStyle = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#textColorError} + attribute's value can be found in the {@link #DesignTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.design:textColorError + */ + public static int DesignTheme_textColorError = 2; + /** Attributes that can be used with a DrawerArrowToggle. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength android.support.design:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength android.support.design:arrowShaftLength}
{@link #DrawerArrowToggle_barLength android.support.design:barLength}
{@link #DrawerArrowToggle_color android.support.design:color}
{@link #DrawerArrowToggle_drawableSize android.support.design:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars android.support.design:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars android.support.design:spinBars}
{@link #DrawerArrowToggle_thickness android.support.design:thickness}
+ @see #DrawerArrowToggle_arrowHeadLength + @see #DrawerArrowToggle_arrowShaftLength + @see #DrawerArrowToggle_barLength + @see #DrawerArrowToggle_color + @see #DrawerArrowToggle_drawableSize + @see #DrawerArrowToggle_gapBetweenBars + @see #DrawerArrowToggle_spinBars + @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle = { + 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2, + 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6 + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#arrowHeadLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:arrowHeadLength + */ + public static int DrawerArrowToggle_arrowHeadLength = 4; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#arrowShaftLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:arrowShaftLength + */ + public static int DrawerArrowToggle_arrowShaftLength = 5; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#barLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:barLength + */ + public static int DrawerArrowToggle_barLength = 6; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#color} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:color + */ + public static int DrawerArrowToggle_color = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#drawableSize} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:drawableSize + */ + public static int DrawerArrowToggle_drawableSize = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#gapBetweenBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:gapBetweenBars + */ + public static int DrawerArrowToggle_gapBetweenBars = 3; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#spinBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:spinBars + */ + public static int DrawerArrowToggle_spinBars = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#thickness} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:thickness + */ + public static int DrawerArrowToggle_thickness = 7; + /** Attributes that can be used with a FloatingActionButton. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #FloatingActionButton_backgroundTint android.support.design:backgroundTint}
{@link #FloatingActionButton_backgroundTintMode android.support.design:backgroundTintMode}
{@link #FloatingActionButton_borderWidth android.support.design:borderWidth}
{@link #FloatingActionButton_elevation android.support.design:elevation}
{@link #FloatingActionButton_fabSize android.support.design:fabSize}
{@link #FloatingActionButton_pressedTranslationZ android.support.design:pressedTranslationZ}
{@link #FloatingActionButton_rippleColor android.support.design:rippleColor}
{@link #FloatingActionButton_useCompatPadding android.support.design:useCompatPadding}
+ @see #FloatingActionButton_backgroundTint + @see #FloatingActionButton_backgroundTintMode + @see #FloatingActionButton_borderWidth + @see #FloatingActionButton_elevation + @see #FloatingActionButton_fabSize + @see #FloatingActionButton_pressedTranslationZ + @see #FloatingActionButton_rippleColor + @see #FloatingActionButton_useCompatPadding + */ + public static final int[] FloatingActionButton = { + 0x7f01003e, 0x7f010116, 0x7f010117, 0x7f01013c, + 0x7f01013d, 0x7f01013e, 0x7f01013f, 0x7f010140 + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#backgroundTint} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:backgroundTint + */ + public static int FloatingActionButton_backgroundTint = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.design:backgroundTintMode + */ + public static int FloatingActionButton_backgroundTintMode = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#borderWidth} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:borderWidth + */ + public static int FloatingActionButton_borderWidth = 6; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#elevation} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:elevation + */ + public static int FloatingActionButton_elevation = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#fabSize} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ @attr name android.support.design:fabSize + */ + public static int FloatingActionButton_fabSize = 4; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#pressedTranslationZ} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:pressedTranslationZ + */ + public static int FloatingActionButton_pressedTranslationZ = 5; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#rippleColor} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:rippleColor + */ + public static int FloatingActionButton_rippleColor = 3; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#useCompatPadding} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:useCompatPadding + */ + public static int FloatingActionButton_useCompatPadding = 7; + /** Attributes that can be used with a FloatingActionButton_Behavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #FloatingActionButton_Behavior_Layout_behavior_autoHide android.support.design:behavior_autoHide}
+ @see #FloatingActionButton_Behavior_Layout_behavior_autoHide + */ + public static final int[] FloatingActionButton_Behavior_Layout = { + 0x7f010141 + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#behavior_autoHide} + attribute's value can be found in the {@link #FloatingActionButton_Behavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:behavior_autoHide + */ + public static int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; + /** Attributes that can be used with a FontFamily. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamily_fontProviderAuthority android.support.design:fontProviderAuthority}
{@link #FontFamily_fontProviderCerts android.support.design:fontProviderCerts}
{@link #FontFamily_fontProviderFetchStrategy android.support.design:fontProviderFetchStrategy}
{@link #FontFamily_fontProviderFetchTimeout android.support.design:fontProviderFetchTimeout}
{@link #FontFamily_fontProviderPackage android.support.design:fontProviderPackage}
{@link #FontFamily_fontProviderQuery android.support.design:fontProviderQuery}
+ @see #FontFamily_fontProviderAuthority + @see #FontFamily_fontProviderCerts + @see #FontFamily_fontProviderFetchStrategy + @see #FontFamily_fontProviderFetchTimeout + @see #FontFamily_fontProviderPackage + @see #FontFamily_fontProviderQuery + */ + public static final int[] FontFamily = { + 0x7f01016a, 0x7f01016b, 0x7f01016c, 0x7f01016d, + 0x7f01016e, 0x7f01016f + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#fontProviderAuthority} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:fontProviderAuthority + */ + public static int FontFamily_fontProviderAuthority = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#fontProviderCerts} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:fontProviderCerts + */ + public static int FontFamily_fontProviderCerts = 3; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#fontProviderFetchStrategy} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ @attr name android.support.design:fontProviderFetchStrategy + */ + public static int FontFamily_fontProviderFetchStrategy = 4; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#fontProviderFetchTimeout} + attribute's value can be found in the {@link #FontFamily} array. + + +

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ @attr name android.support.design:fontProviderFetchTimeout + */ + public static int FontFamily_fontProviderFetchTimeout = 5; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#fontProviderPackage} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:fontProviderPackage + */ + public static int FontFamily_fontProviderPackage = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#fontProviderQuery} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:fontProviderQuery + */ + public static int FontFamily_fontProviderQuery = 2; + /** Attributes that can be used with a FontFamilyFont. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamilyFont_android_font android:font}
{@link #FontFamilyFont_android_fontStyle android:fontStyle}
{@link #FontFamilyFont_android_fontWeight android:fontWeight}
{@link #FontFamilyFont_font android.support.design:font}
{@link #FontFamilyFont_fontStyle android.support.design:fontStyle}
{@link #FontFamilyFont_fontWeight android.support.design:fontWeight}
+ @see #FontFamilyFont_android_font + @see #FontFamilyFont_android_fontStyle + @see #FontFamilyFont_android_fontWeight + @see #FontFamilyFont_font + @see #FontFamilyFont_fontStyle + @see #FontFamilyFont_fontWeight + */ + public static final int[] FontFamilyFont = { + 0x01010532, 0x01010533, 0x0101053f, 0x7f010170, + 0x7f010171, 0x7f010172 + }; + /** +

This symbol is the offset where the {@link android.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:font + */ + public static int FontFamilyFont_android_font = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontStyle + */ + public static int FontFamilyFont_android_fontStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontWeight + */ + public static int FontFamilyFont_android_fontWeight = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:font + */ + public static int FontFamilyFont_font = 4; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ @attr name android.support.design:fontStyle + */ + public static int FontFamilyFont_fontStyle = 3; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:fontWeight + */ + public static int FontFamilyFont_fontWeight = 5; + /** Attributes that can be used with a ForegroundLinearLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ForegroundLinearLayout_android_foreground android:foreground}
{@link #ForegroundLinearLayout_android_foregroundGravity android:foregroundGravity}
{@link #ForegroundLinearLayout_foregroundInsidePadding android.support.design:foregroundInsidePadding}
+ @see #ForegroundLinearLayout_android_foreground + @see #ForegroundLinearLayout_android_foregroundGravity + @see #ForegroundLinearLayout_foregroundInsidePadding + */ + public static final int[] ForegroundLinearLayout = { + 0x01010109, 0x01010200, 0x7f010142 + }; + /** +

This symbol is the offset where the {@link android.R.attr#foreground} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foreground + */ + public static int ForegroundLinearLayout_android_foreground = 0; + /** +

This symbol is the offset where the {@link android.R.attr#foregroundGravity} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foregroundGravity + */ + public static int ForegroundLinearLayout_android_foregroundGravity = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#foregroundInsidePadding} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:foregroundInsidePadding + */ + public static int ForegroundLinearLayout_foregroundInsidePadding = 2; + /** Attributes that can be used with a LinearLayoutCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider android.support.design:divider}
{@link #LinearLayoutCompat_dividerPadding android.support.design:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild android.support.design:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers android.support.design:showDividers}
+ @see #LinearLayoutCompat_android_baselineAligned + @see #LinearLayoutCompat_android_baselineAlignedChildIndex + @see #LinearLayoutCompat_android_gravity + @see #LinearLayoutCompat_android_orientation + @see #LinearLayoutCompat_android_weightSum + @see #LinearLayoutCompat_divider + @see #LinearLayoutCompat_dividerPadding + @see #LinearLayoutCompat_measureWithLargestChild + @see #LinearLayoutCompat_showDividers + */ + public static final int[] LinearLayoutCompat = { + 0x010100af, 0x010100c4, 0x01010126, 0x01010127, + 0x01010128, 0x7f01002d, 0x7f0100d7, 0x7f0100d8, + 0x7f0100d9 + }; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAligned} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAligned + */ + public static int LinearLayoutCompat_android_baselineAligned = 2; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAlignedChildIndex + */ + public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:gravity + */ + public static int LinearLayoutCompat_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:orientation + */ + public static int LinearLayoutCompat_android_orientation = 1; + /** +

This symbol is the offset where the {@link android.R.attr#weightSum} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:weightSum + */ + public static int LinearLayoutCompat_android_weightSum = 4; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#divider} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:divider + */ + public static int LinearLayoutCompat_divider = 5; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#dividerPadding} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:dividerPadding + */ + public static int LinearLayoutCompat_dividerPadding = 8; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#measureWithLargestChild} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:measureWithLargestChild + */ + public static int LinearLayoutCompat_measureWithLargestChild = 6; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#showDividers} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ @attr name android.support.design:showDividers + */ + public static int LinearLayoutCompat_showDividers = 7; + /** Attributes that can be used with a LinearLayoutCompat_Layout. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
+ @see #LinearLayoutCompat_Layout_android_layout_gravity + @see #LinearLayoutCompat_Layout_android_layout_height + @see #LinearLayoutCompat_Layout_android_layout_weight + @see #LinearLayoutCompat_Layout_android_layout_width + */ + public static final int[] LinearLayoutCompat_Layout = { + 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_gravity + */ + public static int LinearLayoutCompat_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout_height} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_height + */ + public static int LinearLayoutCompat_Layout_android_layout_height = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout_weight} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_weight + */ + public static int LinearLayoutCompat_Layout_android_layout_weight = 3; + /** +

This symbol is the offset where the {@link android.R.attr#layout_width} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_width + */ + public static int LinearLayoutCompat_Layout_android_layout_width = 1; + /** Attributes that can be used with a ListPopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
+ @see #ListPopupWindow_android_dropDownHorizontalOffset + @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow = { + 0x010102ac, 0x010102ad + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownHorizontalOffset + */ + public static int ListPopupWindow_android_dropDownHorizontalOffset = 0; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownVerticalOffset + */ + public static int ListPopupWindow_android_dropDownVerticalOffset = 1; + /** Attributes that can be used with a MediaRouteButton. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #MediaRouteButton_android_minHeight android:minHeight}
{@link #MediaRouteButton_android_minWidth android:minWidth}
{@link #MediaRouteButton_externalRouteEnabledDrawable android.support.design:externalRouteEnabledDrawable}
{@link #MediaRouteButton_mediaRouteButtonTint android.support.design:mediaRouteButtonTint}
+ @see #MediaRouteButton_android_minHeight + @see #MediaRouteButton_android_minWidth + @see #MediaRouteButton_externalRouteEnabledDrawable + @see #MediaRouteButton_mediaRouteButtonTint + */ + public static final int[] MediaRouteButton = { + 0x0101013f, 0x01010140, 0x7f010015, 0x7f010016 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minHeight + */ + public static int MediaRouteButton_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minWidth + */ + public static int MediaRouteButton_android_minWidth = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#externalRouteEnabledDrawable} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:externalRouteEnabledDrawable + */ + public static int MediaRouteButton_externalRouteEnabledDrawable = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#mediaRouteButtonTint} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:mediaRouteButtonTint + */ + public static int MediaRouteButton_mediaRouteButtonTint = 3; + /** Attributes that can be used with a MenuGroup. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_visible android:visible}
+ @see #MenuGroup_android_checkableBehavior + @see #MenuGroup_android_enabled + @see #MenuGroup_android_id + @see #MenuGroup_android_menuCategory + @see #MenuGroup_android_orderInCategory + @see #MenuGroup_android_visible + */ + public static final int[] MenuGroup = { + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** +

This symbol is the offset where the {@link android.R.attr#checkableBehavior} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:checkableBehavior + */ + public static int MenuGroup_android_checkableBehavior = 5; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:enabled + */ + public static int MenuGroup_android_enabled = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:id + */ + public static int MenuGroup_android_id = 1; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:menuCategory + */ + public static int MenuGroup_android_menuCategory = 3; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:orderInCategory + */ + public static int MenuGroup_android_orderInCategory = 4; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:visible + */ + public static int MenuGroup_android_visible = 2; + /** Attributes that can be used with a MenuItem. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #MenuItem_actionLayout android.support.design:actionLayout}
{@link #MenuItem_actionProviderClass android.support.design:actionProviderClass}
{@link #MenuItem_actionViewClass android.support.design:actionViewClass}
{@link #MenuItem_alphabeticModifiers android.support.design:alphabeticModifiers}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_contentDescription android.support.design:contentDescription}
{@link #MenuItem_iconTint android.support.design:iconTint}
{@link #MenuItem_iconTintMode android.support.design:iconTintMode}
{@link #MenuItem_numericModifiers android.support.design:numericModifiers}
{@link #MenuItem_showAsAction android.support.design:showAsAction}
{@link #MenuItem_tooltipText android.support.design:tooltipText}
+ @see #MenuItem_actionLayout + @see #MenuItem_actionProviderClass + @see #MenuItem_actionViewClass + @see #MenuItem_alphabeticModifiers + @see #MenuItem_android_alphabeticShortcut + @see #MenuItem_android_checkable + @see #MenuItem_android_checked + @see #MenuItem_android_enabled + @see #MenuItem_android_icon + @see #MenuItem_android_id + @see #MenuItem_android_menuCategory + @see #MenuItem_android_numericShortcut + @see #MenuItem_android_onClick + @see #MenuItem_android_orderInCategory + @see #MenuItem_android_title + @see #MenuItem_android_titleCondensed + @see #MenuItem_android_visible + @see #MenuItem_contentDescription + @see #MenuItem_iconTint + @see #MenuItem_iconTintMode + @see #MenuItem_numericModifiers + @see #MenuItem_showAsAction + @see #MenuItem_tooltipText + */ + public static final int[] MenuItem = { + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f0100da, 0x7f0100db, 0x7f0100dc, + 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, + 0x7f0100e1, 0x7f0100e2, 0x7f0100e3 + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionLayout} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:actionLayout + */ + public static int MenuItem_actionLayout = 16; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionProviderClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:actionProviderClass + */ + public static int MenuItem_actionProviderClass = 18; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#actionViewClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:actionViewClass + */ + public static int MenuItem_actionViewClass = 17; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#alphabeticModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name android.support.design:alphabeticModifiers + */ + public static int MenuItem_alphabeticModifiers = 13; + /** +

This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:alphabeticShortcut + */ + public static int MenuItem_android_alphabeticShortcut = 9; + /** +

This symbol is the offset where the {@link android.R.attr#checkable} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checkable + */ + public static int MenuItem_android_checkable = 11; + /** +

This symbol is the offset where the {@link android.R.attr#checked} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checked + */ + public static int MenuItem_android_checked = 3; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:enabled + */ + public static int MenuItem_android_enabled = 1; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:icon + */ + public static int MenuItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:id + */ + public static int MenuItem_android_id = 2; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:menuCategory + */ + public static int MenuItem_android_menuCategory = 5; + /** +

This symbol is the offset where the {@link android.R.attr#numericShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:numericShortcut + */ + public static int MenuItem_android_numericShortcut = 10; + /** +

This symbol is the offset where the {@link android.R.attr#onClick} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:onClick + */ + public static int MenuItem_android_onClick = 12; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:orderInCategory + */ + public static int MenuItem_android_orderInCategory = 6; + /** +

This symbol is the offset where the {@link android.R.attr#title} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:title + */ + public static int MenuItem_android_title = 7; + /** +

This symbol is the offset where the {@link android.R.attr#titleCondensed} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:titleCondensed + */ + public static int MenuItem_android_titleCondensed = 8; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:visible + */ + public static int MenuItem_android_visible = 4; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#contentDescription} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:contentDescription + */ + public static int MenuItem_contentDescription = 19; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#iconTint} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:iconTint + */ + public static int MenuItem_iconTint = 21; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#iconTintMode} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.design:iconTintMode + */ + public static int MenuItem_iconTintMode = 22; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#numericModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name android.support.design:numericModifiers + */ + public static int MenuItem_numericModifiers = 14; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#showAsAction} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ @attr name android.support.design:showAsAction + */ + public static int MenuItem_showAsAction = 15; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tooltipText} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:tooltipText + */ + public static int MenuItem_tooltipText = 20; + /** Attributes that can be used with a MenuView. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_preserveIconSpacing android.support.design:preserveIconSpacing}
{@link #MenuView_subMenuArrow android.support.design:subMenuArrow}
+ @see #MenuView_android_headerBackground + @see #MenuView_android_horizontalDivider + @see #MenuView_android_itemBackground + @see #MenuView_android_itemIconDisabledAlpha + @see #MenuView_android_itemTextAppearance + @see #MenuView_android_verticalDivider + @see #MenuView_android_windowAnimationStyle + @see #MenuView_preserveIconSpacing + @see #MenuView_subMenuArrow + */ + public static final int[] MenuView = { + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f0100e4, + 0x7f0100e5 + }; + /** +

This symbol is the offset where the {@link android.R.attr#headerBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:headerBackground + */ + public static int MenuView_android_headerBackground = 4; + /** +

This symbol is the offset where the {@link android.R.attr#horizontalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:horizontalDivider + */ + public static int MenuView_android_horizontalDivider = 2; + /** +

This symbol is the offset where the {@link android.R.attr#itemBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemBackground + */ + public static int MenuView_android_itemBackground = 5; + /** +

This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemIconDisabledAlpha + */ + public static int MenuView_android_itemIconDisabledAlpha = 6; + /** +

This symbol is the offset where the {@link android.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemTextAppearance + */ + public static int MenuView_android_itemTextAppearance = 1; + /** +

This symbol is the offset where the {@link android.R.attr#verticalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:verticalDivider + */ + public static int MenuView_android_verticalDivider = 3; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:windowAnimationStyle + */ + public static int MenuView_android_windowAnimationStyle = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#preserveIconSpacing} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:preserveIconSpacing + */ + public static int MenuView_preserveIconSpacing = 7; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#subMenuArrow} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:subMenuArrow + */ + public static int MenuView_subMenuArrow = 8; + /** Attributes that can be used with a NavigationView. +

Includes the following attributes:

+ + + + + + + + + + + + + + +
AttributeDescription
{@link #NavigationView_android_background android:background}
{@link #NavigationView_android_fitsSystemWindows android:fitsSystemWindows}
{@link #NavigationView_android_maxWidth android:maxWidth}
{@link #NavigationView_elevation android.support.design:elevation}
{@link #NavigationView_headerLayout android.support.design:headerLayout}
{@link #NavigationView_itemBackground android.support.design:itemBackground}
{@link #NavigationView_itemIconTint android.support.design:itemIconTint}
{@link #NavigationView_itemTextAppearance android.support.design:itemTextAppearance}
{@link #NavigationView_itemTextColor android.support.design:itemTextColor}
{@link #NavigationView_menu android.support.design:menu}
+ @see #NavigationView_android_background + @see #NavigationView_android_fitsSystemWindows + @see #NavigationView_android_maxWidth + @see #NavigationView_elevation + @see #NavigationView_headerLayout + @see #NavigationView_itemBackground + @see #NavigationView_itemIconTint + @see #NavigationView_itemTextAppearance + @see #NavigationView_itemTextColor + @see #NavigationView_menu + */ + public static final int[] NavigationView = { + 0x010100d4, 0x010100dd, 0x0101011f, 0x7f01003e, + 0x7f010143, 0x7f010144, 0x7f010145, 0x7f010146, + 0x7f010147, 0x7f010148 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:background + */ + public static int NavigationView_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fitsSystemWindows} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:fitsSystemWindows + */ + public static int NavigationView_android_fitsSystemWindows = 1; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:maxWidth + */ + public static int NavigationView_android_maxWidth = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#elevation} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:elevation + */ + public static int NavigationView_elevation = 3; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#headerLayout} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:headerLayout + */ + public static int NavigationView_headerLayout = 9; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#itemBackground} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:itemBackground + */ + public static int NavigationView_itemBackground = 7; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#itemIconTint} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:itemIconTint + */ + public static int NavigationView_itemIconTint = 5; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:itemTextAppearance + */ + public static int NavigationView_itemTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#itemTextColor} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:itemTextColor + */ + public static int NavigationView_itemTextColor = 6; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#menu} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:menu + */ + public static int NavigationView_menu = 4; + /** Attributes that can be used with a PopupWindow. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle}
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_overlapAnchor android.support.design:overlapAnchor}
+ @see #PopupWindow_android_popupAnimationStyle + @see #PopupWindow_android_popupBackground + @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow = { + 0x01010176, 0x010102c9, 0x7f0100e6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#popupAnimationStyle} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupAnimationStyle + */ + public static int PopupWindow_android_popupAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupBackground + */ + public static int PopupWindow_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#overlapAnchor} + attribute's value can be found in the {@link #PopupWindow} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:overlapAnchor + */ + public static int PopupWindow_overlapAnchor = 2; + /** Attributes that can be used with a PopupWindowBackgroundState. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor android.support.design:state_above_anchor}
+ @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState = { + 0x7f0100e7 + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#state_above_anchor} + attribute's value can be found in the {@link #PopupWindowBackgroundState} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:state_above_anchor + */ + public static int PopupWindowBackgroundState_state_above_anchor = 0; + /** Attributes that can be used with a RecycleListView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #RecycleListView_paddingBottomNoButtons android.support.design:paddingBottomNoButtons}
{@link #RecycleListView_paddingTopNoTitle android.support.design:paddingTopNoTitle}
+ @see #RecycleListView_paddingBottomNoButtons + @see #RecycleListView_paddingTopNoTitle + */ + public static final int[] RecycleListView = { + 0x7f0100e8, 0x7f0100e9 + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#paddingBottomNoButtons} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:paddingBottomNoButtons + */ + public static int RecycleListView_paddingBottomNoButtons = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#paddingTopNoTitle} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:paddingTopNoTitle + */ + public static int RecycleListView_paddingTopNoTitle = 1; + /** Attributes that can be used with a RecyclerView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + +
AttributeDescription
{@link #RecyclerView_android_descendantFocusability android:descendantFocusability}
{@link #RecyclerView_android_orientation android:orientation}
{@link #RecyclerView_fastScrollEnabled android.support.design:fastScrollEnabled}
{@link #RecyclerView_fastScrollHorizontalThumbDrawable android.support.design:fastScrollHorizontalThumbDrawable}
{@link #RecyclerView_fastScrollHorizontalTrackDrawable android.support.design:fastScrollHorizontalTrackDrawable}
{@link #RecyclerView_fastScrollVerticalThumbDrawable android.support.design:fastScrollVerticalThumbDrawable}
{@link #RecyclerView_fastScrollVerticalTrackDrawable android.support.design:fastScrollVerticalTrackDrawable}
{@link #RecyclerView_layoutManager android.support.design:layoutManager}
{@link #RecyclerView_reverseLayout android.support.design:reverseLayout}
{@link #RecyclerView_spanCount android.support.design:spanCount}
{@link #RecyclerView_stackFromEnd android.support.design:stackFromEnd}
+ @see #RecyclerView_android_descendantFocusability + @see #RecyclerView_android_orientation + @see #RecyclerView_fastScrollEnabled + @see #RecyclerView_fastScrollHorizontalThumbDrawable + @see #RecyclerView_fastScrollHorizontalTrackDrawable + @see #RecyclerView_fastScrollVerticalThumbDrawable + @see #RecyclerView_fastScrollVerticalTrackDrawable + @see #RecyclerView_layoutManager + @see #RecyclerView_reverseLayout + @see #RecyclerView_spanCount + @see #RecyclerView_stackFromEnd + */ + public static final int[] RecyclerView = { + 0x010100c4, 0x010100f1, 0x7f010000, 0x7f010001, + 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, + 0x7f010006, 0x7f010007, 0x7f010008 + }; + /** +

This symbol is the offset where the {@link android.R.attr#descendantFocusability} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:descendantFocusability + */ + public static int RecyclerView_android_descendantFocusability = 1; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:orientation + */ + public static int RecyclerView_android_orientation = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#fastScrollEnabled} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:fastScrollEnabled + */ + public static int RecyclerView_fastScrollEnabled = 6; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#fastScrollHorizontalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:fastScrollHorizontalThumbDrawable + */ + public static int RecyclerView_fastScrollHorizontalThumbDrawable = 9; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#fastScrollHorizontalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:fastScrollHorizontalTrackDrawable + */ + public static int RecyclerView_fastScrollHorizontalTrackDrawable = 10; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#fastScrollVerticalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:fastScrollVerticalThumbDrawable + */ + public static int RecyclerView_fastScrollVerticalThumbDrawable = 7; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#fastScrollVerticalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:fastScrollVerticalTrackDrawable + */ + public static int RecyclerView_fastScrollVerticalTrackDrawable = 8; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#layoutManager} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:layoutManager + */ + public static int RecyclerView_layoutManager = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#reverseLayout} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:reverseLayout + */ + public static int RecyclerView_reverseLayout = 4; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#spanCount} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:spanCount + */ + public static int RecyclerView_spanCount = 3; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#stackFromEnd} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:stackFromEnd + */ + public static int RecyclerView_stackFromEnd = 5; + /** Attributes that can be used with a ScrimInsetsFrameLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrimInsetsFrameLayout_insetForeground android.support.design:insetForeground}
+ @see #ScrimInsetsFrameLayout_insetForeground + */ + public static final int[] ScrimInsetsFrameLayout = { + 0x7f010149 + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#insetForeground} + attribute's value can be found in the {@link #ScrimInsetsFrameLayout} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.design:insetForeground + */ + public static int ScrimInsetsFrameLayout_insetForeground = 0; + /** Attributes that can be used with a ScrollingViewBehavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrollingViewBehavior_Layout_behavior_overlapTop android.support.design:behavior_overlapTop}
+ @see #ScrollingViewBehavior_Layout_behavior_overlapTop + */ + public static final int[] ScrollingViewBehavior_Layout = { + 0x7f01014a + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#behavior_overlapTop} + attribute's value can be found in the {@link #ScrollingViewBehavior_Layout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:behavior_overlapTop + */ + public static int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; + /** Attributes that can be used with a SearchView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_closeIcon android.support.design:closeIcon}
{@link #SearchView_commitIcon android.support.design:commitIcon}
{@link #SearchView_defaultQueryHint android.support.design:defaultQueryHint}
{@link #SearchView_goIcon android.support.design:goIcon}
{@link #SearchView_iconifiedByDefault android.support.design:iconifiedByDefault}
{@link #SearchView_layout android.support.design:layout}
{@link #SearchView_queryBackground android.support.design:queryBackground}
{@link #SearchView_queryHint android.support.design:queryHint}
{@link #SearchView_searchHintIcon android.support.design:searchHintIcon}
{@link #SearchView_searchIcon android.support.design:searchIcon}
{@link #SearchView_submitBackground android.support.design:submitBackground}
{@link #SearchView_suggestionRowLayout android.support.design:suggestionRowLayout}
{@link #SearchView_voiceIcon android.support.design:voiceIcon}
+ @see #SearchView_android_focusable + @see #SearchView_android_imeOptions + @see #SearchView_android_inputType + @see #SearchView_android_maxWidth + @see #SearchView_closeIcon + @see #SearchView_commitIcon + @see #SearchView_defaultQueryHint + @see #SearchView_goIcon + @see #SearchView_iconifiedByDefault + @see #SearchView_layout + @see #SearchView_queryBackground + @see #SearchView_queryHint + @see #SearchView_searchHintIcon + @see #SearchView_searchIcon + @see #SearchView_submitBackground + @see #SearchView_suggestionRowLayout + @see #SearchView_voiceIcon + */ + public static final int[] SearchView = { + 0x010100da, 0x0101011f, 0x01010220, 0x01010264, + 0x7f0100ea, 0x7f0100eb, 0x7f0100ec, 0x7f0100ed, + 0x7f0100ee, 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, + 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, + 0x7f0100f6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:focusable + */ + public static int SearchView_android_focusable = 0; + /** +

This symbol is the offset where the {@link android.R.attr#imeOptions} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:imeOptions + */ + public static int SearchView_android_imeOptions = 3; + /** +

This symbol is the offset where the {@link android.R.attr#inputType} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:inputType + */ + public static int SearchView_android_inputType = 2; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:maxWidth + */ + public static int SearchView_android_maxWidth = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#closeIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:closeIcon + */ + public static int SearchView_closeIcon = 8; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#commitIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:commitIcon + */ + public static int SearchView_commitIcon = 13; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#defaultQueryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:defaultQueryHint + */ + public static int SearchView_defaultQueryHint = 7; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#goIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:goIcon + */ + public static int SearchView_goIcon = 9; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#iconifiedByDefault} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:iconifiedByDefault + */ + public static int SearchView_iconifiedByDefault = 5; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#layout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:layout + */ + public static int SearchView_layout = 4; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#queryBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:queryBackground + */ + public static int SearchView_queryBackground = 15; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#queryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:queryHint + */ + public static int SearchView_queryHint = 6; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#searchHintIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:searchHintIcon + */ + public static int SearchView_searchHintIcon = 11; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#searchIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:searchIcon + */ + public static int SearchView_searchIcon = 10; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#submitBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:submitBackground + */ + public static int SearchView_submitBackground = 16; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#suggestionRowLayout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:suggestionRowLayout + */ + public static int SearchView_suggestionRowLayout = 14; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#voiceIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:voiceIcon + */ + public static int SearchView_voiceIcon = 12; + /** Attributes that can be used with a SnackbarLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #SnackbarLayout_android_maxWidth android:maxWidth}
{@link #SnackbarLayout_elevation android.support.design:elevation}
{@link #SnackbarLayout_maxActionInlineWidth android.support.design:maxActionInlineWidth}
+ @see #SnackbarLayout_android_maxWidth + @see #SnackbarLayout_elevation + @see #SnackbarLayout_maxActionInlineWidth + */ + public static final int[] SnackbarLayout = { + 0x0101011f, 0x7f01003e, 0x7f01014b + }; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + @attr name android:maxWidth + */ + public static int SnackbarLayout_android_maxWidth = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#elevation} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:elevation + */ + public static int SnackbarLayout_elevation = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#maxActionInlineWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:maxActionInlineWidth + */ + public static int SnackbarLayout_maxActionInlineWidth = 2; + /** Attributes that can be used with a Spinner. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_android_entries android:entries}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_popupTheme android.support.design:popupTheme}
+ @see #Spinner_android_dropDownWidth + @see #Spinner_android_entries + @see #Spinner_android_popupBackground + @see #Spinner_android_prompt + @see #Spinner_popupTheme + */ + public static final int[] Spinner = { + 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, + 0x7f01003f + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:dropDownWidth + */ + public static int Spinner_android_dropDownWidth = 3; + /** +

This symbol is the offset where the {@link android.R.attr#entries} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:entries + */ + public static int Spinner_android_entries = 0; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:popupBackground + */ + public static int Spinner_android_popupBackground = 1; + /** +

This symbol is the offset where the {@link android.R.attr#prompt} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:prompt + */ + public static int Spinner_android_prompt = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#popupTheme} + attribute's value can be found in the {@link #Spinner} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:popupTheme + */ + public static int Spinner_popupTheme = 4; + /** Attributes that can be used with a SwitchCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText android.support.design:showText}
{@link #SwitchCompat_splitTrack android.support.design:splitTrack}
{@link #SwitchCompat_switchMinWidth android.support.design:switchMinWidth}
{@link #SwitchCompat_switchPadding android.support.design:switchPadding}
{@link #SwitchCompat_switchTextAppearance android.support.design:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding android.support.design:thumbTextPadding}
{@link #SwitchCompat_thumbTint android.support.design:thumbTint}
{@link #SwitchCompat_thumbTintMode android.support.design:thumbTintMode}
{@link #SwitchCompat_track android.support.design:track}
{@link #SwitchCompat_trackTint android.support.design:trackTint}
{@link #SwitchCompat_trackTintMode android.support.design:trackTintMode}
+ @see #SwitchCompat_android_textOff + @see #SwitchCompat_android_textOn + @see #SwitchCompat_android_thumb + @see #SwitchCompat_showText + @see #SwitchCompat_splitTrack + @see #SwitchCompat_switchMinWidth + @see #SwitchCompat_switchPadding + @see #SwitchCompat_switchTextAppearance + @see #SwitchCompat_thumbTextPadding + @see #SwitchCompat_thumbTint + @see #SwitchCompat_thumbTintMode + @see #SwitchCompat_track + @see #SwitchCompat_trackTint + @see #SwitchCompat_trackTintMode + */ + public static final int[] SwitchCompat = { + 0x01010124, 0x01010125, 0x01010142, 0x7f0100f7, + 0x7f0100f8, 0x7f0100f9, 0x7f0100fa, 0x7f0100fb, + 0x7f0100fc, 0x7f0100fd, 0x7f0100fe, 0x7f0100ff, + 0x7f010100, 0x7f010101 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textOff} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOff + */ + public static int SwitchCompat_android_textOff = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textOn} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOn + */ + public static int SwitchCompat_android_textOn = 0; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:thumb + */ + public static int SwitchCompat_android_thumb = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#showText} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:showText + */ + public static int SwitchCompat_showText = 13; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#splitTrack} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:splitTrack + */ + public static int SwitchCompat_splitTrack = 12; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#switchMinWidth} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:switchMinWidth + */ + public static int SwitchCompat_switchMinWidth = 10; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#switchPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:switchPadding + */ + public static int SwitchCompat_switchPadding = 11; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#switchTextAppearance} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:switchTextAppearance + */ + public static int SwitchCompat_switchTextAppearance = 9; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#thumbTextPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:thumbTextPadding + */ + public static int SwitchCompat_thumbTextPadding = 8; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#thumbTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:thumbTint + */ + public static int SwitchCompat_thumbTint = 3; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#thumbTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.design:thumbTintMode + */ + public static int SwitchCompat_thumbTintMode = 4; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#track} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:track + */ + public static int SwitchCompat_track = 5; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#trackTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:trackTint + */ + public static int SwitchCompat_trackTint = 6; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#trackTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.design:trackTintMode + */ + public static int SwitchCompat_trackTintMode = 7; + /** Attributes that can be used with a TabItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #TabItem_android_icon android:icon}
{@link #TabItem_android_layout android:layout}
{@link #TabItem_android_text android:text}
+ @see #TabItem_android_icon + @see #TabItem_android_layout + @see #TabItem_android_text + */ + public static final int[] TabItem = { + 0x01010002, 0x010100f2, 0x0101014f + }; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:icon + */ + public static int TabItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:layout + */ + public static int TabItem_android_layout = 1; + /** +

This symbol is the offset where the {@link android.R.attr#text} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:text + */ + public static int TabItem_android_text = 2; + /** Attributes that can be used with a TabLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TabLayout_tabBackground android.support.design:tabBackground}
{@link #TabLayout_tabContentStart android.support.design:tabContentStart}
{@link #TabLayout_tabGravity android.support.design:tabGravity}
{@link #TabLayout_tabIndicatorColor android.support.design:tabIndicatorColor}
{@link #TabLayout_tabIndicatorHeight android.support.design:tabIndicatorHeight}
{@link #TabLayout_tabMaxWidth android.support.design:tabMaxWidth}
{@link #TabLayout_tabMinWidth android.support.design:tabMinWidth}
{@link #TabLayout_tabMode android.support.design:tabMode}
{@link #TabLayout_tabPadding android.support.design:tabPadding}
{@link #TabLayout_tabPaddingBottom android.support.design:tabPaddingBottom}
{@link #TabLayout_tabPaddingEnd android.support.design:tabPaddingEnd}
{@link #TabLayout_tabPaddingStart android.support.design:tabPaddingStart}
{@link #TabLayout_tabPaddingTop android.support.design:tabPaddingTop}
{@link #TabLayout_tabSelectedTextColor android.support.design:tabSelectedTextColor}
{@link #TabLayout_tabTextAppearance android.support.design:tabTextAppearance}
{@link #TabLayout_tabTextColor android.support.design:tabTextColor}
+ @see #TabLayout_tabBackground + @see #TabLayout_tabContentStart + @see #TabLayout_tabGravity + @see #TabLayout_tabIndicatorColor + @see #TabLayout_tabIndicatorHeight + @see #TabLayout_tabMaxWidth + @see #TabLayout_tabMinWidth + @see #TabLayout_tabMode + @see #TabLayout_tabPadding + @see #TabLayout_tabPaddingBottom + @see #TabLayout_tabPaddingEnd + @see #TabLayout_tabPaddingStart + @see #TabLayout_tabPaddingTop + @see #TabLayout_tabSelectedTextColor + @see #TabLayout_tabTextAppearance + @see #TabLayout_tabTextColor + */ + public static final int[] TabLayout = { + 0x7f01014c, 0x7f01014d, 0x7f01014e, 0x7f01014f, + 0x7f010150, 0x7f010151, 0x7f010152, 0x7f010153, + 0x7f010154, 0x7f010155, 0x7f010156, 0x7f010157, + 0x7f010158, 0x7f010159, 0x7f01015a, 0x7f01015b + }; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tabBackground} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:tabBackground + */ + public static int TabLayout_tabBackground = 3; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tabContentStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:tabContentStart + */ + public static int TabLayout_tabContentStart = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tabGravity} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ @attr name android.support.design:tabGravity + */ + public static int TabLayout_tabGravity = 5; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tabIndicatorColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:tabIndicatorColor + */ + public static int TabLayout_tabIndicatorColor = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tabIndicatorHeight} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:tabIndicatorHeight + */ + public static int TabLayout_tabIndicatorHeight = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tabMaxWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:tabMaxWidth + */ + public static int TabLayout_tabMaxWidth = 7; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tabMinWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:tabMinWidth + */ + public static int TabLayout_tabMinWidth = 6; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tabMode} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ @attr name android.support.design:tabMode + */ + public static int TabLayout_tabMode = 4; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tabPadding} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:tabPadding + */ + public static int TabLayout_tabPadding = 15; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tabPaddingBottom} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:tabPaddingBottom + */ + public static int TabLayout_tabPaddingBottom = 14; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tabPaddingEnd} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:tabPaddingEnd + */ + public static int TabLayout_tabPaddingEnd = 13; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tabPaddingStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:tabPaddingStart + */ + public static int TabLayout_tabPaddingStart = 11; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tabPaddingTop} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:tabPaddingTop + */ + public static int TabLayout_tabPaddingTop = 12; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tabSelectedTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:tabSelectedTextColor + */ + public static int TabLayout_tabSelectedTextColor = 10; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tabTextAppearance} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:tabTextAppearance + */ + public static int TabLayout_tabTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#tabTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:tabTextColor + */ + public static int TabLayout_tabTextColor = 9; + /** Attributes that can be used with a TextAppearance. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextAppearance_android_fontFamily android:fontFamily}
{@link #TextAppearance_android_shadowColor android:shadowColor}
{@link #TextAppearance_android_shadowDx android:shadowDx}
{@link #TextAppearance_android_shadowDy android:shadowDy}
{@link #TextAppearance_android_shadowRadius android:shadowRadius}
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textColorHint android:textColorHint}
{@link #TextAppearance_android_textColorLink android:textColorLink}
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_fontFamily android.support.design:fontFamily}
{@link #TextAppearance_textAllCaps android.support.design:textAllCaps}
+ @see #TextAppearance_android_fontFamily + @see #TextAppearance_android_shadowColor + @see #TextAppearance_android_shadowDx + @see #TextAppearance_android_shadowDy + @see #TextAppearance_android_shadowRadius + @see #TextAppearance_android_textColor + @see #TextAppearance_android_textColorHint + @see #TextAppearance_android_textColorLink + @see #TextAppearance_android_textSize + @see #TextAppearance_android_textStyle + @see #TextAppearance_android_typeface + @see #TextAppearance_fontFamily + @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance = { + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, + 0x01010163, 0x01010164, 0x010103ac, 0x7f01004f, + 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:fontFamily + */ + public static int TextAppearance_android_fontFamily = 10; + /** +

This symbol is the offset where the {@link android.R.attr#shadowColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowColor + */ + public static int TextAppearance_android_shadowColor = 6; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDx} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDx + */ + public static int TextAppearance_android_shadowDx = 7; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDy} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDy + */ + public static int TextAppearance_android_shadowDy = 8; + /** +

This symbol is the offset where the {@link android.R.attr#shadowRadius} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowRadius + */ + public static int TextAppearance_android_shadowRadius = 9; + /** +

This symbol is the offset where the {@link android.R.attr#textColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColor + */ + public static int TextAppearance_android_textColor = 3; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorHint + */ + public static int TextAppearance_android_textColorHint = 4; + /** +

This symbol is the offset where the {@link android.R.attr#textColorLink} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorLink + */ + public static int TextAppearance_android_textColorLink = 5; + /** +

This symbol is the offset where the {@link android.R.attr#textSize} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textSize + */ + public static int TextAppearance_android_textSize = 0; + /** +

This symbol is the offset where the {@link android.R.attr#textStyle} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textStyle + */ + public static int TextAppearance_android_textStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#typeface} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:typeface + */ + public static int TextAppearance_android_typeface = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:fontFamily + */ + public static int TextAppearance_fontFamily = 12; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#textAllCaps} + attribute's value can be found in the {@link #TextAppearance} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name android.support.design:textAllCaps + */ + public static int TextAppearance_textAllCaps = 11; + /** Attributes that can be used with a TextInputLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextInputLayout_android_hint android:hint}
{@link #TextInputLayout_android_textColorHint android:textColorHint}
{@link #TextInputLayout_counterEnabled android.support.design:counterEnabled}
{@link #TextInputLayout_counterMaxLength android.support.design:counterMaxLength}
{@link #TextInputLayout_counterOverflowTextAppearance android.support.design:counterOverflowTextAppearance}
{@link #TextInputLayout_counterTextAppearance android.support.design:counterTextAppearance}
{@link #TextInputLayout_errorEnabled android.support.design:errorEnabled}
{@link #TextInputLayout_errorTextAppearance android.support.design:errorTextAppearance}
{@link #TextInputLayout_hintAnimationEnabled android.support.design:hintAnimationEnabled}
{@link #TextInputLayout_hintEnabled android.support.design:hintEnabled}
{@link #TextInputLayout_hintTextAppearance android.support.design:hintTextAppearance}
{@link #TextInputLayout_passwordToggleContentDescription android.support.design:passwordToggleContentDescription}
{@link #TextInputLayout_passwordToggleDrawable android.support.design:passwordToggleDrawable}
{@link #TextInputLayout_passwordToggleEnabled android.support.design:passwordToggleEnabled}
{@link #TextInputLayout_passwordToggleTint android.support.design:passwordToggleTint}
{@link #TextInputLayout_passwordToggleTintMode android.support.design:passwordToggleTintMode}
+ @see #TextInputLayout_android_hint + @see #TextInputLayout_android_textColorHint + @see #TextInputLayout_counterEnabled + @see #TextInputLayout_counterMaxLength + @see #TextInputLayout_counterOverflowTextAppearance + @see #TextInputLayout_counterTextAppearance + @see #TextInputLayout_errorEnabled + @see #TextInputLayout_errorTextAppearance + @see #TextInputLayout_hintAnimationEnabled + @see #TextInputLayout_hintEnabled + @see #TextInputLayout_hintTextAppearance + @see #TextInputLayout_passwordToggleContentDescription + @see #TextInputLayout_passwordToggleDrawable + @see #TextInputLayout_passwordToggleEnabled + @see #TextInputLayout_passwordToggleTint + @see #TextInputLayout_passwordToggleTintMode + */ + public static final int[] TextInputLayout = { + 0x0101009a, 0x01010150, 0x7f01015c, 0x7f01015d, + 0x7f01015e, 0x7f01015f, 0x7f010160, 0x7f010161, + 0x7f010162, 0x7f010163, 0x7f010164, 0x7f010165, + 0x7f010166, 0x7f010167, 0x7f010168, 0x7f010169 + }; + /** +

This symbol is the offset where the {@link android.R.attr#hint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:hint + */ + public static int TextInputLayout_android_hint = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:textColorHint + */ + public static int TextInputLayout_android_textColorHint = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#counterEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:counterEnabled + */ + public static int TextInputLayout_counterEnabled = 6; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#counterMaxLength} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:counterMaxLength + */ + public static int TextInputLayout_counterMaxLength = 7; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#counterOverflowTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:counterOverflowTextAppearance + */ + public static int TextInputLayout_counterOverflowTextAppearance = 9; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#counterTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:counterTextAppearance + */ + public static int TextInputLayout_counterTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#errorEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:errorEnabled + */ + public static int TextInputLayout_errorEnabled = 4; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#errorTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:errorTextAppearance + */ + public static int TextInputLayout_errorTextAppearance = 5; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#hintAnimationEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:hintAnimationEnabled + */ + public static int TextInputLayout_hintAnimationEnabled = 10; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#hintEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:hintEnabled + */ + public static int TextInputLayout_hintEnabled = 3; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#hintTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:hintTextAppearance + */ + public static int TextInputLayout_hintTextAppearance = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#passwordToggleContentDescription} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:passwordToggleContentDescription + */ + public static int TextInputLayout_passwordToggleContentDescription = 13; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#passwordToggleDrawable} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:passwordToggleDrawable + */ + public static int TextInputLayout_passwordToggleDrawable = 12; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#passwordToggleEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:passwordToggleEnabled + */ + public static int TextInputLayout_passwordToggleEnabled = 11; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#passwordToggleTint} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:passwordToggleTint + */ + public static int TextInputLayout_passwordToggleTint = 14; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#passwordToggleTintMode} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name android.support.design:passwordToggleTintMode + */ + public static int TextInputLayout_passwordToggleTintMode = 15; + /** Attributes that can be used with a Toolbar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_buttonGravity android.support.design:buttonGravity}
{@link #Toolbar_collapseContentDescription android.support.design:collapseContentDescription}
{@link #Toolbar_collapseIcon android.support.design:collapseIcon}
{@link #Toolbar_contentInsetEnd android.support.design:contentInsetEnd}
{@link #Toolbar_contentInsetEndWithActions android.support.design:contentInsetEndWithActions}
{@link #Toolbar_contentInsetLeft android.support.design:contentInsetLeft}
{@link #Toolbar_contentInsetRight android.support.design:contentInsetRight}
{@link #Toolbar_contentInsetStart android.support.design:contentInsetStart}
{@link #Toolbar_contentInsetStartWithNavigation android.support.design:contentInsetStartWithNavigation}
{@link #Toolbar_logo android.support.design:logo}
{@link #Toolbar_logoDescription android.support.design:logoDescription}
{@link #Toolbar_maxButtonHeight android.support.design:maxButtonHeight}
{@link #Toolbar_navigationContentDescription android.support.design:navigationContentDescription}
{@link #Toolbar_navigationIcon android.support.design:navigationIcon}
{@link #Toolbar_popupTheme android.support.design:popupTheme}
{@link #Toolbar_subtitle android.support.design:subtitle}
{@link #Toolbar_subtitleTextAppearance android.support.design:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor android.support.design:subtitleTextColor}
{@link #Toolbar_title android.support.design:title}
{@link #Toolbar_titleMargin android.support.design:titleMargin}
{@link #Toolbar_titleMarginBottom android.support.design:titleMarginBottom}
{@link #Toolbar_titleMarginEnd android.support.design:titleMarginEnd}
{@link #Toolbar_titleMarginStart android.support.design:titleMarginStart}
{@link #Toolbar_titleMarginTop android.support.design:titleMarginTop}
{@link #Toolbar_titleMargins android.support.design:titleMargins}
{@link #Toolbar_titleTextAppearance android.support.design:titleTextAppearance}
{@link #Toolbar_titleTextColor android.support.design:titleTextColor}
+ @see #Toolbar_android_gravity + @see #Toolbar_android_minHeight + @see #Toolbar_buttonGravity + @see #Toolbar_collapseContentDescription + @see #Toolbar_collapseIcon + @see #Toolbar_contentInsetEnd + @see #Toolbar_contentInsetEndWithActions + @see #Toolbar_contentInsetLeft + @see #Toolbar_contentInsetRight + @see #Toolbar_contentInsetStart + @see #Toolbar_contentInsetStartWithNavigation + @see #Toolbar_logo + @see #Toolbar_logoDescription + @see #Toolbar_maxButtonHeight + @see #Toolbar_navigationContentDescription + @see #Toolbar_navigationIcon + @see #Toolbar_popupTheme + @see #Toolbar_subtitle + @see #Toolbar_subtitleTextAppearance + @see #Toolbar_subtitleTextColor + @see #Toolbar_title + @see #Toolbar_titleMargin + @see #Toolbar_titleMarginBottom + @see #Toolbar_titleMarginEnd + @see #Toolbar_titleMarginStart + @see #Toolbar_titleMarginTop + @see #Toolbar_titleMargins + @see #Toolbar_titleTextAppearance + @see #Toolbar_titleTextColor + */ + public static final int[] Toolbar = { + 0x010100af, 0x01010140, 0x7f010025, 0x7f010028, + 0x7f01002c, 0x7f010038, 0x7f010039, 0x7f01003a, + 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003f, + 0x7f010102, 0x7f010103, 0x7f010104, 0x7f010105, + 0x7f010106, 0x7f010107, 0x7f010108, 0x7f010109, + 0x7f01010a, 0x7f01010b, 0x7f01010c, 0x7f01010d, + 0x7f01010e, 0x7f01010f, 0x7f010110, 0x7f010111, + 0x7f010112 + }; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:gravity + */ + public static int Toolbar_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:minHeight + */ + public static int Toolbar_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#buttonGravity} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ @attr name android.support.design:buttonGravity + */ + public static int Toolbar_buttonGravity = 21; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#collapseContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:collapseContentDescription + */ + public static int Toolbar_collapseContentDescription = 23; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#collapseIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:collapseIcon + */ + public static int Toolbar_collapseIcon = 22; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:contentInsetEnd + */ + public static int Toolbar_contentInsetEnd = 6; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:contentInsetEndWithActions + */ + public static int Toolbar_contentInsetEndWithActions = 10; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:contentInsetLeft + */ + public static int Toolbar_contentInsetLeft = 7; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#contentInsetRight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:contentInsetRight + */ + public static int Toolbar_contentInsetRight = 8; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#contentInsetStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:contentInsetStart + */ + public static int Toolbar_contentInsetStart = 5; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:contentInsetStartWithNavigation + */ + public static int Toolbar_contentInsetStartWithNavigation = 9; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#logo} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:logo + */ + public static int Toolbar_logo = 4; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#logoDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:logoDescription + */ + public static int Toolbar_logoDescription = 26; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#maxButtonHeight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:maxButtonHeight + */ + public static int Toolbar_maxButtonHeight = 20; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#navigationContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:navigationContentDescription + */ + public static int Toolbar_navigationContentDescription = 25; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#navigationIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:navigationIcon + */ + public static int Toolbar_navigationIcon = 24; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#popupTheme} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:popupTheme + */ + public static int Toolbar_popupTheme = 11; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#subtitle} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:subtitle + */ + public static int Toolbar_subtitle = 3; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#subtitleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:subtitleTextAppearance + */ + public static int Toolbar_subtitleTextAppearance = 13; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#subtitleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:subtitleTextColor + */ + public static int Toolbar_subtitleTextColor = 28; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#title} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:title + */ + public static int Toolbar_title = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#titleMargin} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:titleMargin + */ + public static int Toolbar_titleMargin = 14; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#titleMarginBottom} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:titleMarginBottom + */ + public static int Toolbar_titleMarginBottom = 18; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#titleMarginEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:titleMarginEnd + */ + public static int Toolbar_titleMarginEnd = 16; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#titleMarginStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:titleMarginStart + */ + public static int Toolbar_titleMarginStart = 15; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#titleMarginTop} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:titleMarginTop + */ + public static int Toolbar_titleMarginTop = 17; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#titleMargins} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:titleMargins + */ + public static int Toolbar_titleMargins = 19; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#titleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:titleTextAppearance + */ + public static int Toolbar_titleTextAppearance = 12; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#titleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:titleTextColor + */ + public static int Toolbar_titleTextColor = 27; + /** Attributes that can be used with a View. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #View_android_focusable android:focusable}
{@link #View_android_theme android:theme}
{@link #View_paddingEnd android.support.design:paddingEnd}
{@link #View_paddingStart android.support.design:paddingStart}
{@link #View_theme android.support.design:theme}
+ @see #View_android_focusable + @see #View_android_theme + @see #View_paddingEnd + @see #View_paddingStart + @see #View_theme + */ + public static final int[] View = { + 0x01010000, 0x010100da, 0x7f010113, 0x7f010114, + 0x7f010115 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #View} array. + @attr name android:focusable + */ + public static int View_android_focusable = 1; + /** +

This symbol is the offset where the {@link android.R.attr#theme} + attribute's value can be found in the {@link #View} array. + @attr name android:theme + */ + public static int View_android_theme = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#paddingEnd} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:paddingEnd + */ + public static int View_paddingEnd = 3; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#paddingStart} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:paddingStart + */ + public static int View_paddingStart = 2; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#theme} + attribute's value can be found in the {@link #View} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.design:theme + */ + public static int View_theme = 4; + /** Attributes that can be used with a ViewBackgroundHelper. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint android.support.design:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode android.support.design:backgroundTintMode}
+ @see #ViewBackgroundHelper_android_background + @see #ViewBackgroundHelper_backgroundTint + @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper = { + 0x010100d4, 0x7f010116, 0x7f010117 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + @attr name android:background + */ + public static int ViewBackgroundHelper_android_background = 0; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#backgroundTint} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.design:backgroundTint + */ + public static int ViewBackgroundHelper_backgroundTint = 1; + /** +

This symbol is the offset where the {@link android.support.design.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.design:backgroundTintMode + */ + public static int ViewBackgroundHelper_backgroundTintMode = 2; + /** Attributes that can be used with a ViewStubCompat. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
{@link #ViewStubCompat_android_layout android:layout}
+ @see #ViewStubCompat_android_id + @see #ViewStubCompat_android_inflatedId + @see #ViewStubCompat_android_layout + */ + public static final int[] ViewStubCompat = { + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:id + */ + public static int ViewStubCompat_android_id = 0; + /** +

This symbol is the offset where the {@link android.R.attr#inflatedId} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:inflatedId + */ + public static int ViewStubCompat_android_inflatedId = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:layout + */ + public static int ViewStubCompat_android_layout = 1; + }; +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/design/widget/Snackbar_SnackbarActionClickImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/design/widget/Snackbar_SnackbarActionClickImplementor.java new file mode 100644 index 0000000..6b60a06 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/design/widget/Snackbar_SnackbarActionClickImplementor.java @@ -0,0 +1,48 @@ +package android.support.design.widget; + + +public class Snackbar_SnackbarActionClickImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.view.View.OnClickListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onClick:(Landroid/view/View;)V:GetOnClick_Landroid_view_View_Handler:Android.Views.View/IOnClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Android.Support.Design.Widget.Snackbar+SnackbarActionClickImplementor, Xamarin.Android.Support.Design", Snackbar_SnackbarActionClickImplementor.class, __md_methods); + } + + + public Snackbar_SnackbarActionClickImplementor () + { + super (); + if (getClass () == Snackbar_SnackbarActionClickImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.Design.Widget.Snackbar+SnackbarActionClickImplementor, Xamarin.Android.Support.Design", "", this, new java.lang.Object[] { }); + } + + + public void onClick (android.view.View p0) + { + n_onClick (p0); + } + + private native void n_onClick (android.view.View p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/mediacompat/R.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/mediacompat/R.java new file mode 100644 index 0000000..54f98be --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/mediacompat/R.java @@ -0,0 +1,11703 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package android.support.mediacompat; + +public final class R { + public static final class anim { + public static int abc_fade_in=0x7f050000; + public static int abc_fade_out=0x7f050001; + public static int abc_grow_fade_in_from_bottom=0x7f050002; + public static int abc_popup_enter=0x7f050003; + public static int abc_popup_exit=0x7f050004; + public static int abc_shrink_fade_out_from_bottom=0x7f050005; + public static int abc_slide_in_bottom=0x7f050006; + public static int abc_slide_in_top=0x7f050007; + public static int abc_slide_out_bottom=0x7f050008; + public static int abc_slide_out_top=0x7f050009; + public static int design_bottom_sheet_slide_in=0x7f05000a; + public static int design_bottom_sheet_slide_out=0x7f05000b; + public static int design_snackbar_in=0x7f05000c; + public static int design_snackbar_out=0x7f05000d; + public static int tooltip_enter=0x7f05000e; + public static int tooltip_exit=0x7f05000f; + } + public static final class animator { + public static int design_appbar_state_list_animator=0x7f060000; + } + public static final class attr { + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarDivider=0x7f01006b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarItemBackground=0x7f01006c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarPopupTheme=0x7f010065; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ */ + public static int actionBarSize=0x7f01006a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarSplitStyle=0x7f010067; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarStyle=0x7f010066; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabBarStyle=0x7f010061; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabStyle=0x7f010060; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabTextStyle=0x7f010062; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTheme=0x7f010068; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarWidgetTheme=0x7f010069; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionButtonStyle=0x7f010086; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionDropDownStyle=0x7f010082; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionLayout=0x7f0100dd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionMenuTextAppearance=0x7f01006d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int actionMenuTextColor=0x7f01006e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeBackground=0x7f010071; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseButtonStyle=0x7f010070; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseDrawable=0x7f010073; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCopyDrawable=0x7f010075; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCutDrawable=0x7f010074; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeFindDrawable=0x7f010079; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePasteDrawable=0x7f010076; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePopupWindowStyle=0x7f01007b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSelectAllDrawable=0x7f010077; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeShareDrawable=0x7f010078; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSplitBackground=0x7f010072; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeStyle=0x7f01006f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeWebSearchDrawable=0x7f01007a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowButtonStyle=0x7f010063; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowMenuStyle=0x7f010064; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionProviderClass=0x7f0100df; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionViewClass=0x7f0100de; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int activityChooserViewStyle=0x7f01008e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogButtonGroupStyle=0x7f0100b3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int alertDialogCenterButtons=0x7f0100b4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogStyle=0x7f0100b2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogTheme=0x7f0100b5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int allowStacking=0x7f0100cb; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int alpha=0x7f0100cc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static int alphabeticModifiers=0x7f0100da; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowHeadLength=0x7f0100d3; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowShaftLength=0x7f0100d4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int autoCompleteTextViewStyle=0x7f0100ba; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeMaxTextSize=0x7f010054; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeMinTextSize=0x7f010053; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int autoSizePresetSizes=0x7f010052; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeStepGranularity=0x7f010051; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ */ + public static int autoSizeTextType=0x7f010050; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int background=0x7f01002e; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundSplit=0x7f010030; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundStacked=0x7f01002f; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int backgroundTint=0x7f010116; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int backgroundTintMode=0x7f010117; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int barLength=0x7f0100d5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_autoHide=0x7f010141; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_hideable=0x7f01011e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_overlapTop=0x7f01014a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ */ + public static int behavior_peekHeight=0x7f01011d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_skipCollapsed=0x7f01011f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int borderWidth=0x7f01013f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int borderlessButtonStyle=0x7f01008b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int bottomSheetDialogTheme=0x7f010139; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int bottomSheetStyle=0x7f01013a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarButtonStyle=0x7f010088; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNegativeButtonStyle=0x7f0100b8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNeutralButtonStyle=0x7f0100b9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarPositiveButtonStyle=0x7f0100b7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarStyle=0x7f010087; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ */ + public static int buttonGravity=0x7f01010b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonPanelSideLayout=0x7f010043; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyle=0x7f0100bb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyleSmall=0x7f0100bc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int buttonTint=0x7f0100cd; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int buttonTintMode=0x7f0100ce; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardBackgroundColor=0x7f010017; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardCornerRadius=0x7f010018; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardElevation=0x7f010019; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardMaxElevation=0x7f01001a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardPreventCornerOverlap=0x7f01001c; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardUseCompatPadding=0x7f01001b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkboxStyle=0x7f0100bd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkedTextViewStyle=0x7f0100be; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeIcon=0x7f0100ee; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeItemLayout=0x7f010040; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int collapseContentDescription=0x7f01010d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int collapseIcon=0x7f01010c; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static int collapsedTitleGravity=0x7f01012c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int collapsedTitleTextAppearance=0x7f010126; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int color=0x7f0100cf; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorAccent=0x7f0100aa; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorBackgroundFloating=0x7f0100b1; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorButtonNormal=0x7f0100ae; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlActivated=0x7f0100ac; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlHighlight=0x7f0100ad; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlNormal=0x7f0100ab; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int colorError=0x7f0100ca; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimary=0x7f0100a8; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimaryDark=0x7f0100a9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorSwitchThumbNormal=0x7f0100af; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int commitIcon=0x7f0100f3; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentDescription=0x7f0100e0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetEnd=0x7f010039; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetEndWithActions=0x7f01003d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetLeft=0x7f01003a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetRight=0x7f01003b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetStart=0x7f010038; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetStartWithNavigation=0x7f01003c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPadding=0x7f01001d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingBottom=0x7f010021; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingLeft=0x7f01001e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingRight=0x7f01001f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingTop=0x7f010020; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentScrim=0x7f010127; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int controlBackground=0x7f0100b0; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int counterEnabled=0x7f010160; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int counterMaxLength=0x7f010161; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int counterOverflowTextAppearance=0x7f010163; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int counterTextAppearance=0x7f010162; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int customNavigationLayout=0x7f010031; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int defaultQueryHint=0x7f0100ed; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dialogPreferredPadding=0x7f010080; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dialogTheme=0x7f01007f; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ */ + public static int displayOptions=0x7f010027; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int divider=0x7f01002d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerHorizontal=0x7f01008d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dividerPadding=0x7f0100d9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerVertical=0x7f01008c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int drawableSize=0x7f0100d1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int drawerArrowStyle=0x7f010022; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dropDownListViewStyle=0x7f01009f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dropdownListPreferredItemHeight=0x7f010083; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextBackground=0x7f010094; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int editTextColor=0x7f010093; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextStyle=0x7f0100bf; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int elevation=0x7f01003e; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int errorEnabled=0x7f01015e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int errorTextAppearance=0x7f01015f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int expandActivityOverflowButtonDrawable=0x7f010042; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expanded=0x7f010118; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static int expandedTitleGravity=0x7f01012d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMargin=0x7f010120; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginBottom=0x7f010124; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginEnd=0x7f010123; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginStart=0x7f010121; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginTop=0x7f010122; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int expandedTitleTextAppearance=0x7f010125; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int externalRouteEnabledDrawable=0x7f010015; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ */ + public static int fabSize=0x7f01013d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fastScrollEnabled=0x7f010004; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollHorizontalThumbDrawable=0x7f010007; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollHorizontalTrackDrawable=0x7f010008; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollVerticalThumbDrawable=0x7f010005; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollVerticalTrackDrawable=0x7f010006; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int font=0x7f010171; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontFamily=0x7f010055; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderAuthority=0x7f01016a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fontProviderCerts=0x7f01016d; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ */ + public static int fontProviderFetchStrategy=0x7f01016e; + /**

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ */ + public static int fontProviderFetchTimeout=0x7f01016f; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderPackage=0x7f01016b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderQuery=0x7f01016c; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ */ + public static int fontStyle=0x7f010170; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontWeight=0x7f010172; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int foregroundInsidePadding=0x7f010142; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int gapBetweenBars=0x7f0100d2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int goIcon=0x7f0100ef; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int headerLayout=0x7f010148; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int height=0x7f010023; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hideOnContentScroll=0x7f010037; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hintAnimationEnabled=0x7f010164; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hintEnabled=0x7f01015d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int hintTextAppearance=0x7f01015c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeAsUpIndicator=0x7f010085; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeLayout=0x7f010032; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int icon=0x7f01002b; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int iconTint=0x7f0100e2; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int iconTintMode=0x7f0100e3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int iconifiedByDefault=0x7f0100eb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int imageButtonStyle=0x7f010095; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int indeterminateProgressStyle=0x7f010034; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int initialActivityCount=0x7f010041; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int insetForeground=0x7f010149; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int isLightTheme=0x7f010024; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int itemBackground=0x7f010146; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemIconTint=0x7f010144; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemPadding=0x7f010036; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int itemTextAppearance=0x7f010147; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemTextColor=0x7f010145; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int keylines=0x7f010131; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout=0x7f0100ea; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layoutManager=0x7f010000; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout_anchor=0x7f010134; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ */ + public static int layout_anchorGravity=0x7f010136; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_behavior=0x7f010133; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ */ + public static int layout_collapseMode=0x7f01012f; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_collapseParallaxMultiplier=0x7f010130; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ */ + public static int layout_dodgeInsetEdges=0x7f010138; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ */ + public static int layout_insetEdge=0x7f010137; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_keyline=0x7f010135; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ */ + public static int layout_scrollFlags=0x7f01011b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout_scrollInterpolator=0x7f01011c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listChoiceBackgroundIndicator=0x7f0100a7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listDividerAlertDialog=0x7f010081; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listItemLayout=0x7f010047; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listLayout=0x7f010044; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listMenuViewStyle=0x7f0100c7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listPopupWindowStyle=0x7f0100a0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeight=0x7f01009a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightLarge=0x7f01009c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightSmall=0x7f01009b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingLeft=0x7f01009d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingRight=0x7f01009e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int logo=0x7f01002c; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int logoDescription=0x7f010110; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int maxActionInlineWidth=0x7f01014b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int maxButtonHeight=0x7f01010a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int measureWithLargestChild=0x7f0100d7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteAudioTrackDrawable=0x7f010009; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteButtonStyle=0x7f01000a; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int mediaRouteButtonTint=0x7f010016; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteCloseDrawable=0x7f01000b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteControlPanelThemeOverlay=0x7f01000c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteDefaultIconDrawable=0x7f01000d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRoutePauseDrawable=0x7f01000e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRoutePlayDrawable=0x7f01000f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteSpeakerGroupIconDrawable=0x7f010010; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteSpeakerIconDrawable=0x7f010011; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteStopDrawable=0x7f010012; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteTheme=0x7f010013; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteTvIconDrawable=0x7f010014; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int menu=0x7f010143; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int multiChoiceItemLayout=0x7f010045; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int navigationContentDescription=0x7f01010f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int navigationIcon=0x7f01010e; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ */ + public static int navigationMode=0x7f010026; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static int numericModifiers=0x7f0100db; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int overlapAnchor=0x7f0100e6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingBottomNoButtons=0x7f0100e8; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingEnd=0x7f010114; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingStart=0x7f010113; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingTopNoTitle=0x7f0100e9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelBackground=0x7f0100a4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelMenuListTheme=0x7f0100a6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int panelMenuListWidth=0x7f0100a5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleContentDescription=0x7f010167; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int passwordToggleDrawable=0x7f010166; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleEnabled=0x7f010165; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleTint=0x7f010168; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static int passwordToggleTintMode=0x7f010169; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupMenuStyle=0x7f010091; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupTheme=0x7f01003f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupWindowStyle=0x7f010092; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int preserveIconSpacing=0x7f0100e4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int pressedTranslationZ=0x7f01013e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int progressBarPadding=0x7f010035; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int progressBarStyle=0x7f010033; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int queryBackground=0x7f0100f5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int queryHint=0x7f0100ec; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int radioButtonStyle=0x7f0100c0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyle=0x7f0100c1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyleIndicator=0x7f0100c2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyleSmall=0x7f0100c3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int reverseLayout=0x7f010002; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int rippleColor=0x7f01013c; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int scrimAnimationDuration=0x7f01012b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int scrimVisibleHeightTrigger=0x7f01012a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchHintIcon=0x7f0100f1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchIcon=0x7f0100f0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchViewStyle=0x7f010099; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int seekBarStyle=0x7f0100c4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackground=0x7f010089; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackgroundBorderless=0x7f01008a; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ */ + public static int showAsAction=0x7f0100dc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ */ + public static int showDividers=0x7f0100d8; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int showText=0x7f010101; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int showTitle=0x7f010048; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int singleChoiceItemLayout=0x7f010046; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spanCount=0x7f010001; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spinBars=0x7f0100d0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerDropDownItemStyle=0x7f010084; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerStyle=0x7f0100c5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int splitTrack=0x7f010100; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int srcCompat=0x7f010049; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int stackFromEnd=0x7f010003; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_above_anchor=0x7f0100e7; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_collapsed=0x7f010119; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_collapsible=0x7f01011a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int statusBarBackground=0x7f010132; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int statusBarScrim=0x7f010128; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subMenuArrow=0x7f0100e5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int submitBackground=0x7f0100f6; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitle=0x7f010028; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextAppearance=0x7f010103; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitleTextColor=0x7f010112; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextStyle=0x7f01002a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int suggestionRowLayout=0x7f0100f4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchMinWidth=0x7f0100fe; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchPadding=0x7f0100ff; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchStyle=0x7f0100c6; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchTextAppearance=0x7f0100fd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tabBackground=0x7f01014f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabContentStart=0x7f01014e; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ */ + public static int tabGravity=0x7f010151; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabIndicatorColor=0x7f01014c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabIndicatorHeight=0x7f01014d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabMaxWidth=0x7f010153; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabMinWidth=0x7f010152; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ */ + public static int tabMode=0x7f010150; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPadding=0x7f01015b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingBottom=0x7f01015a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingEnd=0x7f010159; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingStart=0x7f010157; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingTop=0x7f010158; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabSelectedTextColor=0x7f010156; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tabTextAppearance=0x7f010154; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabTextColor=0x7f010155; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + */ + public static int textAllCaps=0x7f01004f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceLargePopupMenu=0x7f01007c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItem=0x7f0100a1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItemSecondary=0x7f0100a2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItemSmall=0x7f0100a3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearancePopupMenuHeader=0x7f01007e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultSubtitle=0x7f010097; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultTitle=0x7f010096; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSmallPopupMenu=0x7f01007d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorAlertDialogListItem=0x7f0100b6; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorError=0x7f01013b; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorSearchUrl=0x7f010098; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int theme=0x7f010115; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thickness=0x7f0100d6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thumbTextPadding=0x7f0100fc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thumbTint=0x7f0100f7; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int thumbTintMode=0x7f0100f8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tickMark=0x7f01004c; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tickMarkTint=0x7f01004d; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int tickMarkTintMode=0x7f01004e; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tint=0x7f01004a; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int tintMode=0x7f01004b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int title=0x7f010025; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleEnabled=0x7f01012e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMargin=0x7f010104; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginBottom=0x7f010108; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginEnd=0x7f010106; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginStart=0x7f010105; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginTop=0x7f010107; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMargins=0x7f010109; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextAppearance=0x7f010102; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleTextColor=0x7f010111; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextStyle=0x7f010029; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarId=0x7f010129; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarNavigationButtonStyle=0x7f010090; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarStyle=0x7f01008f; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int tooltipForegroundColor=0x7f0100c9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tooltipFrameBackground=0x7f0100c8; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tooltipText=0x7f0100e1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int track=0x7f0100f9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int trackTint=0x7f0100fa; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int trackTintMode=0x7f0100fb; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int useCompatPadding=0x7f010140; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int voiceIcon=0x7f0100f2; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBar=0x7f010056; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBarOverlay=0x7f010058; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionModeOverlay=0x7f010059; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMajor=0x7f01005d; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMinor=0x7f01005b; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMajor=0x7f01005a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMinor=0x7f01005c; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMajor=0x7f01005e; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMinor=0x7f01005f; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowNoTitle=0x7f010057; + } + public static final class bool { + public static int abc_action_bar_embed_tabs=0x7f0e0000; + public static int abc_allow_stacked_button_bar=0x7f0e0001; + public static int abc_config_actionMenuItemAllCaps=0x7f0e0002; + public static int abc_config_closeDialogWhenTouchOutside=0x7f0e0003; + public static int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f0e0004; + } + public static final class color { + public static int abc_background_cache_hint_selector_material_dark=0x7f0d004f; + public static int abc_background_cache_hint_selector_material_light=0x7f0d0050; + public static int abc_btn_colored_borderless_text_material=0x7f0d0051; + public static int abc_btn_colored_text_material=0x7f0d0052; + public static int abc_color_highlight_material=0x7f0d0053; + public static int abc_hint_foreground_material_dark=0x7f0d0054; + public static int abc_hint_foreground_material_light=0x7f0d0055; + public static int abc_input_method_navigation_guard=0x7f0d0004; + public static int abc_primary_text_disable_only_material_dark=0x7f0d0056; + public static int abc_primary_text_disable_only_material_light=0x7f0d0057; + public static int abc_primary_text_material_dark=0x7f0d0058; + public static int abc_primary_text_material_light=0x7f0d0059; + public static int abc_search_url_text=0x7f0d005a; + public static int abc_search_url_text_normal=0x7f0d0005; + public static int abc_search_url_text_pressed=0x7f0d0006; + public static int abc_search_url_text_selected=0x7f0d0007; + public static int abc_secondary_text_material_dark=0x7f0d005b; + public static int abc_secondary_text_material_light=0x7f0d005c; + public static int abc_tint_btn_checkable=0x7f0d005d; + public static int abc_tint_default=0x7f0d005e; + public static int abc_tint_edittext=0x7f0d005f; + public static int abc_tint_seek_thumb=0x7f0d0060; + public static int abc_tint_spinner=0x7f0d0061; + public static int abc_tint_switch_track=0x7f0d0062; + public static int accent_material_dark=0x7f0d0008; + public static int accent_material_light=0x7f0d0009; + public static int background_floating_material_dark=0x7f0d000a; + public static int background_floating_material_light=0x7f0d000b; + public static int background_material_dark=0x7f0d000c; + public static int background_material_light=0x7f0d000d; + public static int bright_foreground_disabled_material_dark=0x7f0d000e; + public static int bright_foreground_disabled_material_light=0x7f0d000f; + public static int bright_foreground_inverse_material_dark=0x7f0d0010; + public static int bright_foreground_inverse_material_light=0x7f0d0011; + public static int bright_foreground_material_dark=0x7f0d0012; + public static int bright_foreground_material_light=0x7f0d0013; + public static int button_material_dark=0x7f0d0014; + public static int button_material_light=0x7f0d0015; + public static int cardview_dark_background=0x7f0d0000; + public static int cardview_light_background=0x7f0d0001; + public static int cardview_shadow_end_color=0x7f0d0002; + public static int cardview_shadow_start_color=0x7f0d0003; + public static int colorAccent=0x7f0d004e; + public static int colorPrimary=0x7f0d004c; + public static int colorPrimaryDark=0x7f0d004d; + public static int design_bottom_navigation_shadow_color=0x7f0d0040; + public static int design_error=0x7f0d0063; + public static int design_fab_shadow_end_color=0x7f0d0041; + public static int design_fab_shadow_mid_color=0x7f0d0042; + public static int design_fab_shadow_start_color=0x7f0d0043; + public static int design_fab_stroke_end_inner_color=0x7f0d0044; + public static int design_fab_stroke_end_outer_color=0x7f0d0045; + public static int design_fab_stroke_top_inner_color=0x7f0d0046; + public static int design_fab_stroke_top_outer_color=0x7f0d0047; + public static int design_snackbar_background_color=0x7f0d0048; + public static int design_tint_password_toggle=0x7f0d0064; + public static int dim_foreground_disabled_material_dark=0x7f0d0016; + public static int dim_foreground_disabled_material_light=0x7f0d0017; + public static int dim_foreground_material_dark=0x7f0d0018; + public static int dim_foreground_material_light=0x7f0d0019; + public static int error_color_material=0x7f0d001a; + public static int foreground_material_dark=0x7f0d001b; + public static int foreground_material_light=0x7f0d001c; + public static int highlighted_text_material_dark=0x7f0d001d; + public static int highlighted_text_material_light=0x7f0d001e; + public static int launcher_background=0x7f0d004b; + public static int material_blue_grey_800=0x7f0d001f; + public static int material_blue_grey_900=0x7f0d0020; + public static int material_blue_grey_950=0x7f0d0021; + public static int material_deep_teal_200=0x7f0d0022; + public static int material_deep_teal_500=0x7f0d0023; + public static int material_grey_100=0x7f0d0024; + public static int material_grey_300=0x7f0d0025; + public static int material_grey_50=0x7f0d0026; + public static int material_grey_600=0x7f0d0027; + public static int material_grey_800=0x7f0d0028; + public static int material_grey_850=0x7f0d0029; + public static int material_grey_900=0x7f0d002a; + public static int notification_action_color_filter=0x7f0d0049; + public static int notification_icon_bg_color=0x7f0d004a; + public static int notification_material_background_media_default_color=0x7f0d003f; + public static int primary_dark_material_dark=0x7f0d002b; + public static int primary_dark_material_light=0x7f0d002c; + public static int primary_material_dark=0x7f0d002d; + public static int primary_material_light=0x7f0d002e; + public static int primary_text_default_material_dark=0x7f0d002f; + public static int primary_text_default_material_light=0x7f0d0030; + public static int primary_text_disabled_material_dark=0x7f0d0031; + public static int primary_text_disabled_material_light=0x7f0d0032; + public static int ripple_material_dark=0x7f0d0033; + public static int ripple_material_light=0x7f0d0034; + public static int secondary_text_default_material_dark=0x7f0d0035; + public static int secondary_text_default_material_light=0x7f0d0036; + public static int secondary_text_disabled_material_dark=0x7f0d0037; + public static int secondary_text_disabled_material_light=0x7f0d0038; + public static int switch_thumb_disabled_material_dark=0x7f0d0039; + public static int switch_thumb_disabled_material_light=0x7f0d003a; + public static int switch_thumb_material_dark=0x7f0d0065; + public static int switch_thumb_material_light=0x7f0d0066; + public static int switch_thumb_normal_material_dark=0x7f0d003b; + public static int switch_thumb_normal_material_light=0x7f0d003c; + public static int tooltip_background_dark=0x7f0d003d; + public static int tooltip_background_light=0x7f0d003e; + } + public static final class dimen { + public static int abc_action_bar_content_inset_material=0x7f08001b; + public static int abc_action_bar_content_inset_with_nav=0x7f08001c; + public static int abc_action_bar_default_height_material=0x7f080010; + public static int abc_action_bar_default_padding_end_material=0x7f08001d; + public static int abc_action_bar_default_padding_start_material=0x7f08001e; + public static int abc_action_bar_elevation_material=0x7f080020; + public static int abc_action_bar_icon_vertical_padding_material=0x7f080021; + public static int abc_action_bar_overflow_padding_end_material=0x7f080022; + public static int abc_action_bar_overflow_padding_start_material=0x7f080023; + public static int abc_action_bar_progress_bar_size=0x7f080011; + public static int abc_action_bar_stacked_max_height=0x7f080024; + public static int abc_action_bar_stacked_tab_max_width=0x7f080025; + public static int abc_action_bar_subtitle_bottom_margin_material=0x7f080026; + public static int abc_action_bar_subtitle_top_margin_material=0x7f080027; + public static int abc_action_button_min_height_material=0x7f080028; + public static int abc_action_button_min_width_material=0x7f080029; + public static int abc_action_button_min_width_overflow_material=0x7f08002a; + public static int abc_alert_dialog_button_bar_height=0x7f08000f; + public static int abc_button_inset_horizontal_material=0x7f08002b; + public static int abc_button_inset_vertical_material=0x7f08002c; + public static int abc_button_padding_horizontal_material=0x7f08002d; + public static int abc_button_padding_vertical_material=0x7f08002e; + public static int abc_cascading_menus_min_smallest_width=0x7f08002f; + public static int abc_config_prefDialogWidth=0x7f080014; + public static int abc_control_corner_material=0x7f080030; + public static int abc_control_inset_material=0x7f080031; + public static int abc_control_padding_material=0x7f080032; + public static int abc_dialog_fixed_height_major=0x7f080015; + public static int abc_dialog_fixed_height_minor=0x7f080016; + public static int abc_dialog_fixed_width_major=0x7f080017; + public static int abc_dialog_fixed_width_minor=0x7f080018; + public static int abc_dialog_list_padding_bottom_no_buttons=0x7f080033; + public static int abc_dialog_list_padding_top_no_title=0x7f080034; + public static int abc_dialog_min_width_major=0x7f080019; + public static int abc_dialog_min_width_minor=0x7f08001a; + public static int abc_dialog_padding_material=0x7f080035; + public static int abc_dialog_padding_top_material=0x7f080036; + public static int abc_dialog_title_divider_material=0x7f080037; + public static int abc_disabled_alpha_material_dark=0x7f080038; + public static int abc_disabled_alpha_material_light=0x7f080039; + public static int abc_dropdownitem_icon_width=0x7f08003a; + public static int abc_dropdownitem_text_padding_left=0x7f08003b; + public static int abc_dropdownitem_text_padding_right=0x7f08003c; + public static int abc_edit_text_inset_bottom_material=0x7f08003d; + public static int abc_edit_text_inset_horizontal_material=0x7f08003e; + public static int abc_edit_text_inset_top_material=0x7f08003f; + public static int abc_floating_window_z=0x7f080040; + public static int abc_list_item_padding_horizontal_material=0x7f080041; + public static int abc_panel_menu_list_width=0x7f080042; + public static int abc_progress_bar_height_material=0x7f080043; + public static int abc_search_view_preferred_height=0x7f080044; + public static int abc_search_view_preferred_width=0x7f080045; + public static int abc_seekbar_track_background_height_material=0x7f080046; + public static int abc_seekbar_track_progress_height_material=0x7f080047; + public static int abc_select_dialog_padding_start_material=0x7f080048; + public static int abc_switch_padding=0x7f08001f; + public static int abc_text_size_body_1_material=0x7f080049; + public static int abc_text_size_body_2_material=0x7f08004a; + public static int abc_text_size_button_material=0x7f08004b; + public static int abc_text_size_caption_material=0x7f08004c; + public static int abc_text_size_display_1_material=0x7f08004d; + public static int abc_text_size_display_2_material=0x7f08004e; + public static int abc_text_size_display_3_material=0x7f08004f; + public static int abc_text_size_display_4_material=0x7f080050; + public static int abc_text_size_headline_material=0x7f080051; + public static int abc_text_size_large_material=0x7f080052; + public static int abc_text_size_medium_material=0x7f080053; + public static int abc_text_size_menu_header_material=0x7f080054; + public static int abc_text_size_menu_material=0x7f080055; + public static int abc_text_size_small_material=0x7f080056; + public static int abc_text_size_subhead_material=0x7f080057; + public static int abc_text_size_subtitle_material_toolbar=0x7f080012; + public static int abc_text_size_title_material=0x7f080058; + public static int abc_text_size_title_material_toolbar=0x7f080013; + public static int cardview_compat_inset_shadow=0x7f08000c; + public static int cardview_default_elevation=0x7f08000d; + public static int cardview_default_radius=0x7f08000e; + public static int compat_button_inset_horizontal_material=0x7f080094; + public static int compat_button_inset_vertical_material=0x7f080095; + public static int compat_button_padding_horizontal_material=0x7f080096; + public static int compat_button_padding_vertical_material=0x7f080097; + public static int compat_control_corner_material=0x7f080098; + public static int design_appbar_elevation=0x7f080072; + public static int design_bottom_navigation_active_item_max_width=0x7f080073; + public static int design_bottom_navigation_active_text_size=0x7f080074; + public static int design_bottom_navigation_elevation=0x7f080075; + public static int design_bottom_navigation_height=0x7f080076; + public static int design_bottom_navigation_item_max_width=0x7f080077; + public static int design_bottom_navigation_item_min_width=0x7f080078; + public static int design_bottom_navigation_margin=0x7f080079; + public static int design_bottom_navigation_shadow_height=0x7f08007a; + public static int design_bottom_navigation_text_size=0x7f08007b; + public static int design_bottom_sheet_modal_elevation=0x7f08007c; + public static int design_bottom_sheet_peek_height_min=0x7f08007d; + public static int design_fab_border_width=0x7f08007e; + public static int design_fab_elevation=0x7f08007f; + public static int design_fab_image_size=0x7f080080; + public static int design_fab_size_mini=0x7f080081; + public static int design_fab_size_normal=0x7f080082; + public static int design_fab_translation_z_pressed=0x7f080083; + public static int design_navigation_elevation=0x7f080084; + public static int design_navigation_icon_padding=0x7f080085; + public static int design_navigation_icon_size=0x7f080086; + public static int design_navigation_max_width=0x7f08006a; + public static int design_navigation_padding_bottom=0x7f080087; + public static int design_navigation_separator_vertical_padding=0x7f080088; + public static int design_snackbar_action_inline_max_width=0x7f08006b; + public static int design_snackbar_background_corner_radius=0x7f08006c; + public static int design_snackbar_elevation=0x7f080089; + public static int design_snackbar_extra_spacing_horizontal=0x7f08006d; + public static int design_snackbar_max_width=0x7f08006e; + public static int design_snackbar_min_width=0x7f08006f; + public static int design_snackbar_padding_horizontal=0x7f08008a; + public static int design_snackbar_padding_vertical=0x7f08008b; + public static int design_snackbar_padding_vertical_2lines=0x7f080070; + public static int design_snackbar_text_size=0x7f08008c; + public static int design_tab_max_width=0x7f08008d; + public static int design_tab_scrollable_min_width=0x7f080071; + public static int design_tab_text_size=0x7f08008e; + public static int design_tab_text_size_2line=0x7f08008f; + public static int disabled_alpha_material_dark=0x7f080059; + public static int disabled_alpha_material_light=0x7f08005a; + public static int fastscroll_default_thickness=0x7f080000; + public static int fastscroll_margin=0x7f080001; + public static int fastscroll_minimum_range=0x7f080002; + public static int highlight_alpha_material_colored=0x7f08005b; + public static int highlight_alpha_material_dark=0x7f08005c; + public static int highlight_alpha_material_light=0x7f08005d; + public static int hint_alpha_material_dark=0x7f08005e; + public static int hint_alpha_material_light=0x7f08005f; + public static int hint_pressed_alpha_material_dark=0x7f080060; + public static int hint_pressed_alpha_material_light=0x7f080061; + public static int item_touch_helper_max_drag_scroll_per_frame=0x7f080003; + public static int item_touch_helper_swipe_escape_max_velocity=0x7f080004; + public static int item_touch_helper_swipe_escape_velocity=0x7f080005; + public static int mr_controller_volume_group_list_item_height=0x7f080006; + public static int mr_controller_volume_group_list_item_icon_size=0x7f080007; + public static int mr_controller_volume_group_list_max_height=0x7f080008; + public static int mr_controller_volume_group_list_padding_top=0x7f08000b; + public static int mr_dialog_fixed_width_major=0x7f080009; + public static int mr_dialog_fixed_width_minor=0x7f08000a; + public static int notification_action_icon_size=0x7f080099; + public static int notification_action_text_size=0x7f08009a; + public static int notification_big_circle_margin=0x7f08009b; + public static int notification_content_margin_start=0x7f080091; + public static int notification_large_icon_height=0x7f08009c; + public static int notification_large_icon_width=0x7f08009d; + public static int notification_main_column_padding_top=0x7f080092; + public static int notification_media_narrow_margin=0x7f080093; + public static int notification_right_icon_size=0x7f08009e; + public static int notification_right_side_padding_top=0x7f080090; + public static int notification_small_icon_background_padding=0x7f08009f; + public static int notification_small_icon_size_as_large=0x7f0800a0; + public static int notification_subtext_size=0x7f0800a1; + public static int notification_top_pad=0x7f0800a2; + public static int notification_top_pad_large_text=0x7f0800a3; + public static int tooltip_corner_radius=0x7f080062; + public static int tooltip_horizontal_padding=0x7f080063; + public static int tooltip_margin=0x7f080064; + public static int tooltip_precise_anchor_extra_offset=0x7f080065; + public static int tooltip_precise_anchor_threshold=0x7f080066; + public static int tooltip_vertical_padding=0x7f080067; + public static int tooltip_y_offset_non_touch=0x7f080068; + public static int tooltip_y_offset_touch=0x7f080069; + } + public static final class drawable { + public static int abc_ab_share_pack_mtrl_alpha=0x7f020000; + public static int abc_action_bar_item_background_material=0x7f020001; + public static int abc_btn_borderless_material=0x7f020002; + public static int abc_btn_check_material=0x7f020003; + public static int abc_btn_check_to_on_mtrl_000=0x7f020004; + public static int abc_btn_check_to_on_mtrl_015=0x7f020005; + public static int abc_btn_colored_material=0x7f020006; + public static int abc_btn_default_mtrl_shape=0x7f020007; + public static int abc_btn_radio_material=0x7f020008; + public static int abc_btn_radio_to_on_mtrl_000=0x7f020009; + public static int abc_btn_radio_to_on_mtrl_015=0x7f02000a; + public static int abc_btn_switch_to_on_mtrl_00001=0x7f02000b; + public static int abc_btn_switch_to_on_mtrl_00012=0x7f02000c; + public static int abc_cab_background_internal_bg=0x7f02000d; + public static int abc_cab_background_top_material=0x7f02000e; + public static int abc_cab_background_top_mtrl_alpha=0x7f02000f; + public static int abc_control_background_material=0x7f020010; + public static int abc_dialog_material_background=0x7f020011; + public static int abc_edit_text_material=0x7f020012; + public static int abc_ic_ab_back_material=0x7f020013; + public static int abc_ic_arrow_drop_right_black_24dp=0x7f020014; + public static int abc_ic_clear_material=0x7f020015; + public static int abc_ic_commit_search_api_mtrl_alpha=0x7f020016; + public static int abc_ic_go_search_api_material=0x7f020017; + public static int abc_ic_menu_copy_mtrl_am_alpha=0x7f020018; + public static int abc_ic_menu_cut_mtrl_alpha=0x7f020019; + public static int abc_ic_menu_overflow_material=0x7f02001a; + public static int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001b; + public static int abc_ic_menu_selectall_mtrl_alpha=0x7f02001c; + public static int abc_ic_menu_share_mtrl_alpha=0x7f02001d; + public static int abc_ic_search_api_material=0x7f02001e; + public static int abc_ic_star_black_16dp=0x7f02001f; + public static int abc_ic_star_black_36dp=0x7f020020; + public static int abc_ic_star_black_48dp=0x7f020021; + public static int abc_ic_star_half_black_16dp=0x7f020022; + public static int abc_ic_star_half_black_36dp=0x7f020023; + public static int abc_ic_star_half_black_48dp=0x7f020024; + public static int abc_ic_voice_search_api_material=0x7f020025; + public static int abc_item_background_holo_dark=0x7f020026; + public static int abc_item_background_holo_light=0x7f020027; + public static int abc_list_divider_mtrl_alpha=0x7f020028; + public static int abc_list_focused_holo=0x7f020029; + public static int abc_list_longpressed_holo=0x7f02002a; + public static int abc_list_pressed_holo_dark=0x7f02002b; + public static int abc_list_pressed_holo_light=0x7f02002c; + public static int abc_list_selector_background_transition_holo_dark=0x7f02002d; + public static int abc_list_selector_background_transition_holo_light=0x7f02002e; + public static int abc_list_selector_disabled_holo_dark=0x7f02002f; + public static int abc_list_selector_disabled_holo_light=0x7f020030; + public static int abc_list_selector_holo_dark=0x7f020031; + public static int abc_list_selector_holo_light=0x7f020032; + public static int abc_menu_hardkey_panel_mtrl_mult=0x7f020033; + public static int abc_popup_background_mtrl_mult=0x7f020034; + public static int abc_ratingbar_indicator_material=0x7f020035; + public static int abc_ratingbar_material=0x7f020036; + public static int abc_ratingbar_small_material=0x7f020037; + public static int abc_scrubber_control_off_mtrl_alpha=0x7f020038; + public static int abc_scrubber_control_to_pressed_mtrl_000=0x7f020039; + public static int abc_scrubber_control_to_pressed_mtrl_005=0x7f02003a; + public static int abc_scrubber_primary_mtrl_alpha=0x7f02003b; + public static int abc_scrubber_track_mtrl_alpha=0x7f02003c; + public static int abc_seekbar_thumb_material=0x7f02003d; + public static int abc_seekbar_tick_mark_material=0x7f02003e; + public static int abc_seekbar_track_material=0x7f02003f; + public static int abc_spinner_mtrl_am_alpha=0x7f020040; + public static int abc_spinner_textfield_background_material=0x7f020041; + public static int abc_switch_thumb_material=0x7f020042; + public static int abc_switch_track_mtrl_alpha=0x7f020043; + public static int abc_tab_indicator_material=0x7f020044; + public static int abc_tab_indicator_mtrl_alpha=0x7f020045; + public static int abc_text_cursor_material=0x7f020046; + public static int abc_text_select_handle_left_mtrl_dark=0x7f020047; + public static int abc_text_select_handle_left_mtrl_light=0x7f020048; + public static int abc_text_select_handle_middle_mtrl_dark=0x7f020049; + public static int abc_text_select_handle_middle_mtrl_light=0x7f02004a; + public static int abc_text_select_handle_right_mtrl_dark=0x7f02004b; + public static int abc_text_select_handle_right_mtrl_light=0x7f02004c; + public static int abc_textfield_activated_mtrl_alpha=0x7f02004d; + public static int abc_textfield_default_mtrl_alpha=0x7f02004e; + public static int abc_textfield_search_activated_mtrl_alpha=0x7f02004f; + public static int abc_textfield_search_default_mtrl_alpha=0x7f020050; + public static int abc_textfield_search_material=0x7f020051; + public static int abc_vector_test=0x7f020052; + public static int avd_hide_password=0x7f020053; + public static int avd_hide_password_1=0x7f02012f; + public static int avd_hide_password_2=0x7f020130; + public static int avd_hide_password_3=0x7f020131; + public static int avd_show_password=0x7f020054; + public static int avd_show_password_1=0x7f020132; + public static int avd_show_password_2=0x7f020133; + public static int avd_show_password_3=0x7f020134; + public static int design_bottom_navigation_item_background=0x7f020055; + public static int design_fab_background=0x7f020056; + public static int design_ic_visibility=0x7f020057; + public static int design_ic_visibility_off=0x7f020058; + public static int design_password_eye=0x7f020059; + public static int design_snackbar_background=0x7f02005a; + public static int ic_audiotrack_dark=0x7f02005b; + public static int ic_audiotrack_light=0x7f02005c; + public static int ic_dialog_close_dark=0x7f02005d; + public static int ic_dialog_close_light=0x7f02005e; + public static int ic_group_collapse_00=0x7f02005f; + public static int ic_group_collapse_01=0x7f020060; + public static int ic_group_collapse_02=0x7f020061; + public static int ic_group_collapse_03=0x7f020062; + public static int ic_group_collapse_04=0x7f020063; + public static int ic_group_collapse_05=0x7f020064; + public static int ic_group_collapse_06=0x7f020065; + public static int ic_group_collapse_07=0x7f020066; + public static int ic_group_collapse_08=0x7f020067; + public static int ic_group_collapse_09=0x7f020068; + public static int ic_group_collapse_10=0x7f020069; + public static int ic_group_collapse_11=0x7f02006a; + public static int ic_group_collapse_12=0x7f02006b; + public static int ic_group_collapse_13=0x7f02006c; + public static int ic_group_collapse_14=0x7f02006d; + public static int ic_group_collapse_15=0x7f02006e; + public static int ic_group_expand_00=0x7f02006f; + public static int ic_group_expand_01=0x7f020070; + public static int ic_group_expand_02=0x7f020071; + public static int ic_group_expand_03=0x7f020072; + public static int ic_group_expand_04=0x7f020073; + public static int ic_group_expand_05=0x7f020074; + public static int ic_group_expand_06=0x7f020075; + public static int ic_group_expand_07=0x7f020076; + public static int ic_group_expand_08=0x7f020077; + public static int ic_group_expand_09=0x7f020078; + public static int ic_group_expand_10=0x7f020079; + public static int ic_group_expand_11=0x7f02007a; + public static int ic_group_expand_12=0x7f02007b; + public static int ic_group_expand_13=0x7f02007c; + public static int ic_group_expand_14=0x7f02007d; + public static int ic_group_expand_15=0x7f02007e; + public static int ic_media_pause_dark=0x7f02007f; + public static int ic_media_pause_light=0x7f020080; + public static int ic_media_play_dark=0x7f020081; + public static int ic_media_play_light=0x7f020082; + public static int ic_media_stop_dark=0x7f020083; + public static int ic_media_stop_light=0x7f020084; + public static int ic_mr_button_connected_00_dark=0x7f020085; + public static int ic_mr_button_connected_00_light=0x7f020086; + public static int ic_mr_button_connected_01_dark=0x7f020087; + public static int ic_mr_button_connected_01_light=0x7f020088; + public static int ic_mr_button_connected_02_dark=0x7f020089; + public static int ic_mr_button_connected_02_light=0x7f02008a; + public static int ic_mr_button_connected_03_dark=0x7f02008b; + public static int ic_mr_button_connected_03_light=0x7f02008c; + public static int ic_mr_button_connected_04_dark=0x7f02008d; + public static int ic_mr_button_connected_04_light=0x7f02008e; + public static int ic_mr_button_connected_05_dark=0x7f02008f; + public static int ic_mr_button_connected_05_light=0x7f020090; + public static int ic_mr_button_connected_06_dark=0x7f020091; + public static int ic_mr_button_connected_06_light=0x7f020092; + public static int ic_mr_button_connected_07_dark=0x7f020093; + public static int ic_mr_button_connected_07_light=0x7f020094; + public static int ic_mr_button_connected_08_dark=0x7f020095; + public static int ic_mr_button_connected_08_light=0x7f020096; + public static int ic_mr_button_connected_09_dark=0x7f020097; + public static int ic_mr_button_connected_09_light=0x7f020098; + public static int ic_mr_button_connected_10_dark=0x7f020099; + public static int ic_mr_button_connected_10_light=0x7f02009a; + public static int ic_mr_button_connected_11_dark=0x7f02009b; + public static int ic_mr_button_connected_11_light=0x7f02009c; + public static int ic_mr_button_connected_12_dark=0x7f02009d; + public static int ic_mr_button_connected_12_light=0x7f02009e; + public static int ic_mr_button_connected_13_dark=0x7f02009f; + public static int ic_mr_button_connected_13_light=0x7f0200a0; + public static int ic_mr_button_connected_14_dark=0x7f0200a1; + public static int ic_mr_button_connected_14_light=0x7f0200a2; + public static int ic_mr_button_connected_15_dark=0x7f0200a3; + public static int ic_mr_button_connected_15_light=0x7f0200a4; + public static int ic_mr_button_connected_16_dark=0x7f0200a5; + public static int ic_mr_button_connected_16_light=0x7f0200a6; + public static int ic_mr_button_connected_17_dark=0x7f0200a7; + public static int ic_mr_button_connected_17_light=0x7f0200a8; + public static int ic_mr_button_connected_18_dark=0x7f0200a9; + public static int ic_mr_button_connected_18_light=0x7f0200aa; + public static int ic_mr_button_connected_19_dark=0x7f0200ab; + public static int ic_mr_button_connected_19_light=0x7f0200ac; + public static int ic_mr_button_connected_20_dark=0x7f0200ad; + public static int ic_mr_button_connected_20_light=0x7f0200ae; + public static int ic_mr_button_connected_21_dark=0x7f0200af; + public static int ic_mr_button_connected_21_light=0x7f0200b0; + public static int ic_mr_button_connected_22_dark=0x7f0200b1; + public static int ic_mr_button_connected_22_light=0x7f0200b2; + public static int ic_mr_button_connected_23_dark=0x7f0200b3; + public static int ic_mr_button_connected_23_light=0x7f0200b4; + public static int ic_mr_button_connected_24_dark=0x7f0200b5; + public static int ic_mr_button_connected_24_light=0x7f0200b6; + public static int ic_mr_button_connected_25_dark=0x7f0200b7; + public static int ic_mr_button_connected_25_light=0x7f0200b8; + public static int ic_mr_button_connected_26_dark=0x7f0200b9; + public static int ic_mr_button_connected_26_light=0x7f0200ba; + public static int ic_mr_button_connected_27_dark=0x7f0200bb; + public static int ic_mr_button_connected_27_light=0x7f0200bc; + public static int ic_mr_button_connected_28_dark=0x7f0200bd; + public static int ic_mr_button_connected_28_light=0x7f0200be; + public static int ic_mr_button_connected_29_dark=0x7f0200bf; + public static int ic_mr_button_connected_29_light=0x7f0200c0; + public static int ic_mr_button_connected_30_dark=0x7f0200c1; + public static int ic_mr_button_connected_30_light=0x7f0200c2; + public static int ic_mr_button_connecting_00_dark=0x7f0200c3; + public static int ic_mr_button_connecting_00_light=0x7f0200c4; + public static int ic_mr_button_connecting_01_dark=0x7f0200c5; + public static int ic_mr_button_connecting_01_light=0x7f0200c6; + public static int ic_mr_button_connecting_02_dark=0x7f0200c7; + public static int ic_mr_button_connecting_02_light=0x7f0200c8; + public static int ic_mr_button_connecting_03_dark=0x7f0200c9; + public static int ic_mr_button_connecting_03_light=0x7f0200ca; + public static int ic_mr_button_connecting_04_dark=0x7f0200cb; + public static int ic_mr_button_connecting_04_light=0x7f0200cc; + public static int ic_mr_button_connecting_05_dark=0x7f0200cd; + public static int ic_mr_button_connecting_05_light=0x7f0200ce; + public static int ic_mr_button_connecting_06_dark=0x7f0200cf; + public static int ic_mr_button_connecting_06_light=0x7f0200d0; + public static int ic_mr_button_connecting_07_dark=0x7f0200d1; + public static int ic_mr_button_connecting_07_light=0x7f0200d2; + public static int ic_mr_button_connecting_08_dark=0x7f0200d3; + public static int ic_mr_button_connecting_08_light=0x7f0200d4; + public static int ic_mr_button_connecting_09_dark=0x7f0200d5; + public static int ic_mr_button_connecting_09_light=0x7f0200d6; + public static int ic_mr_button_connecting_10_dark=0x7f0200d7; + public static int ic_mr_button_connecting_10_light=0x7f0200d8; + public static int ic_mr_button_connecting_11_dark=0x7f0200d9; + public static int ic_mr_button_connecting_11_light=0x7f0200da; + public static int ic_mr_button_connecting_12_dark=0x7f0200db; + public static int ic_mr_button_connecting_12_light=0x7f0200dc; + public static int ic_mr_button_connecting_13_dark=0x7f0200dd; + public static int ic_mr_button_connecting_13_light=0x7f0200de; + public static int ic_mr_button_connecting_14_dark=0x7f0200df; + public static int ic_mr_button_connecting_14_light=0x7f0200e0; + public static int ic_mr_button_connecting_15_dark=0x7f0200e1; + public static int ic_mr_button_connecting_15_light=0x7f0200e2; + public static int ic_mr_button_connecting_16_dark=0x7f0200e3; + public static int ic_mr_button_connecting_16_light=0x7f0200e4; + public static int ic_mr_button_connecting_17_dark=0x7f0200e5; + public static int ic_mr_button_connecting_17_light=0x7f0200e6; + public static int ic_mr_button_connecting_18_dark=0x7f0200e7; + public static int ic_mr_button_connecting_18_light=0x7f0200e8; + public static int ic_mr_button_connecting_19_dark=0x7f0200e9; + public static int ic_mr_button_connecting_19_light=0x7f0200ea; + public static int ic_mr_button_connecting_20_dark=0x7f0200eb; + public static int ic_mr_button_connecting_20_light=0x7f0200ec; + public static int ic_mr_button_connecting_21_dark=0x7f0200ed; + public static int ic_mr_button_connecting_21_light=0x7f0200ee; + public static int ic_mr_button_connecting_22_dark=0x7f0200ef; + public static int ic_mr_button_connecting_22_light=0x7f0200f0; + public static int ic_mr_button_connecting_23_dark=0x7f0200f1; + public static int ic_mr_button_connecting_23_light=0x7f0200f2; + public static int ic_mr_button_connecting_24_dark=0x7f0200f3; + public static int ic_mr_button_connecting_24_light=0x7f0200f4; + public static int ic_mr_button_connecting_25_dark=0x7f0200f5; + public static int ic_mr_button_connecting_25_light=0x7f0200f6; + public static int ic_mr_button_connecting_26_dark=0x7f0200f7; + public static int ic_mr_button_connecting_26_light=0x7f0200f8; + public static int ic_mr_button_connecting_27_dark=0x7f0200f9; + public static int ic_mr_button_connecting_27_light=0x7f0200fa; + public static int ic_mr_button_connecting_28_dark=0x7f0200fb; + public static int ic_mr_button_connecting_28_light=0x7f0200fc; + public static int ic_mr_button_connecting_29_dark=0x7f0200fd; + public static int ic_mr_button_connecting_29_light=0x7f0200fe; + public static int ic_mr_button_connecting_30_dark=0x7f0200ff; + public static int ic_mr_button_connecting_30_light=0x7f020100; + public static int ic_mr_button_disabled_dark=0x7f020101; + public static int ic_mr_button_disabled_light=0x7f020102; + public static int ic_mr_button_disconnected_dark=0x7f020103; + public static int ic_mr_button_disconnected_light=0x7f020104; + public static int ic_mr_button_grey=0x7f020105; + public static int ic_vol_type_speaker_dark=0x7f020106; + public static int ic_vol_type_speaker_group_dark=0x7f020107; + public static int ic_vol_type_speaker_group_light=0x7f020108; + public static int ic_vol_type_speaker_light=0x7f020109; + public static int ic_vol_type_tv_dark=0x7f02010a; + public static int ic_vol_type_tv_light=0x7f02010b; + public static int mr_button_connected_dark=0x7f02010c; + public static int mr_button_connected_light=0x7f02010d; + public static int mr_button_connecting_dark=0x7f02010e; + public static int mr_button_connecting_light=0x7f02010f; + public static int mr_button_dark=0x7f020110; + public static int mr_button_light=0x7f020111; + public static int mr_dialog_close_dark=0x7f020112; + public static int mr_dialog_close_light=0x7f020113; + public static int mr_dialog_material_background_dark=0x7f020114; + public static int mr_dialog_material_background_light=0x7f020115; + public static int mr_group_collapse=0x7f020116; + public static int mr_group_expand=0x7f020117; + public static int mr_media_pause_dark=0x7f020118; + public static int mr_media_pause_light=0x7f020119; + public static int mr_media_play_dark=0x7f02011a; + public static int mr_media_play_light=0x7f02011b; + public static int mr_media_stop_dark=0x7f02011c; + public static int mr_media_stop_light=0x7f02011d; + public static int mr_vol_type_audiotrack_dark=0x7f02011e; + public static int mr_vol_type_audiotrack_light=0x7f02011f; + public static int navigation_empty_icon=0x7f020120; + public static int notification_action_background=0x7f020121; + public static int notification_bg=0x7f020122; + public static int notification_bg_low=0x7f020123; + public static int notification_bg_low_normal=0x7f020124; + public static int notification_bg_low_pressed=0x7f020125; + public static int notification_bg_normal=0x7f020126; + public static int notification_bg_normal_pressed=0x7f020127; + public static int notification_icon_background=0x7f020128; + public static int notification_template_icon_bg=0x7f02012d; + public static int notification_template_icon_low_bg=0x7f02012e; + public static int notification_tile_bg=0x7f020129; + public static int notify_panel_notification_icon_bg=0x7f02012a; + public static int tooltip_frame_dark=0x7f02012b; + public static int tooltip_frame_light=0x7f02012c; + } + public static final class id { + public static int ALT=0x7f090032; + public static int CTRL=0x7f090033; + public static int FUNCTION=0x7f090034; + public static int META=0x7f090035; + public static int SHIFT=0x7f090036; + public static int SYM=0x7f090037; + public static int action0=0x7f0900b6; + public static int action_bar=0x7f09007c; + public static int action_bar_activity_content=0x7f090001; + public static int action_bar_container=0x7f09007b; + public static int action_bar_root=0x7f090077; + public static int action_bar_spinner=0x7f090002; + public static int action_bar_subtitle=0x7f09005b; + public static int action_bar_title=0x7f09005a; + public static int action_container=0x7f0900b3; + public static int action_context_bar=0x7f09007d; + public static int action_divider=0x7f0900ba; + public static int action_image=0x7f0900b4; + public static int action_menu_divider=0x7f090003; + public static int action_menu_presenter=0x7f090004; + public static int action_mode_bar=0x7f090079; + public static int action_mode_bar_stub=0x7f090078; + public static int action_mode_close_button=0x7f09005c; + public static int action_text=0x7f0900b5; + public static int actions=0x7f0900c3; + public static int activity_chooser_view_content=0x7f09005d; + public static int add=0x7f090027; + public static int alertTitle=0x7f090070; + public static int all=0x7f090052; + public static int always=0x7f090038; + public static int async=0x7f090056; + public static int auto=0x7f090044; + public static int beginning=0x7f09002f; + public static int blocking=0x7f090057; + public static int bottom=0x7f09003d; + public static int buttonPanel=0x7f090063; + public static int cancel_action=0x7f0900b7; + public static int center=0x7f090045; + public static int center_horizontal=0x7f090046; + public static int center_vertical=0x7f090047; + public static int checkbox=0x7f090073; + public static int chronometer=0x7f0900bf; + public static int clip_horizontal=0x7f09004e; + public static int clip_vertical=0x7f09004f; + public static int collapseActionView=0x7f090039; + public static int container=0x7f09008d; + public static int contentPanel=0x7f090066; + public static int coordinator=0x7f09008e; + public static int custom=0x7f09006d; + public static int customPanel=0x7f09006c; + public static int decor_content_parent=0x7f09007a; + public static int default_activity_button=0x7f090060; + public static int design_bottom_sheet=0x7f090090; + public static int design_menu_item_action_area=0x7f090097; + public static int design_menu_item_action_area_stub=0x7f090096; + public static int design_menu_item_text=0x7f090095; + public static int design_navigation_view=0x7f090094; + public static int disableHome=0x7f090020; + public static int edit_query=0x7f09007e; + public static int end=0x7f090030; + public static int end_padder=0x7f0900c5; + public static int enterAlways=0x7f09003f; + public static int enterAlwaysCollapsed=0x7f090040; + public static int exitUntilCollapsed=0x7f090041; + public static int expand_activities_button=0x7f09005e; + public static int expanded_menu=0x7f090072; + public static int fill=0x7f090050; + public static int fill_horizontal=0x7f090051; + public static int fill_vertical=0x7f090048; + public static int fixed=0x7f090054; + public static int forever=0x7f090058; + public static int ghost_view=0x7f09000a; + public static int home=0x7f090005; + public static int homeAsUp=0x7f090021; + public static int icon=0x7f090062; + public static int icon_group=0x7f0900c4; + public static int ifRoom=0x7f09003a; + public static int image=0x7f09005f; + public static int info=0x7f0900c0; + public static int italic=0x7f090059; + public static int item_touch_helper_previous_elevation=0x7f090000; + public static int largeLabel=0x7f09008c; + public static int left=0x7f090049; + public static int line1=0x7f090017; + public static int line3=0x7f090018; + public static int listMode=0x7f09001d; + public static int list_item=0x7f090061; + public static int masked=0x7f0900ca; + public static int media_actions=0x7f0900b9; + public static int message=0x7f0900c8; + public static int middle=0x7f090031; + public static int mini=0x7f090053; + public static int mr_art=0x7f0900a5; + public static int mr_chooser_list=0x7f09009a; + public static int mr_chooser_route_desc=0x7f09009d; + public static int mr_chooser_route_icon=0x7f09009b; + public static int mr_chooser_route_name=0x7f09009c; + public static int mr_chooser_title=0x7f090099; + public static int mr_close=0x7f0900a2; + public static int mr_control_divider=0x7f0900a8; + public static int mr_control_playback_ctrl=0x7f0900ae; + public static int mr_control_subtitle=0x7f0900b1; + public static int mr_control_title=0x7f0900b0; + public static int mr_control_title_container=0x7f0900af; + public static int mr_custom_control=0x7f0900a3; + public static int mr_default_control=0x7f0900a4; + public static int mr_dialog_area=0x7f09009f; + public static int mr_expandable_area=0x7f09009e; + public static int mr_group_expand_collapse=0x7f0900b2; + public static int mr_media_main_control=0x7f0900a6; + public static int mr_name=0x7f0900a1; + public static int mr_playback_control=0x7f0900a7; + public static int mr_title_bar=0x7f0900a0; + public static int mr_volume_control=0x7f0900a9; + public static int mr_volume_group_list=0x7f0900aa; + public static int mr_volume_item_icon=0x7f0900ac; + public static int mr_volume_slider=0x7f0900ad; + public static int multiply=0x7f090028; + public static int navigation_header_container=0x7f090093; + public static int never=0x7f09003b; + public static int none=0x7f090022; + public static int normal=0x7f09001e; + public static int notification_background=0x7f0900c2; + public static int notification_main_column=0x7f0900bc; + public static int notification_main_column_container=0x7f0900bb; + public static int parallax=0x7f09004c; + public static int parentPanel=0x7f090065; + public static int parent_matrix=0x7f09000b; + public static int pin=0x7f09004d; + public static int progress_circular=0x7f090006; + public static int progress_horizontal=0x7f090007; + public static int radio=0x7f090075; + public static int right=0x7f09004a; + public static int right_icon=0x7f0900c1; + public static int right_side=0x7f0900bd; + public static int save_image_matrix=0x7f09000c; + public static int save_non_transition_alpha=0x7f09000d; + public static int save_scale_type=0x7f09000e; + public static int screen=0x7f090029; + public static int scroll=0x7f090042; + public static int scrollIndicatorDown=0x7f09006b; + public static int scrollIndicatorUp=0x7f090067; + public static int scrollView=0x7f090068; + public static int scrollable=0x7f090055; + public static int search_badge=0x7f090080; + public static int search_bar=0x7f09007f; + public static int search_button=0x7f090081; + public static int search_close_btn=0x7f090086; + public static int search_edit_frame=0x7f090082; + public static int search_go_btn=0x7f090088; + public static int search_mag_icon=0x7f090083; + public static int search_plate=0x7f090084; + public static int search_src_text=0x7f090085; + public static int search_voice_btn=0x7f090089; + public static int select_dialog_listview=0x7f09008a; + public static int shortcut=0x7f090074; + public static int showCustom=0x7f090023; + public static int showHome=0x7f090024; + public static int showTitle=0x7f090025; + public static int sliding_tabs=0x7f0900c6; + public static int smallLabel=0x7f09008b; + public static int snackbar_action=0x7f090092; + public static int snackbar_text=0x7f090091; + public static int snap=0x7f090043; + public static int spacer=0x7f090064; + public static int split_action_bar=0x7f090008; + public static int src_atop=0x7f09002a; + public static int src_in=0x7f09002b; + public static int src_over=0x7f09002c; + public static int start=0x7f09004b; + public static int status_bar_latest_event_content=0x7f0900b8; + public static int submenuarrow=0x7f090076; + public static int submit_area=0x7f090087; + public static int tabMode=0x7f09001f; + public static int tag_transition_group=0x7f090019; + public static int text=0x7f09001a; + public static int text2=0x7f09001b; + public static int textSpacerNoButtons=0x7f09006a; + public static int textSpacerNoTitle=0x7f090069; + public static int text_input_password_toggle=0x7f090098; + public static int textinput_counter=0x7f090014; + public static int textinput_error=0x7f090015; + public static int time=0x7f0900be; + public static int title=0x7f09001c; + public static int titleDividerNoCustom=0x7f090071; + public static int title_template=0x7f09006f; + public static int toolbar=0x7f0900c7; + public static int top=0x7f09003e; + public static int topPanel=0x7f09006e; + public static int touch_outside=0x7f09008f; + public static int transition_current_scene=0x7f09000f; + public static int transition_layout_save=0x7f090010; + public static int transition_position=0x7f090011; + public static int transition_scene_layoutid_cache=0x7f090012; + public static int transition_transform=0x7f090013; + public static int uniform=0x7f09002d; + public static int up=0x7f090009; + public static int useLogo=0x7f090026; + public static int view_offset_helper=0x7f090016; + public static int visible=0x7f0900c9; + public static int volume_item_container=0x7f0900ab; + public static int withText=0x7f09003c; + public static int wrap_content=0x7f09002e; + } + public static final class integer { + public static int abc_config_activityDefaultDur=0x7f0b0003; + public static int abc_config_activityShortDur=0x7f0b0004; + public static int app_bar_elevation_anim_duration=0x7f0b0008; + public static int bottom_sheet_slide_duration=0x7f0b0009; + public static int cancel_button_image_alpha=0x7f0b0005; + public static int config_tooltipAnimTime=0x7f0b0006; + public static int design_snackbar_text_max_lines=0x7f0b0007; + public static int hide_password_duration=0x7f0b000a; + public static int mr_controller_volume_group_list_animation_duration_ms=0x7f0b0000; + public static int mr_controller_volume_group_list_fade_in_duration_ms=0x7f0b0001; + public static int mr_controller_volume_group_list_fade_out_duration_ms=0x7f0b0002; + public static int show_password_duration=0x7f0b000b; + public static int status_bar_notification_info_maxnum=0x7f0b000c; + } + public static final class interpolator { + public static int mr_fast_out_slow_in=0x7f070000; + public static int mr_linear_out_slow_in=0x7f070001; + } + public static final class layout { + public static int abc_action_bar_title_item=0x7f040000; + public static int abc_action_bar_up_container=0x7f040001; + public static int abc_action_menu_item_layout=0x7f040002; + public static int abc_action_menu_layout=0x7f040003; + public static int abc_action_mode_bar=0x7f040004; + public static int abc_action_mode_close_item_material=0x7f040005; + public static int abc_activity_chooser_view=0x7f040006; + public static int abc_activity_chooser_view_list_item=0x7f040007; + public static int abc_alert_dialog_button_bar_material=0x7f040008; + public static int abc_alert_dialog_material=0x7f040009; + public static int abc_alert_dialog_title_material=0x7f04000a; + public static int abc_dialog_title_material=0x7f04000b; + public static int abc_expanded_menu_layout=0x7f04000c; + public static int abc_list_menu_item_checkbox=0x7f04000d; + public static int abc_list_menu_item_icon=0x7f04000e; + public static int abc_list_menu_item_layout=0x7f04000f; + public static int abc_list_menu_item_radio=0x7f040010; + public static int abc_popup_menu_header_item_layout=0x7f040011; + public static int abc_popup_menu_item_layout=0x7f040012; + public static int abc_screen_content_include=0x7f040013; + public static int abc_screen_simple=0x7f040014; + public static int abc_screen_simple_overlay_action_mode=0x7f040015; + public static int abc_screen_toolbar=0x7f040016; + public static int abc_search_dropdown_item_icons_2line=0x7f040017; + public static int abc_search_view=0x7f040018; + public static int abc_select_dialog_material=0x7f040019; + public static int design_bottom_navigation_item=0x7f04001a; + public static int design_bottom_sheet_dialog=0x7f04001b; + public static int design_layout_snackbar=0x7f04001c; + public static int design_layout_snackbar_include=0x7f04001d; + public static int design_layout_tab_icon=0x7f04001e; + public static int design_layout_tab_text=0x7f04001f; + public static int design_menu_item_action_area=0x7f040020; + public static int design_navigation_item=0x7f040021; + public static int design_navigation_item_header=0x7f040022; + public static int design_navigation_item_separator=0x7f040023; + public static int design_navigation_item_subheader=0x7f040024; + public static int design_navigation_menu=0x7f040025; + public static int design_navigation_menu_item=0x7f040026; + public static int design_text_input_password_icon=0x7f040027; + public static int mr_chooser_dialog=0x7f040028; + public static int mr_chooser_list_item=0x7f040029; + public static int mr_controller_material_dialog_b=0x7f04002a; + public static int mr_controller_volume_item=0x7f04002b; + public static int mr_playback_control=0x7f04002c; + public static int mr_volume_control=0x7f04002d; + public static int notification_action=0x7f04002e; + public static int notification_action_tombstone=0x7f04002f; + public static int notification_media_action=0x7f040030; + public static int notification_media_cancel_action=0x7f040031; + public static int notification_template_big_media=0x7f040032; + public static int notification_template_big_media_custom=0x7f040033; + public static int notification_template_big_media_narrow=0x7f040034; + public static int notification_template_big_media_narrow_custom=0x7f040035; + public static int notification_template_custom_big=0x7f040036; + public static int notification_template_icon_group=0x7f040037; + public static int notification_template_lines_media=0x7f040038; + public static int notification_template_media=0x7f040039; + public static int notification_template_media_custom=0x7f04003a; + public static int notification_template_part_chronometer=0x7f04003b; + public static int notification_template_part_time=0x7f04003c; + public static int select_dialog_item_material=0x7f04003d; + public static int select_dialog_multichoice_material=0x7f04003e; + public static int select_dialog_singlechoice_material=0x7f04003f; + public static int support_simple_spinner_dropdown_item=0x7f040040; + public static int tabbar=0x7f040041; + public static int toolbar=0x7f040042; + public static int tooltip=0x7f040043; + } + public static final class mipmap { + public static int icon=0x7f030000; + public static int icon_round=0x7f030001; + public static int launcher_foreground=0x7f030002; + } + public static final class string { + public static int abc_action_bar_home_description=0x7f0a0015; + public static int abc_action_bar_up_description=0x7f0a0016; + public static int abc_action_menu_overflow_description=0x7f0a0017; + public static int abc_action_mode_done=0x7f0a0018; + public static int abc_activity_chooser_view_see_all=0x7f0a0019; + public static int abc_activitychooserview_choose_application=0x7f0a001a; + public static int abc_capital_off=0x7f0a001b; + public static int abc_capital_on=0x7f0a001c; + public static int abc_font_family_body_1_material=0x7f0a0027; + public static int abc_font_family_body_2_material=0x7f0a0028; + public static int abc_font_family_button_material=0x7f0a0029; + public static int abc_font_family_caption_material=0x7f0a002a; + public static int abc_font_family_display_1_material=0x7f0a002b; + public static int abc_font_family_display_2_material=0x7f0a002c; + public static int abc_font_family_display_3_material=0x7f0a002d; + public static int abc_font_family_display_4_material=0x7f0a002e; + public static int abc_font_family_headline_material=0x7f0a002f; + public static int abc_font_family_menu_material=0x7f0a0030; + public static int abc_font_family_subhead_material=0x7f0a0031; + public static int abc_font_family_title_material=0x7f0a0032; + public static int abc_search_hint=0x7f0a001d; + public static int abc_searchview_description_clear=0x7f0a001e; + public static int abc_searchview_description_query=0x7f0a001f; + public static int abc_searchview_description_search=0x7f0a0020; + public static int abc_searchview_description_submit=0x7f0a0021; + public static int abc_searchview_description_voice=0x7f0a0022; + public static int abc_shareactionprovider_share_with=0x7f0a0023; + public static int abc_shareactionprovider_share_with_application=0x7f0a0024; + public static int abc_toolbar_collapse_description=0x7f0a0025; + public static int appbar_scrolling_view_behavior=0x7f0a0033; + public static int bottom_sheet_behavior=0x7f0a0034; + public static int character_counter_pattern=0x7f0a0035; + public static int mr_button_content_description=0x7f0a0000; + public static int mr_cast_button_connected=0x7f0a0001; + public static int mr_cast_button_connecting=0x7f0a0002; + public static int mr_cast_button_disconnected=0x7f0a0003; + public static int mr_chooser_searching=0x7f0a0004; + public static int mr_chooser_title=0x7f0a0005; + public static int mr_controller_album_art=0x7f0a0006; + public static int mr_controller_casting_screen=0x7f0a0007; + public static int mr_controller_close_description=0x7f0a0008; + public static int mr_controller_collapse_group=0x7f0a0009; + public static int mr_controller_disconnect=0x7f0a000a; + public static int mr_controller_expand_group=0x7f0a000b; + public static int mr_controller_no_info_available=0x7f0a000c; + public static int mr_controller_no_media_selected=0x7f0a000d; + public static int mr_controller_pause=0x7f0a000e; + public static int mr_controller_play=0x7f0a000f; + public static int mr_controller_stop=0x7f0a0010; + public static int mr_controller_stop_casting=0x7f0a0011; + public static int mr_controller_volume_slider=0x7f0a0012; + public static int mr_system_route_name=0x7f0a0013; + public static int mr_user_route_category_name=0x7f0a0014; + public static int password_toggle_content_description=0x7f0a0036; + public static int path_password_eye=0x7f0a0037; + public static int path_password_eye_mask_strike_through=0x7f0a0038; + public static int path_password_eye_mask_visible=0x7f0a0039; + public static int path_password_strike_through=0x7f0a003a; + public static int search_menu_title=0x7f0a0026; + public static int status_bar_notification_info_overflow=0x7f0a003b; + } + public static final class style { + public static int AlertDialog_AppCompat=0x7f0c00a4; + public static int AlertDialog_AppCompat_Light=0x7f0c00a5; + public static int Animation_AppCompat_Dialog=0x7f0c00a6; + public static int Animation_AppCompat_DropDownUp=0x7f0c00a7; + public static int Animation_AppCompat_Tooltip=0x7f0c00a8; + public static int Animation_Design_BottomSheetDialog=0x7f0c016e; + public static int AppCompatDialogStyle=0x7f0c0191; + public static int Base_AlertDialog_AppCompat=0x7f0c00a9; + public static int Base_AlertDialog_AppCompat_Light=0x7f0c00aa; + public static int Base_Animation_AppCompat_Dialog=0x7f0c00ab; + public static int Base_Animation_AppCompat_DropDownUp=0x7f0c00ac; + public static int Base_Animation_AppCompat_Tooltip=0x7f0c00ad; + public static int Base_CardView=0x7f0c000c; + public static int Base_DialogWindowTitle_AppCompat=0x7f0c00ae; + public static int Base_DialogWindowTitleBackground_AppCompat=0x7f0c00af; + public static int Base_TextAppearance_AppCompat=0x7f0c0048; + public static int Base_TextAppearance_AppCompat_Body1=0x7f0c0049; + public static int Base_TextAppearance_AppCompat_Body2=0x7f0c004a; + public static int Base_TextAppearance_AppCompat_Button=0x7f0c0036; + public static int Base_TextAppearance_AppCompat_Caption=0x7f0c004b; + public static int Base_TextAppearance_AppCompat_Display1=0x7f0c004c; + public static int Base_TextAppearance_AppCompat_Display2=0x7f0c004d; + public static int Base_TextAppearance_AppCompat_Display3=0x7f0c004e; + public static int Base_TextAppearance_AppCompat_Display4=0x7f0c004f; + public static int Base_TextAppearance_AppCompat_Headline=0x7f0c0050; + public static int Base_TextAppearance_AppCompat_Inverse=0x7f0c001a; + public static int Base_TextAppearance_AppCompat_Large=0x7f0c0051; + public static int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0c001b; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c0052; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c0053; + public static int Base_TextAppearance_AppCompat_Medium=0x7f0c0054; + public static int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0c001c; + public static int Base_TextAppearance_AppCompat_Menu=0x7f0c0055; + public static int Base_TextAppearance_AppCompat_SearchResult=0x7f0c00b0; + public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c0056; + public static int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0c0057; + public static int Base_TextAppearance_AppCompat_Small=0x7f0c0058; + public static int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0c001d; + public static int Base_TextAppearance_AppCompat_Subhead=0x7f0c0059; + public static int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0c001e; + public static int Base_TextAppearance_AppCompat_Title=0x7f0c005a; + public static int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0c001f; + public static int Base_TextAppearance_AppCompat_Tooltip=0x7f0c00b1; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c0095; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c005b; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c005c; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c005d; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c005e; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c005f; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c0060; + public static int Base_TextAppearance_AppCompat_Widget_Button=0x7f0c0061; + public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c009c; + public static int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c009d; + public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c0096; + public static int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00b2; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0062; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0063; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0064; + public static int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0c0065; + public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0066; + public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c00b3; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0067; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0068; + public static int Base_Theme_AppCompat=0x7f0c0069; + public static int Base_Theme_AppCompat_CompactMenu=0x7f0c00b4; + public static int Base_Theme_AppCompat_Dialog=0x7f0c0020; + public static int Base_Theme_AppCompat_Dialog_Alert=0x7f0c0021; + public static int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0c00b5; + public static int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0c0022; + public static int Base_Theme_AppCompat_DialogWhenLarge=0x7f0c0010; + public static int Base_Theme_AppCompat_Light=0x7f0c006a; + public static int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0c00b6; + public static int Base_Theme_AppCompat_Light_Dialog=0x7f0c0023; + public static int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0c0024; + public static int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0c00b7; + public static int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0025; + public static int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0011; + public static int Base_ThemeOverlay_AppCompat=0x7f0c00b8; + public static int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0c00b9; + public static int Base_ThemeOverlay_AppCompat_Dark=0x7f0c00ba; + public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c00bb; + public static int Base_ThemeOverlay_AppCompat_Dialog=0x7f0c0026; + public static int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c0027; + public static int Base_ThemeOverlay_AppCompat_Light=0x7f0c00bc; + public static int Base_V11_Theme_AppCompat_Dialog=0x7f0c0028; + public static int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0c0029; + public static int Base_V11_ThemeOverlay_AppCompat_Dialog=0x7f0c002a; + public static int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0c0032; + public static int Base_V12_Widget_AppCompat_EditText=0x7f0c0033; + public static int Base_V14_Widget_Design_AppBarLayout=0x7f0c016f; + public static int Base_V21_Theme_AppCompat=0x7f0c006b; + public static int Base_V21_Theme_AppCompat_Dialog=0x7f0c006c; + public static int Base_V21_Theme_AppCompat_Light=0x7f0c006d; + public static int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0c006e; + public static int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0c006f; + public static int Base_V21_Widget_Design_AppBarLayout=0x7f0c016b; + public static int Base_V22_Theme_AppCompat=0x7f0c0093; + public static int Base_V22_Theme_AppCompat_Light=0x7f0c0094; + public static int Base_V23_Theme_AppCompat=0x7f0c0097; + public static int Base_V23_Theme_AppCompat_Light=0x7f0c0098; + public static int Base_V26_Theme_AppCompat=0x7f0c00a0; + public static int Base_V26_Theme_AppCompat_Light=0x7f0c00a1; + public static int Base_V26_Widget_AppCompat_Toolbar=0x7f0c00a2; + public static int Base_V26_Widget_Design_AppBarLayout=0x7f0c016d; + public static int Base_V7_Theme_AppCompat=0x7f0c00bd; + public static int Base_V7_Theme_AppCompat_Dialog=0x7f0c00be; + public static int Base_V7_Theme_AppCompat_Light=0x7f0c00bf; + public static int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0c00c0; + public static int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0c00c1; + public static int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0c00c2; + public static int Base_V7_Widget_AppCompat_EditText=0x7f0c00c3; + public static int Base_V7_Widget_AppCompat_Toolbar=0x7f0c00c4; + public static int Base_Widget_AppCompat_ActionBar=0x7f0c00c5; + public static int Base_Widget_AppCompat_ActionBar_Solid=0x7f0c00c6; + public static int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0c00c7; + public static int Base_Widget_AppCompat_ActionBar_TabText=0x7f0c0070; + public static int Base_Widget_AppCompat_ActionBar_TabView=0x7f0c0071; + public static int Base_Widget_AppCompat_ActionButton=0x7f0c0072; + public static int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0c0073; + public static int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0c0074; + public static int Base_Widget_AppCompat_ActionMode=0x7f0c00c8; + public static int Base_Widget_AppCompat_ActivityChooserView=0x7f0c00c9; + public static int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0c0034; + public static int Base_Widget_AppCompat_Button=0x7f0c0075; + public static int Base_Widget_AppCompat_Button_Borderless=0x7f0c0076; + public static int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0c0077; + public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c00ca; + public static int Base_Widget_AppCompat_Button_Colored=0x7f0c0099; + public static int Base_Widget_AppCompat_Button_Small=0x7f0c0078; + public static int Base_Widget_AppCompat_ButtonBar=0x7f0c0079; + public static int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c00cb; + public static int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0c007a; + public static int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0c007b; + public static int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0c00cc; + public static int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0c000f; + public static int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0c00cd; + public static int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0c007c; + public static int Base_Widget_AppCompat_EditText=0x7f0c0035; + public static int Base_Widget_AppCompat_ImageButton=0x7f0c007d; + public static int Base_Widget_AppCompat_Light_ActionBar=0x7f0c00ce; + public static int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0c00cf; + public static int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c00d0; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0c007e; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c007f; + public static int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0c0080; + public static int Base_Widget_AppCompat_Light_PopupMenu=0x7f0c0081; + public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c0082; + public static int Base_Widget_AppCompat_ListMenuView=0x7f0c00d1; + public static int Base_Widget_AppCompat_ListPopupWindow=0x7f0c0083; + public static int Base_Widget_AppCompat_ListView=0x7f0c0084; + public static int Base_Widget_AppCompat_ListView_DropDown=0x7f0c0085; + public static int Base_Widget_AppCompat_ListView_Menu=0x7f0c0086; + public static int Base_Widget_AppCompat_PopupMenu=0x7f0c0087; + public static int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0c0088; + public static int Base_Widget_AppCompat_PopupWindow=0x7f0c00d2; + public static int Base_Widget_AppCompat_ProgressBar=0x7f0c002b; + public static int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0c002c; + public static int Base_Widget_AppCompat_RatingBar=0x7f0c0089; + public static int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0c009a; + public static int Base_Widget_AppCompat_RatingBar_Small=0x7f0c009b; + public static int Base_Widget_AppCompat_SearchView=0x7f0c00d3; + public static int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0c00d4; + public static int Base_Widget_AppCompat_SeekBar=0x7f0c008a; + public static int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0c00d5; + public static int Base_Widget_AppCompat_Spinner=0x7f0c008b; + public static int Base_Widget_AppCompat_Spinner_Underlined=0x7f0c0012; + public static int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0c008c; + public static int Base_Widget_AppCompat_Toolbar=0x7f0c00a3; + public static int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c008d; + public static int Base_Widget_Design_AppBarLayout=0x7f0c016c; + public static int Base_Widget_Design_TabLayout=0x7f0c0170; + public static int CardView=0x7f0c000b; + public static int CardView_Dark=0x7f0c000d; + public static int CardView_Light=0x7f0c000e; + public static int MainTheme=0x7f0c018f; + /** Base theme applied no matter what API + */ + public static int MainTheme_Base=0x7f0c0190; + public static int Platform_AppCompat=0x7f0c002d; + public static int Platform_AppCompat_Light=0x7f0c002e; + public static int Platform_ThemeOverlay_AppCompat=0x7f0c008e; + public static int Platform_ThemeOverlay_AppCompat_Dark=0x7f0c008f; + public static int Platform_ThemeOverlay_AppCompat_Light=0x7f0c0090; + public static int Platform_V11_AppCompat=0x7f0c002f; + public static int Platform_V11_AppCompat_Light=0x7f0c0030; + public static int Platform_V14_AppCompat=0x7f0c0037; + public static int Platform_V14_AppCompat_Light=0x7f0c0038; + public static int Platform_V21_AppCompat=0x7f0c0091; + public static int Platform_V21_AppCompat_Light=0x7f0c0092; + public static int Platform_V25_AppCompat=0x7f0c009e; + public static int Platform_V25_AppCompat_Light=0x7f0c009f; + public static int Platform_Widget_AppCompat_Spinner=0x7f0c0031; + public static int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0c003a; + public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0c003b; + public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0c003c; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0c003d; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0c003e; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0c003f; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0c0040; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0c0041; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0c0042; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0c0043; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0c0044; + public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0c0045; + public static int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0c0046; + public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0c0047; + public static int TextAppearance_AppCompat=0x7f0c00d6; + public static int TextAppearance_AppCompat_Body1=0x7f0c00d7; + public static int TextAppearance_AppCompat_Body2=0x7f0c00d8; + public static int TextAppearance_AppCompat_Button=0x7f0c00d9; + public static int TextAppearance_AppCompat_Caption=0x7f0c00da; + public static int TextAppearance_AppCompat_Display1=0x7f0c00db; + public static int TextAppearance_AppCompat_Display2=0x7f0c00dc; + public static int TextAppearance_AppCompat_Display3=0x7f0c00dd; + public static int TextAppearance_AppCompat_Display4=0x7f0c00de; + public static int TextAppearance_AppCompat_Headline=0x7f0c00df; + public static int TextAppearance_AppCompat_Inverse=0x7f0c00e0; + public static int TextAppearance_AppCompat_Large=0x7f0c00e1; + public static int TextAppearance_AppCompat_Large_Inverse=0x7f0c00e2; + public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0c00e3; + public static int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0c00e4; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c00e5; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c00e6; + public static int TextAppearance_AppCompat_Medium=0x7f0c00e7; + public static int TextAppearance_AppCompat_Medium_Inverse=0x7f0c00e8; + public static int TextAppearance_AppCompat_Menu=0x7f0c00e9; + public static int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c00ea; + public static int TextAppearance_AppCompat_SearchResult_Title=0x7f0c00eb; + public static int TextAppearance_AppCompat_Small=0x7f0c00ec; + public static int TextAppearance_AppCompat_Small_Inverse=0x7f0c00ed; + public static int TextAppearance_AppCompat_Subhead=0x7f0c00ee; + public static int TextAppearance_AppCompat_Subhead_Inverse=0x7f0c00ef; + public static int TextAppearance_AppCompat_Title=0x7f0c00f0; + public static int TextAppearance_AppCompat_Title_Inverse=0x7f0c00f1; + public static int TextAppearance_AppCompat_Tooltip=0x7f0c0039; + public static int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c00f2; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c00f3; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c00f4; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c00f5; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c00f6; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c00f7; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0c00f8; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c00f9; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0c00fa; + public static int TextAppearance_AppCompat_Widget_Button=0x7f0c00fb; + public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c00fc; + public static int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c00fd; + public static int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c00fe; + public static int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00ff; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0100; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0101; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0102; + public static int TextAppearance_AppCompat_Widget_Switch=0x7f0c0103; + public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0104; + public static int TextAppearance_Compat_Notification=0x7f0c0188; + public static int TextAppearance_Compat_Notification_Info=0x7f0c0189; + public static int TextAppearance_Compat_Notification_Info_Media=0x7f0c0165; + public static int TextAppearance_Compat_Notification_Line2=0x7f0c018e; + public static int TextAppearance_Compat_Notification_Line2_Media=0x7f0c0169; + public static int TextAppearance_Compat_Notification_Media=0x7f0c0166; + public static int TextAppearance_Compat_Notification_Time=0x7f0c018a; + public static int TextAppearance_Compat_Notification_Time_Media=0x7f0c0167; + public static int TextAppearance_Compat_Notification_Title=0x7f0c018b; + public static int TextAppearance_Compat_Notification_Title_Media=0x7f0c0168; + public static int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0c0171; + public static int TextAppearance_Design_Counter=0x7f0c0172; + public static int TextAppearance_Design_Counter_Overflow=0x7f0c0173; + public static int TextAppearance_Design_Error=0x7f0c0174; + public static int TextAppearance_Design_Hint=0x7f0c0175; + public static int TextAppearance_Design_Snackbar_Message=0x7f0c0176; + public static int TextAppearance_Design_Tab=0x7f0c0177; + public static int TextAppearance_MediaRouter_PrimaryText=0x7f0c0000; + public static int TextAppearance_MediaRouter_SecondaryText=0x7f0c0001; + public static int TextAppearance_MediaRouter_Title=0x7f0c0002; + public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c0105; + public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0106; + public static int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0107; + public static int Theme_AppCompat=0x7f0c0108; + public static int Theme_AppCompat_CompactMenu=0x7f0c0109; + public static int Theme_AppCompat_DayNight=0x7f0c0013; + public static int Theme_AppCompat_DayNight_DarkActionBar=0x7f0c0014; + public static int Theme_AppCompat_DayNight_Dialog=0x7f0c0015; + public static int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0c0016; + public static int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0c0017; + public static int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0c0018; + public static int Theme_AppCompat_DayNight_NoActionBar=0x7f0c0019; + public static int Theme_AppCompat_Dialog=0x7f0c010a; + public static int Theme_AppCompat_Dialog_Alert=0x7f0c010b; + public static int Theme_AppCompat_Dialog_MinWidth=0x7f0c010c; + public static int Theme_AppCompat_DialogWhenLarge=0x7f0c010d; + public static int Theme_AppCompat_Light=0x7f0c010e; + public static int Theme_AppCompat_Light_DarkActionBar=0x7f0c010f; + public static int Theme_AppCompat_Light_Dialog=0x7f0c0110; + public static int Theme_AppCompat_Light_Dialog_Alert=0x7f0c0111; + public static int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0112; + public static int Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0113; + public static int Theme_AppCompat_Light_NoActionBar=0x7f0c0114; + public static int Theme_AppCompat_NoActionBar=0x7f0c0115; + public static int Theme_Design=0x7f0c0178; + public static int Theme_Design_BottomSheetDialog=0x7f0c0179; + public static int Theme_Design_Light=0x7f0c017a; + public static int Theme_Design_Light_BottomSheetDialog=0x7f0c017b; + public static int Theme_Design_Light_NoActionBar=0x7f0c017c; + public static int Theme_Design_NoActionBar=0x7f0c017d; + public static int Theme_MediaRouter=0x7f0c0003; + public static int Theme_MediaRouter_Light=0x7f0c0004; + public static int Theme_MediaRouter_Light_DarkControlPanel=0x7f0c0005; + public static int Theme_MediaRouter_LightControlPanel=0x7f0c0006; + public static int ThemeOverlay_AppCompat=0x7f0c0116; + public static int ThemeOverlay_AppCompat_ActionBar=0x7f0c0117; + public static int ThemeOverlay_AppCompat_Dark=0x7f0c0118; + public static int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c0119; + public static int ThemeOverlay_AppCompat_Dialog=0x7f0c011a; + public static int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c011b; + public static int ThemeOverlay_AppCompat_Light=0x7f0c011c; + public static int ThemeOverlay_MediaRouter_Dark=0x7f0c0007; + public static int ThemeOverlay_MediaRouter_Light=0x7f0c0008; + public static int Widget_AppCompat_ActionBar=0x7f0c011d; + public static int Widget_AppCompat_ActionBar_Solid=0x7f0c011e; + public static int Widget_AppCompat_ActionBar_TabBar=0x7f0c011f; + public static int Widget_AppCompat_ActionBar_TabText=0x7f0c0120; + public static int Widget_AppCompat_ActionBar_TabView=0x7f0c0121; + public static int Widget_AppCompat_ActionButton=0x7f0c0122; + public static int Widget_AppCompat_ActionButton_CloseMode=0x7f0c0123; + public static int Widget_AppCompat_ActionButton_Overflow=0x7f0c0124; + public static int Widget_AppCompat_ActionMode=0x7f0c0125; + public static int Widget_AppCompat_ActivityChooserView=0x7f0c0126; + public static int Widget_AppCompat_AutoCompleteTextView=0x7f0c0127; + public static int Widget_AppCompat_Button=0x7f0c0128; + public static int Widget_AppCompat_Button_Borderless=0x7f0c0129; + public static int Widget_AppCompat_Button_Borderless_Colored=0x7f0c012a; + public static int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c012b; + public static int Widget_AppCompat_Button_Colored=0x7f0c012c; + public static int Widget_AppCompat_Button_Small=0x7f0c012d; + public static int Widget_AppCompat_ButtonBar=0x7f0c012e; + public static int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c012f; + public static int Widget_AppCompat_CompoundButton_CheckBox=0x7f0c0130; + public static int Widget_AppCompat_CompoundButton_RadioButton=0x7f0c0131; + public static int Widget_AppCompat_CompoundButton_Switch=0x7f0c0132; + public static int Widget_AppCompat_DrawerArrowToggle=0x7f0c0133; + public static int Widget_AppCompat_DropDownItem_Spinner=0x7f0c0134; + public static int Widget_AppCompat_EditText=0x7f0c0135; + public static int Widget_AppCompat_ImageButton=0x7f0c0136; + public static int Widget_AppCompat_Light_ActionBar=0x7f0c0137; + public static int Widget_AppCompat_Light_ActionBar_Solid=0x7f0c0138; + public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0c0139; + public static int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c013a; + public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0c013b; + public static int Widget_AppCompat_Light_ActionBar_TabText=0x7f0c013c; + public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c013d; + public static int Widget_AppCompat_Light_ActionBar_TabView=0x7f0c013e; + public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0c013f; + public static int Widget_AppCompat_Light_ActionButton=0x7f0c0140; + public static int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0c0141; + public static int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0c0142; + public static int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0c0143; + public static int Widget_AppCompat_Light_ActivityChooserView=0x7f0c0144; + public static int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0c0145; + public static int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0c0146; + public static int Widget_AppCompat_Light_ListPopupWindow=0x7f0c0147; + public static int Widget_AppCompat_Light_ListView_DropDown=0x7f0c0148; + public static int Widget_AppCompat_Light_PopupMenu=0x7f0c0149; + public static int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c014a; + public static int Widget_AppCompat_Light_SearchView=0x7f0c014b; + public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0c014c; + public static int Widget_AppCompat_ListMenuView=0x7f0c014d; + public static int Widget_AppCompat_ListPopupWindow=0x7f0c014e; + public static int Widget_AppCompat_ListView=0x7f0c014f; + public static int Widget_AppCompat_ListView_DropDown=0x7f0c0150; + public static int Widget_AppCompat_ListView_Menu=0x7f0c0151; + public static int Widget_AppCompat_PopupMenu=0x7f0c0152; + public static int Widget_AppCompat_PopupMenu_Overflow=0x7f0c0153; + public static int Widget_AppCompat_PopupWindow=0x7f0c0154; + public static int Widget_AppCompat_ProgressBar=0x7f0c0155; + public static int Widget_AppCompat_ProgressBar_Horizontal=0x7f0c0156; + public static int Widget_AppCompat_RatingBar=0x7f0c0157; + public static int Widget_AppCompat_RatingBar_Indicator=0x7f0c0158; + public static int Widget_AppCompat_RatingBar_Small=0x7f0c0159; + public static int Widget_AppCompat_SearchView=0x7f0c015a; + public static int Widget_AppCompat_SearchView_ActionBar=0x7f0c015b; + public static int Widget_AppCompat_SeekBar=0x7f0c015c; + public static int Widget_AppCompat_SeekBar_Discrete=0x7f0c015d; + public static int Widget_AppCompat_Spinner=0x7f0c015e; + public static int Widget_AppCompat_Spinner_DropDown=0x7f0c015f; + public static int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c0160; + public static int Widget_AppCompat_Spinner_Underlined=0x7f0c0161; + public static int Widget_AppCompat_TextView_SpinnerItem=0x7f0c0162; + public static int Widget_AppCompat_Toolbar=0x7f0c0163; + public static int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c0164; + public static int Widget_Compat_NotificationActionContainer=0x7f0c018c; + public static int Widget_Compat_NotificationActionText=0x7f0c018d; + public static int Widget_Design_AppBarLayout=0x7f0c017e; + public static int Widget_Design_BottomNavigationView=0x7f0c017f; + public static int Widget_Design_BottomSheet_Modal=0x7f0c0180; + public static int Widget_Design_CollapsingToolbar=0x7f0c0181; + public static int Widget_Design_CoordinatorLayout=0x7f0c0182; + public static int Widget_Design_FloatingActionButton=0x7f0c0183; + public static int Widget_Design_NavigationView=0x7f0c0184; + public static int Widget_Design_ScrimInsetsFrameLayout=0x7f0c0185; + public static int Widget_Design_Snackbar=0x7f0c0186; + public static int Widget_Design_TabLayout=0x7f0c016a; + public static int Widget_Design_TextInputLayout=0x7f0c0187; + public static int Widget_MediaRouter_Light_MediaRouteButton=0x7f0c0009; + public static int Widget_MediaRouter_MediaRouteButton=0x7f0c000a; + } + public static final class styleable { + /** Attributes that can be used with a ActionBar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #ActionBar_background android.support.mediacompat:background}
{@link #ActionBar_backgroundSplit android.support.mediacompat:backgroundSplit}
{@link #ActionBar_backgroundStacked android.support.mediacompat:backgroundStacked}
{@link #ActionBar_contentInsetEnd android.support.mediacompat:contentInsetEnd}
{@link #ActionBar_contentInsetEndWithActions android.support.mediacompat:contentInsetEndWithActions}
{@link #ActionBar_contentInsetLeft android.support.mediacompat:contentInsetLeft}
{@link #ActionBar_contentInsetRight android.support.mediacompat:contentInsetRight}
{@link #ActionBar_contentInsetStart android.support.mediacompat:contentInsetStart}
{@link #ActionBar_contentInsetStartWithNavigation android.support.mediacompat:contentInsetStartWithNavigation}
{@link #ActionBar_customNavigationLayout android.support.mediacompat:customNavigationLayout}
{@link #ActionBar_displayOptions android.support.mediacompat:displayOptions}
{@link #ActionBar_divider android.support.mediacompat:divider}
{@link #ActionBar_elevation android.support.mediacompat:elevation}
{@link #ActionBar_height android.support.mediacompat:height}
{@link #ActionBar_hideOnContentScroll android.support.mediacompat:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator android.support.mediacompat:homeAsUpIndicator}
{@link #ActionBar_homeLayout android.support.mediacompat:homeLayout}
{@link #ActionBar_icon android.support.mediacompat:icon}
{@link #ActionBar_indeterminateProgressStyle android.support.mediacompat:indeterminateProgressStyle}
{@link #ActionBar_itemPadding android.support.mediacompat:itemPadding}
{@link #ActionBar_logo android.support.mediacompat:logo}
{@link #ActionBar_navigationMode android.support.mediacompat:navigationMode}
{@link #ActionBar_popupTheme android.support.mediacompat:popupTheme}
{@link #ActionBar_progressBarPadding android.support.mediacompat:progressBarPadding}
{@link #ActionBar_progressBarStyle android.support.mediacompat:progressBarStyle}
{@link #ActionBar_subtitle android.support.mediacompat:subtitle}
{@link #ActionBar_subtitleTextStyle android.support.mediacompat:subtitleTextStyle}
{@link #ActionBar_title android.support.mediacompat:title}
{@link #ActionBar_titleTextStyle android.support.mediacompat:titleTextStyle}
+ @see #ActionBar_background + @see #ActionBar_backgroundSplit + @see #ActionBar_backgroundStacked + @see #ActionBar_contentInsetEnd + @see #ActionBar_contentInsetEndWithActions + @see #ActionBar_contentInsetLeft + @see #ActionBar_contentInsetRight + @see #ActionBar_contentInsetStart + @see #ActionBar_contentInsetStartWithNavigation + @see #ActionBar_customNavigationLayout + @see #ActionBar_displayOptions + @see #ActionBar_divider + @see #ActionBar_elevation + @see #ActionBar_height + @see #ActionBar_hideOnContentScroll + @see #ActionBar_homeAsUpIndicator + @see #ActionBar_homeLayout + @see #ActionBar_icon + @see #ActionBar_indeterminateProgressStyle + @see #ActionBar_itemPadding + @see #ActionBar_logo + @see #ActionBar_navigationMode + @see #ActionBar_popupTheme + @see #ActionBar_progressBarPadding + @see #ActionBar_progressBarStyle + @see #ActionBar_subtitle + @see #ActionBar_subtitleTextStyle + @see #ActionBar_title + @see #ActionBar_titleTextStyle + */ + public static final int[] ActionBar = { + 0x7f010023, 0x7f010025, 0x7f010026, 0x7f010027, + 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, + 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, + 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, + 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, + 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, + 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, + 0x7f010085 + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#background} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:background + */ + public static int ActionBar_background = 10; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.mediacompat:backgroundSplit + */ + public static int ActionBar_backgroundSplit = 12; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#backgroundStacked} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.mediacompat:backgroundStacked + */ + public static int ActionBar_backgroundStacked = 11; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:contentInsetEnd + */ + public static int ActionBar_contentInsetEnd = 21; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:contentInsetEndWithActions + */ + public static int ActionBar_contentInsetEndWithActions = 25; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:contentInsetLeft + */ + public static int ActionBar_contentInsetLeft = 22; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#contentInsetRight} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:contentInsetRight + */ + public static int ActionBar_contentInsetRight = 23; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#contentInsetStart} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:contentInsetStart + */ + public static int ActionBar_contentInsetStart = 20; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:contentInsetStartWithNavigation + */ + public static int ActionBar_contentInsetStartWithNavigation = 24; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#customNavigationLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:customNavigationLayout + */ + public static int ActionBar_customNavigationLayout = 13; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#displayOptions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ @attr name android.support.mediacompat:displayOptions + */ + public static int ActionBar_displayOptions = 3; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#divider} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:divider + */ + public static int ActionBar_divider = 9; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#elevation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:elevation + */ + public static int ActionBar_elevation = 26; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#height} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:height + */ + public static int ActionBar_height = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#hideOnContentScroll} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:hideOnContentScroll + */ + public static int ActionBar_hideOnContentScroll = 19; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:homeAsUpIndicator + */ + public static int ActionBar_homeAsUpIndicator = 28; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#homeLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:homeLayout + */ + public static int ActionBar_homeLayout = 14; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#icon} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:icon + */ + public static int ActionBar_icon = 7; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#indeterminateProgressStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:indeterminateProgressStyle + */ + public static int ActionBar_indeterminateProgressStyle = 16; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#itemPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:itemPadding + */ + public static int ActionBar_itemPadding = 18; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#logo} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:logo + */ + public static int ActionBar_logo = 8; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#navigationMode} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ @attr name android.support.mediacompat:navigationMode + */ + public static int ActionBar_navigationMode = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#popupTheme} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:popupTheme + */ + public static int ActionBar_popupTheme = 27; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#progressBarPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:progressBarPadding + */ + public static int ActionBar_progressBarPadding = 17; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#progressBarStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:progressBarStyle + */ + public static int ActionBar_progressBarStyle = 15; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#subtitle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:subtitle + */ + public static int ActionBar_subtitle = 4; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:subtitleTextStyle + */ + public static int ActionBar_subtitleTextStyle = 6; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#title} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:title + */ + public static int ActionBar_title = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:titleTextStyle + */ + public static int ActionBar_titleTextStyle = 5; + /** Attributes that can be used with a ActionBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout = { + 0x010100b3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #ActionBarLayout} array. + @attr name android:layout_gravity + */ + public static int ActionBarLayout_android_layout_gravity = 0; + /** Attributes that can be used with a ActionMenuItemView. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView = { + 0x0101013f + }; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #ActionMenuItemView} array. + @attr name android:minWidth + */ + public static int ActionMenuItemView_android_minWidth = 0; + /** Attributes that can be used with a ActionMenuView. + */ + public static final int[] ActionMenuView = { + + }; + /** Attributes that can be used with a ActionMode. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #ActionMode_background android.support.mediacompat:background}
{@link #ActionMode_backgroundSplit android.support.mediacompat:backgroundSplit}
{@link #ActionMode_closeItemLayout android.support.mediacompat:closeItemLayout}
{@link #ActionMode_height android.support.mediacompat:height}
{@link #ActionMode_subtitleTextStyle android.support.mediacompat:subtitleTextStyle}
{@link #ActionMode_titleTextStyle android.support.mediacompat:titleTextStyle}
+ @see #ActionMode_background + @see #ActionMode_backgroundSplit + @see #ActionMode_closeItemLayout + @see #ActionMode_height + @see #ActionMode_subtitleTextStyle + @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode = { + 0x7f010023, 0x7f010029, 0x7f01002a, 0x7f01002e, + 0x7f010030, 0x7f010040 + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#background} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:background + */ + public static int ActionMode_background = 3; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionMode} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.mediacompat:backgroundSplit + */ + public static int ActionMode_backgroundSplit = 4; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#closeItemLayout} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:closeItemLayout + */ + public static int ActionMode_closeItemLayout = 5; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#height} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:height + */ + public static int ActionMode_height = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:subtitleTextStyle + */ + public static int ActionMode_subtitleTextStyle = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:titleTextStyle + */ + public static int ActionMode_titleTextStyle = 1; + /** Attributes that can be used with a ActivityChooserView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable android.support.mediacompat:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount android.support.mediacompat:initialActivityCount}
+ @see #ActivityChooserView_expandActivityOverflowButtonDrawable + @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView = { + 0x7f010041, 0x7f010042 + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#expandActivityOverflowButtonDrawable} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:expandActivityOverflowButtonDrawable + */ + public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#initialActivityCount} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:initialActivityCount + */ + public static int ActivityChooserView_initialActivityCount = 0; + /** Attributes that can be used with a AlertDialog. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout android.support.mediacompat:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout android.support.mediacompat:listItemLayout}
{@link #AlertDialog_listLayout android.support.mediacompat:listLayout}
{@link #AlertDialog_multiChoiceItemLayout android.support.mediacompat:multiChoiceItemLayout}
{@link #AlertDialog_showTitle android.support.mediacompat:showTitle}
{@link #AlertDialog_singleChoiceItemLayout android.support.mediacompat:singleChoiceItemLayout}
+ @see #AlertDialog_android_layout + @see #AlertDialog_buttonPanelSideLayout + @see #AlertDialog_listItemLayout + @see #AlertDialog_listLayout + @see #AlertDialog_multiChoiceItemLayout + @see #AlertDialog_showTitle + @see #AlertDialog_singleChoiceItemLayout + */ + public static final int[] AlertDialog = { + 0x010100f2, 0x7f010043, 0x7f010044, 0x7f010045, + 0x7f010046, 0x7f010047, 0x7f010048 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #AlertDialog} array. + @attr name android:layout + */ + public static int AlertDialog_android_layout = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#buttonPanelSideLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:buttonPanelSideLayout + */ + public static int AlertDialog_buttonPanelSideLayout = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#listItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:listItemLayout + */ + public static int AlertDialog_listItemLayout = 5; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#listLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:listLayout + */ + public static int AlertDialog_listLayout = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#multiChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:multiChoiceItemLayout + */ + public static int AlertDialog_multiChoiceItemLayout = 3; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#showTitle} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:showTitle + */ + public static int AlertDialog_showTitle = 6; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#singleChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:singleChoiceItemLayout + */ + public static int AlertDialog_singleChoiceItemLayout = 4; + /** Attributes that can be used with a AppBarLayout. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #AppBarLayout_android_background android:background}
{@link #AppBarLayout_android_keyboardNavigationCluster android:keyboardNavigationCluster}
{@link #AppBarLayout_android_touchscreenBlocksFocus android:touchscreenBlocksFocus}
{@link #AppBarLayout_elevation android.support.mediacompat:elevation}
{@link #AppBarLayout_expanded android.support.mediacompat:expanded}
+ @see #AppBarLayout_android_background + @see #AppBarLayout_android_keyboardNavigationCluster + @see #AppBarLayout_android_touchscreenBlocksFocus + @see #AppBarLayout_elevation + @see #AppBarLayout_expanded + */ + public static final int[] AppBarLayout = { + 0x010100d4, 0x0101048f, 0x01010540, 0x7f01003e, + 0x7f010118 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:background + */ + public static int AppBarLayout_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#keyboardNavigationCluster} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:keyboardNavigationCluster + */ + public static int AppBarLayout_android_keyboardNavigationCluster = 2; + /** +

This symbol is the offset where the {@link android.R.attr#touchscreenBlocksFocus} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:touchscreenBlocksFocus + */ + public static int AppBarLayout_android_touchscreenBlocksFocus = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#elevation} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:elevation + */ + public static int AppBarLayout_elevation = 3; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#expanded} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:expanded + */ + public static int AppBarLayout_expanded = 4; + /** Attributes that can be used with a AppBarLayoutStates. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayoutStates_state_collapsed android.support.mediacompat:state_collapsed}
{@link #AppBarLayoutStates_state_collapsible android.support.mediacompat:state_collapsible}
+ @see #AppBarLayoutStates_state_collapsed + @see #AppBarLayoutStates_state_collapsible + */ + public static final int[] AppBarLayoutStates = { + 0x7f010119, 0x7f01011a + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#state_collapsed} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:state_collapsed + */ + public static int AppBarLayoutStates_state_collapsed = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#state_collapsible} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:state_collapsible + */ + public static int AppBarLayoutStates_state_collapsible = 1; + /** Attributes that can be used with a AppBarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayout_Layout_layout_scrollFlags android.support.mediacompat:layout_scrollFlags}
{@link #AppBarLayout_Layout_layout_scrollInterpolator android.support.mediacompat:layout_scrollInterpolator}
+ @see #AppBarLayout_Layout_layout_scrollFlags + @see #AppBarLayout_Layout_layout_scrollInterpolator + */ + public static final int[] AppBarLayout_Layout = { + 0x7f01011b, 0x7f01011c + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#layout_scrollFlags} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ @attr name android.support.mediacompat:layout_scrollFlags + */ + public static int AppBarLayout_Layout_layout_scrollFlags = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#layout_scrollInterpolator} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:layout_scrollInterpolator + */ + public static int AppBarLayout_Layout_layout_scrollInterpolator = 1; + /** Attributes that can be used with a AppCompatImageView. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatImageView_android_src android:src}
{@link #AppCompatImageView_srcCompat android.support.mediacompat:srcCompat}
{@link #AppCompatImageView_tint android.support.mediacompat:tint}
{@link #AppCompatImageView_tintMode android.support.mediacompat:tintMode}
+ @see #AppCompatImageView_android_src + @see #AppCompatImageView_srcCompat + @see #AppCompatImageView_tint + @see #AppCompatImageView_tintMode + */ + public static final int[] AppCompatImageView = { + 0x01010119, 0x7f010049, 0x7f01004a, 0x7f01004b + }; + /** +

This symbol is the offset where the {@link android.R.attr#src} + attribute's value can be found in the {@link #AppCompatImageView} array. + @attr name android:src + */ + public static int AppCompatImageView_android_src = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#srcCompat} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:srcCompat + */ + public static int AppCompatImageView_srcCompat = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tint} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:tint + */ + public static int AppCompatImageView_tint = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tintMode} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.mediacompat:tintMode + */ + public static int AppCompatImageView_tintMode = 3; + /** Attributes that can be used with a AppCompatSeekBar. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatSeekBar_android_thumb android:thumb}
{@link #AppCompatSeekBar_tickMark android.support.mediacompat:tickMark}
{@link #AppCompatSeekBar_tickMarkTint android.support.mediacompat:tickMarkTint}
{@link #AppCompatSeekBar_tickMarkTintMode android.support.mediacompat:tickMarkTintMode}
+ @see #AppCompatSeekBar_android_thumb + @see #AppCompatSeekBar_tickMark + @see #AppCompatSeekBar_tickMarkTint + @see #AppCompatSeekBar_tickMarkTintMode + */ + public static final int[] AppCompatSeekBar = { + 0x01010142, 0x7f01004c, 0x7f01004d, 0x7f01004e + }; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + @attr name android:thumb + */ + public static int AppCompatSeekBar_android_thumb = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tickMark} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:tickMark + */ + public static int AppCompatSeekBar_tickMark = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tickMarkTint} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:tickMarkTint + */ + public static int AppCompatSeekBar_tickMarkTint = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tickMarkTintMode} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.mediacompat:tickMarkTintMode + */ + public static int AppCompatSeekBar_tickMarkTintMode = 3; + /** Attributes that can be used with a AppCompatTextHelper. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextHelper_android_drawableBottom android:drawableBottom}
{@link #AppCompatTextHelper_android_drawableEnd android:drawableEnd}
{@link #AppCompatTextHelper_android_drawableLeft android:drawableLeft}
{@link #AppCompatTextHelper_android_drawableRight android:drawableRight}
{@link #AppCompatTextHelper_android_drawableStart android:drawableStart}
{@link #AppCompatTextHelper_android_drawableTop android:drawableTop}
{@link #AppCompatTextHelper_android_textAppearance android:textAppearance}
+ @see #AppCompatTextHelper_android_drawableBottom + @see #AppCompatTextHelper_android_drawableEnd + @see #AppCompatTextHelper_android_drawableLeft + @see #AppCompatTextHelper_android_drawableRight + @see #AppCompatTextHelper_android_drawableStart + @see #AppCompatTextHelper_android_drawableTop + @see #AppCompatTextHelper_android_textAppearance + */ + public static final int[] AppCompatTextHelper = { + 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, + 0x01010170, 0x01010392, 0x01010393 + }; + /** +

This symbol is the offset where the {@link android.R.attr#drawableBottom} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableBottom + */ + public static int AppCompatTextHelper_android_drawableBottom = 2; + /** +

This symbol is the offset where the {@link android.R.attr#drawableEnd} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableEnd + */ + public static int AppCompatTextHelper_android_drawableEnd = 6; + /** +

This symbol is the offset where the {@link android.R.attr#drawableLeft} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableLeft + */ + public static int AppCompatTextHelper_android_drawableLeft = 3; + /** +

This symbol is the offset where the {@link android.R.attr#drawableRight} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableRight + */ + public static int AppCompatTextHelper_android_drawableRight = 4; + /** +

This symbol is the offset where the {@link android.R.attr#drawableStart} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableStart + */ + public static int AppCompatTextHelper_android_drawableStart = 5; + /** +

This symbol is the offset where the {@link android.R.attr#drawableTop} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableTop + */ + public static int AppCompatTextHelper_android_drawableTop = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:textAppearance + */ + public static int AppCompatTextHelper_android_textAppearance = 0; + /** Attributes that can be used with a AppCompatTextView. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_autoSizeMaxTextSize android.support.mediacompat:autoSizeMaxTextSize}
{@link #AppCompatTextView_autoSizeMinTextSize android.support.mediacompat:autoSizeMinTextSize}
{@link #AppCompatTextView_autoSizePresetSizes android.support.mediacompat:autoSizePresetSizes}
{@link #AppCompatTextView_autoSizeStepGranularity android.support.mediacompat:autoSizeStepGranularity}
{@link #AppCompatTextView_autoSizeTextType android.support.mediacompat:autoSizeTextType}
{@link #AppCompatTextView_fontFamily android.support.mediacompat:fontFamily}
{@link #AppCompatTextView_textAllCaps android.support.mediacompat:textAllCaps}
+ @see #AppCompatTextView_android_textAppearance + @see #AppCompatTextView_autoSizeMaxTextSize + @see #AppCompatTextView_autoSizeMinTextSize + @see #AppCompatTextView_autoSizePresetSizes + @see #AppCompatTextView_autoSizeStepGranularity + @see #AppCompatTextView_autoSizeTextType + @see #AppCompatTextView_fontFamily + @see #AppCompatTextView_textAllCaps + */ + public static final int[] AppCompatTextView = { + 0x01010034, 0x7f01004f, 0x7f010050, 0x7f010051, + 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextView} array. + @attr name android:textAppearance + */ + public static int AppCompatTextView_android_textAppearance = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#autoSizeMaxTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:autoSizeMaxTextSize + */ + public static int AppCompatTextView_autoSizeMaxTextSize = 6; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#autoSizeMinTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:autoSizeMinTextSize + */ + public static int AppCompatTextView_autoSizeMinTextSize = 5; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#autoSizePresetSizes} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:autoSizePresetSizes + */ + public static int AppCompatTextView_autoSizePresetSizes = 4; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#autoSizeStepGranularity} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:autoSizeStepGranularity + */ + public static int AppCompatTextView_autoSizeStepGranularity = 3; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#autoSizeTextType} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ @attr name android.support.mediacompat:autoSizeTextType + */ + public static int AppCompatTextView_autoSizeTextType = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#fontFamily} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:fontFamily + */ + public static int AppCompatTextView_fontFamily = 7; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#textAllCaps} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name android.support.mediacompat:textAllCaps + */ + public static int AppCompatTextView_textAllCaps = 1; + /** Attributes that can be used with a AppCompatTheme. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTheme_actionBarDivider android.support.mediacompat:actionBarDivider}
{@link #AppCompatTheme_actionBarItemBackground android.support.mediacompat:actionBarItemBackground}
{@link #AppCompatTheme_actionBarPopupTheme android.support.mediacompat:actionBarPopupTheme}
{@link #AppCompatTheme_actionBarSize android.support.mediacompat:actionBarSize}
{@link #AppCompatTheme_actionBarSplitStyle android.support.mediacompat:actionBarSplitStyle}
{@link #AppCompatTheme_actionBarStyle android.support.mediacompat:actionBarStyle}
{@link #AppCompatTheme_actionBarTabBarStyle android.support.mediacompat:actionBarTabBarStyle}
{@link #AppCompatTheme_actionBarTabStyle android.support.mediacompat:actionBarTabStyle}
{@link #AppCompatTheme_actionBarTabTextStyle android.support.mediacompat:actionBarTabTextStyle}
{@link #AppCompatTheme_actionBarTheme android.support.mediacompat:actionBarTheme}
{@link #AppCompatTheme_actionBarWidgetTheme android.support.mediacompat:actionBarWidgetTheme}
{@link #AppCompatTheme_actionButtonStyle android.support.mediacompat:actionButtonStyle}
{@link #AppCompatTheme_actionDropDownStyle android.support.mediacompat:actionDropDownStyle}
{@link #AppCompatTheme_actionMenuTextAppearance android.support.mediacompat:actionMenuTextAppearance}
{@link #AppCompatTheme_actionMenuTextColor android.support.mediacompat:actionMenuTextColor}
{@link #AppCompatTheme_actionModeBackground android.support.mediacompat:actionModeBackground}
{@link #AppCompatTheme_actionModeCloseButtonStyle android.support.mediacompat:actionModeCloseButtonStyle}
{@link #AppCompatTheme_actionModeCloseDrawable android.support.mediacompat:actionModeCloseDrawable}
{@link #AppCompatTheme_actionModeCopyDrawable android.support.mediacompat:actionModeCopyDrawable}
{@link #AppCompatTheme_actionModeCutDrawable android.support.mediacompat:actionModeCutDrawable}
{@link #AppCompatTheme_actionModeFindDrawable android.support.mediacompat:actionModeFindDrawable}
{@link #AppCompatTheme_actionModePasteDrawable android.support.mediacompat:actionModePasteDrawable}
{@link #AppCompatTheme_actionModePopupWindowStyle android.support.mediacompat:actionModePopupWindowStyle}
{@link #AppCompatTheme_actionModeSelectAllDrawable android.support.mediacompat:actionModeSelectAllDrawable}
{@link #AppCompatTheme_actionModeShareDrawable android.support.mediacompat:actionModeShareDrawable}
{@link #AppCompatTheme_actionModeSplitBackground android.support.mediacompat:actionModeSplitBackground}
{@link #AppCompatTheme_actionModeStyle android.support.mediacompat:actionModeStyle}
{@link #AppCompatTheme_actionModeWebSearchDrawable android.support.mediacompat:actionModeWebSearchDrawable}
{@link #AppCompatTheme_actionOverflowButtonStyle android.support.mediacompat:actionOverflowButtonStyle}
{@link #AppCompatTheme_actionOverflowMenuStyle android.support.mediacompat:actionOverflowMenuStyle}
{@link #AppCompatTheme_activityChooserViewStyle android.support.mediacompat:activityChooserViewStyle}
{@link #AppCompatTheme_alertDialogButtonGroupStyle android.support.mediacompat:alertDialogButtonGroupStyle}
{@link #AppCompatTheme_alertDialogCenterButtons android.support.mediacompat:alertDialogCenterButtons}
{@link #AppCompatTheme_alertDialogStyle android.support.mediacompat:alertDialogStyle}
{@link #AppCompatTheme_alertDialogTheme android.support.mediacompat:alertDialogTheme}
{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating}
{@link #AppCompatTheme_autoCompleteTextViewStyle android.support.mediacompat:autoCompleteTextViewStyle}
{@link #AppCompatTheme_borderlessButtonStyle android.support.mediacompat:borderlessButtonStyle}
{@link #AppCompatTheme_buttonBarButtonStyle android.support.mediacompat:buttonBarButtonStyle}
{@link #AppCompatTheme_buttonBarNegativeButtonStyle android.support.mediacompat:buttonBarNegativeButtonStyle}
{@link #AppCompatTheme_buttonBarNeutralButtonStyle android.support.mediacompat:buttonBarNeutralButtonStyle}
{@link #AppCompatTheme_buttonBarPositiveButtonStyle android.support.mediacompat:buttonBarPositiveButtonStyle}
{@link #AppCompatTheme_buttonBarStyle android.support.mediacompat:buttonBarStyle}
{@link #AppCompatTheme_buttonStyle android.support.mediacompat:buttonStyle}
{@link #AppCompatTheme_buttonStyleSmall android.support.mediacompat:buttonStyleSmall}
{@link #AppCompatTheme_checkboxStyle android.support.mediacompat:checkboxStyle}
{@link #AppCompatTheme_checkedTextViewStyle android.support.mediacompat:checkedTextViewStyle}
{@link #AppCompatTheme_colorAccent android.support.mediacompat:colorAccent}
{@link #AppCompatTheme_colorBackgroundFloating android.support.mediacompat:colorBackgroundFloating}
{@link #AppCompatTheme_colorButtonNormal android.support.mediacompat:colorButtonNormal}
{@link #AppCompatTheme_colorControlActivated android.support.mediacompat:colorControlActivated}
{@link #AppCompatTheme_colorControlHighlight android.support.mediacompat:colorControlHighlight}
{@link #AppCompatTheme_colorControlNormal android.support.mediacompat:colorControlNormal}
{@link #AppCompatTheme_colorError android.support.mediacompat:colorError}
{@link #AppCompatTheme_colorPrimary android.support.mediacompat:colorPrimary}
{@link #AppCompatTheme_colorPrimaryDark android.support.mediacompat:colorPrimaryDark}
{@link #AppCompatTheme_colorSwitchThumbNormal android.support.mediacompat:colorSwitchThumbNormal}
{@link #AppCompatTheme_controlBackground android.support.mediacompat:controlBackground}
{@link #AppCompatTheme_dialogPreferredPadding android.support.mediacompat:dialogPreferredPadding}
{@link #AppCompatTheme_dialogTheme android.support.mediacompat:dialogTheme}
{@link #AppCompatTheme_dividerHorizontal android.support.mediacompat:dividerHorizontal}
{@link #AppCompatTheme_dividerVertical android.support.mediacompat:dividerVertical}
{@link #AppCompatTheme_dropDownListViewStyle android.support.mediacompat:dropDownListViewStyle}
{@link #AppCompatTheme_dropdownListPreferredItemHeight android.support.mediacompat:dropdownListPreferredItemHeight}
{@link #AppCompatTheme_editTextBackground android.support.mediacompat:editTextBackground}
{@link #AppCompatTheme_editTextColor android.support.mediacompat:editTextColor}
{@link #AppCompatTheme_editTextStyle android.support.mediacompat:editTextStyle}
{@link #AppCompatTheme_homeAsUpIndicator android.support.mediacompat:homeAsUpIndicator}
{@link #AppCompatTheme_imageButtonStyle android.support.mediacompat:imageButtonStyle}
{@link #AppCompatTheme_listChoiceBackgroundIndicator android.support.mediacompat:listChoiceBackgroundIndicator}
{@link #AppCompatTheme_listDividerAlertDialog android.support.mediacompat:listDividerAlertDialog}
{@link #AppCompatTheme_listMenuViewStyle android.support.mediacompat:listMenuViewStyle}
{@link #AppCompatTheme_listPopupWindowStyle android.support.mediacompat:listPopupWindowStyle}
{@link #AppCompatTheme_listPreferredItemHeight android.support.mediacompat:listPreferredItemHeight}
{@link #AppCompatTheme_listPreferredItemHeightLarge android.support.mediacompat:listPreferredItemHeightLarge}
{@link #AppCompatTheme_listPreferredItemHeightSmall android.support.mediacompat:listPreferredItemHeightSmall}
{@link #AppCompatTheme_listPreferredItemPaddingLeft android.support.mediacompat:listPreferredItemPaddingLeft}
{@link #AppCompatTheme_listPreferredItemPaddingRight android.support.mediacompat:listPreferredItemPaddingRight}
{@link #AppCompatTheme_panelBackground android.support.mediacompat:panelBackground}
{@link #AppCompatTheme_panelMenuListTheme android.support.mediacompat:panelMenuListTheme}
{@link #AppCompatTheme_panelMenuListWidth android.support.mediacompat:panelMenuListWidth}
{@link #AppCompatTheme_popupMenuStyle android.support.mediacompat:popupMenuStyle}
{@link #AppCompatTheme_popupWindowStyle android.support.mediacompat:popupWindowStyle}
{@link #AppCompatTheme_radioButtonStyle android.support.mediacompat:radioButtonStyle}
{@link #AppCompatTheme_ratingBarStyle android.support.mediacompat:ratingBarStyle}
{@link #AppCompatTheme_ratingBarStyleIndicator android.support.mediacompat:ratingBarStyleIndicator}
{@link #AppCompatTheme_ratingBarStyleSmall android.support.mediacompat:ratingBarStyleSmall}
{@link #AppCompatTheme_searchViewStyle android.support.mediacompat:searchViewStyle}
{@link #AppCompatTheme_seekBarStyle android.support.mediacompat:seekBarStyle}
{@link #AppCompatTheme_selectableItemBackground android.support.mediacompat:selectableItemBackground}
{@link #AppCompatTheme_selectableItemBackgroundBorderless android.support.mediacompat:selectableItemBackgroundBorderless}
{@link #AppCompatTheme_spinnerDropDownItemStyle android.support.mediacompat:spinnerDropDownItemStyle}
{@link #AppCompatTheme_spinnerStyle android.support.mediacompat:spinnerStyle}
{@link #AppCompatTheme_switchStyle android.support.mediacompat:switchStyle}
{@link #AppCompatTheme_textAppearanceLargePopupMenu android.support.mediacompat:textAppearanceLargePopupMenu}
{@link #AppCompatTheme_textAppearanceListItem android.support.mediacompat:textAppearanceListItem}
{@link #AppCompatTheme_textAppearanceListItemSecondary android.support.mediacompat:textAppearanceListItemSecondary}
{@link #AppCompatTheme_textAppearanceListItemSmall android.support.mediacompat:textAppearanceListItemSmall}
{@link #AppCompatTheme_textAppearancePopupMenuHeader android.support.mediacompat:textAppearancePopupMenuHeader}
{@link #AppCompatTheme_textAppearanceSearchResultSubtitle android.support.mediacompat:textAppearanceSearchResultSubtitle}
{@link #AppCompatTheme_textAppearanceSearchResultTitle android.support.mediacompat:textAppearanceSearchResultTitle}
{@link #AppCompatTheme_textAppearanceSmallPopupMenu android.support.mediacompat:textAppearanceSmallPopupMenu}
{@link #AppCompatTheme_textColorAlertDialogListItem android.support.mediacompat:textColorAlertDialogListItem}
{@link #AppCompatTheme_textColorSearchUrl android.support.mediacompat:textColorSearchUrl}
{@link #AppCompatTheme_toolbarNavigationButtonStyle android.support.mediacompat:toolbarNavigationButtonStyle}
{@link #AppCompatTheme_toolbarStyle android.support.mediacompat:toolbarStyle}
{@link #AppCompatTheme_tooltipForegroundColor android.support.mediacompat:tooltipForegroundColor}
{@link #AppCompatTheme_tooltipFrameBackground android.support.mediacompat:tooltipFrameBackground}
{@link #AppCompatTheme_windowActionBar android.support.mediacompat:windowActionBar}
{@link #AppCompatTheme_windowActionBarOverlay android.support.mediacompat:windowActionBarOverlay}
{@link #AppCompatTheme_windowActionModeOverlay android.support.mediacompat:windowActionModeOverlay}
{@link #AppCompatTheme_windowFixedHeightMajor android.support.mediacompat:windowFixedHeightMajor}
{@link #AppCompatTheme_windowFixedHeightMinor android.support.mediacompat:windowFixedHeightMinor}
{@link #AppCompatTheme_windowFixedWidthMajor android.support.mediacompat:windowFixedWidthMajor}
{@link #AppCompatTheme_windowFixedWidthMinor android.support.mediacompat:windowFixedWidthMinor}
{@link #AppCompatTheme_windowMinWidthMajor android.support.mediacompat:windowMinWidthMajor}
{@link #AppCompatTheme_windowMinWidthMinor android.support.mediacompat:windowMinWidthMinor}
{@link #AppCompatTheme_windowNoTitle android.support.mediacompat:windowNoTitle}
+ @see #AppCompatTheme_actionBarDivider + @see #AppCompatTheme_actionBarItemBackground + @see #AppCompatTheme_actionBarPopupTheme + @see #AppCompatTheme_actionBarSize + @see #AppCompatTheme_actionBarSplitStyle + @see #AppCompatTheme_actionBarStyle + @see #AppCompatTheme_actionBarTabBarStyle + @see #AppCompatTheme_actionBarTabStyle + @see #AppCompatTheme_actionBarTabTextStyle + @see #AppCompatTheme_actionBarTheme + @see #AppCompatTheme_actionBarWidgetTheme + @see #AppCompatTheme_actionButtonStyle + @see #AppCompatTheme_actionDropDownStyle + @see #AppCompatTheme_actionMenuTextAppearance + @see #AppCompatTheme_actionMenuTextColor + @see #AppCompatTheme_actionModeBackground + @see #AppCompatTheme_actionModeCloseButtonStyle + @see #AppCompatTheme_actionModeCloseDrawable + @see #AppCompatTheme_actionModeCopyDrawable + @see #AppCompatTheme_actionModeCutDrawable + @see #AppCompatTheme_actionModeFindDrawable + @see #AppCompatTheme_actionModePasteDrawable + @see #AppCompatTheme_actionModePopupWindowStyle + @see #AppCompatTheme_actionModeSelectAllDrawable + @see #AppCompatTheme_actionModeShareDrawable + @see #AppCompatTheme_actionModeSplitBackground + @see #AppCompatTheme_actionModeStyle + @see #AppCompatTheme_actionModeWebSearchDrawable + @see #AppCompatTheme_actionOverflowButtonStyle + @see #AppCompatTheme_actionOverflowMenuStyle + @see #AppCompatTheme_activityChooserViewStyle + @see #AppCompatTheme_alertDialogButtonGroupStyle + @see #AppCompatTheme_alertDialogCenterButtons + @see #AppCompatTheme_alertDialogStyle + @see #AppCompatTheme_alertDialogTheme + @see #AppCompatTheme_android_windowAnimationStyle + @see #AppCompatTheme_android_windowIsFloating + @see #AppCompatTheme_autoCompleteTextViewStyle + @see #AppCompatTheme_borderlessButtonStyle + @see #AppCompatTheme_buttonBarButtonStyle + @see #AppCompatTheme_buttonBarNegativeButtonStyle + @see #AppCompatTheme_buttonBarNeutralButtonStyle + @see #AppCompatTheme_buttonBarPositiveButtonStyle + @see #AppCompatTheme_buttonBarStyle + @see #AppCompatTheme_buttonStyle + @see #AppCompatTheme_buttonStyleSmall + @see #AppCompatTheme_checkboxStyle + @see #AppCompatTheme_checkedTextViewStyle + @see #AppCompatTheme_colorAccent + @see #AppCompatTheme_colorBackgroundFloating + @see #AppCompatTheme_colorButtonNormal + @see #AppCompatTheme_colorControlActivated + @see #AppCompatTheme_colorControlHighlight + @see #AppCompatTheme_colorControlNormal + @see #AppCompatTheme_colorError + @see #AppCompatTheme_colorPrimary + @see #AppCompatTheme_colorPrimaryDark + @see #AppCompatTheme_colorSwitchThumbNormal + @see #AppCompatTheme_controlBackground + @see #AppCompatTheme_dialogPreferredPadding + @see #AppCompatTheme_dialogTheme + @see #AppCompatTheme_dividerHorizontal + @see #AppCompatTheme_dividerVertical + @see #AppCompatTheme_dropDownListViewStyle + @see #AppCompatTheme_dropdownListPreferredItemHeight + @see #AppCompatTheme_editTextBackground + @see #AppCompatTheme_editTextColor + @see #AppCompatTheme_editTextStyle + @see #AppCompatTheme_homeAsUpIndicator + @see #AppCompatTheme_imageButtonStyle + @see #AppCompatTheme_listChoiceBackgroundIndicator + @see #AppCompatTheme_listDividerAlertDialog + @see #AppCompatTheme_listMenuViewStyle + @see #AppCompatTheme_listPopupWindowStyle + @see #AppCompatTheme_listPreferredItemHeight + @see #AppCompatTheme_listPreferredItemHeightLarge + @see #AppCompatTheme_listPreferredItemHeightSmall + @see #AppCompatTheme_listPreferredItemPaddingLeft + @see #AppCompatTheme_listPreferredItemPaddingRight + @see #AppCompatTheme_panelBackground + @see #AppCompatTheme_panelMenuListTheme + @see #AppCompatTheme_panelMenuListWidth + @see #AppCompatTheme_popupMenuStyle + @see #AppCompatTheme_popupWindowStyle + @see #AppCompatTheme_radioButtonStyle + @see #AppCompatTheme_ratingBarStyle + @see #AppCompatTheme_ratingBarStyleIndicator + @see #AppCompatTheme_ratingBarStyleSmall + @see #AppCompatTheme_searchViewStyle + @see #AppCompatTheme_seekBarStyle + @see #AppCompatTheme_selectableItemBackground + @see #AppCompatTheme_selectableItemBackgroundBorderless + @see #AppCompatTheme_spinnerDropDownItemStyle + @see #AppCompatTheme_spinnerStyle + @see #AppCompatTheme_switchStyle + @see #AppCompatTheme_textAppearanceLargePopupMenu + @see #AppCompatTheme_textAppearanceListItem + @see #AppCompatTheme_textAppearanceListItemSecondary + @see #AppCompatTheme_textAppearanceListItemSmall + @see #AppCompatTheme_textAppearancePopupMenuHeader + @see #AppCompatTheme_textAppearanceSearchResultSubtitle + @see #AppCompatTheme_textAppearanceSearchResultTitle + @see #AppCompatTheme_textAppearanceSmallPopupMenu + @see #AppCompatTheme_textColorAlertDialogListItem + @see #AppCompatTheme_textColorSearchUrl + @see #AppCompatTheme_toolbarNavigationButtonStyle + @see #AppCompatTheme_toolbarStyle + @see #AppCompatTheme_tooltipForegroundColor + @see #AppCompatTheme_tooltipFrameBackground + @see #AppCompatTheme_windowActionBar + @see #AppCompatTheme_windowActionBarOverlay + @see #AppCompatTheme_windowActionModeOverlay + @see #AppCompatTheme_windowFixedHeightMajor + @see #AppCompatTheme_windowFixedHeightMinor + @see #AppCompatTheme_windowFixedWidthMajor + @see #AppCompatTheme_windowFixedWidthMinor + @see #AppCompatTheme_windowMinWidthMajor + @see #AppCompatTheme_windowMinWidthMinor + @see #AppCompatTheme_windowNoTitle + */ + public static final int[] AppCompatTheme = { + 0x01010057, 0x010100ae, 0x7f010056, 0x7f010057, + 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, + 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, + 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, + 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, + 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, + 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, + 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, + 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, + 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, + 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, + 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, + 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, + 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, + 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, + 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, + 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, + 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, + 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, + 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, + 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, + 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, + 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, + 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, + 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, + 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, + 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, + 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, + 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, + 0x7f0100c8, 0x7f0100c9, 0x7f0100ca + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionBarDivider} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionBarDivider + */ + public static int AppCompatTheme_actionBarDivider = 23; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionBarItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionBarItemBackground + */ + public static int AppCompatTheme_actionBarItemBackground = 24; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionBarPopupTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionBarPopupTheme + */ + public static int AppCompatTheme_actionBarPopupTheme = 17; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionBarSize} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ @attr name android.support.mediacompat:actionBarSize + */ + public static int AppCompatTheme_actionBarSize = 22; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionBarSplitStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionBarSplitStyle + */ + public static int AppCompatTheme_actionBarSplitStyle = 19; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionBarStyle + */ + public static int AppCompatTheme_actionBarStyle = 18; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionBarTabBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionBarTabBarStyle + */ + public static int AppCompatTheme_actionBarTabBarStyle = 13; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionBarTabStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionBarTabStyle + */ + public static int AppCompatTheme_actionBarTabStyle = 12; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionBarTabTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionBarTabTextStyle + */ + public static int AppCompatTheme_actionBarTabTextStyle = 14; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionBarTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionBarTheme + */ + public static int AppCompatTheme_actionBarTheme = 20; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionBarWidgetTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionBarWidgetTheme + */ + public static int AppCompatTheme_actionBarWidgetTheme = 21; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionButtonStyle + */ + public static int AppCompatTheme_actionButtonStyle = 50; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionDropDownStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionDropDownStyle + */ + public static int AppCompatTheme_actionDropDownStyle = 46; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionMenuTextAppearance} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionMenuTextAppearance + */ + public static int AppCompatTheme_actionMenuTextAppearance = 25; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionMenuTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.mediacompat:actionMenuTextColor + */ + public static int AppCompatTheme_actionMenuTextColor = 26; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionModeBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionModeBackground + */ + public static int AppCompatTheme_actionModeBackground = 29; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionModeCloseButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionModeCloseButtonStyle + */ + public static int AppCompatTheme_actionModeCloseButtonStyle = 28; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionModeCloseDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionModeCloseDrawable + */ + public static int AppCompatTheme_actionModeCloseDrawable = 31; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionModeCopyDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionModeCopyDrawable + */ + public static int AppCompatTheme_actionModeCopyDrawable = 33; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionModeCutDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionModeCutDrawable + */ + public static int AppCompatTheme_actionModeCutDrawable = 32; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionModeFindDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionModeFindDrawable + */ + public static int AppCompatTheme_actionModeFindDrawable = 37; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionModePasteDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionModePasteDrawable + */ + public static int AppCompatTheme_actionModePasteDrawable = 34; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionModePopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionModePopupWindowStyle + */ + public static int AppCompatTheme_actionModePopupWindowStyle = 39; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionModeSelectAllDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionModeSelectAllDrawable + */ + public static int AppCompatTheme_actionModeSelectAllDrawable = 35; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionModeShareDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionModeShareDrawable + */ + public static int AppCompatTheme_actionModeShareDrawable = 36; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionModeSplitBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionModeSplitBackground + */ + public static int AppCompatTheme_actionModeSplitBackground = 30; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionModeStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionModeStyle + */ + public static int AppCompatTheme_actionModeStyle = 27; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionModeWebSearchDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionModeWebSearchDrawable + */ + public static int AppCompatTheme_actionModeWebSearchDrawable = 38; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionOverflowButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionOverflowButtonStyle + */ + public static int AppCompatTheme_actionOverflowButtonStyle = 15; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionOverflowMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionOverflowMenuStyle + */ + public static int AppCompatTheme_actionOverflowMenuStyle = 16; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#activityChooserViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:activityChooserViewStyle + */ + public static int AppCompatTheme_activityChooserViewStyle = 58; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#alertDialogButtonGroupStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:alertDialogButtonGroupStyle + */ + public static int AppCompatTheme_alertDialogButtonGroupStyle = 95; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#alertDialogCenterButtons} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:alertDialogCenterButtons + */ + public static int AppCompatTheme_alertDialogCenterButtons = 96; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#alertDialogStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:alertDialogStyle + */ + public static int AppCompatTheme_alertDialogStyle = 94; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#alertDialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:alertDialogTheme + */ + public static int AppCompatTheme_alertDialogTheme = 97; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowAnimationStyle + */ + public static int AppCompatTheme_android_windowAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#windowIsFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowIsFloating + */ + public static int AppCompatTheme_android_windowIsFloating = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#autoCompleteTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:autoCompleteTextViewStyle + */ + public static int AppCompatTheme_autoCompleteTextViewStyle = 102; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#borderlessButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:borderlessButtonStyle + */ + public static int AppCompatTheme_borderlessButtonStyle = 55; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#buttonBarButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:buttonBarButtonStyle + */ + public static int AppCompatTheme_buttonBarButtonStyle = 52; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#buttonBarNegativeButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:buttonBarNegativeButtonStyle + */ + public static int AppCompatTheme_buttonBarNegativeButtonStyle = 100; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#buttonBarNeutralButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:buttonBarNeutralButtonStyle + */ + public static int AppCompatTheme_buttonBarNeutralButtonStyle = 101; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#buttonBarPositiveButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:buttonBarPositiveButtonStyle + */ + public static int AppCompatTheme_buttonBarPositiveButtonStyle = 99; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#buttonBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:buttonBarStyle + */ + public static int AppCompatTheme_buttonBarStyle = 51; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#buttonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:buttonStyle + */ + public static int AppCompatTheme_buttonStyle = 103; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#buttonStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:buttonStyleSmall + */ + public static int AppCompatTheme_buttonStyleSmall = 104; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#checkboxStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:checkboxStyle + */ + public static int AppCompatTheme_checkboxStyle = 105; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#checkedTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:checkedTextViewStyle + */ + public static int AppCompatTheme_checkedTextViewStyle = 106; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#colorAccent} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:colorAccent + */ + public static int AppCompatTheme_colorAccent = 86; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#colorBackgroundFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:colorBackgroundFloating + */ + public static int AppCompatTheme_colorBackgroundFloating = 93; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#colorButtonNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:colorButtonNormal + */ + public static int AppCompatTheme_colorButtonNormal = 90; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#colorControlActivated} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:colorControlActivated + */ + public static int AppCompatTheme_colorControlActivated = 88; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#colorControlHighlight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:colorControlHighlight + */ + public static int AppCompatTheme_colorControlHighlight = 89; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#colorControlNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:colorControlNormal + */ + public static int AppCompatTheme_colorControlNormal = 87; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#colorError} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.mediacompat:colorError + */ + public static int AppCompatTheme_colorError = 118; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#colorPrimary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:colorPrimary + */ + public static int AppCompatTheme_colorPrimary = 84; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#colorPrimaryDark} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:colorPrimaryDark + */ + public static int AppCompatTheme_colorPrimaryDark = 85; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#colorSwitchThumbNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:colorSwitchThumbNormal + */ + public static int AppCompatTheme_colorSwitchThumbNormal = 91; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#controlBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:controlBackground + */ + public static int AppCompatTheme_controlBackground = 92; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#dialogPreferredPadding} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:dialogPreferredPadding + */ + public static int AppCompatTheme_dialogPreferredPadding = 44; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#dialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:dialogTheme + */ + public static int AppCompatTheme_dialogTheme = 43; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#dividerHorizontal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:dividerHorizontal + */ + public static int AppCompatTheme_dividerHorizontal = 57; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#dividerVertical} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:dividerVertical + */ + public static int AppCompatTheme_dividerVertical = 56; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#dropDownListViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:dropDownListViewStyle + */ + public static int AppCompatTheme_dropDownListViewStyle = 75; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#dropdownListPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:dropdownListPreferredItemHeight + */ + public static int AppCompatTheme_dropdownListPreferredItemHeight = 47; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#editTextBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:editTextBackground + */ + public static int AppCompatTheme_editTextBackground = 64; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#editTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.mediacompat:editTextColor + */ + public static int AppCompatTheme_editTextColor = 63; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#editTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:editTextStyle + */ + public static int AppCompatTheme_editTextStyle = 107; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:homeAsUpIndicator + */ + public static int AppCompatTheme_homeAsUpIndicator = 49; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#imageButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:imageButtonStyle + */ + public static int AppCompatTheme_imageButtonStyle = 65; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#listChoiceBackgroundIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:listChoiceBackgroundIndicator + */ + public static int AppCompatTheme_listChoiceBackgroundIndicator = 83; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#listDividerAlertDialog} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:listDividerAlertDialog + */ + public static int AppCompatTheme_listDividerAlertDialog = 45; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#listMenuViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:listMenuViewStyle + */ + public static int AppCompatTheme_listMenuViewStyle = 115; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#listPopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:listPopupWindowStyle + */ + public static int AppCompatTheme_listPopupWindowStyle = 76; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#listPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:listPreferredItemHeight + */ + public static int AppCompatTheme_listPreferredItemHeight = 70; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#listPreferredItemHeightLarge} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:listPreferredItemHeightLarge + */ + public static int AppCompatTheme_listPreferredItemHeightLarge = 72; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#listPreferredItemHeightSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:listPreferredItemHeightSmall + */ + public static int AppCompatTheme_listPreferredItemHeightSmall = 71; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#listPreferredItemPaddingLeft} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:listPreferredItemPaddingLeft + */ + public static int AppCompatTheme_listPreferredItemPaddingLeft = 73; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#listPreferredItemPaddingRight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:listPreferredItemPaddingRight + */ + public static int AppCompatTheme_listPreferredItemPaddingRight = 74; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#panelBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:panelBackground + */ + public static int AppCompatTheme_panelBackground = 80; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#panelMenuListTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:panelMenuListTheme + */ + public static int AppCompatTheme_panelMenuListTheme = 82; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#panelMenuListWidth} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:panelMenuListWidth + */ + public static int AppCompatTheme_panelMenuListWidth = 81; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#popupMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:popupMenuStyle + */ + public static int AppCompatTheme_popupMenuStyle = 61; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#popupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:popupWindowStyle + */ + public static int AppCompatTheme_popupWindowStyle = 62; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#radioButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:radioButtonStyle + */ + public static int AppCompatTheme_radioButtonStyle = 108; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#ratingBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:ratingBarStyle + */ + public static int AppCompatTheme_ratingBarStyle = 109; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#ratingBarStyleIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:ratingBarStyleIndicator + */ + public static int AppCompatTheme_ratingBarStyleIndicator = 110; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#ratingBarStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:ratingBarStyleSmall + */ + public static int AppCompatTheme_ratingBarStyleSmall = 111; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#searchViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:searchViewStyle + */ + public static int AppCompatTheme_searchViewStyle = 69; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#seekBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:seekBarStyle + */ + public static int AppCompatTheme_seekBarStyle = 112; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#selectableItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:selectableItemBackground + */ + public static int AppCompatTheme_selectableItemBackground = 53; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#selectableItemBackgroundBorderless} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:selectableItemBackgroundBorderless + */ + public static int AppCompatTheme_selectableItemBackgroundBorderless = 54; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#spinnerDropDownItemStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:spinnerDropDownItemStyle + */ + public static int AppCompatTheme_spinnerDropDownItemStyle = 48; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#spinnerStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:spinnerStyle + */ + public static int AppCompatTheme_spinnerStyle = 113; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#switchStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:switchStyle + */ + public static int AppCompatTheme_switchStyle = 114; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#textAppearanceLargePopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:textAppearanceLargePopupMenu + */ + public static int AppCompatTheme_textAppearanceLargePopupMenu = 40; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#textAppearanceListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:textAppearanceListItem + */ + public static int AppCompatTheme_textAppearanceListItem = 77; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#textAppearanceListItemSecondary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:textAppearanceListItemSecondary + */ + public static int AppCompatTheme_textAppearanceListItemSecondary = 78; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#textAppearanceListItemSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:textAppearanceListItemSmall + */ + public static int AppCompatTheme_textAppearanceListItemSmall = 79; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#textAppearancePopupMenuHeader} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:textAppearancePopupMenuHeader + */ + public static int AppCompatTheme_textAppearancePopupMenuHeader = 42; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#textAppearanceSearchResultSubtitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:textAppearanceSearchResultSubtitle + */ + public static int AppCompatTheme_textAppearanceSearchResultSubtitle = 67; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#textAppearanceSearchResultTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:textAppearanceSearchResultTitle + */ + public static int AppCompatTheme_textAppearanceSearchResultTitle = 66; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#textAppearanceSmallPopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:textAppearanceSmallPopupMenu + */ + public static int AppCompatTheme_textAppearanceSmallPopupMenu = 41; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#textColorAlertDialogListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.mediacompat:textColorAlertDialogListItem + */ + public static int AppCompatTheme_textColorAlertDialogListItem = 98; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#textColorSearchUrl} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.mediacompat:textColorSearchUrl + */ + public static int AppCompatTheme_textColorSearchUrl = 68; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#toolbarNavigationButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:toolbarNavigationButtonStyle + */ + public static int AppCompatTheme_toolbarNavigationButtonStyle = 60; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#toolbarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:toolbarStyle + */ + public static int AppCompatTheme_toolbarStyle = 59; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tooltipForegroundColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.mediacompat:tooltipForegroundColor + */ + public static int AppCompatTheme_tooltipForegroundColor = 117; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tooltipFrameBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:tooltipFrameBackground + */ + public static int AppCompatTheme_tooltipFrameBackground = 116; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#windowActionBar} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:windowActionBar + */ + public static int AppCompatTheme_windowActionBar = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#windowActionBarOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:windowActionBarOverlay + */ + public static int AppCompatTheme_windowActionBarOverlay = 4; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#windowActionModeOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:windowActionModeOverlay + */ + public static int AppCompatTheme_windowActionModeOverlay = 5; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#windowFixedHeightMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:windowFixedHeightMajor + */ + public static int AppCompatTheme_windowFixedHeightMajor = 9; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#windowFixedHeightMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:windowFixedHeightMinor + */ + public static int AppCompatTheme_windowFixedHeightMinor = 7; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#windowFixedWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:windowFixedWidthMajor + */ + public static int AppCompatTheme_windowFixedWidthMajor = 6; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#windowFixedWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:windowFixedWidthMinor + */ + public static int AppCompatTheme_windowFixedWidthMinor = 8; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#windowMinWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:windowMinWidthMajor + */ + public static int AppCompatTheme_windowMinWidthMajor = 10; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#windowMinWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:windowMinWidthMinor + */ + public static int AppCompatTheme_windowMinWidthMinor = 11; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#windowNoTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:windowNoTitle + */ + public static int AppCompatTheme_windowNoTitle = 3; + /** Attributes that can be used with a BottomNavigationView. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #BottomNavigationView_elevation android.support.mediacompat:elevation}
{@link #BottomNavigationView_itemBackground android.support.mediacompat:itemBackground}
{@link #BottomNavigationView_itemIconTint android.support.mediacompat:itemIconTint}
{@link #BottomNavigationView_itemTextColor android.support.mediacompat:itemTextColor}
{@link #BottomNavigationView_menu android.support.mediacompat:menu}
+ @see #BottomNavigationView_elevation + @see #BottomNavigationView_itemBackground + @see #BottomNavigationView_itemIconTint + @see #BottomNavigationView_itemTextColor + @see #BottomNavigationView_menu + */ + public static final int[] BottomNavigationView = { + 0x7f01003e, 0x7f010143, 0x7f010144, 0x7f010145, + 0x7f010146 + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#elevation} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:elevation + */ + public static int BottomNavigationView_elevation = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#itemBackground} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:itemBackground + */ + public static int BottomNavigationView_itemBackground = 4; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#itemIconTint} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:itemIconTint + */ + public static int BottomNavigationView_itemIconTint = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#itemTextColor} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:itemTextColor + */ + public static int BottomNavigationView_itemTextColor = 3; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#menu} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:menu + */ + public static int BottomNavigationView_menu = 1; + /** Attributes that can be used with a BottomSheetBehavior_Layout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #BottomSheetBehavior_Layout_behavior_hideable android.support.mediacompat:behavior_hideable}
{@link #BottomSheetBehavior_Layout_behavior_peekHeight android.support.mediacompat:behavior_peekHeight}
{@link #BottomSheetBehavior_Layout_behavior_skipCollapsed android.support.mediacompat:behavior_skipCollapsed}
+ @see #BottomSheetBehavior_Layout_behavior_hideable + @see #BottomSheetBehavior_Layout_behavior_peekHeight + @see #BottomSheetBehavior_Layout_behavior_skipCollapsed + */ + public static final int[] BottomSheetBehavior_Layout = { + 0x7f01011d, 0x7f01011e, 0x7f01011f + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#behavior_hideable} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:behavior_hideable + */ + public static int BottomSheetBehavior_Layout_behavior_hideable = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#behavior_peekHeight} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ @attr name android.support.mediacompat:behavior_peekHeight + */ + public static int BottomSheetBehavior_Layout_behavior_peekHeight = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#behavior_skipCollapsed} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:behavior_skipCollapsed + */ + public static int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2; + /** Attributes that can be used with a ButtonBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ButtonBarLayout_allowStacking android.support.mediacompat:allowStacking}
+ @see #ButtonBarLayout_allowStacking + */ + public static final int[] ButtonBarLayout = { + 0x7f0100cb + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#allowStacking} + attribute's value can be found in the {@link #ButtonBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:allowStacking + */ + public static int ButtonBarLayout_allowStacking = 0; + /** Attributes that can be used with a CardView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CardView_android_minHeight android:minHeight}
{@link #CardView_android_minWidth android:minWidth}
{@link #CardView_cardBackgroundColor android.support.mediacompat:cardBackgroundColor}
{@link #CardView_cardCornerRadius android.support.mediacompat:cardCornerRadius}
{@link #CardView_cardElevation android.support.mediacompat:cardElevation}
{@link #CardView_cardMaxElevation android.support.mediacompat:cardMaxElevation}
{@link #CardView_cardPreventCornerOverlap android.support.mediacompat:cardPreventCornerOverlap}
{@link #CardView_cardUseCompatPadding android.support.mediacompat:cardUseCompatPadding}
{@link #CardView_contentPadding android.support.mediacompat:contentPadding}
{@link #CardView_contentPaddingBottom android.support.mediacompat:contentPaddingBottom}
{@link #CardView_contentPaddingLeft android.support.mediacompat:contentPaddingLeft}
{@link #CardView_contentPaddingRight android.support.mediacompat:contentPaddingRight}
{@link #CardView_contentPaddingTop android.support.mediacompat:contentPaddingTop}
+ @see #CardView_android_minHeight + @see #CardView_android_minWidth + @see #CardView_cardBackgroundColor + @see #CardView_cardCornerRadius + @see #CardView_cardElevation + @see #CardView_cardMaxElevation + @see #CardView_cardPreventCornerOverlap + @see #CardView_cardUseCompatPadding + @see #CardView_contentPadding + @see #CardView_contentPaddingBottom + @see #CardView_contentPaddingLeft + @see #CardView_contentPaddingRight + @see #CardView_contentPaddingTop + */ + public static final int[] CardView = { + 0x0101013f, 0x01010140, 0x7f010017, 0x7f010018, + 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01001c, + 0x7f01001d, 0x7f01001e, 0x7f01001f, 0x7f010020, + 0x7f010021 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minHeight + */ + public static int CardView_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minWidth + */ + public static int CardView_android_minWidth = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#cardBackgroundColor} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:cardBackgroundColor + */ + public static int CardView_cardBackgroundColor = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#cardCornerRadius} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:cardCornerRadius + */ + public static int CardView_cardCornerRadius = 3; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#cardElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:cardElevation + */ + public static int CardView_cardElevation = 4; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#cardMaxElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:cardMaxElevation + */ + public static int CardView_cardMaxElevation = 5; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#cardPreventCornerOverlap} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:cardPreventCornerOverlap + */ + public static int CardView_cardPreventCornerOverlap = 7; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#cardUseCompatPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:cardUseCompatPadding + */ + public static int CardView_cardUseCompatPadding = 6; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#contentPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:contentPadding + */ + public static int CardView_contentPadding = 8; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#contentPaddingBottom} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:contentPaddingBottom + */ + public static int CardView_contentPaddingBottom = 12; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#contentPaddingLeft} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:contentPaddingLeft + */ + public static int CardView_contentPaddingLeft = 9; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#contentPaddingRight} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:contentPaddingRight + */ + public static int CardView_contentPaddingRight = 10; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#contentPaddingTop} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:contentPaddingTop + */ + public static int CardView_contentPaddingTop = 11; + /** Attributes that can be used with a CollapsingToolbarLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_collapsedTitleGravity android.support.mediacompat:collapsedTitleGravity}
{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance android.support.mediacompat:collapsedTitleTextAppearance}
{@link #CollapsingToolbarLayout_contentScrim android.support.mediacompat:contentScrim}
{@link #CollapsingToolbarLayout_expandedTitleGravity android.support.mediacompat:expandedTitleGravity}
{@link #CollapsingToolbarLayout_expandedTitleMargin android.support.mediacompat:expandedTitleMargin}
{@link #CollapsingToolbarLayout_expandedTitleMarginBottom android.support.mediacompat:expandedTitleMarginBottom}
{@link #CollapsingToolbarLayout_expandedTitleMarginEnd android.support.mediacompat:expandedTitleMarginEnd}
{@link #CollapsingToolbarLayout_expandedTitleMarginStart android.support.mediacompat:expandedTitleMarginStart}
{@link #CollapsingToolbarLayout_expandedTitleMarginTop android.support.mediacompat:expandedTitleMarginTop}
{@link #CollapsingToolbarLayout_expandedTitleTextAppearance android.support.mediacompat:expandedTitleTextAppearance}
{@link #CollapsingToolbarLayout_scrimAnimationDuration android.support.mediacompat:scrimAnimationDuration}
{@link #CollapsingToolbarLayout_scrimVisibleHeightTrigger android.support.mediacompat:scrimVisibleHeightTrigger}
{@link #CollapsingToolbarLayout_statusBarScrim android.support.mediacompat:statusBarScrim}
{@link #CollapsingToolbarLayout_title android.support.mediacompat:title}
{@link #CollapsingToolbarLayout_titleEnabled android.support.mediacompat:titleEnabled}
{@link #CollapsingToolbarLayout_toolbarId android.support.mediacompat:toolbarId}
+ @see #CollapsingToolbarLayout_collapsedTitleGravity + @see #CollapsingToolbarLayout_collapsedTitleTextAppearance + @see #CollapsingToolbarLayout_contentScrim + @see #CollapsingToolbarLayout_expandedTitleGravity + @see #CollapsingToolbarLayout_expandedTitleMargin + @see #CollapsingToolbarLayout_expandedTitleMarginBottom + @see #CollapsingToolbarLayout_expandedTitleMarginEnd + @see #CollapsingToolbarLayout_expandedTitleMarginStart + @see #CollapsingToolbarLayout_expandedTitleMarginTop + @see #CollapsingToolbarLayout_expandedTitleTextAppearance + @see #CollapsingToolbarLayout_scrimAnimationDuration + @see #CollapsingToolbarLayout_scrimVisibleHeightTrigger + @see #CollapsingToolbarLayout_statusBarScrim + @see #CollapsingToolbarLayout_title + @see #CollapsingToolbarLayout_titleEnabled + @see #CollapsingToolbarLayout_toolbarId + */ + public static final int[] CollapsingToolbarLayout = { + 0x7f010025, 0x7f010120, 0x7f010121, 0x7f010122, + 0x7f010123, 0x7f010124, 0x7f010125, 0x7f010126, + 0x7f010127, 0x7f010128, 0x7f010129, 0x7f01012a, + 0x7f01012b, 0x7f01012c, 0x7f01012d, 0x7f01012e + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#collapsedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name android.support.mediacompat:collapsedTitleGravity + */ + public static int CollapsingToolbarLayout_collapsedTitleGravity = 13; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#collapsedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:collapsedTitleTextAppearance + */ + public static int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#contentScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:contentScrim + */ + public static int CollapsingToolbarLayout_contentScrim = 8; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#expandedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name android.support.mediacompat:expandedTitleGravity + */ + public static int CollapsingToolbarLayout_expandedTitleGravity = 14; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#expandedTitleMargin} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:expandedTitleMargin + */ + public static int CollapsingToolbarLayout_expandedTitleMargin = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#expandedTitleMarginBottom} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:expandedTitleMarginBottom + */ + public static int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#expandedTitleMarginEnd} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:expandedTitleMarginEnd + */ + public static int CollapsingToolbarLayout_expandedTitleMarginEnd = 4; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#expandedTitleMarginStart} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:expandedTitleMarginStart + */ + public static int CollapsingToolbarLayout_expandedTitleMarginStart = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#expandedTitleMarginTop} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:expandedTitleMarginTop + */ + public static int CollapsingToolbarLayout_expandedTitleMarginTop = 3; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#expandedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:expandedTitleTextAppearance + */ + public static int CollapsingToolbarLayout_expandedTitleTextAppearance = 6; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#scrimAnimationDuration} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:scrimAnimationDuration + */ + public static int CollapsingToolbarLayout_scrimAnimationDuration = 12; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#scrimVisibleHeightTrigger} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:scrimVisibleHeightTrigger + */ + public static int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#statusBarScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:statusBarScrim + */ + public static int CollapsingToolbarLayout_statusBarScrim = 9; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#title} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:title + */ + public static int CollapsingToolbarLayout_title = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#titleEnabled} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:titleEnabled + */ + public static int CollapsingToolbarLayout_titleEnabled = 15; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#toolbarId} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:toolbarId + */ + public static int CollapsingToolbarLayout_toolbarId = 10; + /** Attributes that can be used with a CollapsingToolbarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_Layout_layout_collapseMode android.support.mediacompat:layout_collapseMode}
{@link #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier android.support.mediacompat:layout_collapseParallaxMultiplier}
+ @see #CollapsingToolbarLayout_Layout_layout_collapseMode + @see #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier + */ + public static final int[] CollapsingToolbarLayout_Layout = { + 0x7f01012f, 0x7f010130 + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#layout_collapseMode} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ @attr name android.support.mediacompat:layout_collapseMode + */ + public static int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#layout_collapseParallaxMultiplier} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:layout_collapseParallaxMultiplier + */ + public static int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1; + /** Attributes that can be used with a ColorStateListItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ColorStateListItem_alpha android.support.mediacompat:alpha}
{@link #ColorStateListItem_android_alpha android:alpha}
{@link #ColorStateListItem_android_color android:color}
+ @see #ColorStateListItem_alpha + @see #ColorStateListItem_android_alpha + @see #ColorStateListItem_android_color + */ + public static final int[] ColorStateListItem = { + 0x010101a5, 0x0101031f, 0x7f0100cc + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:alpha + */ + public static int ColorStateListItem_alpha = 2; + /** +

This symbol is the offset where the {@link android.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:alpha + */ + public static int ColorStateListItem_android_alpha = 1; + /** +

This symbol is the offset where the {@link android.R.attr#color} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:color + */ + public static int ColorStateListItem_android_color = 0; + /** Attributes that can be used with a CompoundButton. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint android.support.mediacompat:buttonTint}
{@link #CompoundButton_buttonTintMode android.support.mediacompat:buttonTintMode}
+ @see #CompoundButton_android_button + @see #CompoundButton_buttonTint + @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton = { + 0x01010107, 0x7f0100cd, 0x7f0100ce + }; + /** +

This symbol is the offset where the {@link android.R.attr#button} + attribute's value can be found in the {@link #CompoundButton} array. + @attr name android:button + */ + public static int CompoundButton_android_button = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#buttonTint} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:buttonTint + */ + public static int CompoundButton_buttonTint = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#buttonTintMode} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.mediacompat:buttonTintMode + */ + public static int CompoundButton_buttonTintMode = 2; + /** Attributes that can be used with a CoordinatorLayout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CoordinatorLayout_keylines android.support.mediacompat:keylines}
{@link #CoordinatorLayout_statusBarBackground android.support.mediacompat:statusBarBackground}
+ @see #CoordinatorLayout_keylines + @see #CoordinatorLayout_statusBarBackground + */ + public static final int[] CoordinatorLayout = { + 0x7f010131, 0x7f010132 + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#keylines} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:keylines + */ + public static int CoordinatorLayout_keylines = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#statusBarBackground} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:statusBarBackground + */ + public static int CoordinatorLayout_statusBarBackground = 1; + /** Attributes that can be used with a CoordinatorLayout_Layout. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity}
{@link #CoordinatorLayout_Layout_layout_anchor android.support.mediacompat:layout_anchor}
{@link #CoordinatorLayout_Layout_layout_anchorGravity android.support.mediacompat:layout_anchorGravity}
{@link #CoordinatorLayout_Layout_layout_behavior android.support.mediacompat:layout_behavior}
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges android.support.mediacompat:layout_dodgeInsetEdges}
{@link #CoordinatorLayout_Layout_layout_insetEdge android.support.mediacompat:layout_insetEdge}
{@link #CoordinatorLayout_Layout_layout_keyline android.support.mediacompat:layout_keyline}
+ @see #CoordinatorLayout_Layout_android_layout_gravity + @see #CoordinatorLayout_Layout_layout_anchor + @see #CoordinatorLayout_Layout_layout_anchorGravity + @see #CoordinatorLayout_Layout_layout_behavior + @see #CoordinatorLayout_Layout_layout_dodgeInsetEdges + @see #CoordinatorLayout_Layout_layout_insetEdge + @see #CoordinatorLayout_Layout_layout_keyline + */ + public static final int[] CoordinatorLayout_Layout = { + 0x010100b3, 0x7f010133, 0x7f010134, 0x7f010135, + 0x7f010136, 0x7f010137, 0x7f010138 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + @attr name android:layout_gravity + */ + public static int CoordinatorLayout_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#layout_anchor} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:layout_anchor + */ + public static int CoordinatorLayout_Layout_layout_anchor = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#layout_anchorGravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ @attr name android.support.mediacompat:layout_anchorGravity + */ + public static int CoordinatorLayout_Layout_layout_anchorGravity = 4; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#layout_behavior} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:layout_behavior + */ + public static int CoordinatorLayout_Layout_layout_behavior = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#layout_dodgeInsetEdges} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ @attr name android.support.mediacompat:layout_dodgeInsetEdges + */ + public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#layout_insetEdge} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ @attr name android.support.mediacompat:layout_insetEdge + */ + public static int CoordinatorLayout_Layout_layout_insetEdge = 5; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#layout_keyline} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:layout_keyline + */ + public static int CoordinatorLayout_Layout_layout_keyline = 3; + /** Attributes that can be used with a DesignTheme. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #DesignTheme_bottomSheetDialogTheme android.support.mediacompat:bottomSheetDialogTheme}
{@link #DesignTheme_bottomSheetStyle android.support.mediacompat:bottomSheetStyle}
{@link #DesignTheme_textColorError android.support.mediacompat:textColorError}
+ @see #DesignTheme_bottomSheetDialogTheme + @see #DesignTheme_bottomSheetStyle + @see #DesignTheme_textColorError + */ + public static final int[] DesignTheme = { + 0x7f010139, 0x7f01013a, 0x7f01013b + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#bottomSheetDialogTheme} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:bottomSheetDialogTheme + */ + public static int DesignTheme_bottomSheetDialogTheme = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#bottomSheetStyle} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:bottomSheetStyle + */ + public static int DesignTheme_bottomSheetStyle = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#textColorError} + attribute's value can be found in the {@link #DesignTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.mediacompat:textColorError + */ + public static int DesignTheme_textColorError = 2; + /** Attributes that can be used with a DrawerArrowToggle. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength android.support.mediacompat:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength android.support.mediacompat:arrowShaftLength}
{@link #DrawerArrowToggle_barLength android.support.mediacompat:barLength}
{@link #DrawerArrowToggle_color android.support.mediacompat:color}
{@link #DrawerArrowToggle_drawableSize android.support.mediacompat:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars android.support.mediacompat:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars android.support.mediacompat:spinBars}
{@link #DrawerArrowToggle_thickness android.support.mediacompat:thickness}
+ @see #DrawerArrowToggle_arrowHeadLength + @see #DrawerArrowToggle_arrowShaftLength + @see #DrawerArrowToggle_barLength + @see #DrawerArrowToggle_color + @see #DrawerArrowToggle_drawableSize + @see #DrawerArrowToggle_gapBetweenBars + @see #DrawerArrowToggle_spinBars + @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle = { + 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2, + 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6 + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#arrowHeadLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:arrowHeadLength + */ + public static int DrawerArrowToggle_arrowHeadLength = 4; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#arrowShaftLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:arrowShaftLength + */ + public static int DrawerArrowToggle_arrowShaftLength = 5; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#barLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:barLength + */ + public static int DrawerArrowToggle_barLength = 6; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#color} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:color + */ + public static int DrawerArrowToggle_color = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#drawableSize} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:drawableSize + */ + public static int DrawerArrowToggle_drawableSize = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#gapBetweenBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:gapBetweenBars + */ + public static int DrawerArrowToggle_gapBetweenBars = 3; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#spinBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:spinBars + */ + public static int DrawerArrowToggle_spinBars = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#thickness} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:thickness + */ + public static int DrawerArrowToggle_thickness = 7; + /** Attributes that can be used with a FloatingActionButton. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #FloatingActionButton_backgroundTint android.support.mediacompat:backgroundTint}
{@link #FloatingActionButton_backgroundTintMode android.support.mediacompat:backgroundTintMode}
{@link #FloatingActionButton_borderWidth android.support.mediacompat:borderWidth}
{@link #FloatingActionButton_elevation android.support.mediacompat:elevation}
{@link #FloatingActionButton_fabSize android.support.mediacompat:fabSize}
{@link #FloatingActionButton_pressedTranslationZ android.support.mediacompat:pressedTranslationZ}
{@link #FloatingActionButton_rippleColor android.support.mediacompat:rippleColor}
{@link #FloatingActionButton_useCompatPadding android.support.mediacompat:useCompatPadding}
+ @see #FloatingActionButton_backgroundTint + @see #FloatingActionButton_backgroundTintMode + @see #FloatingActionButton_borderWidth + @see #FloatingActionButton_elevation + @see #FloatingActionButton_fabSize + @see #FloatingActionButton_pressedTranslationZ + @see #FloatingActionButton_rippleColor + @see #FloatingActionButton_useCompatPadding + */ + public static final int[] FloatingActionButton = { + 0x7f01003e, 0x7f010116, 0x7f010117, 0x7f01013c, + 0x7f01013d, 0x7f01013e, 0x7f01013f, 0x7f010140 + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#backgroundTint} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:backgroundTint + */ + public static int FloatingActionButton_backgroundTint = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.mediacompat:backgroundTintMode + */ + public static int FloatingActionButton_backgroundTintMode = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#borderWidth} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:borderWidth + */ + public static int FloatingActionButton_borderWidth = 6; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#elevation} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:elevation + */ + public static int FloatingActionButton_elevation = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#fabSize} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ @attr name android.support.mediacompat:fabSize + */ + public static int FloatingActionButton_fabSize = 4; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#pressedTranslationZ} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:pressedTranslationZ + */ + public static int FloatingActionButton_pressedTranslationZ = 5; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#rippleColor} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:rippleColor + */ + public static int FloatingActionButton_rippleColor = 3; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#useCompatPadding} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:useCompatPadding + */ + public static int FloatingActionButton_useCompatPadding = 7; + /** Attributes that can be used with a FloatingActionButton_Behavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #FloatingActionButton_Behavior_Layout_behavior_autoHide android.support.mediacompat:behavior_autoHide}
+ @see #FloatingActionButton_Behavior_Layout_behavior_autoHide + */ + public static final int[] FloatingActionButton_Behavior_Layout = { + 0x7f010141 + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#behavior_autoHide} + attribute's value can be found in the {@link #FloatingActionButton_Behavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:behavior_autoHide + */ + public static int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; + /** Attributes that can be used with a FontFamily. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamily_fontProviderAuthority android.support.mediacompat:fontProviderAuthority}
{@link #FontFamily_fontProviderCerts android.support.mediacompat:fontProviderCerts}
{@link #FontFamily_fontProviderFetchStrategy android.support.mediacompat:fontProviderFetchStrategy}
{@link #FontFamily_fontProviderFetchTimeout android.support.mediacompat:fontProviderFetchTimeout}
{@link #FontFamily_fontProviderPackage android.support.mediacompat:fontProviderPackage}
{@link #FontFamily_fontProviderQuery android.support.mediacompat:fontProviderQuery}
+ @see #FontFamily_fontProviderAuthority + @see #FontFamily_fontProviderCerts + @see #FontFamily_fontProviderFetchStrategy + @see #FontFamily_fontProviderFetchTimeout + @see #FontFamily_fontProviderPackage + @see #FontFamily_fontProviderQuery + */ + public static final int[] FontFamily = { + 0x7f01016a, 0x7f01016b, 0x7f01016c, 0x7f01016d, + 0x7f01016e, 0x7f01016f + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#fontProviderAuthority} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:fontProviderAuthority + */ + public static int FontFamily_fontProviderAuthority = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#fontProviderCerts} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:fontProviderCerts + */ + public static int FontFamily_fontProviderCerts = 3; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#fontProviderFetchStrategy} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ @attr name android.support.mediacompat:fontProviderFetchStrategy + */ + public static int FontFamily_fontProviderFetchStrategy = 4; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#fontProviderFetchTimeout} + attribute's value can be found in the {@link #FontFamily} array. + + +

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ @attr name android.support.mediacompat:fontProviderFetchTimeout + */ + public static int FontFamily_fontProviderFetchTimeout = 5; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#fontProviderPackage} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:fontProviderPackage + */ + public static int FontFamily_fontProviderPackage = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#fontProviderQuery} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:fontProviderQuery + */ + public static int FontFamily_fontProviderQuery = 2; + /** Attributes that can be used with a FontFamilyFont. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamilyFont_android_font android:font}
{@link #FontFamilyFont_android_fontStyle android:fontStyle}
{@link #FontFamilyFont_android_fontWeight android:fontWeight}
{@link #FontFamilyFont_font android.support.mediacompat:font}
{@link #FontFamilyFont_fontStyle android.support.mediacompat:fontStyle}
{@link #FontFamilyFont_fontWeight android.support.mediacompat:fontWeight}
+ @see #FontFamilyFont_android_font + @see #FontFamilyFont_android_fontStyle + @see #FontFamilyFont_android_fontWeight + @see #FontFamilyFont_font + @see #FontFamilyFont_fontStyle + @see #FontFamilyFont_fontWeight + */ + public static final int[] FontFamilyFont = { + 0x01010532, 0x01010533, 0x0101053f, 0x7f010170, + 0x7f010171, 0x7f010172 + }; + /** +

This symbol is the offset where the {@link android.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:font + */ + public static int FontFamilyFont_android_font = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontStyle + */ + public static int FontFamilyFont_android_fontStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontWeight + */ + public static int FontFamilyFont_android_fontWeight = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:font + */ + public static int FontFamilyFont_font = 4; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ @attr name android.support.mediacompat:fontStyle + */ + public static int FontFamilyFont_fontStyle = 3; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:fontWeight + */ + public static int FontFamilyFont_fontWeight = 5; + /** Attributes that can be used with a ForegroundLinearLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ForegroundLinearLayout_android_foreground android:foreground}
{@link #ForegroundLinearLayout_android_foregroundGravity android:foregroundGravity}
{@link #ForegroundLinearLayout_foregroundInsidePadding android.support.mediacompat:foregroundInsidePadding}
+ @see #ForegroundLinearLayout_android_foreground + @see #ForegroundLinearLayout_android_foregroundGravity + @see #ForegroundLinearLayout_foregroundInsidePadding + */ + public static final int[] ForegroundLinearLayout = { + 0x01010109, 0x01010200, 0x7f010142 + }; + /** +

This symbol is the offset where the {@link android.R.attr#foreground} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foreground + */ + public static int ForegroundLinearLayout_android_foreground = 0; + /** +

This symbol is the offset where the {@link android.R.attr#foregroundGravity} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foregroundGravity + */ + public static int ForegroundLinearLayout_android_foregroundGravity = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#foregroundInsidePadding} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:foregroundInsidePadding + */ + public static int ForegroundLinearLayout_foregroundInsidePadding = 2; + /** Attributes that can be used with a LinearLayoutCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider android.support.mediacompat:divider}
{@link #LinearLayoutCompat_dividerPadding android.support.mediacompat:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild android.support.mediacompat:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers android.support.mediacompat:showDividers}
+ @see #LinearLayoutCompat_android_baselineAligned + @see #LinearLayoutCompat_android_baselineAlignedChildIndex + @see #LinearLayoutCompat_android_gravity + @see #LinearLayoutCompat_android_orientation + @see #LinearLayoutCompat_android_weightSum + @see #LinearLayoutCompat_divider + @see #LinearLayoutCompat_dividerPadding + @see #LinearLayoutCompat_measureWithLargestChild + @see #LinearLayoutCompat_showDividers + */ + public static final int[] LinearLayoutCompat = { + 0x010100af, 0x010100c4, 0x01010126, 0x01010127, + 0x01010128, 0x7f01002d, 0x7f0100d7, 0x7f0100d8, + 0x7f0100d9 + }; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAligned} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAligned + */ + public static int LinearLayoutCompat_android_baselineAligned = 2; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAlignedChildIndex + */ + public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:gravity + */ + public static int LinearLayoutCompat_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:orientation + */ + public static int LinearLayoutCompat_android_orientation = 1; + /** +

This symbol is the offset where the {@link android.R.attr#weightSum} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:weightSum + */ + public static int LinearLayoutCompat_android_weightSum = 4; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#divider} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:divider + */ + public static int LinearLayoutCompat_divider = 5; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#dividerPadding} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:dividerPadding + */ + public static int LinearLayoutCompat_dividerPadding = 8; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#measureWithLargestChild} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:measureWithLargestChild + */ + public static int LinearLayoutCompat_measureWithLargestChild = 6; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#showDividers} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ @attr name android.support.mediacompat:showDividers + */ + public static int LinearLayoutCompat_showDividers = 7; + /** Attributes that can be used with a LinearLayoutCompat_Layout. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
+ @see #LinearLayoutCompat_Layout_android_layout_gravity + @see #LinearLayoutCompat_Layout_android_layout_height + @see #LinearLayoutCompat_Layout_android_layout_weight + @see #LinearLayoutCompat_Layout_android_layout_width + */ + public static final int[] LinearLayoutCompat_Layout = { + 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_gravity + */ + public static int LinearLayoutCompat_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout_height} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_height + */ + public static int LinearLayoutCompat_Layout_android_layout_height = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout_weight} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_weight + */ + public static int LinearLayoutCompat_Layout_android_layout_weight = 3; + /** +

This symbol is the offset where the {@link android.R.attr#layout_width} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_width + */ + public static int LinearLayoutCompat_Layout_android_layout_width = 1; + /** Attributes that can be used with a ListPopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
+ @see #ListPopupWindow_android_dropDownHorizontalOffset + @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow = { + 0x010102ac, 0x010102ad + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownHorizontalOffset + */ + public static int ListPopupWindow_android_dropDownHorizontalOffset = 0; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownVerticalOffset + */ + public static int ListPopupWindow_android_dropDownVerticalOffset = 1; + /** Attributes that can be used with a MediaRouteButton. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #MediaRouteButton_android_minHeight android:minHeight}
{@link #MediaRouteButton_android_minWidth android:minWidth}
{@link #MediaRouteButton_externalRouteEnabledDrawable android.support.mediacompat:externalRouteEnabledDrawable}
{@link #MediaRouteButton_mediaRouteButtonTint android.support.mediacompat:mediaRouteButtonTint}
+ @see #MediaRouteButton_android_minHeight + @see #MediaRouteButton_android_minWidth + @see #MediaRouteButton_externalRouteEnabledDrawable + @see #MediaRouteButton_mediaRouteButtonTint + */ + public static final int[] MediaRouteButton = { + 0x0101013f, 0x01010140, 0x7f010015, 0x7f010016 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minHeight + */ + public static int MediaRouteButton_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minWidth + */ + public static int MediaRouteButton_android_minWidth = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#externalRouteEnabledDrawable} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:externalRouteEnabledDrawable + */ + public static int MediaRouteButton_externalRouteEnabledDrawable = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#mediaRouteButtonTint} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:mediaRouteButtonTint + */ + public static int MediaRouteButton_mediaRouteButtonTint = 3; + /** Attributes that can be used with a MenuGroup. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_visible android:visible}
+ @see #MenuGroup_android_checkableBehavior + @see #MenuGroup_android_enabled + @see #MenuGroup_android_id + @see #MenuGroup_android_menuCategory + @see #MenuGroup_android_orderInCategory + @see #MenuGroup_android_visible + */ + public static final int[] MenuGroup = { + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** +

This symbol is the offset where the {@link android.R.attr#checkableBehavior} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:checkableBehavior + */ + public static int MenuGroup_android_checkableBehavior = 5; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:enabled + */ + public static int MenuGroup_android_enabled = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:id + */ + public static int MenuGroup_android_id = 1; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:menuCategory + */ + public static int MenuGroup_android_menuCategory = 3; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:orderInCategory + */ + public static int MenuGroup_android_orderInCategory = 4; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:visible + */ + public static int MenuGroup_android_visible = 2; + /** Attributes that can be used with a MenuItem. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #MenuItem_actionLayout android.support.mediacompat:actionLayout}
{@link #MenuItem_actionProviderClass android.support.mediacompat:actionProviderClass}
{@link #MenuItem_actionViewClass android.support.mediacompat:actionViewClass}
{@link #MenuItem_alphabeticModifiers android.support.mediacompat:alphabeticModifiers}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_contentDescription android.support.mediacompat:contentDescription}
{@link #MenuItem_iconTint android.support.mediacompat:iconTint}
{@link #MenuItem_iconTintMode android.support.mediacompat:iconTintMode}
{@link #MenuItem_numericModifiers android.support.mediacompat:numericModifiers}
{@link #MenuItem_showAsAction android.support.mediacompat:showAsAction}
{@link #MenuItem_tooltipText android.support.mediacompat:tooltipText}
+ @see #MenuItem_actionLayout + @see #MenuItem_actionProviderClass + @see #MenuItem_actionViewClass + @see #MenuItem_alphabeticModifiers + @see #MenuItem_android_alphabeticShortcut + @see #MenuItem_android_checkable + @see #MenuItem_android_checked + @see #MenuItem_android_enabled + @see #MenuItem_android_icon + @see #MenuItem_android_id + @see #MenuItem_android_menuCategory + @see #MenuItem_android_numericShortcut + @see #MenuItem_android_onClick + @see #MenuItem_android_orderInCategory + @see #MenuItem_android_title + @see #MenuItem_android_titleCondensed + @see #MenuItem_android_visible + @see #MenuItem_contentDescription + @see #MenuItem_iconTint + @see #MenuItem_iconTintMode + @see #MenuItem_numericModifiers + @see #MenuItem_showAsAction + @see #MenuItem_tooltipText + */ + public static final int[] MenuItem = { + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f0100da, 0x7f0100db, 0x7f0100dc, + 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, + 0x7f0100e1, 0x7f0100e2, 0x7f0100e3 + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionLayout} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:actionLayout + */ + public static int MenuItem_actionLayout = 16; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionProviderClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:actionProviderClass + */ + public static int MenuItem_actionProviderClass = 18; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#actionViewClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:actionViewClass + */ + public static int MenuItem_actionViewClass = 17; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#alphabeticModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name android.support.mediacompat:alphabeticModifiers + */ + public static int MenuItem_alphabeticModifiers = 13; + /** +

This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:alphabeticShortcut + */ + public static int MenuItem_android_alphabeticShortcut = 9; + /** +

This symbol is the offset where the {@link android.R.attr#checkable} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checkable + */ + public static int MenuItem_android_checkable = 11; + /** +

This symbol is the offset where the {@link android.R.attr#checked} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checked + */ + public static int MenuItem_android_checked = 3; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:enabled + */ + public static int MenuItem_android_enabled = 1; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:icon + */ + public static int MenuItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:id + */ + public static int MenuItem_android_id = 2; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:menuCategory + */ + public static int MenuItem_android_menuCategory = 5; + /** +

This symbol is the offset where the {@link android.R.attr#numericShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:numericShortcut + */ + public static int MenuItem_android_numericShortcut = 10; + /** +

This symbol is the offset where the {@link android.R.attr#onClick} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:onClick + */ + public static int MenuItem_android_onClick = 12; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:orderInCategory + */ + public static int MenuItem_android_orderInCategory = 6; + /** +

This symbol is the offset where the {@link android.R.attr#title} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:title + */ + public static int MenuItem_android_title = 7; + /** +

This symbol is the offset where the {@link android.R.attr#titleCondensed} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:titleCondensed + */ + public static int MenuItem_android_titleCondensed = 8; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:visible + */ + public static int MenuItem_android_visible = 4; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#contentDescription} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:contentDescription + */ + public static int MenuItem_contentDescription = 19; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#iconTint} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:iconTint + */ + public static int MenuItem_iconTint = 21; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#iconTintMode} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.mediacompat:iconTintMode + */ + public static int MenuItem_iconTintMode = 22; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#numericModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name android.support.mediacompat:numericModifiers + */ + public static int MenuItem_numericModifiers = 14; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#showAsAction} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ @attr name android.support.mediacompat:showAsAction + */ + public static int MenuItem_showAsAction = 15; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tooltipText} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:tooltipText + */ + public static int MenuItem_tooltipText = 20; + /** Attributes that can be used with a MenuView. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_preserveIconSpacing android.support.mediacompat:preserveIconSpacing}
{@link #MenuView_subMenuArrow android.support.mediacompat:subMenuArrow}
+ @see #MenuView_android_headerBackground + @see #MenuView_android_horizontalDivider + @see #MenuView_android_itemBackground + @see #MenuView_android_itemIconDisabledAlpha + @see #MenuView_android_itemTextAppearance + @see #MenuView_android_verticalDivider + @see #MenuView_android_windowAnimationStyle + @see #MenuView_preserveIconSpacing + @see #MenuView_subMenuArrow + */ + public static final int[] MenuView = { + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f0100e4, + 0x7f0100e5 + }; + /** +

This symbol is the offset where the {@link android.R.attr#headerBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:headerBackground + */ + public static int MenuView_android_headerBackground = 4; + /** +

This symbol is the offset where the {@link android.R.attr#horizontalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:horizontalDivider + */ + public static int MenuView_android_horizontalDivider = 2; + /** +

This symbol is the offset where the {@link android.R.attr#itemBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemBackground + */ + public static int MenuView_android_itemBackground = 5; + /** +

This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemIconDisabledAlpha + */ + public static int MenuView_android_itemIconDisabledAlpha = 6; + /** +

This symbol is the offset where the {@link android.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemTextAppearance + */ + public static int MenuView_android_itemTextAppearance = 1; + /** +

This symbol is the offset where the {@link android.R.attr#verticalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:verticalDivider + */ + public static int MenuView_android_verticalDivider = 3; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:windowAnimationStyle + */ + public static int MenuView_android_windowAnimationStyle = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#preserveIconSpacing} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:preserveIconSpacing + */ + public static int MenuView_preserveIconSpacing = 7; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#subMenuArrow} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:subMenuArrow + */ + public static int MenuView_subMenuArrow = 8; + /** Attributes that can be used with a NavigationView. +

Includes the following attributes:

+ + + + + + + + + + + + + + +
AttributeDescription
{@link #NavigationView_android_background android:background}
{@link #NavigationView_android_fitsSystemWindows android:fitsSystemWindows}
{@link #NavigationView_android_maxWidth android:maxWidth}
{@link #NavigationView_elevation android.support.mediacompat:elevation}
{@link #NavigationView_headerLayout android.support.mediacompat:headerLayout}
{@link #NavigationView_itemBackground android.support.mediacompat:itemBackground}
{@link #NavigationView_itemIconTint android.support.mediacompat:itemIconTint}
{@link #NavigationView_itemTextAppearance android.support.mediacompat:itemTextAppearance}
{@link #NavigationView_itemTextColor android.support.mediacompat:itemTextColor}
{@link #NavigationView_menu android.support.mediacompat:menu}
+ @see #NavigationView_android_background + @see #NavigationView_android_fitsSystemWindows + @see #NavigationView_android_maxWidth + @see #NavigationView_elevation + @see #NavigationView_headerLayout + @see #NavigationView_itemBackground + @see #NavigationView_itemIconTint + @see #NavigationView_itemTextAppearance + @see #NavigationView_itemTextColor + @see #NavigationView_menu + */ + public static final int[] NavigationView = { + 0x010100d4, 0x010100dd, 0x0101011f, 0x7f01003e, + 0x7f010143, 0x7f010144, 0x7f010145, 0x7f010146, + 0x7f010147, 0x7f010148 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:background + */ + public static int NavigationView_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fitsSystemWindows} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:fitsSystemWindows + */ + public static int NavigationView_android_fitsSystemWindows = 1; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:maxWidth + */ + public static int NavigationView_android_maxWidth = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#elevation} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:elevation + */ + public static int NavigationView_elevation = 3; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#headerLayout} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:headerLayout + */ + public static int NavigationView_headerLayout = 9; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#itemBackground} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:itemBackground + */ + public static int NavigationView_itemBackground = 7; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#itemIconTint} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:itemIconTint + */ + public static int NavigationView_itemIconTint = 5; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:itemTextAppearance + */ + public static int NavigationView_itemTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#itemTextColor} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:itemTextColor + */ + public static int NavigationView_itemTextColor = 6; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#menu} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:menu + */ + public static int NavigationView_menu = 4; + /** Attributes that can be used with a PopupWindow. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle}
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_overlapAnchor android.support.mediacompat:overlapAnchor}
+ @see #PopupWindow_android_popupAnimationStyle + @see #PopupWindow_android_popupBackground + @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow = { + 0x01010176, 0x010102c9, 0x7f0100e6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#popupAnimationStyle} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupAnimationStyle + */ + public static int PopupWindow_android_popupAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupBackground + */ + public static int PopupWindow_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#overlapAnchor} + attribute's value can be found in the {@link #PopupWindow} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:overlapAnchor + */ + public static int PopupWindow_overlapAnchor = 2; + /** Attributes that can be used with a PopupWindowBackgroundState. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor android.support.mediacompat:state_above_anchor}
+ @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState = { + 0x7f0100e7 + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#state_above_anchor} + attribute's value can be found in the {@link #PopupWindowBackgroundState} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:state_above_anchor + */ + public static int PopupWindowBackgroundState_state_above_anchor = 0; + /** Attributes that can be used with a RecycleListView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #RecycleListView_paddingBottomNoButtons android.support.mediacompat:paddingBottomNoButtons}
{@link #RecycleListView_paddingTopNoTitle android.support.mediacompat:paddingTopNoTitle}
+ @see #RecycleListView_paddingBottomNoButtons + @see #RecycleListView_paddingTopNoTitle + */ + public static final int[] RecycleListView = { + 0x7f0100e8, 0x7f0100e9 + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#paddingBottomNoButtons} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:paddingBottomNoButtons + */ + public static int RecycleListView_paddingBottomNoButtons = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#paddingTopNoTitle} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:paddingTopNoTitle + */ + public static int RecycleListView_paddingTopNoTitle = 1; + /** Attributes that can be used with a RecyclerView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + +
AttributeDescription
{@link #RecyclerView_android_descendantFocusability android:descendantFocusability}
{@link #RecyclerView_android_orientation android:orientation}
{@link #RecyclerView_fastScrollEnabled android.support.mediacompat:fastScrollEnabled}
{@link #RecyclerView_fastScrollHorizontalThumbDrawable android.support.mediacompat:fastScrollHorizontalThumbDrawable}
{@link #RecyclerView_fastScrollHorizontalTrackDrawable android.support.mediacompat:fastScrollHorizontalTrackDrawable}
{@link #RecyclerView_fastScrollVerticalThumbDrawable android.support.mediacompat:fastScrollVerticalThumbDrawable}
{@link #RecyclerView_fastScrollVerticalTrackDrawable android.support.mediacompat:fastScrollVerticalTrackDrawable}
{@link #RecyclerView_layoutManager android.support.mediacompat:layoutManager}
{@link #RecyclerView_reverseLayout android.support.mediacompat:reverseLayout}
{@link #RecyclerView_spanCount android.support.mediacompat:spanCount}
{@link #RecyclerView_stackFromEnd android.support.mediacompat:stackFromEnd}
+ @see #RecyclerView_android_descendantFocusability + @see #RecyclerView_android_orientation + @see #RecyclerView_fastScrollEnabled + @see #RecyclerView_fastScrollHorizontalThumbDrawable + @see #RecyclerView_fastScrollHorizontalTrackDrawable + @see #RecyclerView_fastScrollVerticalThumbDrawable + @see #RecyclerView_fastScrollVerticalTrackDrawable + @see #RecyclerView_layoutManager + @see #RecyclerView_reverseLayout + @see #RecyclerView_spanCount + @see #RecyclerView_stackFromEnd + */ + public static final int[] RecyclerView = { + 0x010100c4, 0x010100f1, 0x7f010000, 0x7f010001, + 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, + 0x7f010006, 0x7f010007, 0x7f010008 + }; + /** +

This symbol is the offset where the {@link android.R.attr#descendantFocusability} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:descendantFocusability + */ + public static int RecyclerView_android_descendantFocusability = 1; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:orientation + */ + public static int RecyclerView_android_orientation = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#fastScrollEnabled} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:fastScrollEnabled + */ + public static int RecyclerView_fastScrollEnabled = 6; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#fastScrollHorizontalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:fastScrollHorizontalThumbDrawable + */ + public static int RecyclerView_fastScrollHorizontalThumbDrawable = 9; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#fastScrollHorizontalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:fastScrollHorizontalTrackDrawable + */ + public static int RecyclerView_fastScrollHorizontalTrackDrawable = 10; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#fastScrollVerticalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:fastScrollVerticalThumbDrawable + */ + public static int RecyclerView_fastScrollVerticalThumbDrawable = 7; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#fastScrollVerticalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:fastScrollVerticalTrackDrawable + */ + public static int RecyclerView_fastScrollVerticalTrackDrawable = 8; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#layoutManager} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:layoutManager + */ + public static int RecyclerView_layoutManager = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#reverseLayout} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:reverseLayout + */ + public static int RecyclerView_reverseLayout = 4; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#spanCount} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:spanCount + */ + public static int RecyclerView_spanCount = 3; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#stackFromEnd} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:stackFromEnd + */ + public static int RecyclerView_stackFromEnd = 5; + /** Attributes that can be used with a ScrimInsetsFrameLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrimInsetsFrameLayout_insetForeground android.support.mediacompat:insetForeground}
+ @see #ScrimInsetsFrameLayout_insetForeground + */ + public static final int[] ScrimInsetsFrameLayout = { + 0x7f010149 + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#insetForeground} + attribute's value can be found in the {@link #ScrimInsetsFrameLayout} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.mediacompat:insetForeground + */ + public static int ScrimInsetsFrameLayout_insetForeground = 0; + /** Attributes that can be used with a ScrollingViewBehavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrollingViewBehavior_Layout_behavior_overlapTop android.support.mediacompat:behavior_overlapTop}
+ @see #ScrollingViewBehavior_Layout_behavior_overlapTop + */ + public static final int[] ScrollingViewBehavior_Layout = { + 0x7f01014a + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#behavior_overlapTop} + attribute's value can be found in the {@link #ScrollingViewBehavior_Layout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:behavior_overlapTop + */ + public static int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; + /** Attributes that can be used with a SearchView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_closeIcon android.support.mediacompat:closeIcon}
{@link #SearchView_commitIcon android.support.mediacompat:commitIcon}
{@link #SearchView_defaultQueryHint android.support.mediacompat:defaultQueryHint}
{@link #SearchView_goIcon android.support.mediacompat:goIcon}
{@link #SearchView_iconifiedByDefault android.support.mediacompat:iconifiedByDefault}
{@link #SearchView_layout android.support.mediacompat:layout}
{@link #SearchView_queryBackground android.support.mediacompat:queryBackground}
{@link #SearchView_queryHint android.support.mediacompat:queryHint}
{@link #SearchView_searchHintIcon android.support.mediacompat:searchHintIcon}
{@link #SearchView_searchIcon android.support.mediacompat:searchIcon}
{@link #SearchView_submitBackground android.support.mediacompat:submitBackground}
{@link #SearchView_suggestionRowLayout android.support.mediacompat:suggestionRowLayout}
{@link #SearchView_voiceIcon android.support.mediacompat:voiceIcon}
+ @see #SearchView_android_focusable + @see #SearchView_android_imeOptions + @see #SearchView_android_inputType + @see #SearchView_android_maxWidth + @see #SearchView_closeIcon + @see #SearchView_commitIcon + @see #SearchView_defaultQueryHint + @see #SearchView_goIcon + @see #SearchView_iconifiedByDefault + @see #SearchView_layout + @see #SearchView_queryBackground + @see #SearchView_queryHint + @see #SearchView_searchHintIcon + @see #SearchView_searchIcon + @see #SearchView_submitBackground + @see #SearchView_suggestionRowLayout + @see #SearchView_voiceIcon + */ + public static final int[] SearchView = { + 0x010100da, 0x0101011f, 0x01010220, 0x01010264, + 0x7f0100ea, 0x7f0100eb, 0x7f0100ec, 0x7f0100ed, + 0x7f0100ee, 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, + 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, + 0x7f0100f6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:focusable + */ + public static int SearchView_android_focusable = 0; + /** +

This symbol is the offset where the {@link android.R.attr#imeOptions} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:imeOptions + */ + public static int SearchView_android_imeOptions = 3; + /** +

This symbol is the offset where the {@link android.R.attr#inputType} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:inputType + */ + public static int SearchView_android_inputType = 2; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:maxWidth + */ + public static int SearchView_android_maxWidth = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#closeIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:closeIcon + */ + public static int SearchView_closeIcon = 8; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#commitIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:commitIcon + */ + public static int SearchView_commitIcon = 13; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#defaultQueryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:defaultQueryHint + */ + public static int SearchView_defaultQueryHint = 7; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#goIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:goIcon + */ + public static int SearchView_goIcon = 9; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#iconifiedByDefault} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:iconifiedByDefault + */ + public static int SearchView_iconifiedByDefault = 5; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#layout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:layout + */ + public static int SearchView_layout = 4; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#queryBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:queryBackground + */ + public static int SearchView_queryBackground = 15; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#queryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:queryHint + */ + public static int SearchView_queryHint = 6; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#searchHintIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:searchHintIcon + */ + public static int SearchView_searchHintIcon = 11; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#searchIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:searchIcon + */ + public static int SearchView_searchIcon = 10; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#submitBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:submitBackground + */ + public static int SearchView_submitBackground = 16; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#suggestionRowLayout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:suggestionRowLayout + */ + public static int SearchView_suggestionRowLayout = 14; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#voiceIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:voiceIcon + */ + public static int SearchView_voiceIcon = 12; + /** Attributes that can be used with a SnackbarLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #SnackbarLayout_android_maxWidth android:maxWidth}
{@link #SnackbarLayout_elevation android.support.mediacompat:elevation}
{@link #SnackbarLayout_maxActionInlineWidth android.support.mediacompat:maxActionInlineWidth}
+ @see #SnackbarLayout_android_maxWidth + @see #SnackbarLayout_elevation + @see #SnackbarLayout_maxActionInlineWidth + */ + public static final int[] SnackbarLayout = { + 0x0101011f, 0x7f01003e, 0x7f01014b + }; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + @attr name android:maxWidth + */ + public static int SnackbarLayout_android_maxWidth = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#elevation} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:elevation + */ + public static int SnackbarLayout_elevation = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#maxActionInlineWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:maxActionInlineWidth + */ + public static int SnackbarLayout_maxActionInlineWidth = 2; + /** Attributes that can be used with a Spinner. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_android_entries android:entries}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_popupTheme android.support.mediacompat:popupTheme}
+ @see #Spinner_android_dropDownWidth + @see #Spinner_android_entries + @see #Spinner_android_popupBackground + @see #Spinner_android_prompt + @see #Spinner_popupTheme + */ + public static final int[] Spinner = { + 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, + 0x7f01003f + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:dropDownWidth + */ + public static int Spinner_android_dropDownWidth = 3; + /** +

This symbol is the offset where the {@link android.R.attr#entries} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:entries + */ + public static int Spinner_android_entries = 0; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:popupBackground + */ + public static int Spinner_android_popupBackground = 1; + /** +

This symbol is the offset where the {@link android.R.attr#prompt} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:prompt + */ + public static int Spinner_android_prompt = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#popupTheme} + attribute's value can be found in the {@link #Spinner} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:popupTheme + */ + public static int Spinner_popupTheme = 4; + /** Attributes that can be used with a SwitchCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText android.support.mediacompat:showText}
{@link #SwitchCompat_splitTrack android.support.mediacompat:splitTrack}
{@link #SwitchCompat_switchMinWidth android.support.mediacompat:switchMinWidth}
{@link #SwitchCompat_switchPadding android.support.mediacompat:switchPadding}
{@link #SwitchCompat_switchTextAppearance android.support.mediacompat:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding android.support.mediacompat:thumbTextPadding}
{@link #SwitchCompat_thumbTint android.support.mediacompat:thumbTint}
{@link #SwitchCompat_thumbTintMode android.support.mediacompat:thumbTintMode}
{@link #SwitchCompat_track android.support.mediacompat:track}
{@link #SwitchCompat_trackTint android.support.mediacompat:trackTint}
{@link #SwitchCompat_trackTintMode android.support.mediacompat:trackTintMode}
+ @see #SwitchCompat_android_textOff + @see #SwitchCompat_android_textOn + @see #SwitchCompat_android_thumb + @see #SwitchCompat_showText + @see #SwitchCompat_splitTrack + @see #SwitchCompat_switchMinWidth + @see #SwitchCompat_switchPadding + @see #SwitchCompat_switchTextAppearance + @see #SwitchCompat_thumbTextPadding + @see #SwitchCompat_thumbTint + @see #SwitchCompat_thumbTintMode + @see #SwitchCompat_track + @see #SwitchCompat_trackTint + @see #SwitchCompat_trackTintMode + */ + public static final int[] SwitchCompat = { + 0x01010124, 0x01010125, 0x01010142, 0x7f0100f7, + 0x7f0100f8, 0x7f0100f9, 0x7f0100fa, 0x7f0100fb, + 0x7f0100fc, 0x7f0100fd, 0x7f0100fe, 0x7f0100ff, + 0x7f010100, 0x7f010101 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textOff} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOff + */ + public static int SwitchCompat_android_textOff = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textOn} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOn + */ + public static int SwitchCompat_android_textOn = 0; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:thumb + */ + public static int SwitchCompat_android_thumb = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#showText} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:showText + */ + public static int SwitchCompat_showText = 13; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#splitTrack} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:splitTrack + */ + public static int SwitchCompat_splitTrack = 12; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#switchMinWidth} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:switchMinWidth + */ + public static int SwitchCompat_switchMinWidth = 10; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#switchPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:switchPadding + */ + public static int SwitchCompat_switchPadding = 11; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#switchTextAppearance} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:switchTextAppearance + */ + public static int SwitchCompat_switchTextAppearance = 9; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#thumbTextPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:thumbTextPadding + */ + public static int SwitchCompat_thumbTextPadding = 8; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#thumbTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:thumbTint + */ + public static int SwitchCompat_thumbTint = 3; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#thumbTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.mediacompat:thumbTintMode + */ + public static int SwitchCompat_thumbTintMode = 4; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#track} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:track + */ + public static int SwitchCompat_track = 5; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#trackTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:trackTint + */ + public static int SwitchCompat_trackTint = 6; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#trackTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.mediacompat:trackTintMode + */ + public static int SwitchCompat_trackTintMode = 7; + /** Attributes that can be used with a TabItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #TabItem_android_icon android:icon}
{@link #TabItem_android_layout android:layout}
{@link #TabItem_android_text android:text}
+ @see #TabItem_android_icon + @see #TabItem_android_layout + @see #TabItem_android_text + */ + public static final int[] TabItem = { + 0x01010002, 0x010100f2, 0x0101014f + }; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:icon + */ + public static int TabItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:layout + */ + public static int TabItem_android_layout = 1; + /** +

This symbol is the offset where the {@link android.R.attr#text} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:text + */ + public static int TabItem_android_text = 2; + /** Attributes that can be used with a TabLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TabLayout_tabBackground android.support.mediacompat:tabBackground}
{@link #TabLayout_tabContentStart android.support.mediacompat:tabContentStart}
{@link #TabLayout_tabGravity android.support.mediacompat:tabGravity}
{@link #TabLayout_tabIndicatorColor android.support.mediacompat:tabIndicatorColor}
{@link #TabLayout_tabIndicatorHeight android.support.mediacompat:tabIndicatorHeight}
{@link #TabLayout_tabMaxWidth android.support.mediacompat:tabMaxWidth}
{@link #TabLayout_tabMinWidth android.support.mediacompat:tabMinWidth}
{@link #TabLayout_tabMode android.support.mediacompat:tabMode}
{@link #TabLayout_tabPadding android.support.mediacompat:tabPadding}
{@link #TabLayout_tabPaddingBottom android.support.mediacompat:tabPaddingBottom}
{@link #TabLayout_tabPaddingEnd android.support.mediacompat:tabPaddingEnd}
{@link #TabLayout_tabPaddingStart android.support.mediacompat:tabPaddingStart}
{@link #TabLayout_tabPaddingTop android.support.mediacompat:tabPaddingTop}
{@link #TabLayout_tabSelectedTextColor android.support.mediacompat:tabSelectedTextColor}
{@link #TabLayout_tabTextAppearance android.support.mediacompat:tabTextAppearance}
{@link #TabLayout_tabTextColor android.support.mediacompat:tabTextColor}
+ @see #TabLayout_tabBackground + @see #TabLayout_tabContentStart + @see #TabLayout_tabGravity + @see #TabLayout_tabIndicatorColor + @see #TabLayout_tabIndicatorHeight + @see #TabLayout_tabMaxWidth + @see #TabLayout_tabMinWidth + @see #TabLayout_tabMode + @see #TabLayout_tabPadding + @see #TabLayout_tabPaddingBottom + @see #TabLayout_tabPaddingEnd + @see #TabLayout_tabPaddingStart + @see #TabLayout_tabPaddingTop + @see #TabLayout_tabSelectedTextColor + @see #TabLayout_tabTextAppearance + @see #TabLayout_tabTextColor + */ + public static final int[] TabLayout = { + 0x7f01014c, 0x7f01014d, 0x7f01014e, 0x7f01014f, + 0x7f010150, 0x7f010151, 0x7f010152, 0x7f010153, + 0x7f010154, 0x7f010155, 0x7f010156, 0x7f010157, + 0x7f010158, 0x7f010159, 0x7f01015a, 0x7f01015b + }; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tabBackground} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:tabBackground + */ + public static int TabLayout_tabBackground = 3; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tabContentStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:tabContentStart + */ + public static int TabLayout_tabContentStart = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tabGravity} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ @attr name android.support.mediacompat:tabGravity + */ + public static int TabLayout_tabGravity = 5; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tabIndicatorColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:tabIndicatorColor + */ + public static int TabLayout_tabIndicatorColor = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tabIndicatorHeight} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:tabIndicatorHeight + */ + public static int TabLayout_tabIndicatorHeight = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tabMaxWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:tabMaxWidth + */ + public static int TabLayout_tabMaxWidth = 7; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tabMinWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:tabMinWidth + */ + public static int TabLayout_tabMinWidth = 6; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tabMode} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ @attr name android.support.mediacompat:tabMode + */ + public static int TabLayout_tabMode = 4; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tabPadding} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:tabPadding + */ + public static int TabLayout_tabPadding = 15; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tabPaddingBottom} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:tabPaddingBottom + */ + public static int TabLayout_tabPaddingBottom = 14; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tabPaddingEnd} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:tabPaddingEnd + */ + public static int TabLayout_tabPaddingEnd = 13; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tabPaddingStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:tabPaddingStart + */ + public static int TabLayout_tabPaddingStart = 11; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tabPaddingTop} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:tabPaddingTop + */ + public static int TabLayout_tabPaddingTop = 12; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tabSelectedTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:tabSelectedTextColor + */ + public static int TabLayout_tabSelectedTextColor = 10; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tabTextAppearance} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:tabTextAppearance + */ + public static int TabLayout_tabTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#tabTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:tabTextColor + */ + public static int TabLayout_tabTextColor = 9; + /** Attributes that can be used with a TextAppearance. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextAppearance_android_fontFamily android:fontFamily}
{@link #TextAppearance_android_shadowColor android:shadowColor}
{@link #TextAppearance_android_shadowDx android:shadowDx}
{@link #TextAppearance_android_shadowDy android:shadowDy}
{@link #TextAppearance_android_shadowRadius android:shadowRadius}
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textColorHint android:textColorHint}
{@link #TextAppearance_android_textColorLink android:textColorLink}
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_fontFamily android.support.mediacompat:fontFamily}
{@link #TextAppearance_textAllCaps android.support.mediacompat:textAllCaps}
+ @see #TextAppearance_android_fontFamily + @see #TextAppearance_android_shadowColor + @see #TextAppearance_android_shadowDx + @see #TextAppearance_android_shadowDy + @see #TextAppearance_android_shadowRadius + @see #TextAppearance_android_textColor + @see #TextAppearance_android_textColorHint + @see #TextAppearance_android_textColorLink + @see #TextAppearance_android_textSize + @see #TextAppearance_android_textStyle + @see #TextAppearance_android_typeface + @see #TextAppearance_fontFamily + @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance = { + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, + 0x01010163, 0x01010164, 0x010103ac, 0x7f01004f, + 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:fontFamily + */ + public static int TextAppearance_android_fontFamily = 10; + /** +

This symbol is the offset where the {@link android.R.attr#shadowColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowColor + */ + public static int TextAppearance_android_shadowColor = 6; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDx} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDx + */ + public static int TextAppearance_android_shadowDx = 7; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDy} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDy + */ + public static int TextAppearance_android_shadowDy = 8; + /** +

This symbol is the offset where the {@link android.R.attr#shadowRadius} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowRadius + */ + public static int TextAppearance_android_shadowRadius = 9; + /** +

This symbol is the offset where the {@link android.R.attr#textColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColor + */ + public static int TextAppearance_android_textColor = 3; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorHint + */ + public static int TextAppearance_android_textColorHint = 4; + /** +

This symbol is the offset where the {@link android.R.attr#textColorLink} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorLink + */ + public static int TextAppearance_android_textColorLink = 5; + /** +

This symbol is the offset where the {@link android.R.attr#textSize} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textSize + */ + public static int TextAppearance_android_textSize = 0; + /** +

This symbol is the offset where the {@link android.R.attr#textStyle} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textStyle + */ + public static int TextAppearance_android_textStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#typeface} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:typeface + */ + public static int TextAppearance_android_typeface = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:fontFamily + */ + public static int TextAppearance_fontFamily = 12; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#textAllCaps} + attribute's value can be found in the {@link #TextAppearance} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name android.support.mediacompat:textAllCaps + */ + public static int TextAppearance_textAllCaps = 11; + /** Attributes that can be used with a TextInputLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextInputLayout_android_hint android:hint}
{@link #TextInputLayout_android_textColorHint android:textColorHint}
{@link #TextInputLayout_counterEnabled android.support.mediacompat:counterEnabled}
{@link #TextInputLayout_counterMaxLength android.support.mediacompat:counterMaxLength}
{@link #TextInputLayout_counterOverflowTextAppearance android.support.mediacompat:counterOverflowTextAppearance}
{@link #TextInputLayout_counterTextAppearance android.support.mediacompat:counterTextAppearance}
{@link #TextInputLayout_errorEnabled android.support.mediacompat:errorEnabled}
{@link #TextInputLayout_errorTextAppearance android.support.mediacompat:errorTextAppearance}
{@link #TextInputLayout_hintAnimationEnabled android.support.mediacompat:hintAnimationEnabled}
{@link #TextInputLayout_hintEnabled android.support.mediacompat:hintEnabled}
{@link #TextInputLayout_hintTextAppearance android.support.mediacompat:hintTextAppearance}
{@link #TextInputLayout_passwordToggleContentDescription android.support.mediacompat:passwordToggleContentDescription}
{@link #TextInputLayout_passwordToggleDrawable android.support.mediacompat:passwordToggleDrawable}
{@link #TextInputLayout_passwordToggleEnabled android.support.mediacompat:passwordToggleEnabled}
{@link #TextInputLayout_passwordToggleTint android.support.mediacompat:passwordToggleTint}
{@link #TextInputLayout_passwordToggleTintMode android.support.mediacompat:passwordToggleTintMode}
+ @see #TextInputLayout_android_hint + @see #TextInputLayout_android_textColorHint + @see #TextInputLayout_counterEnabled + @see #TextInputLayout_counterMaxLength + @see #TextInputLayout_counterOverflowTextAppearance + @see #TextInputLayout_counterTextAppearance + @see #TextInputLayout_errorEnabled + @see #TextInputLayout_errorTextAppearance + @see #TextInputLayout_hintAnimationEnabled + @see #TextInputLayout_hintEnabled + @see #TextInputLayout_hintTextAppearance + @see #TextInputLayout_passwordToggleContentDescription + @see #TextInputLayout_passwordToggleDrawable + @see #TextInputLayout_passwordToggleEnabled + @see #TextInputLayout_passwordToggleTint + @see #TextInputLayout_passwordToggleTintMode + */ + public static final int[] TextInputLayout = { + 0x0101009a, 0x01010150, 0x7f01015c, 0x7f01015d, + 0x7f01015e, 0x7f01015f, 0x7f010160, 0x7f010161, + 0x7f010162, 0x7f010163, 0x7f010164, 0x7f010165, + 0x7f010166, 0x7f010167, 0x7f010168, 0x7f010169 + }; + /** +

This symbol is the offset where the {@link android.R.attr#hint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:hint + */ + public static int TextInputLayout_android_hint = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:textColorHint + */ + public static int TextInputLayout_android_textColorHint = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#counterEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:counterEnabled + */ + public static int TextInputLayout_counterEnabled = 6; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#counterMaxLength} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:counterMaxLength + */ + public static int TextInputLayout_counterMaxLength = 7; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#counterOverflowTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:counterOverflowTextAppearance + */ + public static int TextInputLayout_counterOverflowTextAppearance = 9; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#counterTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:counterTextAppearance + */ + public static int TextInputLayout_counterTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#errorEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:errorEnabled + */ + public static int TextInputLayout_errorEnabled = 4; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#errorTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:errorTextAppearance + */ + public static int TextInputLayout_errorTextAppearance = 5; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#hintAnimationEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:hintAnimationEnabled + */ + public static int TextInputLayout_hintAnimationEnabled = 10; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#hintEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:hintEnabled + */ + public static int TextInputLayout_hintEnabled = 3; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#hintTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:hintTextAppearance + */ + public static int TextInputLayout_hintTextAppearance = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#passwordToggleContentDescription} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:passwordToggleContentDescription + */ + public static int TextInputLayout_passwordToggleContentDescription = 13; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#passwordToggleDrawable} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:passwordToggleDrawable + */ + public static int TextInputLayout_passwordToggleDrawable = 12; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#passwordToggleEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:passwordToggleEnabled + */ + public static int TextInputLayout_passwordToggleEnabled = 11; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#passwordToggleTint} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:passwordToggleTint + */ + public static int TextInputLayout_passwordToggleTint = 14; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#passwordToggleTintMode} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name android.support.mediacompat:passwordToggleTintMode + */ + public static int TextInputLayout_passwordToggleTintMode = 15; + /** Attributes that can be used with a Toolbar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_buttonGravity android.support.mediacompat:buttonGravity}
{@link #Toolbar_collapseContentDescription android.support.mediacompat:collapseContentDescription}
{@link #Toolbar_collapseIcon android.support.mediacompat:collapseIcon}
{@link #Toolbar_contentInsetEnd android.support.mediacompat:contentInsetEnd}
{@link #Toolbar_contentInsetEndWithActions android.support.mediacompat:contentInsetEndWithActions}
{@link #Toolbar_contentInsetLeft android.support.mediacompat:contentInsetLeft}
{@link #Toolbar_contentInsetRight android.support.mediacompat:contentInsetRight}
{@link #Toolbar_contentInsetStart android.support.mediacompat:contentInsetStart}
{@link #Toolbar_contentInsetStartWithNavigation android.support.mediacompat:contentInsetStartWithNavigation}
{@link #Toolbar_logo android.support.mediacompat:logo}
{@link #Toolbar_logoDescription android.support.mediacompat:logoDescription}
{@link #Toolbar_maxButtonHeight android.support.mediacompat:maxButtonHeight}
{@link #Toolbar_navigationContentDescription android.support.mediacompat:navigationContentDescription}
{@link #Toolbar_navigationIcon android.support.mediacompat:navigationIcon}
{@link #Toolbar_popupTheme android.support.mediacompat:popupTheme}
{@link #Toolbar_subtitle android.support.mediacompat:subtitle}
{@link #Toolbar_subtitleTextAppearance android.support.mediacompat:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor android.support.mediacompat:subtitleTextColor}
{@link #Toolbar_title android.support.mediacompat:title}
{@link #Toolbar_titleMargin android.support.mediacompat:titleMargin}
{@link #Toolbar_titleMarginBottom android.support.mediacompat:titleMarginBottom}
{@link #Toolbar_titleMarginEnd android.support.mediacompat:titleMarginEnd}
{@link #Toolbar_titleMarginStart android.support.mediacompat:titleMarginStart}
{@link #Toolbar_titleMarginTop android.support.mediacompat:titleMarginTop}
{@link #Toolbar_titleMargins android.support.mediacompat:titleMargins}
{@link #Toolbar_titleTextAppearance android.support.mediacompat:titleTextAppearance}
{@link #Toolbar_titleTextColor android.support.mediacompat:titleTextColor}
+ @see #Toolbar_android_gravity + @see #Toolbar_android_minHeight + @see #Toolbar_buttonGravity + @see #Toolbar_collapseContentDescription + @see #Toolbar_collapseIcon + @see #Toolbar_contentInsetEnd + @see #Toolbar_contentInsetEndWithActions + @see #Toolbar_contentInsetLeft + @see #Toolbar_contentInsetRight + @see #Toolbar_contentInsetStart + @see #Toolbar_contentInsetStartWithNavigation + @see #Toolbar_logo + @see #Toolbar_logoDescription + @see #Toolbar_maxButtonHeight + @see #Toolbar_navigationContentDescription + @see #Toolbar_navigationIcon + @see #Toolbar_popupTheme + @see #Toolbar_subtitle + @see #Toolbar_subtitleTextAppearance + @see #Toolbar_subtitleTextColor + @see #Toolbar_title + @see #Toolbar_titleMargin + @see #Toolbar_titleMarginBottom + @see #Toolbar_titleMarginEnd + @see #Toolbar_titleMarginStart + @see #Toolbar_titleMarginTop + @see #Toolbar_titleMargins + @see #Toolbar_titleTextAppearance + @see #Toolbar_titleTextColor + */ + public static final int[] Toolbar = { + 0x010100af, 0x01010140, 0x7f010025, 0x7f010028, + 0x7f01002c, 0x7f010038, 0x7f010039, 0x7f01003a, + 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003f, + 0x7f010102, 0x7f010103, 0x7f010104, 0x7f010105, + 0x7f010106, 0x7f010107, 0x7f010108, 0x7f010109, + 0x7f01010a, 0x7f01010b, 0x7f01010c, 0x7f01010d, + 0x7f01010e, 0x7f01010f, 0x7f010110, 0x7f010111, + 0x7f010112 + }; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:gravity + */ + public static int Toolbar_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:minHeight + */ + public static int Toolbar_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#buttonGravity} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ @attr name android.support.mediacompat:buttonGravity + */ + public static int Toolbar_buttonGravity = 21; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#collapseContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:collapseContentDescription + */ + public static int Toolbar_collapseContentDescription = 23; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#collapseIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:collapseIcon + */ + public static int Toolbar_collapseIcon = 22; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:contentInsetEnd + */ + public static int Toolbar_contentInsetEnd = 6; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:contentInsetEndWithActions + */ + public static int Toolbar_contentInsetEndWithActions = 10; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:contentInsetLeft + */ + public static int Toolbar_contentInsetLeft = 7; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#contentInsetRight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:contentInsetRight + */ + public static int Toolbar_contentInsetRight = 8; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#contentInsetStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:contentInsetStart + */ + public static int Toolbar_contentInsetStart = 5; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:contentInsetStartWithNavigation + */ + public static int Toolbar_contentInsetStartWithNavigation = 9; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#logo} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:logo + */ + public static int Toolbar_logo = 4; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#logoDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:logoDescription + */ + public static int Toolbar_logoDescription = 26; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#maxButtonHeight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:maxButtonHeight + */ + public static int Toolbar_maxButtonHeight = 20; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#navigationContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:navigationContentDescription + */ + public static int Toolbar_navigationContentDescription = 25; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#navigationIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:navigationIcon + */ + public static int Toolbar_navigationIcon = 24; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#popupTheme} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:popupTheme + */ + public static int Toolbar_popupTheme = 11; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#subtitle} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:subtitle + */ + public static int Toolbar_subtitle = 3; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#subtitleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:subtitleTextAppearance + */ + public static int Toolbar_subtitleTextAppearance = 13; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#subtitleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:subtitleTextColor + */ + public static int Toolbar_subtitleTextColor = 28; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#title} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:title + */ + public static int Toolbar_title = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#titleMargin} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:titleMargin + */ + public static int Toolbar_titleMargin = 14; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#titleMarginBottom} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:titleMarginBottom + */ + public static int Toolbar_titleMarginBottom = 18; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#titleMarginEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:titleMarginEnd + */ + public static int Toolbar_titleMarginEnd = 16; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#titleMarginStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:titleMarginStart + */ + public static int Toolbar_titleMarginStart = 15; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#titleMarginTop} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:titleMarginTop + */ + public static int Toolbar_titleMarginTop = 17; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#titleMargins} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:titleMargins + */ + public static int Toolbar_titleMargins = 19; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#titleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:titleTextAppearance + */ + public static int Toolbar_titleTextAppearance = 12; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#titleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:titleTextColor + */ + public static int Toolbar_titleTextColor = 27; + /** Attributes that can be used with a View. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #View_android_focusable android:focusable}
{@link #View_android_theme android:theme}
{@link #View_paddingEnd android.support.mediacompat:paddingEnd}
{@link #View_paddingStart android.support.mediacompat:paddingStart}
{@link #View_theme android.support.mediacompat:theme}
+ @see #View_android_focusable + @see #View_android_theme + @see #View_paddingEnd + @see #View_paddingStart + @see #View_theme + */ + public static final int[] View = { + 0x01010000, 0x010100da, 0x7f010113, 0x7f010114, + 0x7f010115 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #View} array. + @attr name android:focusable + */ + public static int View_android_focusable = 1; + /** +

This symbol is the offset where the {@link android.R.attr#theme} + attribute's value can be found in the {@link #View} array. + @attr name android:theme + */ + public static int View_android_theme = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#paddingEnd} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:paddingEnd + */ + public static int View_paddingEnd = 3; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#paddingStart} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:paddingStart + */ + public static int View_paddingStart = 2; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#theme} + attribute's value can be found in the {@link #View} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.mediacompat:theme + */ + public static int View_theme = 4; + /** Attributes that can be used with a ViewBackgroundHelper. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint android.support.mediacompat:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode android.support.mediacompat:backgroundTintMode}
+ @see #ViewBackgroundHelper_android_background + @see #ViewBackgroundHelper_backgroundTint + @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper = { + 0x010100d4, 0x7f010116, 0x7f010117 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + @attr name android:background + */ + public static int ViewBackgroundHelper_android_background = 0; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#backgroundTint} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.mediacompat:backgroundTint + */ + public static int ViewBackgroundHelper_backgroundTint = 1; + /** +

This symbol is the offset where the {@link android.support.mediacompat.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.mediacompat:backgroundTintMode + */ + public static int ViewBackgroundHelper_backgroundTintMode = 2; + /** Attributes that can be used with a ViewStubCompat. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
{@link #ViewStubCompat_android_layout android:layout}
+ @see #ViewStubCompat_android_id + @see #ViewStubCompat_android_inflatedId + @see #ViewStubCompat_android_layout + */ + public static final int[] ViewStubCompat = { + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:id + */ + public static int ViewStubCompat_android_id = 0; + /** +

This symbol is the offset where the {@link android.R.attr#inflatedId} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:inflatedId + */ + public static int ViewStubCompat_android_inflatedId = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:layout + */ + public static int ViewStubCompat_android_layout = 1; + }; +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/transition/R.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/transition/R.java new file mode 100644 index 0000000..74960a3 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/transition/R.java @@ -0,0 +1,11703 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package android.support.transition; + +public final class R { + public static final class anim { + public static int abc_fade_in=0x7f050000; + public static int abc_fade_out=0x7f050001; + public static int abc_grow_fade_in_from_bottom=0x7f050002; + public static int abc_popup_enter=0x7f050003; + public static int abc_popup_exit=0x7f050004; + public static int abc_shrink_fade_out_from_bottom=0x7f050005; + public static int abc_slide_in_bottom=0x7f050006; + public static int abc_slide_in_top=0x7f050007; + public static int abc_slide_out_bottom=0x7f050008; + public static int abc_slide_out_top=0x7f050009; + public static int design_bottom_sheet_slide_in=0x7f05000a; + public static int design_bottom_sheet_slide_out=0x7f05000b; + public static int design_snackbar_in=0x7f05000c; + public static int design_snackbar_out=0x7f05000d; + public static int tooltip_enter=0x7f05000e; + public static int tooltip_exit=0x7f05000f; + } + public static final class animator { + public static int design_appbar_state_list_animator=0x7f060000; + } + public static final class attr { + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarDivider=0x7f01006b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarItemBackground=0x7f01006c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarPopupTheme=0x7f010065; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ */ + public static int actionBarSize=0x7f01006a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarSplitStyle=0x7f010067; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarStyle=0x7f010066; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabBarStyle=0x7f010061; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabStyle=0x7f010060; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabTextStyle=0x7f010062; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTheme=0x7f010068; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarWidgetTheme=0x7f010069; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionButtonStyle=0x7f010086; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionDropDownStyle=0x7f010082; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionLayout=0x7f0100dd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionMenuTextAppearance=0x7f01006d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int actionMenuTextColor=0x7f01006e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeBackground=0x7f010071; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseButtonStyle=0x7f010070; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseDrawable=0x7f010073; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCopyDrawable=0x7f010075; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCutDrawable=0x7f010074; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeFindDrawable=0x7f010079; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePasteDrawable=0x7f010076; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePopupWindowStyle=0x7f01007b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSelectAllDrawable=0x7f010077; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeShareDrawable=0x7f010078; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSplitBackground=0x7f010072; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeStyle=0x7f01006f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeWebSearchDrawable=0x7f01007a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowButtonStyle=0x7f010063; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowMenuStyle=0x7f010064; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionProviderClass=0x7f0100df; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionViewClass=0x7f0100de; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int activityChooserViewStyle=0x7f01008e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogButtonGroupStyle=0x7f0100b3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int alertDialogCenterButtons=0x7f0100b4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogStyle=0x7f0100b2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogTheme=0x7f0100b5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int allowStacking=0x7f0100cb; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int alpha=0x7f0100cc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static int alphabeticModifiers=0x7f0100da; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowHeadLength=0x7f0100d3; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowShaftLength=0x7f0100d4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int autoCompleteTextViewStyle=0x7f0100ba; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeMaxTextSize=0x7f010054; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeMinTextSize=0x7f010053; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int autoSizePresetSizes=0x7f010052; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeStepGranularity=0x7f010051; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ */ + public static int autoSizeTextType=0x7f010050; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int background=0x7f01002e; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundSplit=0x7f010030; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundStacked=0x7f01002f; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int backgroundTint=0x7f010116; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int backgroundTintMode=0x7f010117; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int barLength=0x7f0100d5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_autoHide=0x7f010141; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_hideable=0x7f01011e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_overlapTop=0x7f01014a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ */ + public static int behavior_peekHeight=0x7f01011d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_skipCollapsed=0x7f01011f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int borderWidth=0x7f01013f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int borderlessButtonStyle=0x7f01008b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int bottomSheetDialogTheme=0x7f010139; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int bottomSheetStyle=0x7f01013a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarButtonStyle=0x7f010088; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNegativeButtonStyle=0x7f0100b8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNeutralButtonStyle=0x7f0100b9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarPositiveButtonStyle=0x7f0100b7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarStyle=0x7f010087; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ */ + public static int buttonGravity=0x7f01010b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonPanelSideLayout=0x7f010043; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyle=0x7f0100bb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyleSmall=0x7f0100bc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int buttonTint=0x7f0100cd; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int buttonTintMode=0x7f0100ce; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardBackgroundColor=0x7f010017; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardCornerRadius=0x7f010018; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardElevation=0x7f010019; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardMaxElevation=0x7f01001a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardPreventCornerOverlap=0x7f01001c; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardUseCompatPadding=0x7f01001b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkboxStyle=0x7f0100bd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkedTextViewStyle=0x7f0100be; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeIcon=0x7f0100ee; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeItemLayout=0x7f010040; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int collapseContentDescription=0x7f01010d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int collapseIcon=0x7f01010c; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static int collapsedTitleGravity=0x7f01012c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int collapsedTitleTextAppearance=0x7f010126; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int color=0x7f0100cf; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorAccent=0x7f0100aa; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorBackgroundFloating=0x7f0100b1; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorButtonNormal=0x7f0100ae; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlActivated=0x7f0100ac; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlHighlight=0x7f0100ad; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlNormal=0x7f0100ab; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int colorError=0x7f0100ca; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimary=0x7f0100a8; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimaryDark=0x7f0100a9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorSwitchThumbNormal=0x7f0100af; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int commitIcon=0x7f0100f3; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentDescription=0x7f0100e0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetEnd=0x7f010039; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetEndWithActions=0x7f01003d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetLeft=0x7f01003a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetRight=0x7f01003b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetStart=0x7f010038; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetStartWithNavigation=0x7f01003c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPadding=0x7f01001d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingBottom=0x7f010021; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingLeft=0x7f01001e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingRight=0x7f01001f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingTop=0x7f010020; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentScrim=0x7f010127; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int controlBackground=0x7f0100b0; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int counterEnabled=0x7f010160; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int counterMaxLength=0x7f010161; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int counterOverflowTextAppearance=0x7f010163; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int counterTextAppearance=0x7f010162; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int customNavigationLayout=0x7f010031; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int defaultQueryHint=0x7f0100ed; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dialogPreferredPadding=0x7f010080; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dialogTheme=0x7f01007f; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ */ + public static int displayOptions=0x7f010027; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int divider=0x7f01002d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerHorizontal=0x7f01008d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dividerPadding=0x7f0100d9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerVertical=0x7f01008c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int drawableSize=0x7f0100d1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int drawerArrowStyle=0x7f010022; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dropDownListViewStyle=0x7f01009f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dropdownListPreferredItemHeight=0x7f010083; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextBackground=0x7f010094; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int editTextColor=0x7f010093; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextStyle=0x7f0100bf; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int elevation=0x7f01003e; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int errorEnabled=0x7f01015e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int errorTextAppearance=0x7f01015f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int expandActivityOverflowButtonDrawable=0x7f010042; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expanded=0x7f010118; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static int expandedTitleGravity=0x7f01012d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMargin=0x7f010120; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginBottom=0x7f010124; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginEnd=0x7f010123; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginStart=0x7f010121; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginTop=0x7f010122; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int expandedTitleTextAppearance=0x7f010125; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int externalRouteEnabledDrawable=0x7f010015; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ */ + public static int fabSize=0x7f01013d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fastScrollEnabled=0x7f010004; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollHorizontalThumbDrawable=0x7f010007; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollHorizontalTrackDrawable=0x7f010008; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollVerticalThumbDrawable=0x7f010005; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollVerticalTrackDrawable=0x7f010006; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int font=0x7f010171; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontFamily=0x7f010055; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderAuthority=0x7f01016a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fontProviderCerts=0x7f01016d; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ */ + public static int fontProviderFetchStrategy=0x7f01016e; + /**

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ */ + public static int fontProviderFetchTimeout=0x7f01016f; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderPackage=0x7f01016b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderQuery=0x7f01016c; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ */ + public static int fontStyle=0x7f010170; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontWeight=0x7f010172; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int foregroundInsidePadding=0x7f010142; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int gapBetweenBars=0x7f0100d2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int goIcon=0x7f0100ef; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int headerLayout=0x7f010148; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int height=0x7f010023; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hideOnContentScroll=0x7f010037; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hintAnimationEnabled=0x7f010164; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hintEnabled=0x7f01015d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int hintTextAppearance=0x7f01015c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeAsUpIndicator=0x7f010085; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeLayout=0x7f010032; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int icon=0x7f01002b; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int iconTint=0x7f0100e2; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int iconTintMode=0x7f0100e3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int iconifiedByDefault=0x7f0100eb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int imageButtonStyle=0x7f010095; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int indeterminateProgressStyle=0x7f010034; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int initialActivityCount=0x7f010041; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int insetForeground=0x7f010149; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int isLightTheme=0x7f010024; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int itemBackground=0x7f010146; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemIconTint=0x7f010144; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemPadding=0x7f010036; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int itemTextAppearance=0x7f010147; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemTextColor=0x7f010145; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int keylines=0x7f010131; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout=0x7f0100ea; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layoutManager=0x7f010000; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout_anchor=0x7f010134; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ */ + public static int layout_anchorGravity=0x7f010136; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_behavior=0x7f010133; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ */ + public static int layout_collapseMode=0x7f01012f; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_collapseParallaxMultiplier=0x7f010130; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ */ + public static int layout_dodgeInsetEdges=0x7f010138; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ */ + public static int layout_insetEdge=0x7f010137; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_keyline=0x7f010135; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ */ + public static int layout_scrollFlags=0x7f01011b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout_scrollInterpolator=0x7f01011c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listChoiceBackgroundIndicator=0x7f0100a7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listDividerAlertDialog=0x7f010081; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listItemLayout=0x7f010047; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listLayout=0x7f010044; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listMenuViewStyle=0x7f0100c7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listPopupWindowStyle=0x7f0100a0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeight=0x7f01009a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightLarge=0x7f01009c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightSmall=0x7f01009b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingLeft=0x7f01009d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingRight=0x7f01009e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int logo=0x7f01002c; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int logoDescription=0x7f010110; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int maxActionInlineWidth=0x7f01014b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int maxButtonHeight=0x7f01010a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int measureWithLargestChild=0x7f0100d7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteAudioTrackDrawable=0x7f010009; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteButtonStyle=0x7f01000a; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int mediaRouteButtonTint=0x7f010016; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteCloseDrawable=0x7f01000b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteControlPanelThemeOverlay=0x7f01000c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteDefaultIconDrawable=0x7f01000d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRoutePauseDrawable=0x7f01000e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRoutePlayDrawable=0x7f01000f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteSpeakerGroupIconDrawable=0x7f010010; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteSpeakerIconDrawable=0x7f010011; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteStopDrawable=0x7f010012; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteTheme=0x7f010013; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteTvIconDrawable=0x7f010014; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int menu=0x7f010143; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int multiChoiceItemLayout=0x7f010045; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int navigationContentDescription=0x7f01010f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int navigationIcon=0x7f01010e; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ */ + public static int navigationMode=0x7f010026; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static int numericModifiers=0x7f0100db; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int overlapAnchor=0x7f0100e6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingBottomNoButtons=0x7f0100e8; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingEnd=0x7f010114; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingStart=0x7f010113; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingTopNoTitle=0x7f0100e9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelBackground=0x7f0100a4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelMenuListTheme=0x7f0100a6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int panelMenuListWidth=0x7f0100a5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleContentDescription=0x7f010167; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int passwordToggleDrawable=0x7f010166; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleEnabled=0x7f010165; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleTint=0x7f010168; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static int passwordToggleTintMode=0x7f010169; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupMenuStyle=0x7f010091; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupTheme=0x7f01003f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupWindowStyle=0x7f010092; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int preserveIconSpacing=0x7f0100e4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int pressedTranslationZ=0x7f01013e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int progressBarPadding=0x7f010035; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int progressBarStyle=0x7f010033; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int queryBackground=0x7f0100f5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int queryHint=0x7f0100ec; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int radioButtonStyle=0x7f0100c0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyle=0x7f0100c1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyleIndicator=0x7f0100c2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyleSmall=0x7f0100c3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int reverseLayout=0x7f010002; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int rippleColor=0x7f01013c; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int scrimAnimationDuration=0x7f01012b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int scrimVisibleHeightTrigger=0x7f01012a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchHintIcon=0x7f0100f1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchIcon=0x7f0100f0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchViewStyle=0x7f010099; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int seekBarStyle=0x7f0100c4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackground=0x7f010089; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackgroundBorderless=0x7f01008a; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ */ + public static int showAsAction=0x7f0100dc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ */ + public static int showDividers=0x7f0100d8; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int showText=0x7f010101; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int showTitle=0x7f010048; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int singleChoiceItemLayout=0x7f010046; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spanCount=0x7f010001; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spinBars=0x7f0100d0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerDropDownItemStyle=0x7f010084; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerStyle=0x7f0100c5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int splitTrack=0x7f010100; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int srcCompat=0x7f010049; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int stackFromEnd=0x7f010003; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_above_anchor=0x7f0100e7; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_collapsed=0x7f010119; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_collapsible=0x7f01011a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int statusBarBackground=0x7f010132; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int statusBarScrim=0x7f010128; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subMenuArrow=0x7f0100e5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int submitBackground=0x7f0100f6; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitle=0x7f010028; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextAppearance=0x7f010103; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitleTextColor=0x7f010112; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextStyle=0x7f01002a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int suggestionRowLayout=0x7f0100f4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchMinWidth=0x7f0100fe; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchPadding=0x7f0100ff; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchStyle=0x7f0100c6; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchTextAppearance=0x7f0100fd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tabBackground=0x7f01014f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabContentStart=0x7f01014e; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ */ + public static int tabGravity=0x7f010151; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabIndicatorColor=0x7f01014c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabIndicatorHeight=0x7f01014d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabMaxWidth=0x7f010153; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabMinWidth=0x7f010152; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ */ + public static int tabMode=0x7f010150; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPadding=0x7f01015b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingBottom=0x7f01015a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingEnd=0x7f010159; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingStart=0x7f010157; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingTop=0x7f010158; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabSelectedTextColor=0x7f010156; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tabTextAppearance=0x7f010154; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabTextColor=0x7f010155; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + */ + public static int textAllCaps=0x7f01004f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceLargePopupMenu=0x7f01007c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItem=0x7f0100a1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItemSecondary=0x7f0100a2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItemSmall=0x7f0100a3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearancePopupMenuHeader=0x7f01007e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultSubtitle=0x7f010097; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultTitle=0x7f010096; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSmallPopupMenu=0x7f01007d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorAlertDialogListItem=0x7f0100b6; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorError=0x7f01013b; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorSearchUrl=0x7f010098; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int theme=0x7f010115; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thickness=0x7f0100d6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thumbTextPadding=0x7f0100fc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thumbTint=0x7f0100f7; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int thumbTintMode=0x7f0100f8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tickMark=0x7f01004c; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tickMarkTint=0x7f01004d; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int tickMarkTintMode=0x7f01004e; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tint=0x7f01004a; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int tintMode=0x7f01004b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int title=0x7f010025; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleEnabled=0x7f01012e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMargin=0x7f010104; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginBottom=0x7f010108; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginEnd=0x7f010106; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginStart=0x7f010105; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginTop=0x7f010107; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMargins=0x7f010109; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextAppearance=0x7f010102; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleTextColor=0x7f010111; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextStyle=0x7f010029; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarId=0x7f010129; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarNavigationButtonStyle=0x7f010090; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarStyle=0x7f01008f; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int tooltipForegroundColor=0x7f0100c9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tooltipFrameBackground=0x7f0100c8; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tooltipText=0x7f0100e1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int track=0x7f0100f9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int trackTint=0x7f0100fa; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int trackTintMode=0x7f0100fb; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int useCompatPadding=0x7f010140; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int voiceIcon=0x7f0100f2; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBar=0x7f010056; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBarOverlay=0x7f010058; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionModeOverlay=0x7f010059; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMajor=0x7f01005d; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMinor=0x7f01005b; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMajor=0x7f01005a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMinor=0x7f01005c; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMajor=0x7f01005e; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMinor=0x7f01005f; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowNoTitle=0x7f010057; + } + public static final class bool { + public static int abc_action_bar_embed_tabs=0x7f0e0000; + public static int abc_allow_stacked_button_bar=0x7f0e0001; + public static int abc_config_actionMenuItemAllCaps=0x7f0e0002; + public static int abc_config_closeDialogWhenTouchOutside=0x7f0e0003; + public static int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f0e0004; + } + public static final class color { + public static int abc_background_cache_hint_selector_material_dark=0x7f0d004f; + public static int abc_background_cache_hint_selector_material_light=0x7f0d0050; + public static int abc_btn_colored_borderless_text_material=0x7f0d0051; + public static int abc_btn_colored_text_material=0x7f0d0052; + public static int abc_color_highlight_material=0x7f0d0053; + public static int abc_hint_foreground_material_dark=0x7f0d0054; + public static int abc_hint_foreground_material_light=0x7f0d0055; + public static int abc_input_method_navigation_guard=0x7f0d0004; + public static int abc_primary_text_disable_only_material_dark=0x7f0d0056; + public static int abc_primary_text_disable_only_material_light=0x7f0d0057; + public static int abc_primary_text_material_dark=0x7f0d0058; + public static int abc_primary_text_material_light=0x7f0d0059; + public static int abc_search_url_text=0x7f0d005a; + public static int abc_search_url_text_normal=0x7f0d0005; + public static int abc_search_url_text_pressed=0x7f0d0006; + public static int abc_search_url_text_selected=0x7f0d0007; + public static int abc_secondary_text_material_dark=0x7f0d005b; + public static int abc_secondary_text_material_light=0x7f0d005c; + public static int abc_tint_btn_checkable=0x7f0d005d; + public static int abc_tint_default=0x7f0d005e; + public static int abc_tint_edittext=0x7f0d005f; + public static int abc_tint_seek_thumb=0x7f0d0060; + public static int abc_tint_spinner=0x7f0d0061; + public static int abc_tint_switch_track=0x7f0d0062; + public static int accent_material_dark=0x7f0d0008; + public static int accent_material_light=0x7f0d0009; + public static int background_floating_material_dark=0x7f0d000a; + public static int background_floating_material_light=0x7f0d000b; + public static int background_material_dark=0x7f0d000c; + public static int background_material_light=0x7f0d000d; + public static int bright_foreground_disabled_material_dark=0x7f0d000e; + public static int bright_foreground_disabled_material_light=0x7f0d000f; + public static int bright_foreground_inverse_material_dark=0x7f0d0010; + public static int bright_foreground_inverse_material_light=0x7f0d0011; + public static int bright_foreground_material_dark=0x7f0d0012; + public static int bright_foreground_material_light=0x7f0d0013; + public static int button_material_dark=0x7f0d0014; + public static int button_material_light=0x7f0d0015; + public static int cardview_dark_background=0x7f0d0000; + public static int cardview_light_background=0x7f0d0001; + public static int cardview_shadow_end_color=0x7f0d0002; + public static int cardview_shadow_start_color=0x7f0d0003; + public static int colorAccent=0x7f0d004e; + public static int colorPrimary=0x7f0d004c; + public static int colorPrimaryDark=0x7f0d004d; + public static int design_bottom_navigation_shadow_color=0x7f0d0040; + public static int design_error=0x7f0d0063; + public static int design_fab_shadow_end_color=0x7f0d0041; + public static int design_fab_shadow_mid_color=0x7f0d0042; + public static int design_fab_shadow_start_color=0x7f0d0043; + public static int design_fab_stroke_end_inner_color=0x7f0d0044; + public static int design_fab_stroke_end_outer_color=0x7f0d0045; + public static int design_fab_stroke_top_inner_color=0x7f0d0046; + public static int design_fab_stroke_top_outer_color=0x7f0d0047; + public static int design_snackbar_background_color=0x7f0d0048; + public static int design_tint_password_toggle=0x7f0d0064; + public static int dim_foreground_disabled_material_dark=0x7f0d0016; + public static int dim_foreground_disabled_material_light=0x7f0d0017; + public static int dim_foreground_material_dark=0x7f0d0018; + public static int dim_foreground_material_light=0x7f0d0019; + public static int error_color_material=0x7f0d001a; + public static int foreground_material_dark=0x7f0d001b; + public static int foreground_material_light=0x7f0d001c; + public static int highlighted_text_material_dark=0x7f0d001d; + public static int highlighted_text_material_light=0x7f0d001e; + public static int launcher_background=0x7f0d004b; + public static int material_blue_grey_800=0x7f0d001f; + public static int material_blue_grey_900=0x7f0d0020; + public static int material_blue_grey_950=0x7f0d0021; + public static int material_deep_teal_200=0x7f0d0022; + public static int material_deep_teal_500=0x7f0d0023; + public static int material_grey_100=0x7f0d0024; + public static int material_grey_300=0x7f0d0025; + public static int material_grey_50=0x7f0d0026; + public static int material_grey_600=0x7f0d0027; + public static int material_grey_800=0x7f0d0028; + public static int material_grey_850=0x7f0d0029; + public static int material_grey_900=0x7f0d002a; + public static int notification_action_color_filter=0x7f0d0049; + public static int notification_icon_bg_color=0x7f0d004a; + public static int notification_material_background_media_default_color=0x7f0d003f; + public static int primary_dark_material_dark=0x7f0d002b; + public static int primary_dark_material_light=0x7f0d002c; + public static int primary_material_dark=0x7f0d002d; + public static int primary_material_light=0x7f0d002e; + public static int primary_text_default_material_dark=0x7f0d002f; + public static int primary_text_default_material_light=0x7f0d0030; + public static int primary_text_disabled_material_dark=0x7f0d0031; + public static int primary_text_disabled_material_light=0x7f0d0032; + public static int ripple_material_dark=0x7f0d0033; + public static int ripple_material_light=0x7f0d0034; + public static int secondary_text_default_material_dark=0x7f0d0035; + public static int secondary_text_default_material_light=0x7f0d0036; + public static int secondary_text_disabled_material_dark=0x7f0d0037; + public static int secondary_text_disabled_material_light=0x7f0d0038; + public static int switch_thumb_disabled_material_dark=0x7f0d0039; + public static int switch_thumb_disabled_material_light=0x7f0d003a; + public static int switch_thumb_material_dark=0x7f0d0065; + public static int switch_thumb_material_light=0x7f0d0066; + public static int switch_thumb_normal_material_dark=0x7f0d003b; + public static int switch_thumb_normal_material_light=0x7f0d003c; + public static int tooltip_background_dark=0x7f0d003d; + public static int tooltip_background_light=0x7f0d003e; + } + public static final class dimen { + public static int abc_action_bar_content_inset_material=0x7f08001b; + public static int abc_action_bar_content_inset_with_nav=0x7f08001c; + public static int abc_action_bar_default_height_material=0x7f080010; + public static int abc_action_bar_default_padding_end_material=0x7f08001d; + public static int abc_action_bar_default_padding_start_material=0x7f08001e; + public static int abc_action_bar_elevation_material=0x7f080020; + public static int abc_action_bar_icon_vertical_padding_material=0x7f080021; + public static int abc_action_bar_overflow_padding_end_material=0x7f080022; + public static int abc_action_bar_overflow_padding_start_material=0x7f080023; + public static int abc_action_bar_progress_bar_size=0x7f080011; + public static int abc_action_bar_stacked_max_height=0x7f080024; + public static int abc_action_bar_stacked_tab_max_width=0x7f080025; + public static int abc_action_bar_subtitle_bottom_margin_material=0x7f080026; + public static int abc_action_bar_subtitle_top_margin_material=0x7f080027; + public static int abc_action_button_min_height_material=0x7f080028; + public static int abc_action_button_min_width_material=0x7f080029; + public static int abc_action_button_min_width_overflow_material=0x7f08002a; + public static int abc_alert_dialog_button_bar_height=0x7f08000f; + public static int abc_button_inset_horizontal_material=0x7f08002b; + public static int abc_button_inset_vertical_material=0x7f08002c; + public static int abc_button_padding_horizontal_material=0x7f08002d; + public static int abc_button_padding_vertical_material=0x7f08002e; + public static int abc_cascading_menus_min_smallest_width=0x7f08002f; + public static int abc_config_prefDialogWidth=0x7f080014; + public static int abc_control_corner_material=0x7f080030; + public static int abc_control_inset_material=0x7f080031; + public static int abc_control_padding_material=0x7f080032; + public static int abc_dialog_fixed_height_major=0x7f080015; + public static int abc_dialog_fixed_height_minor=0x7f080016; + public static int abc_dialog_fixed_width_major=0x7f080017; + public static int abc_dialog_fixed_width_minor=0x7f080018; + public static int abc_dialog_list_padding_bottom_no_buttons=0x7f080033; + public static int abc_dialog_list_padding_top_no_title=0x7f080034; + public static int abc_dialog_min_width_major=0x7f080019; + public static int abc_dialog_min_width_minor=0x7f08001a; + public static int abc_dialog_padding_material=0x7f080035; + public static int abc_dialog_padding_top_material=0x7f080036; + public static int abc_dialog_title_divider_material=0x7f080037; + public static int abc_disabled_alpha_material_dark=0x7f080038; + public static int abc_disabled_alpha_material_light=0x7f080039; + public static int abc_dropdownitem_icon_width=0x7f08003a; + public static int abc_dropdownitem_text_padding_left=0x7f08003b; + public static int abc_dropdownitem_text_padding_right=0x7f08003c; + public static int abc_edit_text_inset_bottom_material=0x7f08003d; + public static int abc_edit_text_inset_horizontal_material=0x7f08003e; + public static int abc_edit_text_inset_top_material=0x7f08003f; + public static int abc_floating_window_z=0x7f080040; + public static int abc_list_item_padding_horizontal_material=0x7f080041; + public static int abc_panel_menu_list_width=0x7f080042; + public static int abc_progress_bar_height_material=0x7f080043; + public static int abc_search_view_preferred_height=0x7f080044; + public static int abc_search_view_preferred_width=0x7f080045; + public static int abc_seekbar_track_background_height_material=0x7f080046; + public static int abc_seekbar_track_progress_height_material=0x7f080047; + public static int abc_select_dialog_padding_start_material=0x7f080048; + public static int abc_switch_padding=0x7f08001f; + public static int abc_text_size_body_1_material=0x7f080049; + public static int abc_text_size_body_2_material=0x7f08004a; + public static int abc_text_size_button_material=0x7f08004b; + public static int abc_text_size_caption_material=0x7f08004c; + public static int abc_text_size_display_1_material=0x7f08004d; + public static int abc_text_size_display_2_material=0x7f08004e; + public static int abc_text_size_display_3_material=0x7f08004f; + public static int abc_text_size_display_4_material=0x7f080050; + public static int abc_text_size_headline_material=0x7f080051; + public static int abc_text_size_large_material=0x7f080052; + public static int abc_text_size_medium_material=0x7f080053; + public static int abc_text_size_menu_header_material=0x7f080054; + public static int abc_text_size_menu_material=0x7f080055; + public static int abc_text_size_small_material=0x7f080056; + public static int abc_text_size_subhead_material=0x7f080057; + public static int abc_text_size_subtitle_material_toolbar=0x7f080012; + public static int abc_text_size_title_material=0x7f080058; + public static int abc_text_size_title_material_toolbar=0x7f080013; + public static int cardview_compat_inset_shadow=0x7f08000c; + public static int cardview_default_elevation=0x7f08000d; + public static int cardview_default_radius=0x7f08000e; + public static int compat_button_inset_horizontal_material=0x7f080094; + public static int compat_button_inset_vertical_material=0x7f080095; + public static int compat_button_padding_horizontal_material=0x7f080096; + public static int compat_button_padding_vertical_material=0x7f080097; + public static int compat_control_corner_material=0x7f080098; + public static int design_appbar_elevation=0x7f080072; + public static int design_bottom_navigation_active_item_max_width=0x7f080073; + public static int design_bottom_navigation_active_text_size=0x7f080074; + public static int design_bottom_navigation_elevation=0x7f080075; + public static int design_bottom_navigation_height=0x7f080076; + public static int design_bottom_navigation_item_max_width=0x7f080077; + public static int design_bottom_navigation_item_min_width=0x7f080078; + public static int design_bottom_navigation_margin=0x7f080079; + public static int design_bottom_navigation_shadow_height=0x7f08007a; + public static int design_bottom_navigation_text_size=0x7f08007b; + public static int design_bottom_sheet_modal_elevation=0x7f08007c; + public static int design_bottom_sheet_peek_height_min=0x7f08007d; + public static int design_fab_border_width=0x7f08007e; + public static int design_fab_elevation=0x7f08007f; + public static int design_fab_image_size=0x7f080080; + public static int design_fab_size_mini=0x7f080081; + public static int design_fab_size_normal=0x7f080082; + public static int design_fab_translation_z_pressed=0x7f080083; + public static int design_navigation_elevation=0x7f080084; + public static int design_navigation_icon_padding=0x7f080085; + public static int design_navigation_icon_size=0x7f080086; + public static int design_navigation_max_width=0x7f08006a; + public static int design_navigation_padding_bottom=0x7f080087; + public static int design_navigation_separator_vertical_padding=0x7f080088; + public static int design_snackbar_action_inline_max_width=0x7f08006b; + public static int design_snackbar_background_corner_radius=0x7f08006c; + public static int design_snackbar_elevation=0x7f080089; + public static int design_snackbar_extra_spacing_horizontal=0x7f08006d; + public static int design_snackbar_max_width=0x7f08006e; + public static int design_snackbar_min_width=0x7f08006f; + public static int design_snackbar_padding_horizontal=0x7f08008a; + public static int design_snackbar_padding_vertical=0x7f08008b; + public static int design_snackbar_padding_vertical_2lines=0x7f080070; + public static int design_snackbar_text_size=0x7f08008c; + public static int design_tab_max_width=0x7f08008d; + public static int design_tab_scrollable_min_width=0x7f080071; + public static int design_tab_text_size=0x7f08008e; + public static int design_tab_text_size_2line=0x7f08008f; + public static int disabled_alpha_material_dark=0x7f080059; + public static int disabled_alpha_material_light=0x7f08005a; + public static int fastscroll_default_thickness=0x7f080000; + public static int fastscroll_margin=0x7f080001; + public static int fastscroll_minimum_range=0x7f080002; + public static int highlight_alpha_material_colored=0x7f08005b; + public static int highlight_alpha_material_dark=0x7f08005c; + public static int highlight_alpha_material_light=0x7f08005d; + public static int hint_alpha_material_dark=0x7f08005e; + public static int hint_alpha_material_light=0x7f08005f; + public static int hint_pressed_alpha_material_dark=0x7f080060; + public static int hint_pressed_alpha_material_light=0x7f080061; + public static int item_touch_helper_max_drag_scroll_per_frame=0x7f080003; + public static int item_touch_helper_swipe_escape_max_velocity=0x7f080004; + public static int item_touch_helper_swipe_escape_velocity=0x7f080005; + public static int mr_controller_volume_group_list_item_height=0x7f080006; + public static int mr_controller_volume_group_list_item_icon_size=0x7f080007; + public static int mr_controller_volume_group_list_max_height=0x7f080008; + public static int mr_controller_volume_group_list_padding_top=0x7f08000b; + public static int mr_dialog_fixed_width_major=0x7f080009; + public static int mr_dialog_fixed_width_minor=0x7f08000a; + public static int notification_action_icon_size=0x7f080099; + public static int notification_action_text_size=0x7f08009a; + public static int notification_big_circle_margin=0x7f08009b; + public static int notification_content_margin_start=0x7f080091; + public static int notification_large_icon_height=0x7f08009c; + public static int notification_large_icon_width=0x7f08009d; + public static int notification_main_column_padding_top=0x7f080092; + public static int notification_media_narrow_margin=0x7f080093; + public static int notification_right_icon_size=0x7f08009e; + public static int notification_right_side_padding_top=0x7f080090; + public static int notification_small_icon_background_padding=0x7f08009f; + public static int notification_small_icon_size_as_large=0x7f0800a0; + public static int notification_subtext_size=0x7f0800a1; + public static int notification_top_pad=0x7f0800a2; + public static int notification_top_pad_large_text=0x7f0800a3; + public static int tooltip_corner_radius=0x7f080062; + public static int tooltip_horizontal_padding=0x7f080063; + public static int tooltip_margin=0x7f080064; + public static int tooltip_precise_anchor_extra_offset=0x7f080065; + public static int tooltip_precise_anchor_threshold=0x7f080066; + public static int tooltip_vertical_padding=0x7f080067; + public static int tooltip_y_offset_non_touch=0x7f080068; + public static int tooltip_y_offset_touch=0x7f080069; + } + public static final class drawable { + public static int abc_ab_share_pack_mtrl_alpha=0x7f020000; + public static int abc_action_bar_item_background_material=0x7f020001; + public static int abc_btn_borderless_material=0x7f020002; + public static int abc_btn_check_material=0x7f020003; + public static int abc_btn_check_to_on_mtrl_000=0x7f020004; + public static int abc_btn_check_to_on_mtrl_015=0x7f020005; + public static int abc_btn_colored_material=0x7f020006; + public static int abc_btn_default_mtrl_shape=0x7f020007; + public static int abc_btn_radio_material=0x7f020008; + public static int abc_btn_radio_to_on_mtrl_000=0x7f020009; + public static int abc_btn_radio_to_on_mtrl_015=0x7f02000a; + public static int abc_btn_switch_to_on_mtrl_00001=0x7f02000b; + public static int abc_btn_switch_to_on_mtrl_00012=0x7f02000c; + public static int abc_cab_background_internal_bg=0x7f02000d; + public static int abc_cab_background_top_material=0x7f02000e; + public static int abc_cab_background_top_mtrl_alpha=0x7f02000f; + public static int abc_control_background_material=0x7f020010; + public static int abc_dialog_material_background=0x7f020011; + public static int abc_edit_text_material=0x7f020012; + public static int abc_ic_ab_back_material=0x7f020013; + public static int abc_ic_arrow_drop_right_black_24dp=0x7f020014; + public static int abc_ic_clear_material=0x7f020015; + public static int abc_ic_commit_search_api_mtrl_alpha=0x7f020016; + public static int abc_ic_go_search_api_material=0x7f020017; + public static int abc_ic_menu_copy_mtrl_am_alpha=0x7f020018; + public static int abc_ic_menu_cut_mtrl_alpha=0x7f020019; + public static int abc_ic_menu_overflow_material=0x7f02001a; + public static int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001b; + public static int abc_ic_menu_selectall_mtrl_alpha=0x7f02001c; + public static int abc_ic_menu_share_mtrl_alpha=0x7f02001d; + public static int abc_ic_search_api_material=0x7f02001e; + public static int abc_ic_star_black_16dp=0x7f02001f; + public static int abc_ic_star_black_36dp=0x7f020020; + public static int abc_ic_star_black_48dp=0x7f020021; + public static int abc_ic_star_half_black_16dp=0x7f020022; + public static int abc_ic_star_half_black_36dp=0x7f020023; + public static int abc_ic_star_half_black_48dp=0x7f020024; + public static int abc_ic_voice_search_api_material=0x7f020025; + public static int abc_item_background_holo_dark=0x7f020026; + public static int abc_item_background_holo_light=0x7f020027; + public static int abc_list_divider_mtrl_alpha=0x7f020028; + public static int abc_list_focused_holo=0x7f020029; + public static int abc_list_longpressed_holo=0x7f02002a; + public static int abc_list_pressed_holo_dark=0x7f02002b; + public static int abc_list_pressed_holo_light=0x7f02002c; + public static int abc_list_selector_background_transition_holo_dark=0x7f02002d; + public static int abc_list_selector_background_transition_holo_light=0x7f02002e; + public static int abc_list_selector_disabled_holo_dark=0x7f02002f; + public static int abc_list_selector_disabled_holo_light=0x7f020030; + public static int abc_list_selector_holo_dark=0x7f020031; + public static int abc_list_selector_holo_light=0x7f020032; + public static int abc_menu_hardkey_panel_mtrl_mult=0x7f020033; + public static int abc_popup_background_mtrl_mult=0x7f020034; + public static int abc_ratingbar_indicator_material=0x7f020035; + public static int abc_ratingbar_material=0x7f020036; + public static int abc_ratingbar_small_material=0x7f020037; + public static int abc_scrubber_control_off_mtrl_alpha=0x7f020038; + public static int abc_scrubber_control_to_pressed_mtrl_000=0x7f020039; + public static int abc_scrubber_control_to_pressed_mtrl_005=0x7f02003a; + public static int abc_scrubber_primary_mtrl_alpha=0x7f02003b; + public static int abc_scrubber_track_mtrl_alpha=0x7f02003c; + public static int abc_seekbar_thumb_material=0x7f02003d; + public static int abc_seekbar_tick_mark_material=0x7f02003e; + public static int abc_seekbar_track_material=0x7f02003f; + public static int abc_spinner_mtrl_am_alpha=0x7f020040; + public static int abc_spinner_textfield_background_material=0x7f020041; + public static int abc_switch_thumb_material=0x7f020042; + public static int abc_switch_track_mtrl_alpha=0x7f020043; + public static int abc_tab_indicator_material=0x7f020044; + public static int abc_tab_indicator_mtrl_alpha=0x7f020045; + public static int abc_text_cursor_material=0x7f020046; + public static int abc_text_select_handle_left_mtrl_dark=0x7f020047; + public static int abc_text_select_handle_left_mtrl_light=0x7f020048; + public static int abc_text_select_handle_middle_mtrl_dark=0x7f020049; + public static int abc_text_select_handle_middle_mtrl_light=0x7f02004a; + public static int abc_text_select_handle_right_mtrl_dark=0x7f02004b; + public static int abc_text_select_handle_right_mtrl_light=0x7f02004c; + public static int abc_textfield_activated_mtrl_alpha=0x7f02004d; + public static int abc_textfield_default_mtrl_alpha=0x7f02004e; + public static int abc_textfield_search_activated_mtrl_alpha=0x7f02004f; + public static int abc_textfield_search_default_mtrl_alpha=0x7f020050; + public static int abc_textfield_search_material=0x7f020051; + public static int abc_vector_test=0x7f020052; + public static int avd_hide_password=0x7f020053; + public static int avd_hide_password_1=0x7f02012f; + public static int avd_hide_password_2=0x7f020130; + public static int avd_hide_password_3=0x7f020131; + public static int avd_show_password=0x7f020054; + public static int avd_show_password_1=0x7f020132; + public static int avd_show_password_2=0x7f020133; + public static int avd_show_password_3=0x7f020134; + public static int design_bottom_navigation_item_background=0x7f020055; + public static int design_fab_background=0x7f020056; + public static int design_ic_visibility=0x7f020057; + public static int design_ic_visibility_off=0x7f020058; + public static int design_password_eye=0x7f020059; + public static int design_snackbar_background=0x7f02005a; + public static int ic_audiotrack_dark=0x7f02005b; + public static int ic_audiotrack_light=0x7f02005c; + public static int ic_dialog_close_dark=0x7f02005d; + public static int ic_dialog_close_light=0x7f02005e; + public static int ic_group_collapse_00=0x7f02005f; + public static int ic_group_collapse_01=0x7f020060; + public static int ic_group_collapse_02=0x7f020061; + public static int ic_group_collapse_03=0x7f020062; + public static int ic_group_collapse_04=0x7f020063; + public static int ic_group_collapse_05=0x7f020064; + public static int ic_group_collapse_06=0x7f020065; + public static int ic_group_collapse_07=0x7f020066; + public static int ic_group_collapse_08=0x7f020067; + public static int ic_group_collapse_09=0x7f020068; + public static int ic_group_collapse_10=0x7f020069; + public static int ic_group_collapse_11=0x7f02006a; + public static int ic_group_collapse_12=0x7f02006b; + public static int ic_group_collapse_13=0x7f02006c; + public static int ic_group_collapse_14=0x7f02006d; + public static int ic_group_collapse_15=0x7f02006e; + public static int ic_group_expand_00=0x7f02006f; + public static int ic_group_expand_01=0x7f020070; + public static int ic_group_expand_02=0x7f020071; + public static int ic_group_expand_03=0x7f020072; + public static int ic_group_expand_04=0x7f020073; + public static int ic_group_expand_05=0x7f020074; + public static int ic_group_expand_06=0x7f020075; + public static int ic_group_expand_07=0x7f020076; + public static int ic_group_expand_08=0x7f020077; + public static int ic_group_expand_09=0x7f020078; + public static int ic_group_expand_10=0x7f020079; + public static int ic_group_expand_11=0x7f02007a; + public static int ic_group_expand_12=0x7f02007b; + public static int ic_group_expand_13=0x7f02007c; + public static int ic_group_expand_14=0x7f02007d; + public static int ic_group_expand_15=0x7f02007e; + public static int ic_media_pause_dark=0x7f02007f; + public static int ic_media_pause_light=0x7f020080; + public static int ic_media_play_dark=0x7f020081; + public static int ic_media_play_light=0x7f020082; + public static int ic_media_stop_dark=0x7f020083; + public static int ic_media_stop_light=0x7f020084; + public static int ic_mr_button_connected_00_dark=0x7f020085; + public static int ic_mr_button_connected_00_light=0x7f020086; + public static int ic_mr_button_connected_01_dark=0x7f020087; + public static int ic_mr_button_connected_01_light=0x7f020088; + public static int ic_mr_button_connected_02_dark=0x7f020089; + public static int ic_mr_button_connected_02_light=0x7f02008a; + public static int ic_mr_button_connected_03_dark=0x7f02008b; + public static int ic_mr_button_connected_03_light=0x7f02008c; + public static int ic_mr_button_connected_04_dark=0x7f02008d; + public static int ic_mr_button_connected_04_light=0x7f02008e; + public static int ic_mr_button_connected_05_dark=0x7f02008f; + public static int ic_mr_button_connected_05_light=0x7f020090; + public static int ic_mr_button_connected_06_dark=0x7f020091; + public static int ic_mr_button_connected_06_light=0x7f020092; + public static int ic_mr_button_connected_07_dark=0x7f020093; + public static int ic_mr_button_connected_07_light=0x7f020094; + public static int ic_mr_button_connected_08_dark=0x7f020095; + public static int ic_mr_button_connected_08_light=0x7f020096; + public static int ic_mr_button_connected_09_dark=0x7f020097; + public static int ic_mr_button_connected_09_light=0x7f020098; + public static int ic_mr_button_connected_10_dark=0x7f020099; + public static int ic_mr_button_connected_10_light=0x7f02009a; + public static int ic_mr_button_connected_11_dark=0x7f02009b; + public static int ic_mr_button_connected_11_light=0x7f02009c; + public static int ic_mr_button_connected_12_dark=0x7f02009d; + public static int ic_mr_button_connected_12_light=0x7f02009e; + public static int ic_mr_button_connected_13_dark=0x7f02009f; + public static int ic_mr_button_connected_13_light=0x7f0200a0; + public static int ic_mr_button_connected_14_dark=0x7f0200a1; + public static int ic_mr_button_connected_14_light=0x7f0200a2; + public static int ic_mr_button_connected_15_dark=0x7f0200a3; + public static int ic_mr_button_connected_15_light=0x7f0200a4; + public static int ic_mr_button_connected_16_dark=0x7f0200a5; + public static int ic_mr_button_connected_16_light=0x7f0200a6; + public static int ic_mr_button_connected_17_dark=0x7f0200a7; + public static int ic_mr_button_connected_17_light=0x7f0200a8; + public static int ic_mr_button_connected_18_dark=0x7f0200a9; + public static int ic_mr_button_connected_18_light=0x7f0200aa; + public static int ic_mr_button_connected_19_dark=0x7f0200ab; + public static int ic_mr_button_connected_19_light=0x7f0200ac; + public static int ic_mr_button_connected_20_dark=0x7f0200ad; + public static int ic_mr_button_connected_20_light=0x7f0200ae; + public static int ic_mr_button_connected_21_dark=0x7f0200af; + public static int ic_mr_button_connected_21_light=0x7f0200b0; + public static int ic_mr_button_connected_22_dark=0x7f0200b1; + public static int ic_mr_button_connected_22_light=0x7f0200b2; + public static int ic_mr_button_connected_23_dark=0x7f0200b3; + public static int ic_mr_button_connected_23_light=0x7f0200b4; + public static int ic_mr_button_connected_24_dark=0x7f0200b5; + public static int ic_mr_button_connected_24_light=0x7f0200b6; + public static int ic_mr_button_connected_25_dark=0x7f0200b7; + public static int ic_mr_button_connected_25_light=0x7f0200b8; + public static int ic_mr_button_connected_26_dark=0x7f0200b9; + public static int ic_mr_button_connected_26_light=0x7f0200ba; + public static int ic_mr_button_connected_27_dark=0x7f0200bb; + public static int ic_mr_button_connected_27_light=0x7f0200bc; + public static int ic_mr_button_connected_28_dark=0x7f0200bd; + public static int ic_mr_button_connected_28_light=0x7f0200be; + public static int ic_mr_button_connected_29_dark=0x7f0200bf; + public static int ic_mr_button_connected_29_light=0x7f0200c0; + public static int ic_mr_button_connected_30_dark=0x7f0200c1; + public static int ic_mr_button_connected_30_light=0x7f0200c2; + public static int ic_mr_button_connecting_00_dark=0x7f0200c3; + public static int ic_mr_button_connecting_00_light=0x7f0200c4; + public static int ic_mr_button_connecting_01_dark=0x7f0200c5; + public static int ic_mr_button_connecting_01_light=0x7f0200c6; + public static int ic_mr_button_connecting_02_dark=0x7f0200c7; + public static int ic_mr_button_connecting_02_light=0x7f0200c8; + public static int ic_mr_button_connecting_03_dark=0x7f0200c9; + public static int ic_mr_button_connecting_03_light=0x7f0200ca; + public static int ic_mr_button_connecting_04_dark=0x7f0200cb; + public static int ic_mr_button_connecting_04_light=0x7f0200cc; + public static int ic_mr_button_connecting_05_dark=0x7f0200cd; + public static int ic_mr_button_connecting_05_light=0x7f0200ce; + public static int ic_mr_button_connecting_06_dark=0x7f0200cf; + public static int ic_mr_button_connecting_06_light=0x7f0200d0; + public static int ic_mr_button_connecting_07_dark=0x7f0200d1; + public static int ic_mr_button_connecting_07_light=0x7f0200d2; + public static int ic_mr_button_connecting_08_dark=0x7f0200d3; + public static int ic_mr_button_connecting_08_light=0x7f0200d4; + public static int ic_mr_button_connecting_09_dark=0x7f0200d5; + public static int ic_mr_button_connecting_09_light=0x7f0200d6; + public static int ic_mr_button_connecting_10_dark=0x7f0200d7; + public static int ic_mr_button_connecting_10_light=0x7f0200d8; + public static int ic_mr_button_connecting_11_dark=0x7f0200d9; + public static int ic_mr_button_connecting_11_light=0x7f0200da; + public static int ic_mr_button_connecting_12_dark=0x7f0200db; + public static int ic_mr_button_connecting_12_light=0x7f0200dc; + public static int ic_mr_button_connecting_13_dark=0x7f0200dd; + public static int ic_mr_button_connecting_13_light=0x7f0200de; + public static int ic_mr_button_connecting_14_dark=0x7f0200df; + public static int ic_mr_button_connecting_14_light=0x7f0200e0; + public static int ic_mr_button_connecting_15_dark=0x7f0200e1; + public static int ic_mr_button_connecting_15_light=0x7f0200e2; + public static int ic_mr_button_connecting_16_dark=0x7f0200e3; + public static int ic_mr_button_connecting_16_light=0x7f0200e4; + public static int ic_mr_button_connecting_17_dark=0x7f0200e5; + public static int ic_mr_button_connecting_17_light=0x7f0200e6; + public static int ic_mr_button_connecting_18_dark=0x7f0200e7; + public static int ic_mr_button_connecting_18_light=0x7f0200e8; + public static int ic_mr_button_connecting_19_dark=0x7f0200e9; + public static int ic_mr_button_connecting_19_light=0x7f0200ea; + public static int ic_mr_button_connecting_20_dark=0x7f0200eb; + public static int ic_mr_button_connecting_20_light=0x7f0200ec; + public static int ic_mr_button_connecting_21_dark=0x7f0200ed; + public static int ic_mr_button_connecting_21_light=0x7f0200ee; + public static int ic_mr_button_connecting_22_dark=0x7f0200ef; + public static int ic_mr_button_connecting_22_light=0x7f0200f0; + public static int ic_mr_button_connecting_23_dark=0x7f0200f1; + public static int ic_mr_button_connecting_23_light=0x7f0200f2; + public static int ic_mr_button_connecting_24_dark=0x7f0200f3; + public static int ic_mr_button_connecting_24_light=0x7f0200f4; + public static int ic_mr_button_connecting_25_dark=0x7f0200f5; + public static int ic_mr_button_connecting_25_light=0x7f0200f6; + public static int ic_mr_button_connecting_26_dark=0x7f0200f7; + public static int ic_mr_button_connecting_26_light=0x7f0200f8; + public static int ic_mr_button_connecting_27_dark=0x7f0200f9; + public static int ic_mr_button_connecting_27_light=0x7f0200fa; + public static int ic_mr_button_connecting_28_dark=0x7f0200fb; + public static int ic_mr_button_connecting_28_light=0x7f0200fc; + public static int ic_mr_button_connecting_29_dark=0x7f0200fd; + public static int ic_mr_button_connecting_29_light=0x7f0200fe; + public static int ic_mr_button_connecting_30_dark=0x7f0200ff; + public static int ic_mr_button_connecting_30_light=0x7f020100; + public static int ic_mr_button_disabled_dark=0x7f020101; + public static int ic_mr_button_disabled_light=0x7f020102; + public static int ic_mr_button_disconnected_dark=0x7f020103; + public static int ic_mr_button_disconnected_light=0x7f020104; + public static int ic_mr_button_grey=0x7f020105; + public static int ic_vol_type_speaker_dark=0x7f020106; + public static int ic_vol_type_speaker_group_dark=0x7f020107; + public static int ic_vol_type_speaker_group_light=0x7f020108; + public static int ic_vol_type_speaker_light=0x7f020109; + public static int ic_vol_type_tv_dark=0x7f02010a; + public static int ic_vol_type_tv_light=0x7f02010b; + public static int mr_button_connected_dark=0x7f02010c; + public static int mr_button_connected_light=0x7f02010d; + public static int mr_button_connecting_dark=0x7f02010e; + public static int mr_button_connecting_light=0x7f02010f; + public static int mr_button_dark=0x7f020110; + public static int mr_button_light=0x7f020111; + public static int mr_dialog_close_dark=0x7f020112; + public static int mr_dialog_close_light=0x7f020113; + public static int mr_dialog_material_background_dark=0x7f020114; + public static int mr_dialog_material_background_light=0x7f020115; + public static int mr_group_collapse=0x7f020116; + public static int mr_group_expand=0x7f020117; + public static int mr_media_pause_dark=0x7f020118; + public static int mr_media_pause_light=0x7f020119; + public static int mr_media_play_dark=0x7f02011a; + public static int mr_media_play_light=0x7f02011b; + public static int mr_media_stop_dark=0x7f02011c; + public static int mr_media_stop_light=0x7f02011d; + public static int mr_vol_type_audiotrack_dark=0x7f02011e; + public static int mr_vol_type_audiotrack_light=0x7f02011f; + public static int navigation_empty_icon=0x7f020120; + public static int notification_action_background=0x7f020121; + public static int notification_bg=0x7f020122; + public static int notification_bg_low=0x7f020123; + public static int notification_bg_low_normal=0x7f020124; + public static int notification_bg_low_pressed=0x7f020125; + public static int notification_bg_normal=0x7f020126; + public static int notification_bg_normal_pressed=0x7f020127; + public static int notification_icon_background=0x7f020128; + public static int notification_template_icon_bg=0x7f02012d; + public static int notification_template_icon_low_bg=0x7f02012e; + public static int notification_tile_bg=0x7f020129; + public static int notify_panel_notification_icon_bg=0x7f02012a; + public static int tooltip_frame_dark=0x7f02012b; + public static int tooltip_frame_light=0x7f02012c; + } + public static final class id { + public static int ALT=0x7f090032; + public static int CTRL=0x7f090033; + public static int FUNCTION=0x7f090034; + public static int META=0x7f090035; + public static int SHIFT=0x7f090036; + public static int SYM=0x7f090037; + public static int action0=0x7f0900b6; + public static int action_bar=0x7f09007c; + public static int action_bar_activity_content=0x7f090001; + public static int action_bar_container=0x7f09007b; + public static int action_bar_root=0x7f090077; + public static int action_bar_spinner=0x7f090002; + public static int action_bar_subtitle=0x7f09005b; + public static int action_bar_title=0x7f09005a; + public static int action_container=0x7f0900b3; + public static int action_context_bar=0x7f09007d; + public static int action_divider=0x7f0900ba; + public static int action_image=0x7f0900b4; + public static int action_menu_divider=0x7f090003; + public static int action_menu_presenter=0x7f090004; + public static int action_mode_bar=0x7f090079; + public static int action_mode_bar_stub=0x7f090078; + public static int action_mode_close_button=0x7f09005c; + public static int action_text=0x7f0900b5; + public static int actions=0x7f0900c3; + public static int activity_chooser_view_content=0x7f09005d; + public static int add=0x7f090027; + public static int alertTitle=0x7f090070; + public static int all=0x7f090052; + public static int always=0x7f090038; + public static int async=0x7f090056; + public static int auto=0x7f090044; + public static int beginning=0x7f09002f; + public static int blocking=0x7f090057; + public static int bottom=0x7f09003d; + public static int buttonPanel=0x7f090063; + public static int cancel_action=0x7f0900b7; + public static int center=0x7f090045; + public static int center_horizontal=0x7f090046; + public static int center_vertical=0x7f090047; + public static int checkbox=0x7f090073; + public static int chronometer=0x7f0900bf; + public static int clip_horizontal=0x7f09004e; + public static int clip_vertical=0x7f09004f; + public static int collapseActionView=0x7f090039; + public static int container=0x7f09008d; + public static int contentPanel=0x7f090066; + public static int coordinator=0x7f09008e; + public static int custom=0x7f09006d; + public static int customPanel=0x7f09006c; + public static int decor_content_parent=0x7f09007a; + public static int default_activity_button=0x7f090060; + public static int design_bottom_sheet=0x7f090090; + public static int design_menu_item_action_area=0x7f090097; + public static int design_menu_item_action_area_stub=0x7f090096; + public static int design_menu_item_text=0x7f090095; + public static int design_navigation_view=0x7f090094; + public static int disableHome=0x7f090020; + public static int edit_query=0x7f09007e; + public static int end=0x7f090030; + public static int end_padder=0x7f0900c5; + public static int enterAlways=0x7f09003f; + public static int enterAlwaysCollapsed=0x7f090040; + public static int exitUntilCollapsed=0x7f090041; + public static int expand_activities_button=0x7f09005e; + public static int expanded_menu=0x7f090072; + public static int fill=0x7f090050; + public static int fill_horizontal=0x7f090051; + public static int fill_vertical=0x7f090048; + public static int fixed=0x7f090054; + public static int forever=0x7f090058; + public static int ghost_view=0x7f09000a; + public static int home=0x7f090005; + public static int homeAsUp=0x7f090021; + public static int icon=0x7f090062; + public static int icon_group=0x7f0900c4; + public static int ifRoom=0x7f09003a; + public static int image=0x7f09005f; + public static int info=0x7f0900c0; + public static int italic=0x7f090059; + public static int item_touch_helper_previous_elevation=0x7f090000; + public static int largeLabel=0x7f09008c; + public static int left=0x7f090049; + public static int line1=0x7f090017; + public static int line3=0x7f090018; + public static int listMode=0x7f09001d; + public static int list_item=0x7f090061; + public static int masked=0x7f0900ca; + public static int media_actions=0x7f0900b9; + public static int message=0x7f0900c8; + public static int middle=0x7f090031; + public static int mini=0x7f090053; + public static int mr_art=0x7f0900a5; + public static int mr_chooser_list=0x7f09009a; + public static int mr_chooser_route_desc=0x7f09009d; + public static int mr_chooser_route_icon=0x7f09009b; + public static int mr_chooser_route_name=0x7f09009c; + public static int mr_chooser_title=0x7f090099; + public static int mr_close=0x7f0900a2; + public static int mr_control_divider=0x7f0900a8; + public static int mr_control_playback_ctrl=0x7f0900ae; + public static int mr_control_subtitle=0x7f0900b1; + public static int mr_control_title=0x7f0900b0; + public static int mr_control_title_container=0x7f0900af; + public static int mr_custom_control=0x7f0900a3; + public static int mr_default_control=0x7f0900a4; + public static int mr_dialog_area=0x7f09009f; + public static int mr_expandable_area=0x7f09009e; + public static int mr_group_expand_collapse=0x7f0900b2; + public static int mr_media_main_control=0x7f0900a6; + public static int mr_name=0x7f0900a1; + public static int mr_playback_control=0x7f0900a7; + public static int mr_title_bar=0x7f0900a0; + public static int mr_volume_control=0x7f0900a9; + public static int mr_volume_group_list=0x7f0900aa; + public static int mr_volume_item_icon=0x7f0900ac; + public static int mr_volume_slider=0x7f0900ad; + public static int multiply=0x7f090028; + public static int navigation_header_container=0x7f090093; + public static int never=0x7f09003b; + public static int none=0x7f090022; + public static int normal=0x7f09001e; + public static int notification_background=0x7f0900c2; + public static int notification_main_column=0x7f0900bc; + public static int notification_main_column_container=0x7f0900bb; + public static int parallax=0x7f09004c; + public static int parentPanel=0x7f090065; + public static int parent_matrix=0x7f09000b; + public static int pin=0x7f09004d; + public static int progress_circular=0x7f090006; + public static int progress_horizontal=0x7f090007; + public static int radio=0x7f090075; + public static int right=0x7f09004a; + public static int right_icon=0x7f0900c1; + public static int right_side=0x7f0900bd; + public static int save_image_matrix=0x7f09000c; + public static int save_non_transition_alpha=0x7f09000d; + public static int save_scale_type=0x7f09000e; + public static int screen=0x7f090029; + public static int scroll=0x7f090042; + public static int scrollIndicatorDown=0x7f09006b; + public static int scrollIndicatorUp=0x7f090067; + public static int scrollView=0x7f090068; + public static int scrollable=0x7f090055; + public static int search_badge=0x7f090080; + public static int search_bar=0x7f09007f; + public static int search_button=0x7f090081; + public static int search_close_btn=0x7f090086; + public static int search_edit_frame=0x7f090082; + public static int search_go_btn=0x7f090088; + public static int search_mag_icon=0x7f090083; + public static int search_plate=0x7f090084; + public static int search_src_text=0x7f090085; + public static int search_voice_btn=0x7f090089; + public static int select_dialog_listview=0x7f09008a; + public static int shortcut=0x7f090074; + public static int showCustom=0x7f090023; + public static int showHome=0x7f090024; + public static int showTitle=0x7f090025; + public static int sliding_tabs=0x7f0900c6; + public static int smallLabel=0x7f09008b; + public static int snackbar_action=0x7f090092; + public static int snackbar_text=0x7f090091; + public static int snap=0x7f090043; + public static int spacer=0x7f090064; + public static int split_action_bar=0x7f090008; + public static int src_atop=0x7f09002a; + public static int src_in=0x7f09002b; + public static int src_over=0x7f09002c; + public static int start=0x7f09004b; + public static int status_bar_latest_event_content=0x7f0900b8; + public static int submenuarrow=0x7f090076; + public static int submit_area=0x7f090087; + public static int tabMode=0x7f09001f; + public static int tag_transition_group=0x7f090019; + public static int text=0x7f09001a; + public static int text2=0x7f09001b; + public static int textSpacerNoButtons=0x7f09006a; + public static int textSpacerNoTitle=0x7f090069; + public static int text_input_password_toggle=0x7f090098; + public static int textinput_counter=0x7f090014; + public static int textinput_error=0x7f090015; + public static int time=0x7f0900be; + public static int title=0x7f09001c; + public static int titleDividerNoCustom=0x7f090071; + public static int title_template=0x7f09006f; + public static int toolbar=0x7f0900c7; + public static int top=0x7f09003e; + public static int topPanel=0x7f09006e; + public static int touch_outside=0x7f09008f; + public static int transition_current_scene=0x7f09000f; + public static int transition_layout_save=0x7f090010; + public static int transition_position=0x7f090011; + public static int transition_scene_layoutid_cache=0x7f090012; + public static int transition_transform=0x7f090013; + public static int uniform=0x7f09002d; + public static int up=0x7f090009; + public static int useLogo=0x7f090026; + public static int view_offset_helper=0x7f090016; + public static int visible=0x7f0900c9; + public static int volume_item_container=0x7f0900ab; + public static int withText=0x7f09003c; + public static int wrap_content=0x7f09002e; + } + public static final class integer { + public static int abc_config_activityDefaultDur=0x7f0b0003; + public static int abc_config_activityShortDur=0x7f0b0004; + public static int app_bar_elevation_anim_duration=0x7f0b0008; + public static int bottom_sheet_slide_duration=0x7f0b0009; + public static int cancel_button_image_alpha=0x7f0b0005; + public static int config_tooltipAnimTime=0x7f0b0006; + public static int design_snackbar_text_max_lines=0x7f0b0007; + public static int hide_password_duration=0x7f0b000a; + public static int mr_controller_volume_group_list_animation_duration_ms=0x7f0b0000; + public static int mr_controller_volume_group_list_fade_in_duration_ms=0x7f0b0001; + public static int mr_controller_volume_group_list_fade_out_duration_ms=0x7f0b0002; + public static int show_password_duration=0x7f0b000b; + public static int status_bar_notification_info_maxnum=0x7f0b000c; + } + public static final class interpolator { + public static int mr_fast_out_slow_in=0x7f070000; + public static int mr_linear_out_slow_in=0x7f070001; + } + public static final class layout { + public static int abc_action_bar_title_item=0x7f040000; + public static int abc_action_bar_up_container=0x7f040001; + public static int abc_action_menu_item_layout=0x7f040002; + public static int abc_action_menu_layout=0x7f040003; + public static int abc_action_mode_bar=0x7f040004; + public static int abc_action_mode_close_item_material=0x7f040005; + public static int abc_activity_chooser_view=0x7f040006; + public static int abc_activity_chooser_view_list_item=0x7f040007; + public static int abc_alert_dialog_button_bar_material=0x7f040008; + public static int abc_alert_dialog_material=0x7f040009; + public static int abc_alert_dialog_title_material=0x7f04000a; + public static int abc_dialog_title_material=0x7f04000b; + public static int abc_expanded_menu_layout=0x7f04000c; + public static int abc_list_menu_item_checkbox=0x7f04000d; + public static int abc_list_menu_item_icon=0x7f04000e; + public static int abc_list_menu_item_layout=0x7f04000f; + public static int abc_list_menu_item_radio=0x7f040010; + public static int abc_popup_menu_header_item_layout=0x7f040011; + public static int abc_popup_menu_item_layout=0x7f040012; + public static int abc_screen_content_include=0x7f040013; + public static int abc_screen_simple=0x7f040014; + public static int abc_screen_simple_overlay_action_mode=0x7f040015; + public static int abc_screen_toolbar=0x7f040016; + public static int abc_search_dropdown_item_icons_2line=0x7f040017; + public static int abc_search_view=0x7f040018; + public static int abc_select_dialog_material=0x7f040019; + public static int design_bottom_navigation_item=0x7f04001a; + public static int design_bottom_sheet_dialog=0x7f04001b; + public static int design_layout_snackbar=0x7f04001c; + public static int design_layout_snackbar_include=0x7f04001d; + public static int design_layout_tab_icon=0x7f04001e; + public static int design_layout_tab_text=0x7f04001f; + public static int design_menu_item_action_area=0x7f040020; + public static int design_navigation_item=0x7f040021; + public static int design_navigation_item_header=0x7f040022; + public static int design_navigation_item_separator=0x7f040023; + public static int design_navigation_item_subheader=0x7f040024; + public static int design_navigation_menu=0x7f040025; + public static int design_navigation_menu_item=0x7f040026; + public static int design_text_input_password_icon=0x7f040027; + public static int mr_chooser_dialog=0x7f040028; + public static int mr_chooser_list_item=0x7f040029; + public static int mr_controller_material_dialog_b=0x7f04002a; + public static int mr_controller_volume_item=0x7f04002b; + public static int mr_playback_control=0x7f04002c; + public static int mr_volume_control=0x7f04002d; + public static int notification_action=0x7f04002e; + public static int notification_action_tombstone=0x7f04002f; + public static int notification_media_action=0x7f040030; + public static int notification_media_cancel_action=0x7f040031; + public static int notification_template_big_media=0x7f040032; + public static int notification_template_big_media_custom=0x7f040033; + public static int notification_template_big_media_narrow=0x7f040034; + public static int notification_template_big_media_narrow_custom=0x7f040035; + public static int notification_template_custom_big=0x7f040036; + public static int notification_template_icon_group=0x7f040037; + public static int notification_template_lines_media=0x7f040038; + public static int notification_template_media=0x7f040039; + public static int notification_template_media_custom=0x7f04003a; + public static int notification_template_part_chronometer=0x7f04003b; + public static int notification_template_part_time=0x7f04003c; + public static int select_dialog_item_material=0x7f04003d; + public static int select_dialog_multichoice_material=0x7f04003e; + public static int select_dialog_singlechoice_material=0x7f04003f; + public static int support_simple_spinner_dropdown_item=0x7f040040; + public static int tabbar=0x7f040041; + public static int toolbar=0x7f040042; + public static int tooltip=0x7f040043; + } + public static final class mipmap { + public static int icon=0x7f030000; + public static int icon_round=0x7f030001; + public static int launcher_foreground=0x7f030002; + } + public static final class string { + public static int abc_action_bar_home_description=0x7f0a0015; + public static int abc_action_bar_up_description=0x7f0a0016; + public static int abc_action_menu_overflow_description=0x7f0a0017; + public static int abc_action_mode_done=0x7f0a0018; + public static int abc_activity_chooser_view_see_all=0x7f0a0019; + public static int abc_activitychooserview_choose_application=0x7f0a001a; + public static int abc_capital_off=0x7f0a001b; + public static int abc_capital_on=0x7f0a001c; + public static int abc_font_family_body_1_material=0x7f0a0027; + public static int abc_font_family_body_2_material=0x7f0a0028; + public static int abc_font_family_button_material=0x7f0a0029; + public static int abc_font_family_caption_material=0x7f0a002a; + public static int abc_font_family_display_1_material=0x7f0a002b; + public static int abc_font_family_display_2_material=0x7f0a002c; + public static int abc_font_family_display_3_material=0x7f0a002d; + public static int abc_font_family_display_4_material=0x7f0a002e; + public static int abc_font_family_headline_material=0x7f0a002f; + public static int abc_font_family_menu_material=0x7f0a0030; + public static int abc_font_family_subhead_material=0x7f0a0031; + public static int abc_font_family_title_material=0x7f0a0032; + public static int abc_search_hint=0x7f0a001d; + public static int abc_searchview_description_clear=0x7f0a001e; + public static int abc_searchview_description_query=0x7f0a001f; + public static int abc_searchview_description_search=0x7f0a0020; + public static int abc_searchview_description_submit=0x7f0a0021; + public static int abc_searchview_description_voice=0x7f0a0022; + public static int abc_shareactionprovider_share_with=0x7f0a0023; + public static int abc_shareactionprovider_share_with_application=0x7f0a0024; + public static int abc_toolbar_collapse_description=0x7f0a0025; + public static int appbar_scrolling_view_behavior=0x7f0a0033; + public static int bottom_sheet_behavior=0x7f0a0034; + public static int character_counter_pattern=0x7f0a0035; + public static int mr_button_content_description=0x7f0a0000; + public static int mr_cast_button_connected=0x7f0a0001; + public static int mr_cast_button_connecting=0x7f0a0002; + public static int mr_cast_button_disconnected=0x7f0a0003; + public static int mr_chooser_searching=0x7f0a0004; + public static int mr_chooser_title=0x7f0a0005; + public static int mr_controller_album_art=0x7f0a0006; + public static int mr_controller_casting_screen=0x7f0a0007; + public static int mr_controller_close_description=0x7f0a0008; + public static int mr_controller_collapse_group=0x7f0a0009; + public static int mr_controller_disconnect=0x7f0a000a; + public static int mr_controller_expand_group=0x7f0a000b; + public static int mr_controller_no_info_available=0x7f0a000c; + public static int mr_controller_no_media_selected=0x7f0a000d; + public static int mr_controller_pause=0x7f0a000e; + public static int mr_controller_play=0x7f0a000f; + public static int mr_controller_stop=0x7f0a0010; + public static int mr_controller_stop_casting=0x7f0a0011; + public static int mr_controller_volume_slider=0x7f0a0012; + public static int mr_system_route_name=0x7f0a0013; + public static int mr_user_route_category_name=0x7f0a0014; + public static int password_toggle_content_description=0x7f0a0036; + public static int path_password_eye=0x7f0a0037; + public static int path_password_eye_mask_strike_through=0x7f0a0038; + public static int path_password_eye_mask_visible=0x7f0a0039; + public static int path_password_strike_through=0x7f0a003a; + public static int search_menu_title=0x7f0a0026; + public static int status_bar_notification_info_overflow=0x7f0a003b; + } + public static final class style { + public static int AlertDialog_AppCompat=0x7f0c00a4; + public static int AlertDialog_AppCompat_Light=0x7f0c00a5; + public static int Animation_AppCompat_Dialog=0x7f0c00a6; + public static int Animation_AppCompat_DropDownUp=0x7f0c00a7; + public static int Animation_AppCompat_Tooltip=0x7f0c00a8; + public static int Animation_Design_BottomSheetDialog=0x7f0c016e; + public static int AppCompatDialogStyle=0x7f0c0191; + public static int Base_AlertDialog_AppCompat=0x7f0c00a9; + public static int Base_AlertDialog_AppCompat_Light=0x7f0c00aa; + public static int Base_Animation_AppCompat_Dialog=0x7f0c00ab; + public static int Base_Animation_AppCompat_DropDownUp=0x7f0c00ac; + public static int Base_Animation_AppCompat_Tooltip=0x7f0c00ad; + public static int Base_CardView=0x7f0c000c; + public static int Base_DialogWindowTitle_AppCompat=0x7f0c00ae; + public static int Base_DialogWindowTitleBackground_AppCompat=0x7f0c00af; + public static int Base_TextAppearance_AppCompat=0x7f0c0048; + public static int Base_TextAppearance_AppCompat_Body1=0x7f0c0049; + public static int Base_TextAppearance_AppCompat_Body2=0x7f0c004a; + public static int Base_TextAppearance_AppCompat_Button=0x7f0c0036; + public static int Base_TextAppearance_AppCompat_Caption=0x7f0c004b; + public static int Base_TextAppearance_AppCompat_Display1=0x7f0c004c; + public static int Base_TextAppearance_AppCompat_Display2=0x7f0c004d; + public static int Base_TextAppearance_AppCompat_Display3=0x7f0c004e; + public static int Base_TextAppearance_AppCompat_Display4=0x7f0c004f; + public static int Base_TextAppearance_AppCompat_Headline=0x7f0c0050; + public static int Base_TextAppearance_AppCompat_Inverse=0x7f0c001a; + public static int Base_TextAppearance_AppCompat_Large=0x7f0c0051; + public static int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0c001b; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c0052; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c0053; + public static int Base_TextAppearance_AppCompat_Medium=0x7f0c0054; + public static int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0c001c; + public static int Base_TextAppearance_AppCompat_Menu=0x7f0c0055; + public static int Base_TextAppearance_AppCompat_SearchResult=0x7f0c00b0; + public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c0056; + public static int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0c0057; + public static int Base_TextAppearance_AppCompat_Small=0x7f0c0058; + public static int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0c001d; + public static int Base_TextAppearance_AppCompat_Subhead=0x7f0c0059; + public static int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0c001e; + public static int Base_TextAppearance_AppCompat_Title=0x7f0c005a; + public static int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0c001f; + public static int Base_TextAppearance_AppCompat_Tooltip=0x7f0c00b1; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c0095; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c005b; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c005c; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c005d; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c005e; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c005f; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c0060; + public static int Base_TextAppearance_AppCompat_Widget_Button=0x7f0c0061; + public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c009c; + public static int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c009d; + public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c0096; + public static int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00b2; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0062; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0063; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0064; + public static int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0c0065; + public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0066; + public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c00b3; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0067; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0068; + public static int Base_Theme_AppCompat=0x7f0c0069; + public static int Base_Theme_AppCompat_CompactMenu=0x7f0c00b4; + public static int Base_Theme_AppCompat_Dialog=0x7f0c0020; + public static int Base_Theme_AppCompat_Dialog_Alert=0x7f0c0021; + public static int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0c00b5; + public static int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0c0022; + public static int Base_Theme_AppCompat_DialogWhenLarge=0x7f0c0010; + public static int Base_Theme_AppCompat_Light=0x7f0c006a; + public static int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0c00b6; + public static int Base_Theme_AppCompat_Light_Dialog=0x7f0c0023; + public static int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0c0024; + public static int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0c00b7; + public static int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0025; + public static int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0011; + public static int Base_ThemeOverlay_AppCompat=0x7f0c00b8; + public static int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0c00b9; + public static int Base_ThemeOverlay_AppCompat_Dark=0x7f0c00ba; + public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c00bb; + public static int Base_ThemeOverlay_AppCompat_Dialog=0x7f0c0026; + public static int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c0027; + public static int Base_ThemeOverlay_AppCompat_Light=0x7f0c00bc; + public static int Base_V11_Theme_AppCompat_Dialog=0x7f0c0028; + public static int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0c0029; + public static int Base_V11_ThemeOverlay_AppCompat_Dialog=0x7f0c002a; + public static int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0c0032; + public static int Base_V12_Widget_AppCompat_EditText=0x7f0c0033; + public static int Base_V14_Widget_Design_AppBarLayout=0x7f0c016f; + public static int Base_V21_Theme_AppCompat=0x7f0c006b; + public static int Base_V21_Theme_AppCompat_Dialog=0x7f0c006c; + public static int Base_V21_Theme_AppCompat_Light=0x7f0c006d; + public static int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0c006e; + public static int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0c006f; + public static int Base_V21_Widget_Design_AppBarLayout=0x7f0c016b; + public static int Base_V22_Theme_AppCompat=0x7f0c0093; + public static int Base_V22_Theme_AppCompat_Light=0x7f0c0094; + public static int Base_V23_Theme_AppCompat=0x7f0c0097; + public static int Base_V23_Theme_AppCompat_Light=0x7f0c0098; + public static int Base_V26_Theme_AppCompat=0x7f0c00a0; + public static int Base_V26_Theme_AppCompat_Light=0x7f0c00a1; + public static int Base_V26_Widget_AppCompat_Toolbar=0x7f0c00a2; + public static int Base_V26_Widget_Design_AppBarLayout=0x7f0c016d; + public static int Base_V7_Theme_AppCompat=0x7f0c00bd; + public static int Base_V7_Theme_AppCompat_Dialog=0x7f0c00be; + public static int Base_V7_Theme_AppCompat_Light=0x7f0c00bf; + public static int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0c00c0; + public static int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0c00c1; + public static int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0c00c2; + public static int Base_V7_Widget_AppCompat_EditText=0x7f0c00c3; + public static int Base_V7_Widget_AppCompat_Toolbar=0x7f0c00c4; + public static int Base_Widget_AppCompat_ActionBar=0x7f0c00c5; + public static int Base_Widget_AppCompat_ActionBar_Solid=0x7f0c00c6; + public static int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0c00c7; + public static int Base_Widget_AppCompat_ActionBar_TabText=0x7f0c0070; + public static int Base_Widget_AppCompat_ActionBar_TabView=0x7f0c0071; + public static int Base_Widget_AppCompat_ActionButton=0x7f0c0072; + public static int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0c0073; + public static int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0c0074; + public static int Base_Widget_AppCompat_ActionMode=0x7f0c00c8; + public static int Base_Widget_AppCompat_ActivityChooserView=0x7f0c00c9; + public static int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0c0034; + public static int Base_Widget_AppCompat_Button=0x7f0c0075; + public static int Base_Widget_AppCompat_Button_Borderless=0x7f0c0076; + public static int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0c0077; + public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c00ca; + public static int Base_Widget_AppCompat_Button_Colored=0x7f0c0099; + public static int Base_Widget_AppCompat_Button_Small=0x7f0c0078; + public static int Base_Widget_AppCompat_ButtonBar=0x7f0c0079; + public static int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c00cb; + public static int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0c007a; + public static int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0c007b; + public static int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0c00cc; + public static int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0c000f; + public static int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0c00cd; + public static int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0c007c; + public static int Base_Widget_AppCompat_EditText=0x7f0c0035; + public static int Base_Widget_AppCompat_ImageButton=0x7f0c007d; + public static int Base_Widget_AppCompat_Light_ActionBar=0x7f0c00ce; + public static int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0c00cf; + public static int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c00d0; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0c007e; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c007f; + public static int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0c0080; + public static int Base_Widget_AppCompat_Light_PopupMenu=0x7f0c0081; + public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c0082; + public static int Base_Widget_AppCompat_ListMenuView=0x7f0c00d1; + public static int Base_Widget_AppCompat_ListPopupWindow=0x7f0c0083; + public static int Base_Widget_AppCompat_ListView=0x7f0c0084; + public static int Base_Widget_AppCompat_ListView_DropDown=0x7f0c0085; + public static int Base_Widget_AppCompat_ListView_Menu=0x7f0c0086; + public static int Base_Widget_AppCompat_PopupMenu=0x7f0c0087; + public static int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0c0088; + public static int Base_Widget_AppCompat_PopupWindow=0x7f0c00d2; + public static int Base_Widget_AppCompat_ProgressBar=0x7f0c002b; + public static int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0c002c; + public static int Base_Widget_AppCompat_RatingBar=0x7f0c0089; + public static int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0c009a; + public static int Base_Widget_AppCompat_RatingBar_Small=0x7f0c009b; + public static int Base_Widget_AppCompat_SearchView=0x7f0c00d3; + public static int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0c00d4; + public static int Base_Widget_AppCompat_SeekBar=0x7f0c008a; + public static int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0c00d5; + public static int Base_Widget_AppCompat_Spinner=0x7f0c008b; + public static int Base_Widget_AppCompat_Spinner_Underlined=0x7f0c0012; + public static int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0c008c; + public static int Base_Widget_AppCompat_Toolbar=0x7f0c00a3; + public static int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c008d; + public static int Base_Widget_Design_AppBarLayout=0x7f0c016c; + public static int Base_Widget_Design_TabLayout=0x7f0c0170; + public static int CardView=0x7f0c000b; + public static int CardView_Dark=0x7f0c000d; + public static int CardView_Light=0x7f0c000e; + public static int MainTheme=0x7f0c018f; + /** Base theme applied no matter what API + */ + public static int MainTheme_Base=0x7f0c0190; + public static int Platform_AppCompat=0x7f0c002d; + public static int Platform_AppCompat_Light=0x7f0c002e; + public static int Platform_ThemeOverlay_AppCompat=0x7f0c008e; + public static int Platform_ThemeOverlay_AppCompat_Dark=0x7f0c008f; + public static int Platform_ThemeOverlay_AppCompat_Light=0x7f0c0090; + public static int Platform_V11_AppCompat=0x7f0c002f; + public static int Platform_V11_AppCompat_Light=0x7f0c0030; + public static int Platform_V14_AppCompat=0x7f0c0037; + public static int Platform_V14_AppCompat_Light=0x7f0c0038; + public static int Platform_V21_AppCompat=0x7f0c0091; + public static int Platform_V21_AppCompat_Light=0x7f0c0092; + public static int Platform_V25_AppCompat=0x7f0c009e; + public static int Platform_V25_AppCompat_Light=0x7f0c009f; + public static int Platform_Widget_AppCompat_Spinner=0x7f0c0031; + public static int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0c003a; + public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0c003b; + public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0c003c; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0c003d; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0c003e; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0c003f; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0c0040; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0c0041; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0c0042; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0c0043; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0c0044; + public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0c0045; + public static int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0c0046; + public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0c0047; + public static int TextAppearance_AppCompat=0x7f0c00d6; + public static int TextAppearance_AppCompat_Body1=0x7f0c00d7; + public static int TextAppearance_AppCompat_Body2=0x7f0c00d8; + public static int TextAppearance_AppCompat_Button=0x7f0c00d9; + public static int TextAppearance_AppCompat_Caption=0x7f0c00da; + public static int TextAppearance_AppCompat_Display1=0x7f0c00db; + public static int TextAppearance_AppCompat_Display2=0x7f0c00dc; + public static int TextAppearance_AppCompat_Display3=0x7f0c00dd; + public static int TextAppearance_AppCompat_Display4=0x7f0c00de; + public static int TextAppearance_AppCompat_Headline=0x7f0c00df; + public static int TextAppearance_AppCompat_Inverse=0x7f0c00e0; + public static int TextAppearance_AppCompat_Large=0x7f0c00e1; + public static int TextAppearance_AppCompat_Large_Inverse=0x7f0c00e2; + public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0c00e3; + public static int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0c00e4; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c00e5; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c00e6; + public static int TextAppearance_AppCompat_Medium=0x7f0c00e7; + public static int TextAppearance_AppCompat_Medium_Inverse=0x7f0c00e8; + public static int TextAppearance_AppCompat_Menu=0x7f0c00e9; + public static int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c00ea; + public static int TextAppearance_AppCompat_SearchResult_Title=0x7f0c00eb; + public static int TextAppearance_AppCompat_Small=0x7f0c00ec; + public static int TextAppearance_AppCompat_Small_Inverse=0x7f0c00ed; + public static int TextAppearance_AppCompat_Subhead=0x7f0c00ee; + public static int TextAppearance_AppCompat_Subhead_Inverse=0x7f0c00ef; + public static int TextAppearance_AppCompat_Title=0x7f0c00f0; + public static int TextAppearance_AppCompat_Title_Inverse=0x7f0c00f1; + public static int TextAppearance_AppCompat_Tooltip=0x7f0c0039; + public static int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c00f2; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c00f3; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c00f4; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c00f5; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c00f6; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c00f7; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0c00f8; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c00f9; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0c00fa; + public static int TextAppearance_AppCompat_Widget_Button=0x7f0c00fb; + public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c00fc; + public static int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c00fd; + public static int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c00fe; + public static int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00ff; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0100; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0101; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0102; + public static int TextAppearance_AppCompat_Widget_Switch=0x7f0c0103; + public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0104; + public static int TextAppearance_Compat_Notification=0x7f0c0188; + public static int TextAppearance_Compat_Notification_Info=0x7f0c0189; + public static int TextAppearance_Compat_Notification_Info_Media=0x7f0c0165; + public static int TextAppearance_Compat_Notification_Line2=0x7f0c018e; + public static int TextAppearance_Compat_Notification_Line2_Media=0x7f0c0169; + public static int TextAppearance_Compat_Notification_Media=0x7f0c0166; + public static int TextAppearance_Compat_Notification_Time=0x7f0c018a; + public static int TextAppearance_Compat_Notification_Time_Media=0x7f0c0167; + public static int TextAppearance_Compat_Notification_Title=0x7f0c018b; + public static int TextAppearance_Compat_Notification_Title_Media=0x7f0c0168; + public static int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0c0171; + public static int TextAppearance_Design_Counter=0x7f0c0172; + public static int TextAppearance_Design_Counter_Overflow=0x7f0c0173; + public static int TextAppearance_Design_Error=0x7f0c0174; + public static int TextAppearance_Design_Hint=0x7f0c0175; + public static int TextAppearance_Design_Snackbar_Message=0x7f0c0176; + public static int TextAppearance_Design_Tab=0x7f0c0177; + public static int TextAppearance_MediaRouter_PrimaryText=0x7f0c0000; + public static int TextAppearance_MediaRouter_SecondaryText=0x7f0c0001; + public static int TextAppearance_MediaRouter_Title=0x7f0c0002; + public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c0105; + public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0106; + public static int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0107; + public static int Theme_AppCompat=0x7f0c0108; + public static int Theme_AppCompat_CompactMenu=0x7f0c0109; + public static int Theme_AppCompat_DayNight=0x7f0c0013; + public static int Theme_AppCompat_DayNight_DarkActionBar=0x7f0c0014; + public static int Theme_AppCompat_DayNight_Dialog=0x7f0c0015; + public static int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0c0016; + public static int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0c0017; + public static int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0c0018; + public static int Theme_AppCompat_DayNight_NoActionBar=0x7f0c0019; + public static int Theme_AppCompat_Dialog=0x7f0c010a; + public static int Theme_AppCompat_Dialog_Alert=0x7f0c010b; + public static int Theme_AppCompat_Dialog_MinWidth=0x7f0c010c; + public static int Theme_AppCompat_DialogWhenLarge=0x7f0c010d; + public static int Theme_AppCompat_Light=0x7f0c010e; + public static int Theme_AppCompat_Light_DarkActionBar=0x7f0c010f; + public static int Theme_AppCompat_Light_Dialog=0x7f0c0110; + public static int Theme_AppCompat_Light_Dialog_Alert=0x7f0c0111; + public static int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0112; + public static int Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0113; + public static int Theme_AppCompat_Light_NoActionBar=0x7f0c0114; + public static int Theme_AppCompat_NoActionBar=0x7f0c0115; + public static int Theme_Design=0x7f0c0178; + public static int Theme_Design_BottomSheetDialog=0x7f0c0179; + public static int Theme_Design_Light=0x7f0c017a; + public static int Theme_Design_Light_BottomSheetDialog=0x7f0c017b; + public static int Theme_Design_Light_NoActionBar=0x7f0c017c; + public static int Theme_Design_NoActionBar=0x7f0c017d; + public static int Theme_MediaRouter=0x7f0c0003; + public static int Theme_MediaRouter_Light=0x7f0c0004; + public static int Theme_MediaRouter_Light_DarkControlPanel=0x7f0c0005; + public static int Theme_MediaRouter_LightControlPanel=0x7f0c0006; + public static int ThemeOverlay_AppCompat=0x7f0c0116; + public static int ThemeOverlay_AppCompat_ActionBar=0x7f0c0117; + public static int ThemeOverlay_AppCompat_Dark=0x7f0c0118; + public static int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c0119; + public static int ThemeOverlay_AppCompat_Dialog=0x7f0c011a; + public static int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c011b; + public static int ThemeOverlay_AppCompat_Light=0x7f0c011c; + public static int ThemeOverlay_MediaRouter_Dark=0x7f0c0007; + public static int ThemeOverlay_MediaRouter_Light=0x7f0c0008; + public static int Widget_AppCompat_ActionBar=0x7f0c011d; + public static int Widget_AppCompat_ActionBar_Solid=0x7f0c011e; + public static int Widget_AppCompat_ActionBar_TabBar=0x7f0c011f; + public static int Widget_AppCompat_ActionBar_TabText=0x7f0c0120; + public static int Widget_AppCompat_ActionBar_TabView=0x7f0c0121; + public static int Widget_AppCompat_ActionButton=0x7f0c0122; + public static int Widget_AppCompat_ActionButton_CloseMode=0x7f0c0123; + public static int Widget_AppCompat_ActionButton_Overflow=0x7f0c0124; + public static int Widget_AppCompat_ActionMode=0x7f0c0125; + public static int Widget_AppCompat_ActivityChooserView=0x7f0c0126; + public static int Widget_AppCompat_AutoCompleteTextView=0x7f0c0127; + public static int Widget_AppCompat_Button=0x7f0c0128; + public static int Widget_AppCompat_Button_Borderless=0x7f0c0129; + public static int Widget_AppCompat_Button_Borderless_Colored=0x7f0c012a; + public static int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c012b; + public static int Widget_AppCompat_Button_Colored=0x7f0c012c; + public static int Widget_AppCompat_Button_Small=0x7f0c012d; + public static int Widget_AppCompat_ButtonBar=0x7f0c012e; + public static int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c012f; + public static int Widget_AppCompat_CompoundButton_CheckBox=0x7f0c0130; + public static int Widget_AppCompat_CompoundButton_RadioButton=0x7f0c0131; + public static int Widget_AppCompat_CompoundButton_Switch=0x7f0c0132; + public static int Widget_AppCompat_DrawerArrowToggle=0x7f0c0133; + public static int Widget_AppCompat_DropDownItem_Spinner=0x7f0c0134; + public static int Widget_AppCompat_EditText=0x7f0c0135; + public static int Widget_AppCompat_ImageButton=0x7f0c0136; + public static int Widget_AppCompat_Light_ActionBar=0x7f0c0137; + public static int Widget_AppCompat_Light_ActionBar_Solid=0x7f0c0138; + public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0c0139; + public static int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c013a; + public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0c013b; + public static int Widget_AppCompat_Light_ActionBar_TabText=0x7f0c013c; + public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c013d; + public static int Widget_AppCompat_Light_ActionBar_TabView=0x7f0c013e; + public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0c013f; + public static int Widget_AppCompat_Light_ActionButton=0x7f0c0140; + public static int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0c0141; + public static int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0c0142; + public static int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0c0143; + public static int Widget_AppCompat_Light_ActivityChooserView=0x7f0c0144; + public static int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0c0145; + public static int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0c0146; + public static int Widget_AppCompat_Light_ListPopupWindow=0x7f0c0147; + public static int Widget_AppCompat_Light_ListView_DropDown=0x7f0c0148; + public static int Widget_AppCompat_Light_PopupMenu=0x7f0c0149; + public static int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c014a; + public static int Widget_AppCompat_Light_SearchView=0x7f0c014b; + public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0c014c; + public static int Widget_AppCompat_ListMenuView=0x7f0c014d; + public static int Widget_AppCompat_ListPopupWindow=0x7f0c014e; + public static int Widget_AppCompat_ListView=0x7f0c014f; + public static int Widget_AppCompat_ListView_DropDown=0x7f0c0150; + public static int Widget_AppCompat_ListView_Menu=0x7f0c0151; + public static int Widget_AppCompat_PopupMenu=0x7f0c0152; + public static int Widget_AppCompat_PopupMenu_Overflow=0x7f0c0153; + public static int Widget_AppCompat_PopupWindow=0x7f0c0154; + public static int Widget_AppCompat_ProgressBar=0x7f0c0155; + public static int Widget_AppCompat_ProgressBar_Horizontal=0x7f0c0156; + public static int Widget_AppCompat_RatingBar=0x7f0c0157; + public static int Widget_AppCompat_RatingBar_Indicator=0x7f0c0158; + public static int Widget_AppCompat_RatingBar_Small=0x7f0c0159; + public static int Widget_AppCompat_SearchView=0x7f0c015a; + public static int Widget_AppCompat_SearchView_ActionBar=0x7f0c015b; + public static int Widget_AppCompat_SeekBar=0x7f0c015c; + public static int Widget_AppCompat_SeekBar_Discrete=0x7f0c015d; + public static int Widget_AppCompat_Spinner=0x7f0c015e; + public static int Widget_AppCompat_Spinner_DropDown=0x7f0c015f; + public static int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c0160; + public static int Widget_AppCompat_Spinner_Underlined=0x7f0c0161; + public static int Widget_AppCompat_TextView_SpinnerItem=0x7f0c0162; + public static int Widget_AppCompat_Toolbar=0x7f0c0163; + public static int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c0164; + public static int Widget_Compat_NotificationActionContainer=0x7f0c018c; + public static int Widget_Compat_NotificationActionText=0x7f0c018d; + public static int Widget_Design_AppBarLayout=0x7f0c017e; + public static int Widget_Design_BottomNavigationView=0x7f0c017f; + public static int Widget_Design_BottomSheet_Modal=0x7f0c0180; + public static int Widget_Design_CollapsingToolbar=0x7f0c0181; + public static int Widget_Design_CoordinatorLayout=0x7f0c0182; + public static int Widget_Design_FloatingActionButton=0x7f0c0183; + public static int Widget_Design_NavigationView=0x7f0c0184; + public static int Widget_Design_ScrimInsetsFrameLayout=0x7f0c0185; + public static int Widget_Design_Snackbar=0x7f0c0186; + public static int Widget_Design_TabLayout=0x7f0c016a; + public static int Widget_Design_TextInputLayout=0x7f0c0187; + public static int Widget_MediaRouter_Light_MediaRouteButton=0x7f0c0009; + public static int Widget_MediaRouter_MediaRouteButton=0x7f0c000a; + } + public static final class styleable { + /** Attributes that can be used with a ActionBar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #ActionBar_background android.support.transition:background}
{@link #ActionBar_backgroundSplit android.support.transition:backgroundSplit}
{@link #ActionBar_backgroundStacked android.support.transition:backgroundStacked}
{@link #ActionBar_contentInsetEnd android.support.transition:contentInsetEnd}
{@link #ActionBar_contentInsetEndWithActions android.support.transition:contentInsetEndWithActions}
{@link #ActionBar_contentInsetLeft android.support.transition:contentInsetLeft}
{@link #ActionBar_contentInsetRight android.support.transition:contentInsetRight}
{@link #ActionBar_contentInsetStart android.support.transition:contentInsetStart}
{@link #ActionBar_contentInsetStartWithNavigation android.support.transition:contentInsetStartWithNavigation}
{@link #ActionBar_customNavigationLayout android.support.transition:customNavigationLayout}
{@link #ActionBar_displayOptions android.support.transition:displayOptions}
{@link #ActionBar_divider android.support.transition:divider}
{@link #ActionBar_elevation android.support.transition:elevation}
{@link #ActionBar_height android.support.transition:height}
{@link #ActionBar_hideOnContentScroll android.support.transition:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator android.support.transition:homeAsUpIndicator}
{@link #ActionBar_homeLayout android.support.transition:homeLayout}
{@link #ActionBar_icon android.support.transition:icon}
{@link #ActionBar_indeterminateProgressStyle android.support.transition:indeterminateProgressStyle}
{@link #ActionBar_itemPadding android.support.transition:itemPadding}
{@link #ActionBar_logo android.support.transition:logo}
{@link #ActionBar_navigationMode android.support.transition:navigationMode}
{@link #ActionBar_popupTheme android.support.transition:popupTheme}
{@link #ActionBar_progressBarPadding android.support.transition:progressBarPadding}
{@link #ActionBar_progressBarStyle android.support.transition:progressBarStyle}
{@link #ActionBar_subtitle android.support.transition:subtitle}
{@link #ActionBar_subtitleTextStyle android.support.transition:subtitleTextStyle}
{@link #ActionBar_title android.support.transition:title}
{@link #ActionBar_titleTextStyle android.support.transition:titleTextStyle}
+ @see #ActionBar_background + @see #ActionBar_backgroundSplit + @see #ActionBar_backgroundStacked + @see #ActionBar_contentInsetEnd + @see #ActionBar_contentInsetEndWithActions + @see #ActionBar_contentInsetLeft + @see #ActionBar_contentInsetRight + @see #ActionBar_contentInsetStart + @see #ActionBar_contentInsetStartWithNavigation + @see #ActionBar_customNavigationLayout + @see #ActionBar_displayOptions + @see #ActionBar_divider + @see #ActionBar_elevation + @see #ActionBar_height + @see #ActionBar_hideOnContentScroll + @see #ActionBar_homeAsUpIndicator + @see #ActionBar_homeLayout + @see #ActionBar_icon + @see #ActionBar_indeterminateProgressStyle + @see #ActionBar_itemPadding + @see #ActionBar_logo + @see #ActionBar_navigationMode + @see #ActionBar_popupTheme + @see #ActionBar_progressBarPadding + @see #ActionBar_progressBarStyle + @see #ActionBar_subtitle + @see #ActionBar_subtitleTextStyle + @see #ActionBar_title + @see #ActionBar_titleTextStyle + */ + public static final int[] ActionBar = { + 0x7f010023, 0x7f010025, 0x7f010026, 0x7f010027, + 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, + 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, + 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, + 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, + 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, + 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, + 0x7f010085 + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#background} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:background + */ + public static int ActionBar_background = 10; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.transition:backgroundSplit + */ + public static int ActionBar_backgroundSplit = 12; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#backgroundStacked} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.transition:backgroundStacked + */ + public static int ActionBar_backgroundStacked = 11; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:contentInsetEnd + */ + public static int ActionBar_contentInsetEnd = 21; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:contentInsetEndWithActions + */ + public static int ActionBar_contentInsetEndWithActions = 25; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:contentInsetLeft + */ + public static int ActionBar_contentInsetLeft = 22; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#contentInsetRight} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:contentInsetRight + */ + public static int ActionBar_contentInsetRight = 23; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#contentInsetStart} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:contentInsetStart + */ + public static int ActionBar_contentInsetStart = 20; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:contentInsetStartWithNavigation + */ + public static int ActionBar_contentInsetStartWithNavigation = 24; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#customNavigationLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:customNavigationLayout + */ + public static int ActionBar_customNavigationLayout = 13; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#displayOptions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ @attr name android.support.transition:displayOptions + */ + public static int ActionBar_displayOptions = 3; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#divider} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:divider + */ + public static int ActionBar_divider = 9; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#elevation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:elevation + */ + public static int ActionBar_elevation = 26; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#height} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:height + */ + public static int ActionBar_height = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#hideOnContentScroll} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:hideOnContentScroll + */ + public static int ActionBar_hideOnContentScroll = 19; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:homeAsUpIndicator + */ + public static int ActionBar_homeAsUpIndicator = 28; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#homeLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:homeLayout + */ + public static int ActionBar_homeLayout = 14; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#icon} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:icon + */ + public static int ActionBar_icon = 7; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#indeterminateProgressStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:indeterminateProgressStyle + */ + public static int ActionBar_indeterminateProgressStyle = 16; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#itemPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:itemPadding + */ + public static int ActionBar_itemPadding = 18; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#logo} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:logo + */ + public static int ActionBar_logo = 8; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#navigationMode} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ @attr name android.support.transition:navigationMode + */ + public static int ActionBar_navigationMode = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#popupTheme} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:popupTheme + */ + public static int ActionBar_popupTheme = 27; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#progressBarPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:progressBarPadding + */ + public static int ActionBar_progressBarPadding = 17; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#progressBarStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:progressBarStyle + */ + public static int ActionBar_progressBarStyle = 15; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#subtitle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:subtitle + */ + public static int ActionBar_subtitle = 4; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:subtitleTextStyle + */ + public static int ActionBar_subtitleTextStyle = 6; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#title} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:title + */ + public static int ActionBar_title = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:titleTextStyle + */ + public static int ActionBar_titleTextStyle = 5; + /** Attributes that can be used with a ActionBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout = { + 0x010100b3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #ActionBarLayout} array. + @attr name android:layout_gravity + */ + public static int ActionBarLayout_android_layout_gravity = 0; + /** Attributes that can be used with a ActionMenuItemView. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView = { + 0x0101013f + }; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #ActionMenuItemView} array. + @attr name android:minWidth + */ + public static int ActionMenuItemView_android_minWidth = 0; + /** Attributes that can be used with a ActionMenuView. + */ + public static final int[] ActionMenuView = { + + }; + /** Attributes that can be used with a ActionMode. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #ActionMode_background android.support.transition:background}
{@link #ActionMode_backgroundSplit android.support.transition:backgroundSplit}
{@link #ActionMode_closeItemLayout android.support.transition:closeItemLayout}
{@link #ActionMode_height android.support.transition:height}
{@link #ActionMode_subtitleTextStyle android.support.transition:subtitleTextStyle}
{@link #ActionMode_titleTextStyle android.support.transition:titleTextStyle}
+ @see #ActionMode_background + @see #ActionMode_backgroundSplit + @see #ActionMode_closeItemLayout + @see #ActionMode_height + @see #ActionMode_subtitleTextStyle + @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode = { + 0x7f010023, 0x7f010029, 0x7f01002a, 0x7f01002e, + 0x7f010030, 0x7f010040 + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#background} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:background + */ + public static int ActionMode_background = 3; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionMode} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.transition:backgroundSplit + */ + public static int ActionMode_backgroundSplit = 4; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#closeItemLayout} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:closeItemLayout + */ + public static int ActionMode_closeItemLayout = 5; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#height} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:height + */ + public static int ActionMode_height = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:subtitleTextStyle + */ + public static int ActionMode_subtitleTextStyle = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:titleTextStyle + */ + public static int ActionMode_titleTextStyle = 1; + /** Attributes that can be used with a ActivityChooserView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable android.support.transition:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount android.support.transition:initialActivityCount}
+ @see #ActivityChooserView_expandActivityOverflowButtonDrawable + @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView = { + 0x7f010041, 0x7f010042 + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#expandActivityOverflowButtonDrawable} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:expandActivityOverflowButtonDrawable + */ + public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#initialActivityCount} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:initialActivityCount + */ + public static int ActivityChooserView_initialActivityCount = 0; + /** Attributes that can be used with a AlertDialog. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout android.support.transition:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout android.support.transition:listItemLayout}
{@link #AlertDialog_listLayout android.support.transition:listLayout}
{@link #AlertDialog_multiChoiceItemLayout android.support.transition:multiChoiceItemLayout}
{@link #AlertDialog_showTitle android.support.transition:showTitle}
{@link #AlertDialog_singleChoiceItemLayout android.support.transition:singleChoiceItemLayout}
+ @see #AlertDialog_android_layout + @see #AlertDialog_buttonPanelSideLayout + @see #AlertDialog_listItemLayout + @see #AlertDialog_listLayout + @see #AlertDialog_multiChoiceItemLayout + @see #AlertDialog_showTitle + @see #AlertDialog_singleChoiceItemLayout + */ + public static final int[] AlertDialog = { + 0x010100f2, 0x7f010043, 0x7f010044, 0x7f010045, + 0x7f010046, 0x7f010047, 0x7f010048 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #AlertDialog} array. + @attr name android:layout + */ + public static int AlertDialog_android_layout = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#buttonPanelSideLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:buttonPanelSideLayout + */ + public static int AlertDialog_buttonPanelSideLayout = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#listItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:listItemLayout + */ + public static int AlertDialog_listItemLayout = 5; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#listLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:listLayout + */ + public static int AlertDialog_listLayout = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#multiChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:multiChoiceItemLayout + */ + public static int AlertDialog_multiChoiceItemLayout = 3; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#showTitle} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:showTitle + */ + public static int AlertDialog_showTitle = 6; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#singleChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:singleChoiceItemLayout + */ + public static int AlertDialog_singleChoiceItemLayout = 4; + /** Attributes that can be used with a AppBarLayout. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #AppBarLayout_android_background android:background}
{@link #AppBarLayout_android_keyboardNavigationCluster android:keyboardNavigationCluster}
{@link #AppBarLayout_android_touchscreenBlocksFocus android:touchscreenBlocksFocus}
{@link #AppBarLayout_elevation android.support.transition:elevation}
{@link #AppBarLayout_expanded android.support.transition:expanded}
+ @see #AppBarLayout_android_background + @see #AppBarLayout_android_keyboardNavigationCluster + @see #AppBarLayout_android_touchscreenBlocksFocus + @see #AppBarLayout_elevation + @see #AppBarLayout_expanded + */ + public static final int[] AppBarLayout = { + 0x010100d4, 0x0101048f, 0x01010540, 0x7f01003e, + 0x7f010118 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:background + */ + public static int AppBarLayout_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#keyboardNavigationCluster} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:keyboardNavigationCluster + */ + public static int AppBarLayout_android_keyboardNavigationCluster = 2; + /** +

This symbol is the offset where the {@link android.R.attr#touchscreenBlocksFocus} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:touchscreenBlocksFocus + */ + public static int AppBarLayout_android_touchscreenBlocksFocus = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#elevation} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:elevation + */ + public static int AppBarLayout_elevation = 3; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#expanded} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:expanded + */ + public static int AppBarLayout_expanded = 4; + /** Attributes that can be used with a AppBarLayoutStates. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayoutStates_state_collapsed android.support.transition:state_collapsed}
{@link #AppBarLayoutStates_state_collapsible android.support.transition:state_collapsible}
+ @see #AppBarLayoutStates_state_collapsed + @see #AppBarLayoutStates_state_collapsible + */ + public static final int[] AppBarLayoutStates = { + 0x7f010119, 0x7f01011a + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#state_collapsed} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:state_collapsed + */ + public static int AppBarLayoutStates_state_collapsed = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#state_collapsible} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:state_collapsible + */ + public static int AppBarLayoutStates_state_collapsible = 1; + /** Attributes that can be used with a AppBarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayout_Layout_layout_scrollFlags android.support.transition:layout_scrollFlags}
{@link #AppBarLayout_Layout_layout_scrollInterpolator android.support.transition:layout_scrollInterpolator}
+ @see #AppBarLayout_Layout_layout_scrollFlags + @see #AppBarLayout_Layout_layout_scrollInterpolator + */ + public static final int[] AppBarLayout_Layout = { + 0x7f01011b, 0x7f01011c + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#layout_scrollFlags} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ @attr name android.support.transition:layout_scrollFlags + */ + public static int AppBarLayout_Layout_layout_scrollFlags = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#layout_scrollInterpolator} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:layout_scrollInterpolator + */ + public static int AppBarLayout_Layout_layout_scrollInterpolator = 1; + /** Attributes that can be used with a AppCompatImageView. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatImageView_android_src android:src}
{@link #AppCompatImageView_srcCompat android.support.transition:srcCompat}
{@link #AppCompatImageView_tint android.support.transition:tint}
{@link #AppCompatImageView_tintMode android.support.transition:tintMode}
+ @see #AppCompatImageView_android_src + @see #AppCompatImageView_srcCompat + @see #AppCompatImageView_tint + @see #AppCompatImageView_tintMode + */ + public static final int[] AppCompatImageView = { + 0x01010119, 0x7f010049, 0x7f01004a, 0x7f01004b + }; + /** +

This symbol is the offset where the {@link android.R.attr#src} + attribute's value can be found in the {@link #AppCompatImageView} array. + @attr name android:src + */ + public static int AppCompatImageView_android_src = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#srcCompat} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:srcCompat + */ + public static int AppCompatImageView_srcCompat = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tint} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:tint + */ + public static int AppCompatImageView_tint = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tintMode} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.transition:tintMode + */ + public static int AppCompatImageView_tintMode = 3; + /** Attributes that can be used with a AppCompatSeekBar. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatSeekBar_android_thumb android:thumb}
{@link #AppCompatSeekBar_tickMark android.support.transition:tickMark}
{@link #AppCompatSeekBar_tickMarkTint android.support.transition:tickMarkTint}
{@link #AppCompatSeekBar_tickMarkTintMode android.support.transition:tickMarkTintMode}
+ @see #AppCompatSeekBar_android_thumb + @see #AppCompatSeekBar_tickMark + @see #AppCompatSeekBar_tickMarkTint + @see #AppCompatSeekBar_tickMarkTintMode + */ + public static final int[] AppCompatSeekBar = { + 0x01010142, 0x7f01004c, 0x7f01004d, 0x7f01004e + }; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + @attr name android:thumb + */ + public static int AppCompatSeekBar_android_thumb = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tickMark} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:tickMark + */ + public static int AppCompatSeekBar_tickMark = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tickMarkTint} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:tickMarkTint + */ + public static int AppCompatSeekBar_tickMarkTint = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tickMarkTintMode} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.transition:tickMarkTintMode + */ + public static int AppCompatSeekBar_tickMarkTintMode = 3; + /** Attributes that can be used with a AppCompatTextHelper. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextHelper_android_drawableBottom android:drawableBottom}
{@link #AppCompatTextHelper_android_drawableEnd android:drawableEnd}
{@link #AppCompatTextHelper_android_drawableLeft android:drawableLeft}
{@link #AppCompatTextHelper_android_drawableRight android:drawableRight}
{@link #AppCompatTextHelper_android_drawableStart android:drawableStart}
{@link #AppCompatTextHelper_android_drawableTop android:drawableTop}
{@link #AppCompatTextHelper_android_textAppearance android:textAppearance}
+ @see #AppCompatTextHelper_android_drawableBottom + @see #AppCompatTextHelper_android_drawableEnd + @see #AppCompatTextHelper_android_drawableLeft + @see #AppCompatTextHelper_android_drawableRight + @see #AppCompatTextHelper_android_drawableStart + @see #AppCompatTextHelper_android_drawableTop + @see #AppCompatTextHelper_android_textAppearance + */ + public static final int[] AppCompatTextHelper = { + 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, + 0x01010170, 0x01010392, 0x01010393 + }; + /** +

This symbol is the offset where the {@link android.R.attr#drawableBottom} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableBottom + */ + public static int AppCompatTextHelper_android_drawableBottom = 2; + /** +

This symbol is the offset where the {@link android.R.attr#drawableEnd} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableEnd + */ + public static int AppCompatTextHelper_android_drawableEnd = 6; + /** +

This symbol is the offset where the {@link android.R.attr#drawableLeft} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableLeft + */ + public static int AppCompatTextHelper_android_drawableLeft = 3; + /** +

This symbol is the offset where the {@link android.R.attr#drawableRight} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableRight + */ + public static int AppCompatTextHelper_android_drawableRight = 4; + /** +

This symbol is the offset where the {@link android.R.attr#drawableStart} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableStart + */ + public static int AppCompatTextHelper_android_drawableStart = 5; + /** +

This symbol is the offset where the {@link android.R.attr#drawableTop} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableTop + */ + public static int AppCompatTextHelper_android_drawableTop = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:textAppearance + */ + public static int AppCompatTextHelper_android_textAppearance = 0; + /** Attributes that can be used with a AppCompatTextView. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_autoSizeMaxTextSize android.support.transition:autoSizeMaxTextSize}
{@link #AppCompatTextView_autoSizeMinTextSize android.support.transition:autoSizeMinTextSize}
{@link #AppCompatTextView_autoSizePresetSizes android.support.transition:autoSizePresetSizes}
{@link #AppCompatTextView_autoSizeStepGranularity android.support.transition:autoSizeStepGranularity}
{@link #AppCompatTextView_autoSizeTextType android.support.transition:autoSizeTextType}
{@link #AppCompatTextView_fontFamily android.support.transition:fontFamily}
{@link #AppCompatTextView_textAllCaps android.support.transition:textAllCaps}
+ @see #AppCompatTextView_android_textAppearance + @see #AppCompatTextView_autoSizeMaxTextSize + @see #AppCompatTextView_autoSizeMinTextSize + @see #AppCompatTextView_autoSizePresetSizes + @see #AppCompatTextView_autoSizeStepGranularity + @see #AppCompatTextView_autoSizeTextType + @see #AppCompatTextView_fontFamily + @see #AppCompatTextView_textAllCaps + */ + public static final int[] AppCompatTextView = { + 0x01010034, 0x7f01004f, 0x7f010050, 0x7f010051, + 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextView} array. + @attr name android:textAppearance + */ + public static int AppCompatTextView_android_textAppearance = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#autoSizeMaxTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:autoSizeMaxTextSize + */ + public static int AppCompatTextView_autoSizeMaxTextSize = 6; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#autoSizeMinTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:autoSizeMinTextSize + */ + public static int AppCompatTextView_autoSizeMinTextSize = 5; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#autoSizePresetSizes} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:autoSizePresetSizes + */ + public static int AppCompatTextView_autoSizePresetSizes = 4; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#autoSizeStepGranularity} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:autoSizeStepGranularity + */ + public static int AppCompatTextView_autoSizeStepGranularity = 3; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#autoSizeTextType} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ @attr name android.support.transition:autoSizeTextType + */ + public static int AppCompatTextView_autoSizeTextType = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#fontFamily} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:fontFamily + */ + public static int AppCompatTextView_fontFamily = 7; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#textAllCaps} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name android.support.transition:textAllCaps + */ + public static int AppCompatTextView_textAllCaps = 1; + /** Attributes that can be used with a AppCompatTheme. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTheme_actionBarDivider android.support.transition:actionBarDivider}
{@link #AppCompatTheme_actionBarItemBackground android.support.transition:actionBarItemBackground}
{@link #AppCompatTheme_actionBarPopupTheme android.support.transition:actionBarPopupTheme}
{@link #AppCompatTheme_actionBarSize android.support.transition:actionBarSize}
{@link #AppCompatTheme_actionBarSplitStyle android.support.transition:actionBarSplitStyle}
{@link #AppCompatTheme_actionBarStyle android.support.transition:actionBarStyle}
{@link #AppCompatTheme_actionBarTabBarStyle android.support.transition:actionBarTabBarStyle}
{@link #AppCompatTheme_actionBarTabStyle android.support.transition:actionBarTabStyle}
{@link #AppCompatTheme_actionBarTabTextStyle android.support.transition:actionBarTabTextStyle}
{@link #AppCompatTheme_actionBarTheme android.support.transition:actionBarTheme}
{@link #AppCompatTheme_actionBarWidgetTheme android.support.transition:actionBarWidgetTheme}
{@link #AppCompatTheme_actionButtonStyle android.support.transition:actionButtonStyle}
{@link #AppCompatTheme_actionDropDownStyle android.support.transition:actionDropDownStyle}
{@link #AppCompatTheme_actionMenuTextAppearance android.support.transition:actionMenuTextAppearance}
{@link #AppCompatTheme_actionMenuTextColor android.support.transition:actionMenuTextColor}
{@link #AppCompatTheme_actionModeBackground android.support.transition:actionModeBackground}
{@link #AppCompatTheme_actionModeCloseButtonStyle android.support.transition:actionModeCloseButtonStyle}
{@link #AppCompatTheme_actionModeCloseDrawable android.support.transition:actionModeCloseDrawable}
{@link #AppCompatTheme_actionModeCopyDrawable android.support.transition:actionModeCopyDrawable}
{@link #AppCompatTheme_actionModeCutDrawable android.support.transition:actionModeCutDrawable}
{@link #AppCompatTheme_actionModeFindDrawable android.support.transition:actionModeFindDrawable}
{@link #AppCompatTheme_actionModePasteDrawable android.support.transition:actionModePasteDrawable}
{@link #AppCompatTheme_actionModePopupWindowStyle android.support.transition:actionModePopupWindowStyle}
{@link #AppCompatTheme_actionModeSelectAllDrawable android.support.transition:actionModeSelectAllDrawable}
{@link #AppCompatTheme_actionModeShareDrawable android.support.transition:actionModeShareDrawable}
{@link #AppCompatTheme_actionModeSplitBackground android.support.transition:actionModeSplitBackground}
{@link #AppCompatTheme_actionModeStyle android.support.transition:actionModeStyle}
{@link #AppCompatTheme_actionModeWebSearchDrawable android.support.transition:actionModeWebSearchDrawable}
{@link #AppCompatTheme_actionOverflowButtonStyle android.support.transition:actionOverflowButtonStyle}
{@link #AppCompatTheme_actionOverflowMenuStyle android.support.transition:actionOverflowMenuStyle}
{@link #AppCompatTheme_activityChooserViewStyle android.support.transition:activityChooserViewStyle}
{@link #AppCompatTheme_alertDialogButtonGroupStyle android.support.transition:alertDialogButtonGroupStyle}
{@link #AppCompatTheme_alertDialogCenterButtons android.support.transition:alertDialogCenterButtons}
{@link #AppCompatTheme_alertDialogStyle android.support.transition:alertDialogStyle}
{@link #AppCompatTheme_alertDialogTheme android.support.transition:alertDialogTheme}
{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating}
{@link #AppCompatTheme_autoCompleteTextViewStyle android.support.transition:autoCompleteTextViewStyle}
{@link #AppCompatTheme_borderlessButtonStyle android.support.transition:borderlessButtonStyle}
{@link #AppCompatTheme_buttonBarButtonStyle android.support.transition:buttonBarButtonStyle}
{@link #AppCompatTheme_buttonBarNegativeButtonStyle android.support.transition:buttonBarNegativeButtonStyle}
{@link #AppCompatTheme_buttonBarNeutralButtonStyle android.support.transition:buttonBarNeutralButtonStyle}
{@link #AppCompatTheme_buttonBarPositiveButtonStyle android.support.transition:buttonBarPositiveButtonStyle}
{@link #AppCompatTheme_buttonBarStyle android.support.transition:buttonBarStyle}
{@link #AppCompatTheme_buttonStyle android.support.transition:buttonStyle}
{@link #AppCompatTheme_buttonStyleSmall android.support.transition:buttonStyleSmall}
{@link #AppCompatTheme_checkboxStyle android.support.transition:checkboxStyle}
{@link #AppCompatTheme_checkedTextViewStyle android.support.transition:checkedTextViewStyle}
{@link #AppCompatTheme_colorAccent android.support.transition:colorAccent}
{@link #AppCompatTheme_colorBackgroundFloating android.support.transition:colorBackgroundFloating}
{@link #AppCompatTheme_colorButtonNormal android.support.transition:colorButtonNormal}
{@link #AppCompatTheme_colorControlActivated android.support.transition:colorControlActivated}
{@link #AppCompatTheme_colorControlHighlight android.support.transition:colorControlHighlight}
{@link #AppCompatTheme_colorControlNormal android.support.transition:colorControlNormal}
{@link #AppCompatTheme_colorError android.support.transition:colorError}
{@link #AppCompatTheme_colorPrimary android.support.transition:colorPrimary}
{@link #AppCompatTheme_colorPrimaryDark android.support.transition:colorPrimaryDark}
{@link #AppCompatTheme_colorSwitchThumbNormal android.support.transition:colorSwitchThumbNormal}
{@link #AppCompatTheme_controlBackground android.support.transition:controlBackground}
{@link #AppCompatTheme_dialogPreferredPadding android.support.transition:dialogPreferredPadding}
{@link #AppCompatTheme_dialogTheme android.support.transition:dialogTheme}
{@link #AppCompatTheme_dividerHorizontal android.support.transition:dividerHorizontal}
{@link #AppCompatTheme_dividerVertical android.support.transition:dividerVertical}
{@link #AppCompatTheme_dropDownListViewStyle android.support.transition:dropDownListViewStyle}
{@link #AppCompatTheme_dropdownListPreferredItemHeight android.support.transition:dropdownListPreferredItemHeight}
{@link #AppCompatTheme_editTextBackground android.support.transition:editTextBackground}
{@link #AppCompatTheme_editTextColor android.support.transition:editTextColor}
{@link #AppCompatTheme_editTextStyle android.support.transition:editTextStyle}
{@link #AppCompatTheme_homeAsUpIndicator android.support.transition:homeAsUpIndicator}
{@link #AppCompatTheme_imageButtonStyle android.support.transition:imageButtonStyle}
{@link #AppCompatTheme_listChoiceBackgroundIndicator android.support.transition:listChoiceBackgroundIndicator}
{@link #AppCompatTheme_listDividerAlertDialog android.support.transition:listDividerAlertDialog}
{@link #AppCompatTheme_listMenuViewStyle android.support.transition:listMenuViewStyle}
{@link #AppCompatTheme_listPopupWindowStyle android.support.transition:listPopupWindowStyle}
{@link #AppCompatTheme_listPreferredItemHeight android.support.transition:listPreferredItemHeight}
{@link #AppCompatTheme_listPreferredItemHeightLarge android.support.transition:listPreferredItemHeightLarge}
{@link #AppCompatTheme_listPreferredItemHeightSmall android.support.transition:listPreferredItemHeightSmall}
{@link #AppCompatTheme_listPreferredItemPaddingLeft android.support.transition:listPreferredItemPaddingLeft}
{@link #AppCompatTheme_listPreferredItemPaddingRight android.support.transition:listPreferredItemPaddingRight}
{@link #AppCompatTheme_panelBackground android.support.transition:panelBackground}
{@link #AppCompatTheme_panelMenuListTheme android.support.transition:panelMenuListTheme}
{@link #AppCompatTheme_panelMenuListWidth android.support.transition:panelMenuListWidth}
{@link #AppCompatTheme_popupMenuStyle android.support.transition:popupMenuStyle}
{@link #AppCompatTheme_popupWindowStyle android.support.transition:popupWindowStyle}
{@link #AppCompatTheme_radioButtonStyle android.support.transition:radioButtonStyle}
{@link #AppCompatTheme_ratingBarStyle android.support.transition:ratingBarStyle}
{@link #AppCompatTheme_ratingBarStyleIndicator android.support.transition:ratingBarStyleIndicator}
{@link #AppCompatTheme_ratingBarStyleSmall android.support.transition:ratingBarStyleSmall}
{@link #AppCompatTheme_searchViewStyle android.support.transition:searchViewStyle}
{@link #AppCompatTheme_seekBarStyle android.support.transition:seekBarStyle}
{@link #AppCompatTheme_selectableItemBackground android.support.transition:selectableItemBackground}
{@link #AppCompatTheme_selectableItemBackgroundBorderless android.support.transition:selectableItemBackgroundBorderless}
{@link #AppCompatTheme_spinnerDropDownItemStyle android.support.transition:spinnerDropDownItemStyle}
{@link #AppCompatTheme_spinnerStyle android.support.transition:spinnerStyle}
{@link #AppCompatTheme_switchStyle android.support.transition:switchStyle}
{@link #AppCompatTheme_textAppearanceLargePopupMenu android.support.transition:textAppearanceLargePopupMenu}
{@link #AppCompatTheme_textAppearanceListItem android.support.transition:textAppearanceListItem}
{@link #AppCompatTheme_textAppearanceListItemSecondary android.support.transition:textAppearanceListItemSecondary}
{@link #AppCompatTheme_textAppearanceListItemSmall android.support.transition:textAppearanceListItemSmall}
{@link #AppCompatTheme_textAppearancePopupMenuHeader android.support.transition:textAppearancePopupMenuHeader}
{@link #AppCompatTheme_textAppearanceSearchResultSubtitle android.support.transition:textAppearanceSearchResultSubtitle}
{@link #AppCompatTheme_textAppearanceSearchResultTitle android.support.transition:textAppearanceSearchResultTitle}
{@link #AppCompatTheme_textAppearanceSmallPopupMenu android.support.transition:textAppearanceSmallPopupMenu}
{@link #AppCompatTheme_textColorAlertDialogListItem android.support.transition:textColorAlertDialogListItem}
{@link #AppCompatTheme_textColorSearchUrl android.support.transition:textColorSearchUrl}
{@link #AppCompatTheme_toolbarNavigationButtonStyle android.support.transition:toolbarNavigationButtonStyle}
{@link #AppCompatTheme_toolbarStyle android.support.transition:toolbarStyle}
{@link #AppCompatTheme_tooltipForegroundColor android.support.transition:tooltipForegroundColor}
{@link #AppCompatTheme_tooltipFrameBackground android.support.transition:tooltipFrameBackground}
{@link #AppCompatTheme_windowActionBar android.support.transition:windowActionBar}
{@link #AppCompatTheme_windowActionBarOverlay android.support.transition:windowActionBarOverlay}
{@link #AppCompatTheme_windowActionModeOverlay android.support.transition:windowActionModeOverlay}
{@link #AppCompatTheme_windowFixedHeightMajor android.support.transition:windowFixedHeightMajor}
{@link #AppCompatTheme_windowFixedHeightMinor android.support.transition:windowFixedHeightMinor}
{@link #AppCompatTheme_windowFixedWidthMajor android.support.transition:windowFixedWidthMajor}
{@link #AppCompatTheme_windowFixedWidthMinor android.support.transition:windowFixedWidthMinor}
{@link #AppCompatTheme_windowMinWidthMajor android.support.transition:windowMinWidthMajor}
{@link #AppCompatTheme_windowMinWidthMinor android.support.transition:windowMinWidthMinor}
{@link #AppCompatTheme_windowNoTitle android.support.transition:windowNoTitle}
+ @see #AppCompatTheme_actionBarDivider + @see #AppCompatTheme_actionBarItemBackground + @see #AppCompatTheme_actionBarPopupTheme + @see #AppCompatTheme_actionBarSize + @see #AppCompatTheme_actionBarSplitStyle + @see #AppCompatTheme_actionBarStyle + @see #AppCompatTheme_actionBarTabBarStyle + @see #AppCompatTheme_actionBarTabStyle + @see #AppCompatTheme_actionBarTabTextStyle + @see #AppCompatTheme_actionBarTheme + @see #AppCompatTheme_actionBarWidgetTheme + @see #AppCompatTheme_actionButtonStyle + @see #AppCompatTheme_actionDropDownStyle + @see #AppCompatTheme_actionMenuTextAppearance + @see #AppCompatTheme_actionMenuTextColor + @see #AppCompatTheme_actionModeBackground + @see #AppCompatTheme_actionModeCloseButtonStyle + @see #AppCompatTheme_actionModeCloseDrawable + @see #AppCompatTheme_actionModeCopyDrawable + @see #AppCompatTheme_actionModeCutDrawable + @see #AppCompatTheme_actionModeFindDrawable + @see #AppCompatTheme_actionModePasteDrawable + @see #AppCompatTheme_actionModePopupWindowStyle + @see #AppCompatTheme_actionModeSelectAllDrawable + @see #AppCompatTheme_actionModeShareDrawable + @see #AppCompatTheme_actionModeSplitBackground + @see #AppCompatTheme_actionModeStyle + @see #AppCompatTheme_actionModeWebSearchDrawable + @see #AppCompatTheme_actionOverflowButtonStyle + @see #AppCompatTheme_actionOverflowMenuStyle + @see #AppCompatTheme_activityChooserViewStyle + @see #AppCompatTheme_alertDialogButtonGroupStyle + @see #AppCompatTheme_alertDialogCenterButtons + @see #AppCompatTheme_alertDialogStyle + @see #AppCompatTheme_alertDialogTheme + @see #AppCompatTheme_android_windowAnimationStyle + @see #AppCompatTheme_android_windowIsFloating + @see #AppCompatTheme_autoCompleteTextViewStyle + @see #AppCompatTheme_borderlessButtonStyle + @see #AppCompatTheme_buttonBarButtonStyle + @see #AppCompatTheme_buttonBarNegativeButtonStyle + @see #AppCompatTheme_buttonBarNeutralButtonStyle + @see #AppCompatTheme_buttonBarPositiveButtonStyle + @see #AppCompatTheme_buttonBarStyle + @see #AppCompatTheme_buttonStyle + @see #AppCompatTheme_buttonStyleSmall + @see #AppCompatTheme_checkboxStyle + @see #AppCompatTheme_checkedTextViewStyle + @see #AppCompatTheme_colorAccent + @see #AppCompatTheme_colorBackgroundFloating + @see #AppCompatTheme_colorButtonNormal + @see #AppCompatTheme_colorControlActivated + @see #AppCompatTheme_colorControlHighlight + @see #AppCompatTheme_colorControlNormal + @see #AppCompatTheme_colorError + @see #AppCompatTheme_colorPrimary + @see #AppCompatTheme_colorPrimaryDark + @see #AppCompatTheme_colorSwitchThumbNormal + @see #AppCompatTheme_controlBackground + @see #AppCompatTheme_dialogPreferredPadding + @see #AppCompatTheme_dialogTheme + @see #AppCompatTheme_dividerHorizontal + @see #AppCompatTheme_dividerVertical + @see #AppCompatTheme_dropDownListViewStyle + @see #AppCompatTheme_dropdownListPreferredItemHeight + @see #AppCompatTheme_editTextBackground + @see #AppCompatTheme_editTextColor + @see #AppCompatTheme_editTextStyle + @see #AppCompatTheme_homeAsUpIndicator + @see #AppCompatTheme_imageButtonStyle + @see #AppCompatTheme_listChoiceBackgroundIndicator + @see #AppCompatTheme_listDividerAlertDialog + @see #AppCompatTheme_listMenuViewStyle + @see #AppCompatTheme_listPopupWindowStyle + @see #AppCompatTheme_listPreferredItemHeight + @see #AppCompatTheme_listPreferredItemHeightLarge + @see #AppCompatTheme_listPreferredItemHeightSmall + @see #AppCompatTheme_listPreferredItemPaddingLeft + @see #AppCompatTheme_listPreferredItemPaddingRight + @see #AppCompatTheme_panelBackground + @see #AppCompatTheme_panelMenuListTheme + @see #AppCompatTheme_panelMenuListWidth + @see #AppCompatTheme_popupMenuStyle + @see #AppCompatTheme_popupWindowStyle + @see #AppCompatTheme_radioButtonStyle + @see #AppCompatTheme_ratingBarStyle + @see #AppCompatTheme_ratingBarStyleIndicator + @see #AppCompatTheme_ratingBarStyleSmall + @see #AppCompatTheme_searchViewStyle + @see #AppCompatTheme_seekBarStyle + @see #AppCompatTheme_selectableItemBackground + @see #AppCompatTheme_selectableItemBackgroundBorderless + @see #AppCompatTheme_spinnerDropDownItemStyle + @see #AppCompatTheme_spinnerStyle + @see #AppCompatTheme_switchStyle + @see #AppCompatTheme_textAppearanceLargePopupMenu + @see #AppCompatTheme_textAppearanceListItem + @see #AppCompatTheme_textAppearanceListItemSecondary + @see #AppCompatTheme_textAppearanceListItemSmall + @see #AppCompatTheme_textAppearancePopupMenuHeader + @see #AppCompatTheme_textAppearanceSearchResultSubtitle + @see #AppCompatTheme_textAppearanceSearchResultTitle + @see #AppCompatTheme_textAppearanceSmallPopupMenu + @see #AppCompatTheme_textColorAlertDialogListItem + @see #AppCompatTheme_textColorSearchUrl + @see #AppCompatTheme_toolbarNavigationButtonStyle + @see #AppCompatTheme_toolbarStyle + @see #AppCompatTheme_tooltipForegroundColor + @see #AppCompatTheme_tooltipFrameBackground + @see #AppCompatTheme_windowActionBar + @see #AppCompatTheme_windowActionBarOverlay + @see #AppCompatTheme_windowActionModeOverlay + @see #AppCompatTheme_windowFixedHeightMajor + @see #AppCompatTheme_windowFixedHeightMinor + @see #AppCompatTheme_windowFixedWidthMajor + @see #AppCompatTheme_windowFixedWidthMinor + @see #AppCompatTheme_windowMinWidthMajor + @see #AppCompatTheme_windowMinWidthMinor + @see #AppCompatTheme_windowNoTitle + */ + public static final int[] AppCompatTheme = { + 0x01010057, 0x010100ae, 0x7f010056, 0x7f010057, + 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, + 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, + 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, + 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, + 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, + 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, + 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, + 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, + 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, + 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, + 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, + 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, + 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, + 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, + 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, + 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, + 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, + 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, + 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, + 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, + 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, + 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, + 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, + 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, + 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, + 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, + 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, + 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, + 0x7f0100c8, 0x7f0100c9, 0x7f0100ca + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionBarDivider} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionBarDivider + */ + public static int AppCompatTheme_actionBarDivider = 23; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionBarItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionBarItemBackground + */ + public static int AppCompatTheme_actionBarItemBackground = 24; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionBarPopupTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionBarPopupTheme + */ + public static int AppCompatTheme_actionBarPopupTheme = 17; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionBarSize} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ @attr name android.support.transition:actionBarSize + */ + public static int AppCompatTheme_actionBarSize = 22; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionBarSplitStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionBarSplitStyle + */ + public static int AppCompatTheme_actionBarSplitStyle = 19; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionBarStyle + */ + public static int AppCompatTheme_actionBarStyle = 18; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionBarTabBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionBarTabBarStyle + */ + public static int AppCompatTheme_actionBarTabBarStyle = 13; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionBarTabStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionBarTabStyle + */ + public static int AppCompatTheme_actionBarTabStyle = 12; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionBarTabTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionBarTabTextStyle + */ + public static int AppCompatTheme_actionBarTabTextStyle = 14; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionBarTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionBarTheme + */ + public static int AppCompatTheme_actionBarTheme = 20; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionBarWidgetTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionBarWidgetTheme + */ + public static int AppCompatTheme_actionBarWidgetTheme = 21; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionButtonStyle + */ + public static int AppCompatTheme_actionButtonStyle = 50; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionDropDownStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionDropDownStyle + */ + public static int AppCompatTheme_actionDropDownStyle = 46; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionMenuTextAppearance} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionMenuTextAppearance + */ + public static int AppCompatTheme_actionMenuTextAppearance = 25; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionMenuTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.transition:actionMenuTextColor + */ + public static int AppCompatTheme_actionMenuTextColor = 26; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionModeBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionModeBackground + */ + public static int AppCompatTheme_actionModeBackground = 29; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionModeCloseButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionModeCloseButtonStyle + */ + public static int AppCompatTheme_actionModeCloseButtonStyle = 28; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionModeCloseDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionModeCloseDrawable + */ + public static int AppCompatTheme_actionModeCloseDrawable = 31; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionModeCopyDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionModeCopyDrawable + */ + public static int AppCompatTheme_actionModeCopyDrawable = 33; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionModeCutDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionModeCutDrawable + */ + public static int AppCompatTheme_actionModeCutDrawable = 32; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionModeFindDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionModeFindDrawable + */ + public static int AppCompatTheme_actionModeFindDrawable = 37; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionModePasteDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionModePasteDrawable + */ + public static int AppCompatTheme_actionModePasteDrawable = 34; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionModePopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionModePopupWindowStyle + */ + public static int AppCompatTheme_actionModePopupWindowStyle = 39; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionModeSelectAllDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionModeSelectAllDrawable + */ + public static int AppCompatTheme_actionModeSelectAllDrawable = 35; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionModeShareDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionModeShareDrawable + */ + public static int AppCompatTheme_actionModeShareDrawable = 36; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionModeSplitBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionModeSplitBackground + */ + public static int AppCompatTheme_actionModeSplitBackground = 30; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionModeStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionModeStyle + */ + public static int AppCompatTheme_actionModeStyle = 27; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionModeWebSearchDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionModeWebSearchDrawable + */ + public static int AppCompatTheme_actionModeWebSearchDrawable = 38; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionOverflowButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionOverflowButtonStyle + */ + public static int AppCompatTheme_actionOverflowButtonStyle = 15; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionOverflowMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionOverflowMenuStyle + */ + public static int AppCompatTheme_actionOverflowMenuStyle = 16; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#activityChooserViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:activityChooserViewStyle + */ + public static int AppCompatTheme_activityChooserViewStyle = 58; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#alertDialogButtonGroupStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:alertDialogButtonGroupStyle + */ + public static int AppCompatTheme_alertDialogButtonGroupStyle = 95; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#alertDialogCenterButtons} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:alertDialogCenterButtons + */ + public static int AppCompatTheme_alertDialogCenterButtons = 96; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#alertDialogStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:alertDialogStyle + */ + public static int AppCompatTheme_alertDialogStyle = 94; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#alertDialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:alertDialogTheme + */ + public static int AppCompatTheme_alertDialogTheme = 97; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowAnimationStyle + */ + public static int AppCompatTheme_android_windowAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#windowIsFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowIsFloating + */ + public static int AppCompatTheme_android_windowIsFloating = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#autoCompleteTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:autoCompleteTextViewStyle + */ + public static int AppCompatTheme_autoCompleteTextViewStyle = 102; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#borderlessButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:borderlessButtonStyle + */ + public static int AppCompatTheme_borderlessButtonStyle = 55; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#buttonBarButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:buttonBarButtonStyle + */ + public static int AppCompatTheme_buttonBarButtonStyle = 52; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#buttonBarNegativeButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:buttonBarNegativeButtonStyle + */ + public static int AppCompatTheme_buttonBarNegativeButtonStyle = 100; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#buttonBarNeutralButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:buttonBarNeutralButtonStyle + */ + public static int AppCompatTheme_buttonBarNeutralButtonStyle = 101; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#buttonBarPositiveButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:buttonBarPositiveButtonStyle + */ + public static int AppCompatTheme_buttonBarPositiveButtonStyle = 99; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#buttonBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:buttonBarStyle + */ + public static int AppCompatTheme_buttonBarStyle = 51; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#buttonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:buttonStyle + */ + public static int AppCompatTheme_buttonStyle = 103; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#buttonStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:buttonStyleSmall + */ + public static int AppCompatTheme_buttonStyleSmall = 104; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#checkboxStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:checkboxStyle + */ + public static int AppCompatTheme_checkboxStyle = 105; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#checkedTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:checkedTextViewStyle + */ + public static int AppCompatTheme_checkedTextViewStyle = 106; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#colorAccent} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:colorAccent + */ + public static int AppCompatTheme_colorAccent = 86; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#colorBackgroundFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:colorBackgroundFloating + */ + public static int AppCompatTheme_colorBackgroundFloating = 93; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#colorButtonNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:colorButtonNormal + */ + public static int AppCompatTheme_colorButtonNormal = 90; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#colorControlActivated} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:colorControlActivated + */ + public static int AppCompatTheme_colorControlActivated = 88; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#colorControlHighlight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:colorControlHighlight + */ + public static int AppCompatTheme_colorControlHighlight = 89; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#colorControlNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:colorControlNormal + */ + public static int AppCompatTheme_colorControlNormal = 87; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#colorError} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.transition:colorError + */ + public static int AppCompatTheme_colorError = 118; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#colorPrimary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:colorPrimary + */ + public static int AppCompatTheme_colorPrimary = 84; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#colorPrimaryDark} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:colorPrimaryDark + */ + public static int AppCompatTheme_colorPrimaryDark = 85; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#colorSwitchThumbNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:colorSwitchThumbNormal + */ + public static int AppCompatTheme_colorSwitchThumbNormal = 91; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#controlBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:controlBackground + */ + public static int AppCompatTheme_controlBackground = 92; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#dialogPreferredPadding} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:dialogPreferredPadding + */ + public static int AppCompatTheme_dialogPreferredPadding = 44; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#dialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:dialogTheme + */ + public static int AppCompatTheme_dialogTheme = 43; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#dividerHorizontal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:dividerHorizontal + */ + public static int AppCompatTheme_dividerHorizontal = 57; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#dividerVertical} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:dividerVertical + */ + public static int AppCompatTheme_dividerVertical = 56; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#dropDownListViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:dropDownListViewStyle + */ + public static int AppCompatTheme_dropDownListViewStyle = 75; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#dropdownListPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:dropdownListPreferredItemHeight + */ + public static int AppCompatTheme_dropdownListPreferredItemHeight = 47; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#editTextBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:editTextBackground + */ + public static int AppCompatTheme_editTextBackground = 64; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#editTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.transition:editTextColor + */ + public static int AppCompatTheme_editTextColor = 63; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#editTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:editTextStyle + */ + public static int AppCompatTheme_editTextStyle = 107; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:homeAsUpIndicator + */ + public static int AppCompatTheme_homeAsUpIndicator = 49; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#imageButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:imageButtonStyle + */ + public static int AppCompatTheme_imageButtonStyle = 65; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#listChoiceBackgroundIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:listChoiceBackgroundIndicator + */ + public static int AppCompatTheme_listChoiceBackgroundIndicator = 83; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#listDividerAlertDialog} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:listDividerAlertDialog + */ + public static int AppCompatTheme_listDividerAlertDialog = 45; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#listMenuViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:listMenuViewStyle + */ + public static int AppCompatTheme_listMenuViewStyle = 115; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#listPopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:listPopupWindowStyle + */ + public static int AppCompatTheme_listPopupWindowStyle = 76; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#listPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:listPreferredItemHeight + */ + public static int AppCompatTheme_listPreferredItemHeight = 70; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#listPreferredItemHeightLarge} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:listPreferredItemHeightLarge + */ + public static int AppCompatTheme_listPreferredItemHeightLarge = 72; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#listPreferredItemHeightSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:listPreferredItemHeightSmall + */ + public static int AppCompatTheme_listPreferredItemHeightSmall = 71; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#listPreferredItemPaddingLeft} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:listPreferredItemPaddingLeft + */ + public static int AppCompatTheme_listPreferredItemPaddingLeft = 73; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#listPreferredItemPaddingRight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:listPreferredItemPaddingRight + */ + public static int AppCompatTheme_listPreferredItemPaddingRight = 74; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#panelBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:panelBackground + */ + public static int AppCompatTheme_panelBackground = 80; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#panelMenuListTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:panelMenuListTheme + */ + public static int AppCompatTheme_panelMenuListTheme = 82; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#panelMenuListWidth} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:panelMenuListWidth + */ + public static int AppCompatTheme_panelMenuListWidth = 81; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#popupMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:popupMenuStyle + */ + public static int AppCompatTheme_popupMenuStyle = 61; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#popupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:popupWindowStyle + */ + public static int AppCompatTheme_popupWindowStyle = 62; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#radioButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:radioButtonStyle + */ + public static int AppCompatTheme_radioButtonStyle = 108; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#ratingBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:ratingBarStyle + */ + public static int AppCompatTheme_ratingBarStyle = 109; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#ratingBarStyleIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:ratingBarStyleIndicator + */ + public static int AppCompatTheme_ratingBarStyleIndicator = 110; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#ratingBarStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:ratingBarStyleSmall + */ + public static int AppCompatTheme_ratingBarStyleSmall = 111; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#searchViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:searchViewStyle + */ + public static int AppCompatTheme_searchViewStyle = 69; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#seekBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:seekBarStyle + */ + public static int AppCompatTheme_seekBarStyle = 112; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#selectableItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:selectableItemBackground + */ + public static int AppCompatTheme_selectableItemBackground = 53; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#selectableItemBackgroundBorderless} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:selectableItemBackgroundBorderless + */ + public static int AppCompatTheme_selectableItemBackgroundBorderless = 54; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#spinnerDropDownItemStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:spinnerDropDownItemStyle + */ + public static int AppCompatTheme_spinnerDropDownItemStyle = 48; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#spinnerStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:spinnerStyle + */ + public static int AppCompatTheme_spinnerStyle = 113; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#switchStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:switchStyle + */ + public static int AppCompatTheme_switchStyle = 114; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#textAppearanceLargePopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:textAppearanceLargePopupMenu + */ + public static int AppCompatTheme_textAppearanceLargePopupMenu = 40; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#textAppearanceListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:textAppearanceListItem + */ + public static int AppCompatTheme_textAppearanceListItem = 77; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#textAppearanceListItemSecondary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:textAppearanceListItemSecondary + */ + public static int AppCompatTheme_textAppearanceListItemSecondary = 78; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#textAppearanceListItemSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:textAppearanceListItemSmall + */ + public static int AppCompatTheme_textAppearanceListItemSmall = 79; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#textAppearancePopupMenuHeader} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:textAppearancePopupMenuHeader + */ + public static int AppCompatTheme_textAppearancePopupMenuHeader = 42; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#textAppearanceSearchResultSubtitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:textAppearanceSearchResultSubtitle + */ + public static int AppCompatTheme_textAppearanceSearchResultSubtitle = 67; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#textAppearanceSearchResultTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:textAppearanceSearchResultTitle + */ + public static int AppCompatTheme_textAppearanceSearchResultTitle = 66; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#textAppearanceSmallPopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:textAppearanceSmallPopupMenu + */ + public static int AppCompatTheme_textAppearanceSmallPopupMenu = 41; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#textColorAlertDialogListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.transition:textColorAlertDialogListItem + */ + public static int AppCompatTheme_textColorAlertDialogListItem = 98; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#textColorSearchUrl} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.transition:textColorSearchUrl + */ + public static int AppCompatTheme_textColorSearchUrl = 68; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#toolbarNavigationButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:toolbarNavigationButtonStyle + */ + public static int AppCompatTheme_toolbarNavigationButtonStyle = 60; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#toolbarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:toolbarStyle + */ + public static int AppCompatTheme_toolbarStyle = 59; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tooltipForegroundColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.transition:tooltipForegroundColor + */ + public static int AppCompatTheme_tooltipForegroundColor = 117; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tooltipFrameBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:tooltipFrameBackground + */ + public static int AppCompatTheme_tooltipFrameBackground = 116; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#windowActionBar} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:windowActionBar + */ + public static int AppCompatTheme_windowActionBar = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#windowActionBarOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:windowActionBarOverlay + */ + public static int AppCompatTheme_windowActionBarOverlay = 4; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#windowActionModeOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:windowActionModeOverlay + */ + public static int AppCompatTheme_windowActionModeOverlay = 5; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#windowFixedHeightMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:windowFixedHeightMajor + */ + public static int AppCompatTheme_windowFixedHeightMajor = 9; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#windowFixedHeightMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:windowFixedHeightMinor + */ + public static int AppCompatTheme_windowFixedHeightMinor = 7; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#windowFixedWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:windowFixedWidthMajor + */ + public static int AppCompatTheme_windowFixedWidthMajor = 6; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#windowFixedWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:windowFixedWidthMinor + */ + public static int AppCompatTheme_windowFixedWidthMinor = 8; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#windowMinWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:windowMinWidthMajor + */ + public static int AppCompatTheme_windowMinWidthMajor = 10; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#windowMinWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:windowMinWidthMinor + */ + public static int AppCompatTheme_windowMinWidthMinor = 11; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#windowNoTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:windowNoTitle + */ + public static int AppCompatTheme_windowNoTitle = 3; + /** Attributes that can be used with a BottomNavigationView. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #BottomNavigationView_elevation android.support.transition:elevation}
{@link #BottomNavigationView_itemBackground android.support.transition:itemBackground}
{@link #BottomNavigationView_itemIconTint android.support.transition:itemIconTint}
{@link #BottomNavigationView_itemTextColor android.support.transition:itemTextColor}
{@link #BottomNavigationView_menu android.support.transition:menu}
+ @see #BottomNavigationView_elevation + @see #BottomNavigationView_itemBackground + @see #BottomNavigationView_itemIconTint + @see #BottomNavigationView_itemTextColor + @see #BottomNavigationView_menu + */ + public static final int[] BottomNavigationView = { + 0x7f01003e, 0x7f010143, 0x7f010144, 0x7f010145, + 0x7f010146 + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#elevation} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:elevation + */ + public static int BottomNavigationView_elevation = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#itemBackground} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:itemBackground + */ + public static int BottomNavigationView_itemBackground = 4; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#itemIconTint} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:itemIconTint + */ + public static int BottomNavigationView_itemIconTint = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#itemTextColor} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:itemTextColor + */ + public static int BottomNavigationView_itemTextColor = 3; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#menu} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:menu + */ + public static int BottomNavigationView_menu = 1; + /** Attributes that can be used with a BottomSheetBehavior_Layout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #BottomSheetBehavior_Layout_behavior_hideable android.support.transition:behavior_hideable}
{@link #BottomSheetBehavior_Layout_behavior_peekHeight android.support.transition:behavior_peekHeight}
{@link #BottomSheetBehavior_Layout_behavior_skipCollapsed android.support.transition:behavior_skipCollapsed}
+ @see #BottomSheetBehavior_Layout_behavior_hideable + @see #BottomSheetBehavior_Layout_behavior_peekHeight + @see #BottomSheetBehavior_Layout_behavior_skipCollapsed + */ + public static final int[] BottomSheetBehavior_Layout = { + 0x7f01011d, 0x7f01011e, 0x7f01011f + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#behavior_hideable} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:behavior_hideable + */ + public static int BottomSheetBehavior_Layout_behavior_hideable = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#behavior_peekHeight} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ @attr name android.support.transition:behavior_peekHeight + */ + public static int BottomSheetBehavior_Layout_behavior_peekHeight = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#behavior_skipCollapsed} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:behavior_skipCollapsed + */ + public static int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2; + /** Attributes that can be used with a ButtonBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ButtonBarLayout_allowStacking android.support.transition:allowStacking}
+ @see #ButtonBarLayout_allowStacking + */ + public static final int[] ButtonBarLayout = { + 0x7f0100cb + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#allowStacking} + attribute's value can be found in the {@link #ButtonBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:allowStacking + */ + public static int ButtonBarLayout_allowStacking = 0; + /** Attributes that can be used with a CardView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CardView_android_minHeight android:minHeight}
{@link #CardView_android_minWidth android:minWidth}
{@link #CardView_cardBackgroundColor android.support.transition:cardBackgroundColor}
{@link #CardView_cardCornerRadius android.support.transition:cardCornerRadius}
{@link #CardView_cardElevation android.support.transition:cardElevation}
{@link #CardView_cardMaxElevation android.support.transition:cardMaxElevation}
{@link #CardView_cardPreventCornerOverlap android.support.transition:cardPreventCornerOverlap}
{@link #CardView_cardUseCompatPadding android.support.transition:cardUseCompatPadding}
{@link #CardView_contentPadding android.support.transition:contentPadding}
{@link #CardView_contentPaddingBottom android.support.transition:contentPaddingBottom}
{@link #CardView_contentPaddingLeft android.support.transition:contentPaddingLeft}
{@link #CardView_contentPaddingRight android.support.transition:contentPaddingRight}
{@link #CardView_contentPaddingTop android.support.transition:contentPaddingTop}
+ @see #CardView_android_minHeight + @see #CardView_android_minWidth + @see #CardView_cardBackgroundColor + @see #CardView_cardCornerRadius + @see #CardView_cardElevation + @see #CardView_cardMaxElevation + @see #CardView_cardPreventCornerOverlap + @see #CardView_cardUseCompatPadding + @see #CardView_contentPadding + @see #CardView_contentPaddingBottom + @see #CardView_contentPaddingLeft + @see #CardView_contentPaddingRight + @see #CardView_contentPaddingTop + */ + public static final int[] CardView = { + 0x0101013f, 0x01010140, 0x7f010017, 0x7f010018, + 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01001c, + 0x7f01001d, 0x7f01001e, 0x7f01001f, 0x7f010020, + 0x7f010021 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minHeight + */ + public static int CardView_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minWidth + */ + public static int CardView_android_minWidth = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#cardBackgroundColor} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:cardBackgroundColor + */ + public static int CardView_cardBackgroundColor = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#cardCornerRadius} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:cardCornerRadius + */ + public static int CardView_cardCornerRadius = 3; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#cardElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:cardElevation + */ + public static int CardView_cardElevation = 4; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#cardMaxElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:cardMaxElevation + */ + public static int CardView_cardMaxElevation = 5; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#cardPreventCornerOverlap} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:cardPreventCornerOverlap + */ + public static int CardView_cardPreventCornerOverlap = 7; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#cardUseCompatPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:cardUseCompatPadding + */ + public static int CardView_cardUseCompatPadding = 6; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#contentPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:contentPadding + */ + public static int CardView_contentPadding = 8; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#contentPaddingBottom} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:contentPaddingBottom + */ + public static int CardView_contentPaddingBottom = 12; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#contentPaddingLeft} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:contentPaddingLeft + */ + public static int CardView_contentPaddingLeft = 9; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#contentPaddingRight} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:contentPaddingRight + */ + public static int CardView_contentPaddingRight = 10; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#contentPaddingTop} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:contentPaddingTop + */ + public static int CardView_contentPaddingTop = 11; + /** Attributes that can be used with a CollapsingToolbarLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_collapsedTitleGravity android.support.transition:collapsedTitleGravity}
{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance android.support.transition:collapsedTitleTextAppearance}
{@link #CollapsingToolbarLayout_contentScrim android.support.transition:contentScrim}
{@link #CollapsingToolbarLayout_expandedTitleGravity android.support.transition:expandedTitleGravity}
{@link #CollapsingToolbarLayout_expandedTitleMargin android.support.transition:expandedTitleMargin}
{@link #CollapsingToolbarLayout_expandedTitleMarginBottom android.support.transition:expandedTitleMarginBottom}
{@link #CollapsingToolbarLayout_expandedTitleMarginEnd android.support.transition:expandedTitleMarginEnd}
{@link #CollapsingToolbarLayout_expandedTitleMarginStart android.support.transition:expandedTitleMarginStart}
{@link #CollapsingToolbarLayout_expandedTitleMarginTop android.support.transition:expandedTitleMarginTop}
{@link #CollapsingToolbarLayout_expandedTitleTextAppearance android.support.transition:expandedTitleTextAppearance}
{@link #CollapsingToolbarLayout_scrimAnimationDuration android.support.transition:scrimAnimationDuration}
{@link #CollapsingToolbarLayout_scrimVisibleHeightTrigger android.support.transition:scrimVisibleHeightTrigger}
{@link #CollapsingToolbarLayout_statusBarScrim android.support.transition:statusBarScrim}
{@link #CollapsingToolbarLayout_title android.support.transition:title}
{@link #CollapsingToolbarLayout_titleEnabled android.support.transition:titleEnabled}
{@link #CollapsingToolbarLayout_toolbarId android.support.transition:toolbarId}
+ @see #CollapsingToolbarLayout_collapsedTitleGravity + @see #CollapsingToolbarLayout_collapsedTitleTextAppearance + @see #CollapsingToolbarLayout_contentScrim + @see #CollapsingToolbarLayout_expandedTitleGravity + @see #CollapsingToolbarLayout_expandedTitleMargin + @see #CollapsingToolbarLayout_expandedTitleMarginBottom + @see #CollapsingToolbarLayout_expandedTitleMarginEnd + @see #CollapsingToolbarLayout_expandedTitleMarginStart + @see #CollapsingToolbarLayout_expandedTitleMarginTop + @see #CollapsingToolbarLayout_expandedTitleTextAppearance + @see #CollapsingToolbarLayout_scrimAnimationDuration + @see #CollapsingToolbarLayout_scrimVisibleHeightTrigger + @see #CollapsingToolbarLayout_statusBarScrim + @see #CollapsingToolbarLayout_title + @see #CollapsingToolbarLayout_titleEnabled + @see #CollapsingToolbarLayout_toolbarId + */ + public static final int[] CollapsingToolbarLayout = { + 0x7f010025, 0x7f010120, 0x7f010121, 0x7f010122, + 0x7f010123, 0x7f010124, 0x7f010125, 0x7f010126, + 0x7f010127, 0x7f010128, 0x7f010129, 0x7f01012a, + 0x7f01012b, 0x7f01012c, 0x7f01012d, 0x7f01012e + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#collapsedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name android.support.transition:collapsedTitleGravity + */ + public static int CollapsingToolbarLayout_collapsedTitleGravity = 13; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#collapsedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:collapsedTitleTextAppearance + */ + public static int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#contentScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:contentScrim + */ + public static int CollapsingToolbarLayout_contentScrim = 8; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#expandedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name android.support.transition:expandedTitleGravity + */ + public static int CollapsingToolbarLayout_expandedTitleGravity = 14; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#expandedTitleMargin} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:expandedTitleMargin + */ + public static int CollapsingToolbarLayout_expandedTitleMargin = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#expandedTitleMarginBottom} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:expandedTitleMarginBottom + */ + public static int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#expandedTitleMarginEnd} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:expandedTitleMarginEnd + */ + public static int CollapsingToolbarLayout_expandedTitleMarginEnd = 4; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#expandedTitleMarginStart} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:expandedTitleMarginStart + */ + public static int CollapsingToolbarLayout_expandedTitleMarginStart = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#expandedTitleMarginTop} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:expandedTitleMarginTop + */ + public static int CollapsingToolbarLayout_expandedTitleMarginTop = 3; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#expandedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:expandedTitleTextAppearance + */ + public static int CollapsingToolbarLayout_expandedTitleTextAppearance = 6; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#scrimAnimationDuration} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:scrimAnimationDuration + */ + public static int CollapsingToolbarLayout_scrimAnimationDuration = 12; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#scrimVisibleHeightTrigger} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:scrimVisibleHeightTrigger + */ + public static int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#statusBarScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:statusBarScrim + */ + public static int CollapsingToolbarLayout_statusBarScrim = 9; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#title} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:title + */ + public static int CollapsingToolbarLayout_title = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#titleEnabled} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:titleEnabled + */ + public static int CollapsingToolbarLayout_titleEnabled = 15; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#toolbarId} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:toolbarId + */ + public static int CollapsingToolbarLayout_toolbarId = 10; + /** Attributes that can be used with a CollapsingToolbarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_Layout_layout_collapseMode android.support.transition:layout_collapseMode}
{@link #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier android.support.transition:layout_collapseParallaxMultiplier}
+ @see #CollapsingToolbarLayout_Layout_layout_collapseMode + @see #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier + */ + public static final int[] CollapsingToolbarLayout_Layout = { + 0x7f01012f, 0x7f010130 + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#layout_collapseMode} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ @attr name android.support.transition:layout_collapseMode + */ + public static int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#layout_collapseParallaxMultiplier} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:layout_collapseParallaxMultiplier + */ + public static int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1; + /** Attributes that can be used with a ColorStateListItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ColorStateListItem_alpha android.support.transition:alpha}
{@link #ColorStateListItem_android_alpha android:alpha}
{@link #ColorStateListItem_android_color android:color}
+ @see #ColorStateListItem_alpha + @see #ColorStateListItem_android_alpha + @see #ColorStateListItem_android_color + */ + public static final int[] ColorStateListItem = { + 0x010101a5, 0x0101031f, 0x7f0100cc + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:alpha + */ + public static int ColorStateListItem_alpha = 2; + /** +

This symbol is the offset where the {@link android.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:alpha + */ + public static int ColorStateListItem_android_alpha = 1; + /** +

This symbol is the offset where the {@link android.R.attr#color} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:color + */ + public static int ColorStateListItem_android_color = 0; + /** Attributes that can be used with a CompoundButton. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint android.support.transition:buttonTint}
{@link #CompoundButton_buttonTintMode android.support.transition:buttonTintMode}
+ @see #CompoundButton_android_button + @see #CompoundButton_buttonTint + @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton = { + 0x01010107, 0x7f0100cd, 0x7f0100ce + }; + /** +

This symbol is the offset where the {@link android.R.attr#button} + attribute's value can be found in the {@link #CompoundButton} array. + @attr name android:button + */ + public static int CompoundButton_android_button = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#buttonTint} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:buttonTint + */ + public static int CompoundButton_buttonTint = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#buttonTintMode} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.transition:buttonTintMode + */ + public static int CompoundButton_buttonTintMode = 2; + /** Attributes that can be used with a CoordinatorLayout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CoordinatorLayout_keylines android.support.transition:keylines}
{@link #CoordinatorLayout_statusBarBackground android.support.transition:statusBarBackground}
+ @see #CoordinatorLayout_keylines + @see #CoordinatorLayout_statusBarBackground + */ + public static final int[] CoordinatorLayout = { + 0x7f010131, 0x7f010132 + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#keylines} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:keylines + */ + public static int CoordinatorLayout_keylines = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#statusBarBackground} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:statusBarBackground + */ + public static int CoordinatorLayout_statusBarBackground = 1; + /** Attributes that can be used with a CoordinatorLayout_Layout. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity}
{@link #CoordinatorLayout_Layout_layout_anchor android.support.transition:layout_anchor}
{@link #CoordinatorLayout_Layout_layout_anchorGravity android.support.transition:layout_anchorGravity}
{@link #CoordinatorLayout_Layout_layout_behavior android.support.transition:layout_behavior}
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges android.support.transition:layout_dodgeInsetEdges}
{@link #CoordinatorLayout_Layout_layout_insetEdge android.support.transition:layout_insetEdge}
{@link #CoordinatorLayout_Layout_layout_keyline android.support.transition:layout_keyline}
+ @see #CoordinatorLayout_Layout_android_layout_gravity + @see #CoordinatorLayout_Layout_layout_anchor + @see #CoordinatorLayout_Layout_layout_anchorGravity + @see #CoordinatorLayout_Layout_layout_behavior + @see #CoordinatorLayout_Layout_layout_dodgeInsetEdges + @see #CoordinatorLayout_Layout_layout_insetEdge + @see #CoordinatorLayout_Layout_layout_keyline + */ + public static final int[] CoordinatorLayout_Layout = { + 0x010100b3, 0x7f010133, 0x7f010134, 0x7f010135, + 0x7f010136, 0x7f010137, 0x7f010138 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + @attr name android:layout_gravity + */ + public static int CoordinatorLayout_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#layout_anchor} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:layout_anchor + */ + public static int CoordinatorLayout_Layout_layout_anchor = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#layout_anchorGravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ @attr name android.support.transition:layout_anchorGravity + */ + public static int CoordinatorLayout_Layout_layout_anchorGravity = 4; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#layout_behavior} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:layout_behavior + */ + public static int CoordinatorLayout_Layout_layout_behavior = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#layout_dodgeInsetEdges} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ @attr name android.support.transition:layout_dodgeInsetEdges + */ + public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#layout_insetEdge} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ @attr name android.support.transition:layout_insetEdge + */ + public static int CoordinatorLayout_Layout_layout_insetEdge = 5; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#layout_keyline} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:layout_keyline + */ + public static int CoordinatorLayout_Layout_layout_keyline = 3; + /** Attributes that can be used with a DesignTheme. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #DesignTheme_bottomSheetDialogTheme android.support.transition:bottomSheetDialogTheme}
{@link #DesignTheme_bottomSheetStyle android.support.transition:bottomSheetStyle}
{@link #DesignTheme_textColorError android.support.transition:textColorError}
+ @see #DesignTheme_bottomSheetDialogTheme + @see #DesignTheme_bottomSheetStyle + @see #DesignTheme_textColorError + */ + public static final int[] DesignTheme = { + 0x7f010139, 0x7f01013a, 0x7f01013b + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#bottomSheetDialogTheme} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:bottomSheetDialogTheme + */ + public static int DesignTheme_bottomSheetDialogTheme = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#bottomSheetStyle} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:bottomSheetStyle + */ + public static int DesignTheme_bottomSheetStyle = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#textColorError} + attribute's value can be found in the {@link #DesignTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.transition:textColorError + */ + public static int DesignTheme_textColorError = 2; + /** Attributes that can be used with a DrawerArrowToggle. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength android.support.transition:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength android.support.transition:arrowShaftLength}
{@link #DrawerArrowToggle_barLength android.support.transition:barLength}
{@link #DrawerArrowToggle_color android.support.transition:color}
{@link #DrawerArrowToggle_drawableSize android.support.transition:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars android.support.transition:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars android.support.transition:spinBars}
{@link #DrawerArrowToggle_thickness android.support.transition:thickness}
+ @see #DrawerArrowToggle_arrowHeadLength + @see #DrawerArrowToggle_arrowShaftLength + @see #DrawerArrowToggle_barLength + @see #DrawerArrowToggle_color + @see #DrawerArrowToggle_drawableSize + @see #DrawerArrowToggle_gapBetweenBars + @see #DrawerArrowToggle_spinBars + @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle = { + 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2, + 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6 + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#arrowHeadLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:arrowHeadLength + */ + public static int DrawerArrowToggle_arrowHeadLength = 4; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#arrowShaftLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:arrowShaftLength + */ + public static int DrawerArrowToggle_arrowShaftLength = 5; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#barLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:barLength + */ + public static int DrawerArrowToggle_barLength = 6; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#color} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:color + */ + public static int DrawerArrowToggle_color = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#drawableSize} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:drawableSize + */ + public static int DrawerArrowToggle_drawableSize = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#gapBetweenBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:gapBetweenBars + */ + public static int DrawerArrowToggle_gapBetweenBars = 3; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#spinBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:spinBars + */ + public static int DrawerArrowToggle_spinBars = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#thickness} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:thickness + */ + public static int DrawerArrowToggle_thickness = 7; + /** Attributes that can be used with a FloatingActionButton. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #FloatingActionButton_backgroundTint android.support.transition:backgroundTint}
{@link #FloatingActionButton_backgroundTintMode android.support.transition:backgroundTintMode}
{@link #FloatingActionButton_borderWidth android.support.transition:borderWidth}
{@link #FloatingActionButton_elevation android.support.transition:elevation}
{@link #FloatingActionButton_fabSize android.support.transition:fabSize}
{@link #FloatingActionButton_pressedTranslationZ android.support.transition:pressedTranslationZ}
{@link #FloatingActionButton_rippleColor android.support.transition:rippleColor}
{@link #FloatingActionButton_useCompatPadding android.support.transition:useCompatPadding}
+ @see #FloatingActionButton_backgroundTint + @see #FloatingActionButton_backgroundTintMode + @see #FloatingActionButton_borderWidth + @see #FloatingActionButton_elevation + @see #FloatingActionButton_fabSize + @see #FloatingActionButton_pressedTranslationZ + @see #FloatingActionButton_rippleColor + @see #FloatingActionButton_useCompatPadding + */ + public static final int[] FloatingActionButton = { + 0x7f01003e, 0x7f010116, 0x7f010117, 0x7f01013c, + 0x7f01013d, 0x7f01013e, 0x7f01013f, 0x7f010140 + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#backgroundTint} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:backgroundTint + */ + public static int FloatingActionButton_backgroundTint = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.transition:backgroundTintMode + */ + public static int FloatingActionButton_backgroundTintMode = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#borderWidth} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:borderWidth + */ + public static int FloatingActionButton_borderWidth = 6; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#elevation} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:elevation + */ + public static int FloatingActionButton_elevation = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#fabSize} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ @attr name android.support.transition:fabSize + */ + public static int FloatingActionButton_fabSize = 4; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#pressedTranslationZ} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:pressedTranslationZ + */ + public static int FloatingActionButton_pressedTranslationZ = 5; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#rippleColor} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:rippleColor + */ + public static int FloatingActionButton_rippleColor = 3; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#useCompatPadding} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:useCompatPadding + */ + public static int FloatingActionButton_useCompatPadding = 7; + /** Attributes that can be used with a FloatingActionButton_Behavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #FloatingActionButton_Behavior_Layout_behavior_autoHide android.support.transition:behavior_autoHide}
+ @see #FloatingActionButton_Behavior_Layout_behavior_autoHide + */ + public static final int[] FloatingActionButton_Behavior_Layout = { + 0x7f010141 + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#behavior_autoHide} + attribute's value can be found in the {@link #FloatingActionButton_Behavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:behavior_autoHide + */ + public static int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; + /** Attributes that can be used with a FontFamily. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamily_fontProviderAuthority android.support.transition:fontProviderAuthority}
{@link #FontFamily_fontProviderCerts android.support.transition:fontProviderCerts}
{@link #FontFamily_fontProviderFetchStrategy android.support.transition:fontProviderFetchStrategy}
{@link #FontFamily_fontProviderFetchTimeout android.support.transition:fontProviderFetchTimeout}
{@link #FontFamily_fontProviderPackage android.support.transition:fontProviderPackage}
{@link #FontFamily_fontProviderQuery android.support.transition:fontProviderQuery}
+ @see #FontFamily_fontProviderAuthority + @see #FontFamily_fontProviderCerts + @see #FontFamily_fontProviderFetchStrategy + @see #FontFamily_fontProviderFetchTimeout + @see #FontFamily_fontProviderPackage + @see #FontFamily_fontProviderQuery + */ + public static final int[] FontFamily = { + 0x7f01016a, 0x7f01016b, 0x7f01016c, 0x7f01016d, + 0x7f01016e, 0x7f01016f + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#fontProviderAuthority} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:fontProviderAuthority + */ + public static int FontFamily_fontProviderAuthority = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#fontProviderCerts} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:fontProviderCerts + */ + public static int FontFamily_fontProviderCerts = 3; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#fontProviderFetchStrategy} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ @attr name android.support.transition:fontProviderFetchStrategy + */ + public static int FontFamily_fontProviderFetchStrategy = 4; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#fontProviderFetchTimeout} + attribute's value can be found in the {@link #FontFamily} array. + + +

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ @attr name android.support.transition:fontProviderFetchTimeout + */ + public static int FontFamily_fontProviderFetchTimeout = 5; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#fontProviderPackage} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:fontProviderPackage + */ + public static int FontFamily_fontProviderPackage = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#fontProviderQuery} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:fontProviderQuery + */ + public static int FontFamily_fontProviderQuery = 2; + /** Attributes that can be used with a FontFamilyFont. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamilyFont_android_font android:font}
{@link #FontFamilyFont_android_fontStyle android:fontStyle}
{@link #FontFamilyFont_android_fontWeight android:fontWeight}
{@link #FontFamilyFont_font android.support.transition:font}
{@link #FontFamilyFont_fontStyle android.support.transition:fontStyle}
{@link #FontFamilyFont_fontWeight android.support.transition:fontWeight}
+ @see #FontFamilyFont_android_font + @see #FontFamilyFont_android_fontStyle + @see #FontFamilyFont_android_fontWeight + @see #FontFamilyFont_font + @see #FontFamilyFont_fontStyle + @see #FontFamilyFont_fontWeight + */ + public static final int[] FontFamilyFont = { + 0x01010532, 0x01010533, 0x0101053f, 0x7f010170, + 0x7f010171, 0x7f010172 + }; + /** +

This symbol is the offset where the {@link android.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:font + */ + public static int FontFamilyFont_android_font = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontStyle + */ + public static int FontFamilyFont_android_fontStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontWeight + */ + public static int FontFamilyFont_android_fontWeight = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:font + */ + public static int FontFamilyFont_font = 4; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ @attr name android.support.transition:fontStyle + */ + public static int FontFamilyFont_fontStyle = 3; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:fontWeight + */ + public static int FontFamilyFont_fontWeight = 5; + /** Attributes that can be used with a ForegroundLinearLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ForegroundLinearLayout_android_foreground android:foreground}
{@link #ForegroundLinearLayout_android_foregroundGravity android:foregroundGravity}
{@link #ForegroundLinearLayout_foregroundInsidePadding android.support.transition:foregroundInsidePadding}
+ @see #ForegroundLinearLayout_android_foreground + @see #ForegroundLinearLayout_android_foregroundGravity + @see #ForegroundLinearLayout_foregroundInsidePadding + */ + public static final int[] ForegroundLinearLayout = { + 0x01010109, 0x01010200, 0x7f010142 + }; + /** +

This symbol is the offset where the {@link android.R.attr#foreground} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foreground + */ + public static int ForegroundLinearLayout_android_foreground = 0; + /** +

This symbol is the offset where the {@link android.R.attr#foregroundGravity} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foregroundGravity + */ + public static int ForegroundLinearLayout_android_foregroundGravity = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#foregroundInsidePadding} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:foregroundInsidePadding + */ + public static int ForegroundLinearLayout_foregroundInsidePadding = 2; + /** Attributes that can be used with a LinearLayoutCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider android.support.transition:divider}
{@link #LinearLayoutCompat_dividerPadding android.support.transition:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild android.support.transition:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers android.support.transition:showDividers}
+ @see #LinearLayoutCompat_android_baselineAligned + @see #LinearLayoutCompat_android_baselineAlignedChildIndex + @see #LinearLayoutCompat_android_gravity + @see #LinearLayoutCompat_android_orientation + @see #LinearLayoutCompat_android_weightSum + @see #LinearLayoutCompat_divider + @see #LinearLayoutCompat_dividerPadding + @see #LinearLayoutCompat_measureWithLargestChild + @see #LinearLayoutCompat_showDividers + */ + public static final int[] LinearLayoutCompat = { + 0x010100af, 0x010100c4, 0x01010126, 0x01010127, + 0x01010128, 0x7f01002d, 0x7f0100d7, 0x7f0100d8, + 0x7f0100d9 + }; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAligned} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAligned + */ + public static int LinearLayoutCompat_android_baselineAligned = 2; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAlignedChildIndex + */ + public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:gravity + */ + public static int LinearLayoutCompat_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:orientation + */ + public static int LinearLayoutCompat_android_orientation = 1; + /** +

This symbol is the offset where the {@link android.R.attr#weightSum} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:weightSum + */ + public static int LinearLayoutCompat_android_weightSum = 4; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#divider} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:divider + */ + public static int LinearLayoutCompat_divider = 5; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#dividerPadding} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:dividerPadding + */ + public static int LinearLayoutCompat_dividerPadding = 8; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#measureWithLargestChild} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:measureWithLargestChild + */ + public static int LinearLayoutCompat_measureWithLargestChild = 6; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#showDividers} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ @attr name android.support.transition:showDividers + */ + public static int LinearLayoutCompat_showDividers = 7; + /** Attributes that can be used with a LinearLayoutCompat_Layout. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
+ @see #LinearLayoutCompat_Layout_android_layout_gravity + @see #LinearLayoutCompat_Layout_android_layout_height + @see #LinearLayoutCompat_Layout_android_layout_weight + @see #LinearLayoutCompat_Layout_android_layout_width + */ + public static final int[] LinearLayoutCompat_Layout = { + 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_gravity + */ + public static int LinearLayoutCompat_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout_height} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_height + */ + public static int LinearLayoutCompat_Layout_android_layout_height = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout_weight} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_weight + */ + public static int LinearLayoutCompat_Layout_android_layout_weight = 3; + /** +

This symbol is the offset where the {@link android.R.attr#layout_width} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_width + */ + public static int LinearLayoutCompat_Layout_android_layout_width = 1; + /** Attributes that can be used with a ListPopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
+ @see #ListPopupWindow_android_dropDownHorizontalOffset + @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow = { + 0x010102ac, 0x010102ad + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownHorizontalOffset + */ + public static int ListPopupWindow_android_dropDownHorizontalOffset = 0; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownVerticalOffset + */ + public static int ListPopupWindow_android_dropDownVerticalOffset = 1; + /** Attributes that can be used with a MediaRouteButton. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #MediaRouteButton_android_minHeight android:minHeight}
{@link #MediaRouteButton_android_minWidth android:minWidth}
{@link #MediaRouteButton_externalRouteEnabledDrawable android.support.transition:externalRouteEnabledDrawable}
{@link #MediaRouteButton_mediaRouteButtonTint android.support.transition:mediaRouteButtonTint}
+ @see #MediaRouteButton_android_minHeight + @see #MediaRouteButton_android_minWidth + @see #MediaRouteButton_externalRouteEnabledDrawable + @see #MediaRouteButton_mediaRouteButtonTint + */ + public static final int[] MediaRouteButton = { + 0x0101013f, 0x01010140, 0x7f010015, 0x7f010016 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minHeight + */ + public static int MediaRouteButton_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minWidth + */ + public static int MediaRouteButton_android_minWidth = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#externalRouteEnabledDrawable} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:externalRouteEnabledDrawable + */ + public static int MediaRouteButton_externalRouteEnabledDrawable = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#mediaRouteButtonTint} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:mediaRouteButtonTint + */ + public static int MediaRouteButton_mediaRouteButtonTint = 3; + /** Attributes that can be used with a MenuGroup. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_visible android:visible}
+ @see #MenuGroup_android_checkableBehavior + @see #MenuGroup_android_enabled + @see #MenuGroup_android_id + @see #MenuGroup_android_menuCategory + @see #MenuGroup_android_orderInCategory + @see #MenuGroup_android_visible + */ + public static final int[] MenuGroup = { + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** +

This symbol is the offset where the {@link android.R.attr#checkableBehavior} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:checkableBehavior + */ + public static int MenuGroup_android_checkableBehavior = 5; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:enabled + */ + public static int MenuGroup_android_enabled = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:id + */ + public static int MenuGroup_android_id = 1; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:menuCategory + */ + public static int MenuGroup_android_menuCategory = 3; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:orderInCategory + */ + public static int MenuGroup_android_orderInCategory = 4; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:visible + */ + public static int MenuGroup_android_visible = 2; + /** Attributes that can be used with a MenuItem. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #MenuItem_actionLayout android.support.transition:actionLayout}
{@link #MenuItem_actionProviderClass android.support.transition:actionProviderClass}
{@link #MenuItem_actionViewClass android.support.transition:actionViewClass}
{@link #MenuItem_alphabeticModifiers android.support.transition:alphabeticModifiers}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_contentDescription android.support.transition:contentDescription}
{@link #MenuItem_iconTint android.support.transition:iconTint}
{@link #MenuItem_iconTintMode android.support.transition:iconTintMode}
{@link #MenuItem_numericModifiers android.support.transition:numericModifiers}
{@link #MenuItem_showAsAction android.support.transition:showAsAction}
{@link #MenuItem_tooltipText android.support.transition:tooltipText}
+ @see #MenuItem_actionLayout + @see #MenuItem_actionProviderClass + @see #MenuItem_actionViewClass + @see #MenuItem_alphabeticModifiers + @see #MenuItem_android_alphabeticShortcut + @see #MenuItem_android_checkable + @see #MenuItem_android_checked + @see #MenuItem_android_enabled + @see #MenuItem_android_icon + @see #MenuItem_android_id + @see #MenuItem_android_menuCategory + @see #MenuItem_android_numericShortcut + @see #MenuItem_android_onClick + @see #MenuItem_android_orderInCategory + @see #MenuItem_android_title + @see #MenuItem_android_titleCondensed + @see #MenuItem_android_visible + @see #MenuItem_contentDescription + @see #MenuItem_iconTint + @see #MenuItem_iconTintMode + @see #MenuItem_numericModifiers + @see #MenuItem_showAsAction + @see #MenuItem_tooltipText + */ + public static final int[] MenuItem = { + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f0100da, 0x7f0100db, 0x7f0100dc, + 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, + 0x7f0100e1, 0x7f0100e2, 0x7f0100e3 + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionLayout} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:actionLayout + */ + public static int MenuItem_actionLayout = 16; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionProviderClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:actionProviderClass + */ + public static int MenuItem_actionProviderClass = 18; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#actionViewClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:actionViewClass + */ + public static int MenuItem_actionViewClass = 17; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#alphabeticModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name android.support.transition:alphabeticModifiers + */ + public static int MenuItem_alphabeticModifiers = 13; + /** +

This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:alphabeticShortcut + */ + public static int MenuItem_android_alphabeticShortcut = 9; + /** +

This symbol is the offset where the {@link android.R.attr#checkable} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checkable + */ + public static int MenuItem_android_checkable = 11; + /** +

This symbol is the offset where the {@link android.R.attr#checked} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checked + */ + public static int MenuItem_android_checked = 3; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:enabled + */ + public static int MenuItem_android_enabled = 1; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:icon + */ + public static int MenuItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:id + */ + public static int MenuItem_android_id = 2; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:menuCategory + */ + public static int MenuItem_android_menuCategory = 5; + /** +

This symbol is the offset where the {@link android.R.attr#numericShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:numericShortcut + */ + public static int MenuItem_android_numericShortcut = 10; + /** +

This symbol is the offset where the {@link android.R.attr#onClick} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:onClick + */ + public static int MenuItem_android_onClick = 12; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:orderInCategory + */ + public static int MenuItem_android_orderInCategory = 6; + /** +

This symbol is the offset where the {@link android.R.attr#title} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:title + */ + public static int MenuItem_android_title = 7; + /** +

This symbol is the offset where the {@link android.R.attr#titleCondensed} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:titleCondensed + */ + public static int MenuItem_android_titleCondensed = 8; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:visible + */ + public static int MenuItem_android_visible = 4; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#contentDescription} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:contentDescription + */ + public static int MenuItem_contentDescription = 19; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#iconTint} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:iconTint + */ + public static int MenuItem_iconTint = 21; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#iconTintMode} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.transition:iconTintMode + */ + public static int MenuItem_iconTintMode = 22; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#numericModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name android.support.transition:numericModifiers + */ + public static int MenuItem_numericModifiers = 14; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#showAsAction} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ @attr name android.support.transition:showAsAction + */ + public static int MenuItem_showAsAction = 15; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tooltipText} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:tooltipText + */ + public static int MenuItem_tooltipText = 20; + /** Attributes that can be used with a MenuView. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_preserveIconSpacing android.support.transition:preserveIconSpacing}
{@link #MenuView_subMenuArrow android.support.transition:subMenuArrow}
+ @see #MenuView_android_headerBackground + @see #MenuView_android_horizontalDivider + @see #MenuView_android_itemBackground + @see #MenuView_android_itemIconDisabledAlpha + @see #MenuView_android_itemTextAppearance + @see #MenuView_android_verticalDivider + @see #MenuView_android_windowAnimationStyle + @see #MenuView_preserveIconSpacing + @see #MenuView_subMenuArrow + */ + public static final int[] MenuView = { + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f0100e4, + 0x7f0100e5 + }; + /** +

This symbol is the offset where the {@link android.R.attr#headerBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:headerBackground + */ + public static int MenuView_android_headerBackground = 4; + /** +

This symbol is the offset where the {@link android.R.attr#horizontalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:horizontalDivider + */ + public static int MenuView_android_horizontalDivider = 2; + /** +

This symbol is the offset where the {@link android.R.attr#itemBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemBackground + */ + public static int MenuView_android_itemBackground = 5; + /** +

This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemIconDisabledAlpha + */ + public static int MenuView_android_itemIconDisabledAlpha = 6; + /** +

This symbol is the offset where the {@link android.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemTextAppearance + */ + public static int MenuView_android_itemTextAppearance = 1; + /** +

This symbol is the offset where the {@link android.R.attr#verticalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:verticalDivider + */ + public static int MenuView_android_verticalDivider = 3; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:windowAnimationStyle + */ + public static int MenuView_android_windowAnimationStyle = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#preserveIconSpacing} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:preserveIconSpacing + */ + public static int MenuView_preserveIconSpacing = 7; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#subMenuArrow} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:subMenuArrow + */ + public static int MenuView_subMenuArrow = 8; + /** Attributes that can be used with a NavigationView. +

Includes the following attributes:

+ + + + + + + + + + + + + + +
AttributeDescription
{@link #NavigationView_android_background android:background}
{@link #NavigationView_android_fitsSystemWindows android:fitsSystemWindows}
{@link #NavigationView_android_maxWidth android:maxWidth}
{@link #NavigationView_elevation android.support.transition:elevation}
{@link #NavigationView_headerLayout android.support.transition:headerLayout}
{@link #NavigationView_itemBackground android.support.transition:itemBackground}
{@link #NavigationView_itemIconTint android.support.transition:itemIconTint}
{@link #NavigationView_itemTextAppearance android.support.transition:itemTextAppearance}
{@link #NavigationView_itemTextColor android.support.transition:itemTextColor}
{@link #NavigationView_menu android.support.transition:menu}
+ @see #NavigationView_android_background + @see #NavigationView_android_fitsSystemWindows + @see #NavigationView_android_maxWidth + @see #NavigationView_elevation + @see #NavigationView_headerLayout + @see #NavigationView_itemBackground + @see #NavigationView_itemIconTint + @see #NavigationView_itemTextAppearance + @see #NavigationView_itemTextColor + @see #NavigationView_menu + */ + public static final int[] NavigationView = { + 0x010100d4, 0x010100dd, 0x0101011f, 0x7f01003e, + 0x7f010143, 0x7f010144, 0x7f010145, 0x7f010146, + 0x7f010147, 0x7f010148 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:background + */ + public static int NavigationView_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fitsSystemWindows} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:fitsSystemWindows + */ + public static int NavigationView_android_fitsSystemWindows = 1; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:maxWidth + */ + public static int NavigationView_android_maxWidth = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#elevation} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:elevation + */ + public static int NavigationView_elevation = 3; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#headerLayout} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:headerLayout + */ + public static int NavigationView_headerLayout = 9; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#itemBackground} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:itemBackground + */ + public static int NavigationView_itemBackground = 7; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#itemIconTint} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:itemIconTint + */ + public static int NavigationView_itemIconTint = 5; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:itemTextAppearance + */ + public static int NavigationView_itemTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#itemTextColor} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:itemTextColor + */ + public static int NavigationView_itemTextColor = 6; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#menu} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:menu + */ + public static int NavigationView_menu = 4; + /** Attributes that can be used with a PopupWindow. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle}
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_overlapAnchor android.support.transition:overlapAnchor}
+ @see #PopupWindow_android_popupAnimationStyle + @see #PopupWindow_android_popupBackground + @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow = { + 0x01010176, 0x010102c9, 0x7f0100e6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#popupAnimationStyle} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupAnimationStyle + */ + public static int PopupWindow_android_popupAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupBackground + */ + public static int PopupWindow_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#overlapAnchor} + attribute's value can be found in the {@link #PopupWindow} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:overlapAnchor + */ + public static int PopupWindow_overlapAnchor = 2; + /** Attributes that can be used with a PopupWindowBackgroundState. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor android.support.transition:state_above_anchor}
+ @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState = { + 0x7f0100e7 + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#state_above_anchor} + attribute's value can be found in the {@link #PopupWindowBackgroundState} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:state_above_anchor + */ + public static int PopupWindowBackgroundState_state_above_anchor = 0; + /** Attributes that can be used with a RecycleListView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #RecycleListView_paddingBottomNoButtons android.support.transition:paddingBottomNoButtons}
{@link #RecycleListView_paddingTopNoTitle android.support.transition:paddingTopNoTitle}
+ @see #RecycleListView_paddingBottomNoButtons + @see #RecycleListView_paddingTopNoTitle + */ + public static final int[] RecycleListView = { + 0x7f0100e8, 0x7f0100e9 + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#paddingBottomNoButtons} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:paddingBottomNoButtons + */ + public static int RecycleListView_paddingBottomNoButtons = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#paddingTopNoTitle} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:paddingTopNoTitle + */ + public static int RecycleListView_paddingTopNoTitle = 1; + /** Attributes that can be used with a RecyclerView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + +
AttributeDescription
{@link #RecyclerView_android_descendantFocusability android:descendantFocusability}
{@link #RecyclerView_android_orientation android:orientation}
{@link #RecyclerView_fastScrollEnabled android.support.transition:fastScrollEnabled}
{@link #RecyclerView_fastScrollHorizontalThumbDrawable android.support.transition:fastScrollHorizontalThumbDrawable}
{@link #RecyclerView_fastScrollHorizontalTrackDrawable android.support.transition:fastScrollHorizontalTrackDrawable}
{@link #RecyclerView_fastScrollVerticalThumbDrawable android.support.transition:fastScrollVerticalThumbDrawable}
{@link #RecyclerView_fastScrollVerticalTrackDrawable android.support.transition:fastScrollVerticalTrackDrawable}
{@link #RecyclerView_layoutManager android.support.transition:layoutManager}
{@link #RecyclerView_reverseLayout android.support.transition:reverseLayout}
{@link #RecyclerView_spanCount android.support.transition:spanCount}
{@link #RecyclerView_stackFromEnd android.support.transition:stackFromEnd}
+ @see #RecyclerView_android_descendantFocusability + @see #RecyclerView_android_orientation + @see #RecyclerView_fastScrollEnabled + @see #RecyclerView_fastScrollHorizontalThumbDrawable + @see #RecyclerView_fastScrollHorizontalTrackDrawable + @see #RecyclerView_fastScrollVerticalThumbDrawable + @see #RecyclerView_fastScrollVerticalTrackDrawable + @see #RecyclerView_layoutManager + @see #RecyclerView_reverseLayout + @see #RecyclerView_spanCount + @see #RecyclerView_stackFromEnd + */ + public static final int[] RecyclerView = { + 0x010100c4, 0x010100f1, 0x7f010000, 0x7f010001, + 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, + 0x7f010006, 0x7f010007, 0x7f010008 + }; + /** +

This symbol is the offset where the {@link android.R.attr#descendantFocusability} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:descendantFocusability + */ + public static int RecyclerView_android_descendantFocusability = 1; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:orientation + */ + public static int RecyclerView_android_orientation = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#fastScrollEnabled} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:fastScrollEnabled + */ + public static int RecyclerView_fastScrollEnabled = 6; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#fastScrollHorizontalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:fastScrollHorizontalThumbDrawable + */ + public static int RecyclerView_fastScrollHorizontalThumbDrawable = 9; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#fastScrollHorizontalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:fastScrollHorizontalTrackDrawable + */ + public static int RecyclerView_fastScrollHorizontalTrackDrawable = 10; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#fastScrollVerticalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:fastScrollVerticalThumbDrawable + */ + public static int RecyclerView_fastScrollVerticalThumbDrawable = 7; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#fastScrollVerticalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:fastScrollVerticalTrackDrawable + */ + public static int RecyclerView_fastScrollVerticalTrackDrawable = 8; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#layoutManager} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:layoutManager + */ + public static int RecyclerView_layoutManager = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#reverseLayout} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:reverseLayout + */ + public static int RecyclerView_reverseLayout = 4; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#spanCount} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:spanCount + */ + public static int RecyclerView_spanCount = 3; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#stackFromEnd} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:stackFromEnd + */ + public static int RecyclerView_stackFromEnd = 5; + /** Attributes that can be used with a ScrimInsetsFrameLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrimInsetsFrameLayout_insetForeground android.support.transition:insetForeground}
+ @see #ScrimInsetsFrameLayout_insetForeground + */ + public static final int[] ScrimInsetsFrameLayout = { + 0x7f010149 + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#insetForeground} + attribute's value can be found in the {@link #ScrimInsetsFrameLayout} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.transition:insetForeground + */ + public static int ScrimInsetsFrameLayout_insetForeground = 0; + /** Attributes that can be used with a ScrollingViewBehavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrollingViewBehavior_Layout_behavior_overlapTop android.support.transition:behavior_overlapTop}
+ @see #ScrollingViewBehavior_Layout_behavior_overlapTop + */ + public static final int[] ScrollingViewBehavior_Layout = { + 0x7f01014a + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#behavior_overlapTop} + attribute's value can be found in the {@link #ScrollingViewBehavior_Layout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:behavior_overlapTop + */ + public static int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; + /** Attributes that can be used with a SearchView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_closeIcon android.support.transition:closeIcon}
{@link #SearchView_commitIcon android.support.transition:commitIcon}
{@link #SearchView_defaultQueryHint android.support.transition:defaultQueryHint}
{@link #SearchView_goIcon android.support.transition:goIcon}
{@link #SearchView_iconifiedByDefault android.support.transition:iconifiedByDefault}
{@link #SearchView_layout android.support.transition:layout}
{@link #SearchView_queryBackground android.support.transition:queryBackground}
{@link #SearchView_queryHint android.support.transition:queryHint}
{@link #SearchView_searchHintIcon android.support.transition:searchHintIcon}
{@link #SearchView_searchIcon android.support.transition:searchIcon}
{@link #SearchView_submitBackground android.support.transition:submitBackground}
{@link #SearchView_suggestionRowLayout android.support.transition:suggestionRowLayout}
{@link #SearchView_voiceIcon android.support.transition:voiceIcon}
+ @see #SearchView_android_focusable + @see #SearchView_android_imeOptions + @see #SearchView_android_inputType + @see #SearchView_android_maxWidth + @see #SearchView_closeIcon + @see #SearchView_commitIcon + @see #SearchView_defaultQueryHint + @see #SearchView_goIcon + @see #SearchView_iconifiedByDefault + @see #SearchView_layout + @see #SearchView_queryBackground + @see #SearchView_queryHint + @see #SearchView_searchHintIcon + @see #SearchView_searchIcon + @see #SearchView_submitBackground + @see #SearchView_suggestionRowLayout + @see #SearchView_voiceIcon + */ + public static final int[] SearchView = { + 0x010100da, 0x0101011f, 0x01010220, 0x01010264, + 0x7f0100ea, 0x7f0100eb, 0x7f0100ec, 0x7f0100ed, + 0x7f0100ee, 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, + 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, + 0x7f0100f6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:focusable + */ + public static int SearchView_android_focusable = 0; + /** +

This symbol is the offset where the {@link android.R.attr#imeOptions} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:imeOptions + */ + public static int SearchView_android_imeOptions = 3; + /** +

This symbol is the offset where the {@link android.R.attr#inputType} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:inputType + */ + public static int SearchView_android_inputType = 2; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:maxWidth + */ + public static int SearchView_android_maxWidth = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#closeIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:closeIcon + */ + public static int SearchView_closeIcon = 8; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#commitIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:commitIcon + */ + public static int SearchView_commitIcon = 13; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#defaultQueryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:defaultQueryHint + */ + public static int SearchView_defaultQueryHint = 7; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#goIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:goIcon + */ + public static int SearchView_goIcon = 9; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#iconifiedByDefault} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:iconifiedByDefault + */ + public static int SearchView_iconifiedByDefault = 5; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#layout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:layout + */ + public static int SearchView_layout = 4; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#queryBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:queryBackground + */ + public static int SearchView_queryBackground = 15; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#queryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:queryHint + */ + public static int SearchView_queryHint = 6; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#searchHintIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:searchHintIcon + */ + public static int SearchView_searchHintIcon = 11; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#searchIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:searchIcon + */ + public static int SearchView_searchIcon = 10; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#submitBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:submitBackground + */ + public static int SearchView_submitBackground = 16; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#suggestionRowLayout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:suggestionRowLayout + */ + public static int SearchView_suggestionRowLayout = 14; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#voiceIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:voiceIcon + */ + public static int SearchView_voiceIcon = 12; + /** Attributes that can be used with a SnackbarLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #SnackbarLayout_android_maxWidth android:maxWidth}
{@link #SnackbarLayout_elevation android.support.transition:elevation}
{@link #SnackbarLayout_maxActionInlineWidth android.support.transition:maxActionInlineWidth}
+ @see #SnackbarLayout_android_maxWidth + @see #SnackbarLayout_elevation + @see #SnackbarLayout_maxActionInlineWidth + */ + public static final int[] SnackbarLayout = { + 0x0101011f, 0x7f01003e, 0x7f01014b + }; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + @attr name android:maxWidth + */ + public static int SnackbarLayout_android_maxWidth = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#elevation} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:elevation + */ + public static int SnackbarLayout_elevation = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#maxActionInlineWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:maxActionInlineWidth + */ + public static int SnackbarLayout_maxActionInlineWidth = 2; + /** Attributes that can be used with a Spinner. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_android_entries android:entries}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_popupTheme android.support.transition:popupTheme}
+ @see #Spinner_android_dropDownWidth + @see #Spinner_android_entries + @see #Spinner_android_popupBackground + @see #Spinner_android_prompt + @see #Spinner_popupTheme + */ + public static final int[] Spinner = { + 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, + 0x7f01003f + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:dropDownWidth + */ + public static int Spinner_android_dropDownWidth = 3; + /** +

This symbol is the offset where the {@link android.R.attr#entries} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:entries + */ + public static int Spinner_android_entries = 0; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:popupBackground + */ + public static int Spinner_android_popupBackground = 1; + /** +

This symbol is the offset where the {@link android.R.attr#prompt} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:prompt + */ + public static int Spinner_android_prompt = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#popupTheme} + attribute's value can be found in the {@link #Spinner} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:popupTheme + */ + public static int Spinner_popupTheme = 4; + /** Attributes that can be used with a SwitchCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText android.support.transition:showText}
{@link #SwitchCompat_splitTrack android.support.transition:splitTrack}
{@link #SwitchCompat_switchMinWidth android.support.transition:switchMinWidth}
{@link #SwitchCompat_switchPadding android.support.transition:switchPadding}
{@link #SwitchCompat_switchTextAppearance android.support.transition:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding android.support.transition:thumbTextPadding}
{@link #SwitchCompat_thumbTint android.support.transition:thumbTint}
{@link #SwitchCompat_thumbTintMode android.support.transition:thumbTintMode}
{@link #SwitchCompat_track android.support.transition:track}
{@link #SwitchCompat_trackTint android.support.transition:trackTint}
{@link #SwitchCompat_trackTintMode android.support.transition:trackTintMode}
+ @see #SwitchCompat_android_textOff + @see #SwitchCompat_android_textOn + @see #SwitchCompat_android_thumb + @see #SwitchCompat_showText + @see #SwitchCompat_splitTrack + @see #SwitchCompat_switchMinWidth + @see #SwitchCompat_switchPadding + @see #SwitchCompat_switchTextAppearance + @see #SwitchCompat_thumbTextPadding + @see #SwitchCompat_thumbTint + @see #SwitchCompat_thumbTintMode + @see #SwitchCompat_track + @see #SwitchCompat_trackTint + @see #SwitchCompat_trackTintMode + */ + public static final int[] SwitchCompat = { + 0x01010124, 0x01010125, 0x01010142, 0x7f0100f7, + 0x7f0100f8, 0x7f0100f9, 0x7f0100fa, 0x7f0100fb, + 0x7f0100fc, 0x7f0100fd, 0x7f0100fe, 0x7f0100ff, + 0x7f010100, 0x7f010101 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textOff} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOff + */ + public static int SwitchCompat_android_textOff = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textOn} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOn + */ + public static int SwitchCompat_android_textOn = 0; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:thumb + */ + public static int SwitchCompat_android_thumb = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#showText} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:showText + */ + public static int SwitchCompat_showText = 13; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#splitTrack} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:splitTrack + */ + public static int SwitchCompat_splitTrack = 12; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#switchMinWidth} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:switchMinWidth + */ + public static int SwitchCompat_switchMinWidth = 10; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#switchPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:switchPadding + */ + public static int SwitchCompat_switchPadding = 11; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#switchTextAppearance} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:switchTextAppearance + */ + public static int SwitchCompat_switchTextAppearance = 9; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#thumbTextPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:thumbTextPadding + */ + public static int SwitchCompat_thumbTextPadding = 8; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#thumbTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:thumbTint + */ + public static int SwitchCompat_thumbTint = 3; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#thumbTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.transition:thumbTintMode + */ + public static int SwitchCompat_thumbTintMode = 4; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#track} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:track + */ + public static int SwitchCompat_track = 5; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#trackTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:trackTint + */ + public static int SwitchCompat_trackTint = 6; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#trackTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.transition:trackTintMode + */ + public static int SwitchCompat_trackTintMode = 7; + /** Attributes that can be used with a TabItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #TabItem_android_icon android:icon}
{@link #TabItem_android_layout android:layout}
{@link #TabItem_android_text android:text}
+ @see #TabItem_android_icon + @see #TabItem_android_layout + @see #TabItem_android_text + */ + public static final int[] TabItem = { + 0x01010002, 0x010100f2, 0x0101014f + }; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:icon + */ + public static int TabItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:layout + */ + public static int TabItem_android_layout = 1; + /** +

This symbol is the offset where the {@link android.R.attr#text} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:text + */ + public static int TabItem_android_text = 2; + /** Attributes that can be used with a TabLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TabLayout_tabBackground android.support.transition:tabBackground}
{@link #TabLayout_tabContentStart android.support.transition:tabContentStart}
{@link #TabLayout_tabGravity android.support.transition:tabGravity}
{@link #TabLayout_tabIndicatorColor android.support.transition:tabIndicatorColor}
{@link #TabLayout_tabIndicatorHeight android.support.transition:tabIndicatorHeight}
{@link #TabLayout_tabMaxWidth android.support.transition:tabMaxWidth}
{@link #TabLayout_tabMinWidth android.support.transition:tabMinWidth}
{@link #TabLayout_tabMode android.support.transition:tabMode}
{@link #TabLayout_tabPadding android.support.transition:tabPadding}
{@link #TabLayout_tabPaddingBottom android.support.transition:tabPaddingBottom}
{@link #TabLayout_tabPaddingEnd android.support.transition:tabPaddingEnd}
{@link #TabLayout_tabPaddingStart android.support.transition:tabPaddingStart}
{@link #TabLayout_tabPaddingTop android.support.transition:tabPaddingTop}
{@link #TabLayout_tabSelectedTextColor android.support.transition:tabSelectedTextColor}
{@link #TabLayout_tabTextAppearance android.support.transition:tabTextAppearance}
{@link #TabLayout_tabTextColor android.support.transition:tabTextColor}
+ @see #TabLayout_tabBackground + @see #TabLayout_tabContentStart + @see #TabLayout_tabGravity + @see #TabLayout_tabIndicatorColor + @see #TabLayout_tabIndicatorHeight + @see #TabLayout_tabMaxWidth + @see #TabLayout_tabMinWidth + @see #TabLayout_tabMode + @see #TabLayout_tabPadding + @see #TabLayout_tabPaddingBottom + @see #TabLayout_tabPaddingEnd + @see #TabLayout_tabPaddingStart + @see #TabLayout_tabPaddingTop + @see #TabLayout_tabSelectedTextColor + @see #TabLayout_tabTextAppearance + @see #TabLayout_tabTextColor + */ + public static final int[] TabLayout = { + 0x7f01014c, 0x7f01014d, 0x7f01014e, 0x7f01014f, + 0x7f010150, 0x7f010151, 0x7f010152, 0x7f010153, + 0x7f010154, 0x7f010155, 0x7f010156, 0x7f010157, + 0x7f010158, 0x7f010159, 0x7f01015a, 0x7f01015b + }; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tabBackground} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:tabBackground + */ + public static int TabLayout_tabBackground = 3; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tabContentStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:tabContentStart + */ + public static int TabLayout_tabContentStart = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tabGravity} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ @attr name android.support.transition:tabGravity + */ + public static int TabLayout_tabGravity = 5; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tabIndicatorColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:tabIndicatorColor + */ + public static int TabLayout_tabIndicatorColor = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tabIndicatorHeight} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:tabIndicatorHeight + */ + public static int TabLayout_tabIndicatorHeight = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tabMaxWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:tabMaxWidth + */ + public static int TabLayout_tabMaxWidth = 7; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tabMinWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:tabMinWidth + */ + public static int TabLayout_tabMinWidth = 6; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tabMode} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ @attr name android.support.transition:tabMode + */ + public static int TabLayout_tabMode = 4; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tabPadding} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:tabPadding + */ + public static int TabLayout_tabPadding = 15; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tabPaddingBottom} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:tabPaddingBottom + */ + public static int TabLayout_tabPaddingBottom = 14; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tabPaddingEnd} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:tabPaddingEnd + */ + public static int TabLayout_tabPaddingEnd = 13; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tabPaddingStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:tabPaddingStart + */ + public static int TabLayout_tabPaddingStart = 11; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tabPaddingTop} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:tabPaddingTop + */ + public static int TabLayout_tabPaddingTop = 12; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tabSelectedTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:tabSelectedTextColor + */ + public static int TabLayout_tabSelectedTextColor = 10; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tabTextAppearance} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:tabTextAppearance + */ + public static int TabLayout_tabTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#tabTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:tabTextColor + */ + public static int TabLayout_tabTextColor = 9; + /** Attributes that can be used with a TextAppearance. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextAppearance_android_fontFamily android:fontFamily}
{@link #TextAppearance_android_shadowColor android:shadowColor}
{@link #TextAppearance_android_shadowDx android:shadowDx}
{@link #TextAppearance_android_shadowDy android:shadowDy}
{@link #TextAppearance_android_shadowRadius android:shadowRadius}
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textColorHint android:textColorHint}
{@link #TextAppearance_android_textColorLink android:textColorLink}
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_fontFamily android.support.transition:fontFamily}
{@link #TextAppearance_textAllCaps android.support.transition:textAllCaps}
+ @see #TextAppearance_android_fontFamily + @see #TextAppearance_android_shadowColor + @see #TextAppearance_android_shadowDx + @see #TextAppearance_android_shadowDy + @see #TextAppearance_android_shadowRadius + @see #TextAppearance_android_textColor + @see #TextAppearance_android_textColorHint + @see #TextAppearance_android_textColorLink + @see #TextAppearance_android_textSize + @see #TextAppearance_android_textStyle + @see #TextAppearance_android_typeface + @see #TextAppearance_fontFamily + @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance = { + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, + 0x01010163, 0x01010164, 0x010103ac, 0x7f01004f, + 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:fontFamily + */ + public static int TextAppearance_android_fontFamily = 10; + /** +

This symbol is the offset where the {@link android.R.attr#shadowColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowColor + */ + public static int TextAppearance_android_shadowColor = 6; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDx} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDx + */ + public static int TextAppearance_android_shadowDx = 7; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDy} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDy + */ + public static int TextAppearance_android_shadowDy = 8; + /** +

This symbol is the offset where the {@link android.R.attr#shadowRadius} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowRadius + */ + public static int TextAppearance_android_shadowRadius = 9; + /** +

This symbol is the offset where the {@link android.R.attr#textColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColor + */ + public static int TextAppearance_android_textColor = 3; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorHint + */ + public static int TextAppearance_android_textColorHint = 4; + /** +

This symbol is the offset where the {@link android.R.attr#textColorLink} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorLink + */ + public static int TextAppearance_android_textColorLink = 5; + /** +

This symbol is the offset where the {@link android.R.attr#textSize} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textSize + */ + public static int TextAppearance_android_textSize = 0; + /** +

This symbol is the offset where the {@link android.R.attr#textStyle} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textStyle + */ + public static int TextAppearance_android_textStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#typeface} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:typeface + */ + public static int TextAppearance_android_typeface = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:fontFamily + */ + public static int TextAppearance_fontFamily = 12; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#textAllCaps} + attribute's value can be found in the {@link #TextAppearance} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name android.support.transition:textAllCaps + */ + public static int TextAppearance_textAllCaps = 11; + /** Attributes that can be used with a TextInputLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextInputLayout_android_hint android:hint}
{@link #TextInputLayout_android_textColorHint android:textColorHint}
{@link #TextInputLayout_counterEnabled android.support.transition:counterEnabled}
{@link #TextInputLayout_counterMaxLength android.support.transition:counterMaxLength}
{@link #TextInputLayout_counterOverflowTextAppearance android.support.transition:counterOverflowTextAppearance}
{@link #TextInputLayout_counterTextAppearance android.support.transition:counterTextAppearance}
{@link #TextInputLayout_errorEnabled android.support.transition:errorEnabled}
{@link #TextInputLayout_errorTextAppearance android.support.transition:errorTextAppearance}
{@link #TextInputLayout_hintAnimationEnabled android.support.transition:hintAnimationEnabled}
{@link #TextInputLayout_hintEnabled android.support.transition:hintEnabled}
{@link #TextInputLayout_hintTextAppearance android.support.transition:hintTextAppearance}
{@link #TextInputLayout_passwordToggleContentDescription android.support.transition:passwordToggleContentDescription}
{@link #TextInputLayout_passwordToggleDrawable android.support.transition:passwordToggleDrawable}
{@link #TextInputLayout_passwordToggleEnabled android.support.transition:passwordToggleEnabled}
{@link #TextInputLayout_passwordToggleTint android.support.transition:passwordToggleTint}
{@link #TextInputLayout_passwordToggleTintMode android.support.transition:passwordToggleTintMode}
+ @see #TextInputLayout_android_hint + @see #TextInputLayout_android_textColorHint + @see #TextInputLayout_counterEnabled + @see #TextInputLayout_counterMaxLength + @see #TextInputLayout_counterOverflowTextAppearance + @see #TextInputLayout_counterTextAppearance + @see #TextInputLayout_errorEnabled + @see #TextInputLayout_errorTextAppearance + @see #TextInputLayout_hintAnimationEnabled + @see #TextInputLayout_hintEnabled + @see #TextInputLayout_hintTextAppearance + @see #TextInputLayout_passwordToggleContentDescription + @see #TextInputLayout_passwordToggleDrawable + @see #TextInputLayout_passwordToggleEnabled + @see #TextInputLayout_passwordToggleTint + @see #TextInputLayout_passwordToggleTintMode + */ + public static final int[] TextInputLayout = { + 0x0101009a, 0x01010150, 0x7f01015c, 0x7f01015d, + 0x7f01015e, 0x7f01015f, 0x7f010160, 0x7f010161, + 0x7f010162, 0x7f010163, 0x7f010164, 0x7f010165, + 0x7f010166, 0x7f010167, 0x7f010168, 0x7f010169 + }; + /** +

This symbol is the offset where the {@link android.R.attr#hint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:hint + */ + public static int TextInputLayout_android_hint = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:textColorHint + */ + public static int TextInputLayout_android_textColorHint = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#counterEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:counterEnabled + */ + public static int TextInputLayout_counterEnabled = 6; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#counterMaxLength} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:counterMaxLength + */ + public static int TextInputLayout_counterMaxLength = 7; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#counterOverflowTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:counterOverflowTextAppearance + */ + public static int TextInputLayout_counterOverflowTextAppearance = 9; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#counterTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:counterTextAppearance + */ + public static int TextInputLayout_counterTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#errorEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:errorEnabled + */ + public static int TextInputLayout_errorEnabled = 4; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#errorTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:errorTextAppearance + */ + public static int TextInputLayout_errorTextAppearance = 5; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#hintAnimationEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:hintAnimationEnabled + */ + public static int TextInputLayout_hintAnimationEnabled = 10; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#hintEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:hintEnabled + */ + public static int TextInputLayout_hintEnabled = 3; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#hintTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:hintTextAppearance + */ + public static int TextInputLayout_hintTextAppearance = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#passwordToggleContentDescription} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:passwordToggleContentDescription + */ + public static int TextInputLayout_passwordToggleContentDescription = 13; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#passwordToggleDrawable} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:passwordToggleDrawable + */ + public static int TextInputLayout_passwordToggleDrawable = 12; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#passwordToggleEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:passwordToggleEnabled + */ + public static int TextInputLayout_passwordToggleEnabled = 11; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#passwordToggleTint} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:passwordToggleTint + */ + public static int TextInputLayout_passwordToggleTint = 14; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#passwordToggleTintMode} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name android.support.transition:passwordToggleTintMode + */ + public static int TextInputLayout_passwordToggleTintMode = 15; + /** Attributes that can be used with a Toolbar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_buttonGravity android.support.transition:buttonGravity}
{@link #Toolbar_collapseContentDescription android.support.transition:collapseContentDescription}
{@link #Toolbar_collapseIcon android.support.transition:collapseIcon}
{@link #Toolbar_contentInsetEnd android.support.transition:contentInsetEnd}
{@link #Toolbar_contentInsetEndWithActions android.support.transition:contentInsetEndWithActions}
{@link #Toolbar_contentInsetLeft android.support.transition:contentInsetLeft}
{@link #Toolbar_contentInsetRight android.support.transition:contentInsetRight}
{@link #Toolbar_contentInsetStart android.support.transition:contentInsetStart}
{@link #Toolbar_contentInsetStartWithNavigation android.support.transition:contentInsetStartWithNavigation}
{@link #Toolbar_logo android.support.transition:logo}
{@link #Toolbar_logoDescription android.support.transition:logoDescription}
{@link #Toolbar_maxButtonHeight android.support.transition:maxButtonHeight}
{@link #Toolbar_navigationContentDescription android.support.transition:navigationContentDescription}
{@link #Toolbar_navigationIcon android.support.transition:navigationIcon}
{@link #Toolbar_popupTheme android.support.transition:popupTheme}
{@link #Toolbar_subtitle android.support.transition:subtitle}
{@link #Toolbar_subtitleTextAppearance android.support.transition:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor android.support.transition:subtitleTextColor}
{@link #Toolbar_title android.support.transition:title}
{@link #Toolbar_titleMargin android.support.transition:titleMargin}
{@link #Toolbar_titleMarginBottom android.support.transition:titleMarginBottom}
{@link #Toolbar_titleMarginEnd android.support.transition:titleMarginEnd}
{@link #Toolbar_titleMarginStart android.support.transition:titleMarginStart}
{@link #Toolbar_titleMarginTop android.support.transition:titleMarginTop}
{@link #Toolbar_titleMargins android.support.transition:titleMargins}
{@link #Toolbar_titleTextAppearance android.support.transition:titleTextAppearance}
{@link #Toolbar_titleTextColor android.support.transition:titleTextColor}
+ @see #Toolbar_android_gravity + @see #Toolbar_android_minHeight + @see #Toolbar_buttonGravity + @see #Toolbar_collapseContentDescription + @see #Toolbar_collapseIcon + @see #Toolbar_contentInsetEnd + @see #Toolbar_contentInsetEndWithActions + @see #Toolbar_contentInsetLeft + @see #Toolbar_contentInsetRight + @see #Toolbar_contentInsetStart + @see #Toolbar_contentInsetStartWithNavigation + @see #Toolbar_logo + @see #Toolbar_logoDescription + @see #Toolbar_maxButtonHeight + @see #Toolbar_navigationContentDescription + @see #Toolbar_navigationIcon + @see #Toolbar_popupTheme + @see #Toolbar_subtitle + @see #Toolbar_subtitleTextAppearance + @see #Toolbar_subtitleTextColor + @see #Toolbar_title + @see #Toolbar_titleMargin + @see #Toolbar_titleMarginBottom + @see #Toolbar_titleMarginEnd + @see #Toolbar_titleMarginStart + @see #Toolbar_titleMarginTop + @see #Toolbar_titleMargins + @see #Toolbar_titleTextAppearance + @see #Toolbar_titleTextColor + */ + public static final int[] Toolbar = { + 0x010100af, 0x01010140, 0x7f010025, 0x7f010028, + 0x7f01002c, 0x7f010038, 0x7f010039, 0x7f01003a, + 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003f, + 0x7f010102, 0x7f010103, 0x7f010104, 0x7f010105, + 0x7f010106, 0x7f010107, 0x7f010108, 0x7f010109, + 0x7f01010a, 0x7f01010b, 0x7f01010c, 0x7f01010d, + 0x7f01010e, 0x7f01010f, 0x7f010110, 0x7f010111, + 0x7f010112 + }; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:gravity + */ + public static int Toolbar_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:minHeight + */ + public static int Toolbar_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#buttonGravity} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ @attr name android.support.transition:buttonGravity + */ + public static int Toolbar_buttonGravity = 21; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#collapseContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:collapseContentDescription + */ + public static int Toolbar_collapseContentDescription = 23; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#collapseIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:collapseIcon + */ + public static int Toolbar_collapseIcon = 22; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:contentInsetEnd + */ + public static int Toolbar_contentInsetEnd = 6; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:contentInsetEndWithActions + */ + public static int Toolbar_contentInsetEndWithActions = 10; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:contentInsetLeft + */ + public static int Toolbar_contentInsetLeft = 7; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#contentInsetRight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:contentInsetRight + */ + public static int Toolbar_contentInsetRight = 8; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#contentInsetStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:contentInsetStart + */ + public static int Toolbar_contentInsetStart = 5; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:contentInsetStartWithNavigation + */ + public static int Toolbar_contentInsetStartWithNavigation = 9; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#logo} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:logo + */ + public static int Toolbar_logo = 4; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#logoDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:logoDescription + */ + public static int Toolbar_logoDescription = 26; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#maxButtonHeight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:maxButtonHeight + */ + public static int Toolbar_maxButtonHeight = 20; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#navigationContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:navigationContentDescription + */ + public static int Toolbar_navigationContentDescription = 25; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#navigationIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:navigationIcon + */ + public static int Toolbar_navigationIcon = 24; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#popupTheme} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:popupTheme + */ + public static int Toolbar_popupTheme = 11; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#subtitle} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:subtitle + */ + public static int Toolbar_subtitle = 3; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#subtitleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:subtitleTextAppearance + */ + public static int Toolbar_subtitleTextAppearance = 13; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#subtitleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:subtitleTextColor + */ + public static int Toolbar_subtitleTextColor = 28; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#title} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:title + */ + public static int Toolbar_title = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#titleMargin} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:titleMargin + */ + public static int Toolbar_titleMargin = 14; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#titleMarginBottom} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:titleMarginBottom + */ + public static int Toolbar_titleMarginBottom = 18; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#titleMarginEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:titleMarginEnd + */ + public static int Toolbar_titleMarginEnd = 16; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#titleMarginStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:titleMarginStart + */ + public static int Toolbar_titleMarginStart = 15; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#titleMarginTop} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:titleMarginTop + */ + public static int Toolbar_titleMarginTop = 17; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#titleMargins} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:titleMargins + */ + public static int Toolbar_titleMargins = 19; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#titleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:titleTextAppearance + */ + public static int Toolbar_titleTextAppearance = 12; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#titleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:titleTextColor + */ + public static int Toolbar_titleTextColor = 27; + /** Attributes that can be used with a View. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #View_android_focusable android:focusable}
{@link #View_android_theme android:theme}
{@link #View_paddingEnd android.support.transition:paddingEnd}
{@link #View_paddingStart android.support.transition:paddingStart}
{@link #View_theme android.support.transition:theme}
+ @see #View_android_focusable + @see #View_android_theme + @see #View_paddingEnd + @see #View_paddingStart + @see #View_theme + */ + public static final int[] View = { + 0x01010000, 0x010100da, 0x7f010113, 0x7f010114, + 0x7f010115 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #View} array. + @attr name android:focusable + */ + public static int View_android_focusable = 1; + /** +

This symbol is the offset where the {@link android.R.attr#theme} + attribute's value can be found in the {@link #View} array. + @attr name android:theme + */ + public static int View_android_theme = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#paddingEnd} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:paddingEnd + */ + public static int View_paddingEnd = 3; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#paddingStart} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:paddingStart + */ + public static int View_paddingStart = 2; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#theme} + attribute's value can be found in the {@link #View} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.transition:theme + */ + public static int View_theme = 4; + /** Attributes that can be used with a ViewBackgroundHelper. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint android.support.transition:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode android.support.transition:backgroundTintMode}
+ @see #ViewBackgroundHelper_android_background + @see #ViewBackgroundHelper_backgroundTint + @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper = { + 0x010100d4, 0x7f010116, 0x7f010117 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + @attr name android:background + */ + public static int ViewBackgroundHelper_android_background = 0; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#backgroundTint} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.transition:backgroundTint + */ + public static int ViewBackgroundHelper_backgroundTint = 1; + /** +

This symbol is the offset where the {@link android.support.transition.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.transition:backgroundTintMode + */ + public static int ViewBackgroundHelper_backgroundTintMode = 2; + /** Attributes that can be used with a ViewStubCompat. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
{@link #ViewStubCompat_android_layout android:layout}
+ @see #ViewStubCompat_android_id + @see #ViewStubCompat_android_inflatedId + @see #ViewStubCompat_android_layout + */ + public static final int[] ViewStubCompat = { + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:id + */ + public static int ViewStubCompat_android_id = 0; + /** +

This symbol is the offset where the {@link android.R.attr#inflatedId} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:inflatedId + */ + public static int ViewStubCompat_android_inflatedId = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:layout + */ + public static int ViewStubCompat_android_layout = 1; + }; +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v4/R.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v4/R.java new file mode 100644 index 0000000..e6bb535 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v4/R.java @@ -0,0 +1,11703 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package android.support.v4; + +public final class R { + public static final class anim { + public static int abc_fade_in=0x7f050000; + public static int abc_fade_out=0x7f050001; + public static int abc_grow_fade_in_from_bottom=0x7f050002; + public static int abc_popup_enter=0x7f050003; + public static int abc_popup_exit=0x7f050004; + public static int abc_shrink_fade_out_from_bottom=0x7f050005; + public static int abc_slide_in_bottom=0x7f050006; + public static int abc_slide_in_top=0x7f050007; + public static int abc_slide_out_bottom=0x7f050008; + public static int abc_slide_out_top=0x7f050009; + public static int design_bottom_sheet_slide_in=0x7f05000a; + public static int design_bottom_sheet_slide_out=0x7f05000b; + public static int design_snackbar_in=0x7f05000c; + public static int design_snackbar_out=0x7f05000d; + public static int tooltip_enter=0x7f05000e; + public static int tooltip_exit=0x7f05000f; + } + public static final class animator { + public static int design_appbar_state_list_animator=0x7f060000; + } + public static final class attr { + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarDivider=0x7f01006b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarItemBackground=0x7f01006c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarPopupTheme=0x7f010065; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ */ + public static int actionBarSize=0x7f01006a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarSplitStyle=0x7f010067; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarStyle=0x7f010066; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabBarStyle=0x7f010061; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabStyle=0x7f010060; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabTextStyle=0x7f010062; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTheme=0x7f010068; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarWidgetTheme=0x7f010069; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionButtonStyle=0x7f010086; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionDropDownStyle=0x7f010082; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionLayout=0x7f0100dd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionMenuTextAppearance=0x7f01006d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int actionMenuTextColor=0x7f01006e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeBackground=0x7f010071; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseButtonStyle=0x7f010070; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseDrawable=0x7f010073; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCopyDrawable=0x7f010075; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCutDrawable=0x7f010074; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeFindDrawable=0x7f010079; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePasteDrawable=0x7f010076; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePopupWindowStyle=0x7f01007b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSelectAllDrawable=0x7f010077; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeShareDrawable=0x7f010078; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSplitBackground=0x7f010072; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeStyle=0x7f01006f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeWebSearchDrawable=0x7f01007a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowButtonStyle=0x7f010063; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowMenuStyle=0x7f010064; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionProviderClass=0x7f0100df; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionViewClass=0x7f0100de; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int activityChooserViewStyle=0x7f01008e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogButtonGroupStyle=0x7f0100b3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int alertDialogCenterButtons=0x7f0100b4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogStyle=0x7f0100b2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogTheme=0x7f0100b5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int allowStacking=0x7f0100cb; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int alpha=0x7f0100cc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static int alphabeticModifiers=0x7f0100da; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowHeadLength=0x7f0100d3; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowShaftLength=0x7f0100d4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int autoCompleteTextViewStyle=0x7f0100ba; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeMaxTextSize=0x7f010054; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeMinTextSize=0x7f010053; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int autoSizePresetSizes=0x7f010052; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeStepGranularity=0x7f010051; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ */ + public static int autoSizeTextType=0x7f010050; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int background=0x7f01002e; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundSplit=0x7f010030; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundStacked=0x7f01002f; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int backgroundTint=0x7f010116; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int backgroundTintMode=0x7f010117; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int barLength=0x7f0100d5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_autoHide=0x7f010141; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_hideable=0x7f01011e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_overlapTop=0x7f01014a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ */ + public static int behavior_peekHeight=0x7f01011d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_skipCollapsed=0x7f01011f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int borderWidth=0x7f01013f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int borderlessButtonStyle=0x7f01008b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int bottomSheetDialogTheme=0x7f010139; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int bottomSheetStyle=0x7f01013a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarButtonStyle=0x7f010088; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNegativeButtonStyle=0x7f0100b8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNeutralButtonStyle=0x7f0100b9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarPositiveButtonStyle=0x7f0100b7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarStyle=0x7f010087; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ */ + public static int buttonGravity=0x7f01010b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonPanelSideLayout=0x7f010043; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyle=0x7f0100bb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyleSmall=0x7f0100bc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int buttonTint=0x7f0100cd; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int buttonTintMode=0x7f0100ce; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardBackgroundColor=0x7f010017; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardCornerRadius=0x7f010018; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardElevation=0x7f010019; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardMaxElevation=0x7f01001a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardPreventCornerOverlap=0x7f01001c; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardUseCompatPadding=0x7f01001b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkboxStyle=0x7f0100bd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkedTextViewStyle=0x7f0100be; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeIcon=0x7f0100ee; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeItemLayout=0x7f010040; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int collapseContentDescription=0x7f01010d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int collapseIcon=0x7f01010c; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static int collapsedTitleGravity=0x7f01012c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int collapsedTitleTextAppearance=0x7f010126; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int color=0x7f0100cf; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorAccent=0x7f0100aa; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorBackgroundFloating=0x7f0100b1; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorButtonNormal=0x7f0100ae; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlActivated=0x7f0100ac; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlHighlight=0x7f0100ad; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlNormal=0x7f0100ab; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int colorError=0x7f0100ca; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimary=0x7f0100a8; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimaryDark=0x7f0100a9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorSwitchThumbNormal=0x7f0100af; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int commitIcon=0x7f0100f3; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentDescription=0x7f0100e0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetEnd=0x7f010039; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetEndWithActions=0x7f01003d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetLeft=0x7f01003a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetRight=0x7f01003b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetStart=0x7f010038; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetStartWithNavigation=0x7f01003c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPadding=0x7f01001d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingBottom=0x7f010021; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingLeft=0x7f01001e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingRight=0x7f01001f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingTop=0x7f010020; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentScrim=0x7f010127; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int controlBackground=0x7f0100b0; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int counterEnabled=0x7f010160; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int counterMaxLength=0x7f010161; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int counterOverflowTextAppearance=0x7f010163; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int counterTextAppearance=0x7f010162; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int customNavigationLayout=0x7f010031; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int defaultQueryHint=0x7f0100ed; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dialogPreferredPadding=0x7f010080; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dialogTheme=0x7f01007f; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ */ + public static int displayOptions=0x7f010027; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int divider=0x7f01002d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerHorizontal=0x7f01008d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dividerPadding=0x7f0100d9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerVertical=0x7f01008c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int drawableSize=0x7f0100d1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int drawerArrowStyle=0x7f010022; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dropDownListViewStyle=0x7f01009f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dropdownListPreferredItemHeight=0x7f010083; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextBackground=0x7f010094; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int editTextColor=0x7f010093; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextStyle=0x7f0100bf; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int elevation=0x7f01003e; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int errorEnabled=0x7f01015e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int errorTextAppearance=0x7f01015f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int expandActivityOverflowButtonDrawable=0x7f010042; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expanded=0x7f010118; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static int expandedTitleGravity=0x7f01012d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMargin=0x7f010120; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginBottom=0x7f010124; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginEnd=0x7f010123; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginStart=0x7f010121; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginTop=0x7f010122; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int expandedTitleTextAppearance=0x7f010125; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int externalRouteEnabledDrawable=0x7f010015; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ */ + public static int fabSize=0x7f01013d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fastScrollEnabled=0x7f010004; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollHorizontalThumbDrawable=0x7f010007; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollHorizontalTrackDrawable=0x7f010008; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollVerticalThumbDrawable=0x7f010005; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollVerticalTrackDrawable=0x7f010006; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int font=0x7f010171; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontFamily=0x7f010055; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderAuthority=0x7f01016a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fontProviderCerts=0x7f01016d; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ */ + public static int fontProviderFetchStrategy=0x7f01016e; + /**

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ */ + public static int fontProviderFetchTimeout=0x7f01016f; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderPackage=0x7f01016b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderQuery=0x7f01016c; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ */ + public static int fontStyle=0x7f010170; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontWeight=0x7f010172; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int foregroundInsidePadding=0x7f010142; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int gapBetweenBars=0x7f0100d2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int goIcon=0x7f0100ef; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int headerLayout=0x7f010148; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int height=0x7f010023; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hideOnContentScroll=0x7f010037; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hintAnimationEnabled=0x7f010164; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hintEnabled=0x7f01015d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int hintTextAppearance=0x7f01015c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeAsUpIndicator=0x7f010085; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeLayout=0x7f010032; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int icon=0x7f01002b; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int iconTint=0x7f0100e2; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int iconTintMode=0x7f0100e3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int iconifiedByDefault=0x7f0100eb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int imageButtonStyle=0x7f010095; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int indeterminateProgressStyle=0x7f010034; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int initialActivityCount=0x7f010041; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int insetForeground=0x7f010149; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int isLightTheme=0x7f010024; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int itemBackground=0x7f010146; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemIconTint=0x7f010144; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemPadding=0x7f010036; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int itemTextAppearance=0x7f010147; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemTextColor=0x7f010145; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int keylines=0x7f010131; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout=0x7f0100ea; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layoutManager=0x7f010000; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout_anchor=0x7f010134; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ */ + public static int layout_anchorGravity=0x7f010136; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_behavior=0x7f010133; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ */ + public static int layout_collapseMode=0x7f01012f; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_collapseParallaxMultiplier=0x7f010130; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ */ + public static int layout_dodgeInsetEdges=0x7f010138; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ */ + public static int layout_insetEdge=0x7f010137; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_keyline=0x7f010135; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ */ + public static int layout_scrollFlags=0x7f01011b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout_scrollInterpolator=0x7f01011c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listChoiceBackgroundIndicator=0x7f0100a7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listDividerAlertDialog=0x7f010081; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listItemLayout=0x7f010047; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listLayout=0x7f010044; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listMenuViewStyle=0x7f0100c7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listPopupWindowStyle=0x7f0100a0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeight=0x7f01009a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightLarge=0x7f01009c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightSmall=0x7f01009b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingLeft=0x7f01009d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingRight=0x7f01009e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int logo=0x7f01002c; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int logoDescription=0x7f010110; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int maxActionInlineWidth=0x7f01014b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int maxButtonHeight=0x7f01010a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int measureWithLargestChild=0x7f0100d7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteAudioTrackDrawable=0x7f010009; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteButtonStyle=0x7f01000a; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int mediaRouteButtonTint=0x7f010016; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteCloseDrawable=0x7f01000b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteControlPanelThemeOverlay=0x7f01000c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteDefaultIconDrawable=0x7f01000d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRoutePauseDrawable=0x7f01000e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRoutePlayDrawable=0x7f01000f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteSpeakerGroupIconDrawable=0x7f010010; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteSpeakerIconDrawable=0x7f010011; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteStopDrawable=0x7f010012; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteTheme=0x7f010013; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteTvIconDrawable=0x7f010014; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int menu=0x7f010143; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int multiChoiceItemLayout=0x7f010045; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int navigationContentDescription=0x7f01010f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int navigationIcon=0x7f01010e; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ */ + public static int navigationMode=0x7f010026; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static int numericModifiers=0x7f0100db; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int overlapAnchor=0x7f0100e6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingBottomNoButtons=0x7f0100e8; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingEnd=0x7f010114; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingStart=0x7f010113; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingTopNoTitle=0x7f0100e9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelBackground=0x7f0100a4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelMenuListTheme=0x7f0100a6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int panelMenuListWidth=0x7f0100a5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleContentDescription=0x7f010167; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int passwordToggleDrawable=0x7f010166; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleEnabled=0x7f010165; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleTint=0x7f010168; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static int passwordToggleTintMode=0x7f010169; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupMenuStyle=0x7f010091; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupTheme=0x7f01003f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupWindowStyle=0x7f010092; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int preserveIconSpacing=0x7f0100e4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int pressedTranslationZ=0x7f01013e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int progressBarPadding=0x7f010035; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int progressBarStyle=0x7f010033; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int queryBackground=0x7f0100f5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int queryHint=0x7f0100ec; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int radioButtonStyle=0x7f0100c0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyle=0x7f0100c1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyleIndicator=0x7f0100c2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyleSmall=0x7f0100c3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int reverseLayout=0x7f010002; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int rippleColor=0x7f01013c; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int scrimAnimationDuration=0x7f01012b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int scrimVisibleHeightTrigger=0x7f01012a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchHintIcon=0x7f0100f1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchIcon=0x7f0100f0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchViewStyle=0x7f010099; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int seekBarStyle=0x7f0100c4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackground=0x7f010089; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackgroundBorderless=0x7f01008a; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ */ + public static int showAsAction=0x7f0100dc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ */ + public static int showDividers=0x7f0100d8; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int showText=0x7f010101; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int showTitle=0x7f010048; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int singleChoiceItemLayout=0x7f010046; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spanCount=0x7f010001; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spinBars=0x7f0100d0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerDropDownItemStyle=0x7f010084; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerStyle=0x7f0100c5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int splitTrack=0x7f010100; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int srcCompat=0x7f010049; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int stackFromEnd=0x7f010003; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_above_anchor=0x7f0100e7; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_collapsed=0x7f010119; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_collapsible=0x7f01011a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int statusBarBackground=0x7f010132; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int statusBarScrim=0x7f010128; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subMenuArrow=0x7f0100e5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int submitBackground=0x7f0100f6; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitle=0x7f010028; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextAppearance=0x7f010103; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitleTextColor=0x7f010112; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextStyle=0x7f01002a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int suggestionRowLayout=0x7f0100f4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchMinWidth=0x7f0100fe; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchPadding=0x7f0100ff; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchStyle=0x7f0100c6; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchTextAppearance=0x7f0100fd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tabBackground=0x7f01014f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabContentStart=0x7f01014e; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ */ + public static int tabGravity=0x7f010151; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabIndicatorColor=0x7f01014c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabIndicatorHeight=0x7f01014d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabMaxWidth=0x7f010153; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabMinWidth=0x7f010152; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ */ + public static int tabMode=0x7f010150; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPadding=0x7f01015b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingBottom=0x7f01015a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingEnd=0x7f010159; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingStart=0x7f010157; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingTop=0x7f010158; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabSelectedTextColor=0x7f010156; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tabTextAppearance=0x7f010154; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabTextColor=0x7f010155; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + */ + public static int textAllCaps=0x7f01004f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceLargePopupMenu=0x7f01007c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItem=0x7f0100a1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItemSecondary=0x7f0100a2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItemSmall=0x7f0100a3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearancePopupMenuHeader=0x7f01007e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultSubtitle=0x7f010097; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultTitle=0x7f010096; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSmallPopupMenu=0x7f01007d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorAlertDialogListItem=0x7f0100b6; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorError=0x7f01013b; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorSearchUrl=0x7f010098; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int theme=0x7f010115; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thickness=0x7f0100d6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thumbTextPadding=0x7f0100fc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thumbTint=0x7f0100f7; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int thumbTintMode=0x7f0100f8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tickMark=0x7f01004c; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tickMarkTint=0x7f01004d; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int tickMarkTintMode=0x7f01004e; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tint=0x7f01004a; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int tintMode=0x7f01004b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int title=0x7f010025; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleEnabled=0x7f01012e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMargin=0x7f010104; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginBottom=0x7f010108; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginEnd=0x7f010106; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginStart=0x7f010105; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginTop=0x7f010107; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMargins=0x7f010109; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextAppearance=0x7f010102; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleTextColor=0x7f010111; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextStyle=0x7f010029; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarId=0x7f010129; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarNavigationButtonStyle=0x7f010090; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarStyle=0x7f01008f; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int tooltipForegroundColor=0x7f0100c9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tooltipFrameBackground=0x7f0100c8; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tooltipText=0x7f0100e1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int track=0x7f0100f9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int trackTint=0x7f0100fa; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int trackTintMode=0x7f0100fb; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int useCompatPadding=0x7f010140; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int voiceIcon=0x7f0100f2; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBar=0x7f010056; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBarOverlay=0x7f010058; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionModeOverlay=0x7f010059; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMajor=0x7f01005d; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMinor=0x7f01005b; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMajor=0x7f01005a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMinor=0x7f01005c; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMajor=0x7f01005e; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMinor=0x7f01005f; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowNoTitle=0x7f010057; + } + public static final class bool { + public static int abc_action_bar_embed_tabs=0x7f0e0000; + public static int abc_allow_stacked_button_bar=0x7f0e0001; + public static int abc_config_actionMenuItemAllCaps=0x7f0e0002; + public static int abc_config_closeDialogWhenTouchOutside=0x7f0e0003; + public static int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f0e0004; + } + public static final class color { + public static int abc_background_cache_hint_selector_material_dark=0x7f0d004f; + public static int abc_background_cache_hint_selector_material_light=0x7f0d0050; + public static int abc_btn_colored_borderless_text_material=0x7f0d0051; + public static int abc_btn_colored_text_material=0x7f0d0052; + public static int abc_color_highlight_material=0x7f0d0053; + public static int abc_hint_foreground_material_dark=0x7f0d0054; + public static int abc_hint_foreground_material_light=0x7f0d0055; + public static int abc_input_method_navigation_guard=0x7f0d0004; + public static int abc_primary_text_disable_only_material_dark=0x7f0d0056; + public static int abc_primary_text_disable_only_material_light=0x7f0d0057; + public static int abc_primary_text_material_dark=0x7f0d0058; + public static int abc_primary_text_material_light=0x7f0d0059; + public static int abc_search_url_text=0x7f0d005a; + public static int abc_search_url_text_normal=0x7f0d0005; + public static int abc_search_url_text_pressed=0x7f0d0006; + public static int abc_search_url_text_selected=0x7f0d0007; + public static int abc_secondary_text_material_dark=0x7f0d005b; + public static int abc_secondary_text_material_light=0x7f0d005c; + public static int abc_tint_btn_checkable=0x7f0d005d; + public static int abc_tint_default=0x7f0d005e; + public static int abc_tint_edittext=0x7f0d005f; + public static int abc_tint_seek_thumb=0x7f0d0060; + public static int abc_tint_spinner=0x7f0d0061; + public static int abc_tint_switch_track=0x7f0d0062; + public static int accent_material_dark=0x7f0d0008; + public static int accent_material_light=0x7f0d0009; + public static int background_floating_material_dark=0x7f0d000a; + public static int background_floating_material_light=0x7f0d000b; + public static int background_material_dark=0x7f0d000c; + public static int background_material_light=0x7f0d000d; + public static int bright_foreground_disabled_material_dark=0x7f0d000e; + public static int bright_foreground_disabled_material_light=0x7f0d000f; + public static int bright_foreground_inverse_material_dark=0x7f0d0010; + public static int bright_foreground_inverse_material_light=0x7f0d0011; + public static int bright_foreground_material_dark=0x7f0d0012; + public static int bright_foreground_material_light=0x7f0d0013; + public static int button_material_dark=0x7f0d0014; + public static int button_material_light=0x7f0d0015; + public static int cardview_dark_background=0x7f0d0000; + public static int cardview_light_background=0x7f0d0001; + public static int cardview_shadow_end_color=0x7f0d0002; + public static int cardview_shadow_start_color=0x7f0d0003; + public static int colorAccent=0x7f0d004e; + public static int colorPrimary=0x7f0d004c; + public static int colorPrimaryDark=0x7f0d004d; + public static int design_bottom_navigation_shadow_color=0x7f0d0040; + public static int design_error=0x7f0d0063; + public static int design_fab_shadow_end_color=0x7f0d0041; + public static int design_fab_shadow_mid_color=0x7f0d0042; + public static int design_fab_shadow_start_color=0x7f0d0043; + public static int design_fab_stroke_end_inner_color=0x7f0d0044; + public static int design_fab_stroke_end_outer_color=0x7f0d0045; + public static int design_fab_stroke_top_inner_color=0x7f0d0046; + public static int design_fab_stroke_top_outer_color=0x7f0d0047; + public static int design_snackbar_background_color=0x7f0d0048; + public static int design_tint_password_toggle=0x7f0d0064; + public static int dim_foreground_disabled_material_dark=0x7f0d0016; + public static int dim_foreground_disabled_material_light=0x7f0d0017; + public static int dim_foreground_material_dark=0x7f0d0018; + public static int dim_foreground_material_light=0x7f0d0019; + public static int error_color_material=0x7f0d001a; + public static int foreground_material_dark=0x7f0d001b; + public static int foreground_material_light=0x7f0d001c; + public static int highlighted_text_material_dark=0x7f0d001d; + public static int highlighted_text_material_light=0x7f0d001e; + public static int launcher_background=0x7f0d004b; + public static int material_blue_grey_800=0x7f0d001f; + public static int material_blue_grey_900=0x7f0d0020; + public static int material_blue_grey_950=0x7f0d0021; + public static int material_deep_teal_200=0x7f0d0022; + public static int material_deep_teal_500=0x7f0d0023; + public static int material_grey_100=0x7f0d0024; + public static int material_grey_300=0x7f0d0025; + public static int material_grey_50=0x7f0d0026; + public static int material_grey_600=0x7f0d0027; + public static int material_grey_800=0x7f0d0028; + public static int material_grey_850=0x7f0d0029; + public static int material_grey_900=0x7f0d002a; + public static int notification_action_color_filter=0x7f0d0049; + public static int notification_icon_bg_color=0x7f0d004a; + public static int notification_material_background_media_default_color=0x7f0d003f; + public static int primary_dark_material_dark=0x7f0d002b; + public static int primary_dark_material_light=0x7f0d002c; + public static int primary_material_dark=0x7f0d002d; + public static int primary_material_light=0x7f0d002e; + public static int primary_text_default_material_dark=0x7f0d002f; + public static int primary_text_default_material_light=0x7f0d0030; + public static int primary_text_disabled_material_dark=0x7f0d0031; + public static int primary_text_disabled_material_light=0x7f0d0032; + public static int ripple_material_dark=0x7f0d0033; + public static int ripple_material_light=0x7f0d0034; + public static int secondary_text_default_material_dark=0x7f0d0035; + public static int secondary_text_default_material_light=0x7f0d0036; + public static int secondary_text_disabled_material_dark=0x7f0d0037; + public static int secondary_text_disabled_material_light=0x7f0d0038; + public static int switch_thumb_disabled_material_dark=0x7f0d0039; + public static int switch_thumb_disabled_material_light=0x7f0d003a; + public static int switch_thumb_material_dark=0x7f0d0065; + public static int switch_thumb_material_light=0x7f0d0066; + public static int switch_thumb_normal_material_dark=0x7f0d003b; + public static int switch_thumb_normal_material_light=0x7f0d003c; + public static int tooltip_background_dark=0x7f0d003d; + public static int tooltip_background_light=0x7f0d003e; + } + public static final class dimen { + public static int abc_action_bar_content_inset_material=0x7f08001b; + public static int abc_action_bar_content_inset_with_nav=0x7f08001c; + public static int abc_action_bar_default_height_material=0x7f080010; + public static int abc_action_bar_default_padding_end_material=0x7f08001d; + public static int abc_action_bar_default_padding_start_material=0x7f08001e; + public static int abc_action_bar_elevation_material=0x7f080020; + public static int abc_action_bar_icon_vertical_padding_material=0x7f080021; + public static int abc_action_bar_overflow_padding_end_material=0x7f080022; + public static int abc_action_bar_overflow_padding_start_material=0x7f080023; + public static int abc_action_bar_progress_bar_size=0x7f080011; + public static int abc_action_bar_stacked_max_height=0x7f080024; + public static int abc_action_bar_stacked_tab_max_width=0x7f080025; + public static int abc_action_bar_subtitle_bottom_margin_material=0x7f080026; + public static int abc_action_bar_subtitle_top_margin_material=0x7f080027; + public static int abc_action_button_min_height_material=0x7f080028; + public static int abc_action_button_min_width_material=0x7f080029; + public static int abc_action_button_min_width_overflow_material=0x7f08002a; + public static int abc_alert_dialog_button_bar_height=0x7f08000f; + public static int abc_button_inset_horizontal_material=0x7f08002b; + public static int abc_button_inset_vertical_material=0x7f08002c; + public static int abc_button_padding_horizontal_material=0x7f08002d; + public static int abc_button_padding_vertical_material=0x7f08002e; + public static int abc_cascading_menus_min_smallest_width=0x7f08002f; + public static int abc_config_prefDialogWidth=0x7f080014; + public static int abc_control_corner_material=0x7f080030; + public static int abc_control_inset_material=0x7f080031; + public static int abc_control_padding_material=0x7f080032; + public static int abc_dialog_fixed_height_major=0x7f080015; + public static int abc_dialog_fixed_height_minor=0x7f080016; + public static int abc_dialog_fixed_width_major=0x7f080017; + public static int abc_dialog_fixed_width_minor=0x7f080018; + public static int abc_dialog_list_padding_bottom_no_buttons=0x7f080033; + public static int abc_dialog_list_padding_top_no_title=0x7f080034; + public static int abc_dialog_min_width_major=0x7f080019; + public static int abc_dialog_min_width_minor=0x7f08001a; + public static int abc_dialog_padding_material=0x7f080035; + public static int abc_dialog_padding_top_material=0x7f080036; + public static int abc_dialog_title_divider_material=0x7f080037; + public static int abc_disabled_alpha_material_dark=0x7f080038; + public static int abc_disabled_alpha_material_light=0x7f080039; + public static int abc_dropdownitem_icon_width=0x7f08003a; + public static int abc_dropdownitem_text_padding_left=0x7f08003b; + public static int abc_dropdownitem_text_padding_right=0x7f08003c; + public static int abc_edit_text_inset_bottom_material=0x7f08003d; + public static int abc_edit_text_inset_horizontal_material=0x7f08003e; + public static int abc_edit_text_inset_top_material=0x7f08003f; + public static int abc_floating_window_z=0x7f080040; + public static int abc_list_item_padding_horizontal_material=0x7f080041; + public static int abc_panel_menu_list_width=0x7f080042; + public static int abc_progress_bar_height_material=0x7f080043; + public static int abc_search_view_preferred_height=0x7f080044; + public static int abc_search_view_preferred_width=0x7f080045; + public static int abc_seekbar_track_background_height_material=0x7f080046; + public static int abc_seekbar_track_progress_height_material=0x7f080047; + public static int abc_select_dialog_padding_start_material=0x7f080048; + public static int abc_switch_padding=0x7f08001f; + public static int abc_text_size_body_1_material=0x7f080049; + public static int abc_text_size_body_2_material=0x7f08004a; + public static int abc_text_size_button_material=0x7f08004b; + public static int abc_text_size_caption_material=0x7f08004c; + public static int abc_text_size_display_1_material=0x7f08004d; + public static int abc_text_size_display_2_material=0x7f08004e; + public static int abc_text_size_display_3_material=0x7f08004f; + public static int abc_text_size_display_4_material=0x7f080050; + public static int abc_text_size_headline_material=0x7f080051; + public static int abc_text_size_large_material=0x7f080052; + public static int abc_text_size_medium_material=0x7f080053; + public static int abc_text_size_menu_header_material=0x7f080054; + public static int abc_text_size_menu_material=0x7f080055; + public static int abc_text_size_small_material=0x7f080056; + public static int abc_text_size_subhead_material=0x7f080057; + public static int abc_text_size_subtitle_material_toolbar=0x7f080012; + public static int abc_text_size_title_material=0x7f080058; + public static int abc_text_size_title_material_toolbar=0x7f080013; + public static int cardview_compat_inset_shadow=0x7f08000c; + public static int cardview_default_elevation=0x7f08000d; + public static int cardview_default_radius=0x7f08000e; + public static int compat_button_inset_horizontal_material=0x7f080094; + public static int compat_button_inset_vertical_material=0x7f080095; + public static int compat_button_padding_horizontal_material=0x7f080096; + public static int compat_button_padding_vertical_material=0x7f080097; + public static int compat_control_corner_material=0x7f080098; + public static int design_appbar_elevation=0x7f080072; + public static int design_bottom_navigation_active_item_max_width=0x7f080073; + public static int design_bottom_navigation_active_text_size=0x7f080074; + public static int design_bottom_navigation_elevation=0x7f080075; + public static int design_bottom_navigation_height=0x7f080076; + public static int design_bottom_navigation_item_max_width=0x7f080077; + public static int design_bottom_navigation_item_min_width=0x7f080078; + public static int design_bottom_navigation_margin=0x7f080079; + public static int design_bottom_navigation_shadow_height=0x7f08007a; + public static int design_bottom_navigation_text_size=0x7f08007b; + public static int design_bottom_sheet_modal_elevation=0x7f08007c; + public static int design_bottom_sheet_peek_height_min=0x7f08007d; + public static int design_fab_border_width=0x7f08007e; + public static int design_fab_elevation=0x7f08007f; + public static int design_fab_image_size=0x7f080080; + public static int design_fab_size_mini=0x7f080081; + public static int design_fab_size_normal=0x7f080082; + public static int design_fab_translation_z_pressed=0x7f080083; + public static int design_navigation_elevation=0x7f080084; + public static int design_navigation_icon_padding=0x7f080085; + public static int design_navigation_icon_size=0x7f080086; + public static int design_navigation_max_width=0x7f08006a; + public static int design_navigation_padding_bottom=0x7f080087; + public static int design_navigation_separator_vertical_padding=0x7f080088; + public static int design_snackbar_action_inline_max_width=0x7f08006b; + public static int design_snackbar_background_corner_radius=0x7f08006c; + public static int design_snackbar_elevation=0x7f080089; + public static int design_snackbar_extra_spacing_horizontal=0x7f08006d; + public static int design_snackbar_max_width=0x7f08006e; + public static int design_snackbar_min_width=0x7f08006f; + public static int design_snackbar_padding_horizontal=0x7f08008a; + public static int design_snackbar_padding_vertical=0x7f08008b; + public static int design_snackbar_padding_vertical_2lines=0x7f080070; + public static int design_snackbar_text_size=0x7f08008c; + public static int design_tab_max_width=0x7f08008d; + public static int design_tab_scrollable_min_width=0x7f080071; + public static int design_tab_text_size=0x7f08008e; + public static int design_tab_text_size_2line=0x7f08008f; + public static int disabled_alpha_material_dark=0x7f080059; + public static int disabled_alpha_material_light=0x7f08005a; + public static int fastscroll_default_thickness=0x7f080000; + public static int fastscroll_margin=0x7f080001; + public static int fastscroll_minimum_range=0x7f080002; + public static int highlight_alpha_material_colored=0x7f08005b; + public static int highlight_alpha_material_dark=0x7f08005c; + public static int highlight_alpha_material_light=0x7f08005d; + public static int hint_alpha_material_dark=0x7f08005e; + public static int hint_alpha_material_light=0x7f08005f; + public static int hint_pressed_alpha_material_dark=0x7f080060; + public static int hint_pressed_alpha_material_light=0x7f080061; + public static int item_touch_helper_max_drag_scroll_per_frame=0x7f080003; + public static int item_touch_helper_swipe_escape_max_velocity=0x7f080004; + public static int item_touch_helper_swipe_escape_velocity=0x7f080005; + public static int mr_controller_volume_group_list_item_height=0x7f080006; + public static int mr_controller_volume_group_list_item_icon_size=0x7f080007; + public static int mr_controller_volume_group_list_max_height=0x7f080008; + public static int mr_controller_volume_group_list_padding_top=0x7f08000b; + public static int mr_dialog_fixed_width_major=0x7f080009; + public static int mr_dialog_fixed_width_minor=0x7f08000a; + public static int notification_action_icon_size=0x7f080099; + public static int notification_action_text_size=0x7f08009a; + public static int notification_big_circle_margin=0x7f08009b; + public static int notification_content_margin_start=0x7f080091; + public static int notification_large_icon_height=0x7f08009c; + public static int notification_large_icon_width=0x7f08009d; + public static int notification_main_column_padding_top=0x7f080092; + public static int notification_media_narrow_margin=0x7f080093; + public static int notification_right_icon_size=0x7f08009e; + public static int notification_right_side_padding_top=0x7f080090; + public static int notification_small_icon_background_padding=0x7f08009f; + public static int notification_small_icon_size_as_large=0x7f0800a0; + public static int notification_subtext_size=0x7f0800a1; + public static int notification_top_pad=0x7f0800a2; + public static int notification_top_pad_large_text=0x7f0800a3; + public static int tooltip_corner_radius=0x7f080062; + public static int tooltip_horizontal_padding=0x7f080063; + public static int tooltip_margin=0x7f080064; + public static int tooltip_precise_anchor_extra_offset=0x7f080065; + public static int tooltip_precise_anchor_threshold=0x7f080066; + public static int tooltip_vertical_padding=0x7f080067; + public static int tooltip_y_offset_non_touch=0x7f080068; + public static int tooltip_y_offset_touch=0x7f080069; + } + public static final class drawable { + public static int abc_ab_share_pack_mtrl_alpha=0x7f020000; + public static int abc_action_bar_item_background_material=0x7f020001; + public static int abc_btn_borderless_material=0x7f020002; + public static int abc_btn_check_material=0x7f020003; + public static int abc_btn_check_to_on_mtrl_000=0x7f020004; + public static int abc_btn_check_to_on_mtrl_015=0x7f020005; + public static int abc_btn_colored_material=0x7f020006; + public static int abc_btn_default_mtrl_shape=0x7f020007; + public static int abc_btn_radio_material=0x7f020008; + public static int abc_btn_radio_to_on_mtrl_000=0x7f020009; + public static int abc_btn_radio_to_on_mtrl_015=0x7f02000a; + public static int abc_btn_switch_to_on_mtrl_00001=0x7f02000b; + public static int abc_btn_switch_to_on_mtrl_00012=0x7f02000c; + public static int abc_cab_background_internal_bg=0x7f02000d; + public static int abc_cab_background_top_material=0x7f02000e; + public static int abc_cab_background_top_mtrl_alpha=0x7f02000f; + public static int abc_control_background_material=0x7f020010; + public static int abc_dialog_material_background=0x7f020011; + public static int abc_edit_text_material=0x7f020012; + public static int abc_ic_ab_back_material=0x7f020013; + public static int abc_ic_arrow_drop_right_black_24dp=0x7f020014; + public static int abc_ic_clear_material=0x7f020015; + public static int abc_ic_commit_search_api_mtrl_alpha=0x7f020016; + public static int abc_ic_go_search_api_material=0x7f020017; + public static int abc_ic_menu_copy_mtrl_am_alpha=0x7f020018; + public static int abc_ic_menu_cut_mtrl_alpha=0x7f020019; + public static int abc_ic_menu_overflow_material=0x7f02001a; + public static int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001b; + public static int abc_ic_menu_selectall_mtrl_alpha=0x7f02001c; + public static int abc_ic_menu_share_mtrl_alpha=0x7f02001d; + public static int abc_ic_search_api_material=0x7f02001e; + public static int abc_ic_star_black_16dp=0x7f02001f; + public static int abc_ic_star_black_36dp=0x7f020020; + public static int abc_ic_star_black_48dp=0x7f020021; + public static int abc_ic_star_half_black_16dp=0x7f020022; + public static int abc_ic_star_half_black_36dp=0x7f020023; + public static int abc_ic_star_half_black_48dp=0x7f020024; + public static int abc_ic_voice_search_api_material=0x7f020025; + public static int abc_item_background_holo_dark=0x7f020026; + public static int abc_item_background_holo_light=0x7f020027; + public static int abc_list_divider_mtrl_alpha=0x7f020028; + public static int abc_list_focused_holo=0x7f020029; + public static int abc_list_longpressed_holo=0x7f02002a; + public static int abc_list_pressed_holo_dark=0x7f02002b; + public static int abc_list_pressed_holo_light=0x7f02002c; + public static int abc_list_selector_background_transition_holo_dark=0x7f02002d; + public static int abc_list_selector_background_transition_holo_light=0x7f02002e; + public static int abc_list_selector_disabled_holo_dark=0x7f02002f; + public static int abc_list_selector_disabled_holo_light=0x7f020030; + public static int abc_list_selector_holo_dark=0x7f020031; + public static int abc_list_selector_holo_light=0x7f020032; + public static int abc_menu_hardkey_panel_mtrl_mult=0x7f020033; + public static int abc_popup_background_mtrl_mult=0x7f020034; + public static int abc_ratingbar_indicator_material=0x7f020035; + public static int abc_ratingbar_material=0x7f020036; + public static int abc_ratingbar_small_material=0x7f020037; + public static int abc_scrubber_control_off_mtrl_alpha=0x7f020038; + public static int abc_scrubber_control_to_pressed_mtrl_000=0x7f020039; + public static int abc_scrubber_control_to_pressed_mtrl_005=0x7f02003a; + public static int abc_scrubber_primary_mtrl_alpha=0x7f02003b; + public static int abc_scrubber_track_mtrl_alpha=0x7f02003c; + public static int abc_seekbar_thumb_material=0x7f02003d; + public static int abc_seekbar_tick_mark_material=0x7f02003e; + public static int abc_seekbar_track_material=0x7f02003f; + public static int abc_spinner_mtrl_am_alpha=0x7f020040; + public static int abc_spinner_textfield_background_material=0x7f020041; + public static int abc_switch_thumb_material=0x7f020042; + public static int abc_switch_track_mtrl_alpha=0x7f020043; + public static int abc_tab_indicator_material=0x7f020044; + public static int abc_tab_indicator_mtrl_alpha=0x7f020045; + public static int abc_text_cursor_material=0x7f020046; + public static int abc_text_select_handle_left_mtrl_dark=0x7f020047; + public static int abc_text_select_handle_left_mtrl_light=0x7f020048; + public static int abc_text_select_handle_middle_mtrl_dark=0x7f020049; + public static int abc_text_select_handle_middle_mtrl_light=0x7f02004a; + public static int abc_text_select_handle_right_mtrl_dark=0x7f02004b; + public static int abc_text_select_handle_right_mtrl_light=0x7f02004c; + public static int abc_textfield_activated_mtrl_alpha=0x7f02004d; + public static int abc_textfield_default_mtrl_alpha=0x7f02004e; + public static int abc_textfield_search_activated_mtrl_alpha=0x7f02004f; + public static int abc_textfield_search_default_mtrl_alpha=0x7f020050; + public static int abc_textfield_search_material=0x7f020051; + public static int abc_vector_test=0x7f020052; + public static int avd_hide_password=0x7f020053; + public static int avd_hide_password_1=0x7f02012f; + public static int avd_hide_password_2=0x7f020130; + public static int avd_hide_password_3=0x7f020131; + public static int avd_show_password=0x7f020054; + public static int avd_show_password_1=0x7f020132; + public static int avd_show_password_2=0x7f020133; + public static int avd_show_password_3=0x7f020134; + public static int design_bottom_navigation_item_background=0x7f020055; + public static int design_fab_background=0x7f020056; + public static int design_ic_visibility=0x7f020057; + public static int design_ic_visibility_off=0x7f020058; + public static int design_password_eye=0x7f020059; + public static int design_snackbar_background=0x7f02005a; + public static int ic_audiotrack_dark=0x7f02005b; + public static int ic_audiotrack_light=0x7f02005c; + public static int ic_dialog_close_dark=0x7f02005d; + public static int ic_dialog_close_light=0x7f02005e; + public static int ic_group_collapse_00=0x7f02005f; + public static int ic_group_collapse_01=0x7f020060; + public static int ic_group_collapse_02=0x7f020061; + public static int ic_group_collapse_03=0x7f020062; + public static int ic_group_collapse_04=0x7f020063; + public static int ic_group_collapse_05=0x7f020064; + public static int ic_group_collapse_06=0x7f020065; + public static int ic_group_collapse_07=0x7f020066; + public static int ic_group_collapse_08=0x7f020067; + public static int ic_group_collapse_09=0x7f020068; + public static int ic_group_collapse_10=0x7f020069; + public static int ic_group_collapse_11=0x7f02006a; + public static int ic_group_collapse_12=0x7f02006b; + public static int ic_group_collapse_13=0x7f02006c; + public static int ic_group_collapse_14=0x7f02006d; + public static int ic_group_collapse_15=0x7f02006e; + public static int ic_group_expand_00=0x7f02006f; + public static int ic_group_expand_01=0x7f020070; + public static int ic_group_expand_02=0x7f020071; + public static int ic_group_expand_03=0x7f020072; + public static int ic_group_expand_04=0x7f020073; + public static int ic_group_expand_05=0x7f020074; + public static int ic_group_expand_06=0x7f020075; + public static int ic_group_expand_07=0x7f020076; + public static int ic_group_expand_08=0x7f020077; + public static int ic_group_expand_09=0x7f020078; + public static int ic_group_expand_10=0x7f020079; + public static int ic_group_expand_11=0x7f02007a; + public static int ic_group_expand_12=0x7f02007b; + public static int ic_group_expand_13=0x7f02007c; + public static int ic_group_expand_14=0x7f02007d; + public static int ic_group_expand_15=0x7f02007e; + public static int ic_media_pause_dark=0x7f02007f; + public static int ic_media_pause_light=0x7f020080; + public static int ic_media_play_dark=0x7f020081; + public static int ic_media_play_light=0x7f020082; + public static int ic_media_stop_dark=0x7f020083; + public static int ic_media_stop_light=0x7f020084; + public static int ic_mr_button_connected_00_dark=0x7f020085; + public static int ic_mr_button_connected_00_light=0x7f020086; + public static int ic_mr_button_connected_01_dark=0x7f020087; + public static int ic_mr_button_connected_01_light=0x7f020088; + public static int ic_mr_button_connected_02_dark=0x7f020089; + public static int ic_mr_button_connected_02_light=0x7f02008a; + public static int ic_mr_button_connected_03_dark=0x7f02008b; + public static int ic_mr_button_connected_03_light=0x7f02008c; + public static int ic_mr_button_connected_04_dark=0x7f02008d; + public static int ic_mr_button_connected_04_light=0x7f02008e; + public static int ic_mr_button_connected_05_dark=0x7f02008f; + public static int ic_mr_button_connected_05_light=0x7f020090; + public static int ic_mr_button_connected_06_dark=0x7f020091; + public static int ic_mr_button_connected_06_light=0x7f020092; + public static int ic_mr_button_connected_07_dark=0x7f020093; + public static int ic_mr_button_connected_07_light=0x7f020094; + public static int ic_mr_button_connected_08_dark=0x7f020095; + public static int ic_mr_button_connected_08_light=0x7f020096; + public static int ic_mr_button_connected_09_dark=0x7f020097; + public static int ic_mr_button_connected_09_light=0x7f020098; + public static int ic_mr_button_connected_10_dark=0x7f020099; + public static int ic_mr_button_connected_10_light=0x7f02009a; + public static int ic_mr_button_connected_11_dark=0x7f02009b; + public static int ic_mr_button_connected_11_light=0x7f02009c; + public static int ic_mr_button_connected_12_dark=0x7f02009d; + public static int ic_mr_button_connected_12_light=0x7f02009e; + public static int ic_mr_button_connected_13_dark=0x7f02009f; + public static int ic_mr_button_connected_13_light=0x7f0200a0; + public static int ic_mr_button_connected_14_dark=0x7f0200a1; + public static int ic_mr_button_connected_14_light=0x7f0200a2; + public static int ic_mr_button_connected_15_dark=0x7f0200a3; + public static int ic_mr_button_connected_15_light=0x7f0200a4; + public static int ic_mr_button_connected_16_dark=0x7f0200a5; + public static int ic_mr_button_connected_16_light=0x7f0200a6; + public static int ic_mr_button_connected_17_dark=0x7f0200a7; + public static int ic_mr_button_connected_17_light=0x7f0200a8; + public static int ic_mr_button_connected_18_dark=0x7f0200a9; + public static int ic_mr_button_connected_18_light=0x7f0200aa; + public static int ic_mr_button_connected_19_dark=0x7f0200ab; + public static int ic_mr_button_connected_19_light=0x7f0200ac; + public static int ic_mr_button_connected_20_dark=0x7f0200ad; + public static int ic_mr_button_connected_20_light=0x7f0200ae; + public static int ic_mr_button_connected_21_dark=0x7f0200af; + public static int ic_mr_button_connected_21_light=0x7f0200b0; + public static int ic_mr_button_connected_22_dark=0x7f0200b1; + public static int ic_mr_button_connected_22_light=0x7f0200b2; + public static int ic_mr_button_connected_23_dark=0x7f0200b3; + public static int ic_mr_button_connected_23_light=0x7f0200b4; + public static int ic_mr_button_connected_24_dark=0x7f0200b5; + public static int ic_mr_button_connected_24_light=0x7f0200b6; + public static int ic_mr_button_connected_25_dark=0x7f0200b7; + public static int ic_mr_button_connected_25_light=0x7f0200b8; + public static int ic_mr_button_connected_26_dark=0x7f0200b9; + public static int ic_mr_button_connected_26_light=0x7f0200ba; + public static int ic_mr_button_connected_27_dark=0x7f0200bb; + public static int ic_mr_button_connected_27_light=0x7f0200bc; + public static int ic_mr_button_connected_28_dark=0x7f0200bd; + public static int ic_mr_button_connected_28_light=0x7f0200be; + public static int ic_mr_button_connected_29_dark=0x7f0200bf; + public static int ic_mr_button_connected_29_light=0x7f0200c0; + public static int ic_mr_button_connected_30_dark=0x7f0200c1; + public static int ic_mr_button_connected_30_light=0x7f0200c2; + public static int ic_mr_button_connecting_00_dark=0x7f0200c3; + public static int ic_mr_button_connecting_00_light=0x7f0200c4; + public static int ic_mr_button_connecting_01_dark=0x7f0200c5; + public static int ic_mr_button_connecting_01_light=0x7f0200c6; + public static int ic_mr_button_connecting_02_dark=0x7f0200c7; + public static int ic_mr_button_connecting_02_light=0x7f0200c8; + public static int ic_mr_button_connecting_03_dark=0x7f0200c9; + public static int ic_mr_button_connecting_03_light=0x7f0200ca; + public static int ic_mr_button_connecting_04_dark=0x7f0200cb; + public static int ic_mr_button_connecting_04_light=0x7f0200cc; + public static int ic_mr_button_connecting_05_dark=0x7f0200cd; + public static int ic_mr_button_connecting_05_light=0x7f0200ce; + public static int ic_mr_button_connecting_06_dark=0x7f0200cf; + public static int ic_mr_button_connecting_06_light=0x7f0200d0; + public static int ic_mr_button_connecting_07_dark=0x7f0200d1; + public static int ic_mr_button_connecting_07_light=0x7f0200d2; + public static int ic_mr_button_connecting_08_dark=0x7f0200d3; + public static int ic_mr_button_connecting_08_light=0x7f0200d4; + public static int ic_mr_button_connecting_09_dark=0x7f0200d5; + public static int ic_mr_button_connecting_09_light=0x7f0200d6; + public static int ic_mr_button_connecting_10_dark=0x7f0200d7; + public static int ic_mr_button_connecting_10_light=0x7f0200d8; + public static int ic_mr_button_connecting_11_dark=0x7f0200d9; + public static int ic_mr_button_connecting_11_light=0x7f0200da; + public static int ic_mr_button_connecting_12_dark=0x7f0200db; + public static int ic_mr_button_connecting_12_light=0x7f0200dc; + public static int ic_mr_button_connecting_13_dark=0x7f0200dd; + public static int ic_mr_button_connecting_13_light=0x7f0200de; + public static int ic_mr_button_connecting_14_dark=0x7f0200df; + public static int ic_mr_button_connecting_14_light=0x7f0200e0; + public static int ic_mr_button_connecting_15_dark=0x7f0200e1; + public static int ic_mr_button_connecting_15_light=0x7f0200e2; + public static int ic_mr_button_connecting_16_dark=0x7f0200e3; + public static int ic_mr_button_connecting_16_light=0x7f0200e4; + public static int ic_mr_button_connecting_17_dark=0x7f0200e5; + public static int ic_mr_button_connecting_17_light=0x7f0200e6; + public static int ic_mr_button_connecting_18_dark=0x7f0200e7; + public static int ic_mr_button_connecting_18_light=0x7f0200e8; + public static int ic_mr_button_connecting_19_dark=0x7f0200e9; + public static int ic_mr_button_connecting_19_light=0x7f0200ea; + public static int ic_mr_button_connecting_20_dark=0x7f0200eb; + public static int ic_mr_button_connecting_20_light=0x7f0200ec; + public static int ic_mr_button_connecting_21_dark=0x7f0200ed; + public static int ic_mr_button_connecting_21_light=0x7f0200ee; + public static int ic_mr_button_connecting_22_dark=0x7f0200ef; + public static int ic_mr_button_connecting_22_light=0x7f0200f0; + public static int ic_mr_button_connecting_23_dark=0x7f0200f1; + public static int ic_mr_button_connecting_23_light=0x7f0200f2; + public static int ic_mr_button_connecting_24_dark=0x7f0200f3; + public static int ic_mr_button_connecting_24_light=0x7f0200f4; + public static int ic_mr_button_connecting_25_dark=0x7f0200f5; + public static int ic_mr_button_connecting_25_light=0x7f0200f6; + public static int ic_mr_button_connecting_26_dark=0x7f0200f7; + public static int ic_mr_button_connecting_26_light=0x7f0200f8; + public static int ic_mr_button_connecting_27_dark=0x7f0200f9; + public static int ic_mr_button_connecting_27_light=0x7f0200fa; + public static int ic_mr_button_connecting_28_dark=0x7f0200fb; + public static int ic_mr_button_connecting_28_light=0x7f0200fc; + public static int ic_mr_button_connecting_29_dark=0x7f0200fd; + public static int ic_mr_button_connecting_29_light=0x7f0200fe; + public static int ic_mr_button_connecting_30_dark=0x7f0200ff; + public static int ic_mr_button_connecting_30_light=0x7f020100; + public static int ic_mr_button_disabled_dark=0x7f020101; + public static int ic_mr_button_disabled_light=0x7f020102; + public static int ic_mr_button_disconnected_dark=0x7f020103; + public static int ic_mr_button_disconnected_light=0x7f020104; + public static int ic_mr_button_grey=0x7f020105; + public static int ic_vol_type_speaker_dark=0x7f020106; + public static int ic_vol_type_speaker_group_dark=0x7f020107; + public static int ic_vol_type_speaker_group_light=0x7f020108; + public static int ic_vol_type_speaker_light=0x7f020109; + public static int ic_vol_type_tv_dark=0x7f02010a; + public static int ic_vol_type_tv_light=0x7f02010b; + public static int mr_button_connected_dark=0x7f02010c; + public static int mr_button_connected_light=0x7f02010d; + public static int mr_button_connecting_dark=0x7f02010e; + public static int mr_button_connecting_light=0x7f02010f; + public static int mr_button_dark=0x7f020110; + public static int mr_button_light=0x7f020111; + public static int mr_dialog_close_dark=0x7f020112; + public static int mr_dialog_close_light=0x7f020113; + public static int mr_dialog_material_background_dark=0x7f020114; + public static int mr_dialog_material_background_light=0x7f020115; + public static int mr_group_collapse=0x7f020116; + public static int mr_group_expand=0x7f020117; + public static int mr_media_pause_dark=0x7f020118; + public static int mr_media_pause_light=0x7f020119; + public static int mr_media_play_dark=0x7f02011a; + public static int mr_media_play_light=0x7f02011b; + public static int mr_media_stop_dark=0x7f02011c; + public static int mr_media_stop_light=0x7f02011d; + public static int mr_vol_type_audiotrack_dark=0x7f02011e; + public static int mr_vol_type_audiotrack_light=0x7f02011f; + public static int navigation_empty_icon=0x7f020120; + public static int notification_action_background=0x7f020121; + public static int notification_bg=0x7f020122; + public static int notification_bg_low=0x7f020123; + public static int notification_bg_low_normal=0x7f020124; + public static int notification_bg_low_pressed=0x7f020125; + public static int notification_bg_normal=0x7f020126; + public static int notification_bg_normal_pressed=0x7f020127; + public static int notification_icon_background=0x7f020128; + public static int notification_template_icon_bg=0x7f02012d; + public static int notification_template_icon_low_bg=0x7f02012e; + public static int notification_tile_bg=0x7f020129; + public static int notify_panel_notification_icon_bg=0x7f02012a; + public static int tooltip_frame_dark=0x7f02012b; + public static int tooltip_frame_light=0x7f02012c; + } + public static final class id { + public static int ALT=0x7f090032; + public static int CTRL=0x7f090033; + public static int FUNCTION=0x7f090034; + public static int META=0x7f090035; + public static int SHIFT=0x7f090036; + public static int SYM=0x7f090037; + public static int action0=0x7f0900b6; + public static int action_bar=0x7f09007c; + public static int action_bar_activity_content=0x7f090001; + public static int action_bar_container=0x7f09007b; + public static int action_bar_root=0x7f090077; + public static int action_bar_spinner=0x7f090002; + public static int action_bar_subtitle=0x7f09005b; + public static int action_bar_title=0x7f09005a; + public static int action_container=0x7f0900b3; + public static int action_context_bar=0x7f09007d; + public static int action_divider=0x7f0900ba; + public static int action_image=0x7f0900b4; + public static int action_menu_divider=0x7f090003; + public static int action_menu_presenter=0x7f090004; + public static int action_mode_bar=0x7f090079; + public static int action_mode_bar_stub=0x7f090078; + public static int action_mode_close_button=0x7f09005c; + public static int action_text=0x7f0900b5; + public static int actions=0x7f0900c3; + public static int activity_chooser_view_content=0x7f09005d; + public static int add=0x7f090027; + public static int alertTitle=0x7f090070; + public static int all=0x7f090052; + public static int always=0x7f090038; + public static int async=0x7f090056; + public static int auto=0x7f090044; + public static int beginning=0x7f09002f; + public static int blocking=0x7f090057; + public static int bottom=0x7f09003d; + public static int buttonPanel=0x7f090063; + public static int cancel_action=0x7f0900b7; + public static int center=0x7f090045; + public static int center_horizontal=0x7f090046; + public static int center_vertical=0x7f090047; + public static int checkbox=0x7f090073; + public static int chronometer=0x7f0900bf; + public static int clip_horizontal=0x7f09004e; + public static int clip_vertical=0x7f09004f; + public static int collapseActionView=0x7f090039; + public static int container=0x7f09008d; + public static int contentPanel=0x7f090066; + public static int coordinator=0x7f09008e; + public static int custom=0x7f09006d; + public static int customPanel=0x7f09006c; + public static int decor_content_parent=0x7f09007a; + public static int default_activity_button=0x7f090060; + public static int design_bottom_sheet=0x7f090090; + public static int design_menu_item_action_area=0x7f090097; + public static int design_menu_item_action_area_stub=0x7f090096; + public static int design_menu_item_text=0x7f090095; + public static int design_navigation_view=0x7f090094; + public static int disableHome=0x7f090020; + public static int edit_query=0x7f09007e; + public static int end=0x7f090030; + public static int end_padder=0x7f0900c5; + public static int enterAlways=0x7f09003f; + public static int enterAlwaysCollapsed=0x7f090040; + public static int exitUntilCollapsed=0x7f090041; + public static int expand_activities_button=0x7f09005e; + public static int expanded_menu=0x7f090072; + public static int fill=0x7f090050; + public static int fill_horizontal=0x7f090051; + public static int fill_vertical=0x7f090048; + public static int fixed=0x7f090054; + public static int forever=0x7f090058; + public static int ghost_view=0x7f09000a; + public static int home=0x7f090005; + public static int homeAsUp=0x7f090021; + public static int icon=0x7f090062; + public static int icon_group=0x7f0900c4; + public static int ifRoom=0x7f09003a; + public static int image=0x7f09005f; + public static int info=0x7f0900c0; + public static int italic=0x7f090059; + public static int item_touch_helper_previous_elevation=0x7f090000; + public static int largeLabel=0x7f09008c; + public static int left=0x7f090049; + public static int line1=0x7f090017; + public static int line3=0x7f090018; + public static int listMode=0x7f09001d; + public static int list_item=0x7f090061; + public static int masked=0x7f0900ca; + public static int media_actions=0x7f0900b9; + public static int message=0x7f0900c8; + public static int middle=0x7f090031; + public static int mini=0x7f090053; + public static int mr_art=0x7f0900a5; + public static int mr_chooser_list=0x7f09009a; + public static int mr_chooser_route_desc=0x7f09009d; + public static int mr_chooser_route_icon=0x7f09009b; + public static int mr_chooser_route_name=0x7f09009c; + public static int mr_chooser_title=0x7f090099; + public static int mr_close=0x7f0900a2; + public static int mr_control_divider=0x7f0900a8; + public static int mr_control_playback_ctrl=0x7f0900ae; + public static int mr_control_subtitle=0x7f0900b1; + public static int mr_control_title=0x7f0900b0; + public static int mr_control_title_container=0x7f0900af; + public static int mr_custom_control=0x7f0900a3; + public static int mr_default_control=0x7f0900a4; + public static int mr_dialog_area=0x7f09009f; + public static int mr_expandable_area=0x7f09009e; + public static int mr_group_expand_collapse=0x7f0900b2; + public static int mr_media_main_control=0x7f0900a6; + public static int mr_name=0x7f0900a1; + public static int mr_playback_control=0x7f0900a7; + public static int mr_title_bar=0x7f0900a0; + public static int mr_volume_control=0x7f0900a9; + public static int mr_volume_group_list=0x7f0900aa; + public static int mr_volume_item_icon=0x7f0900ac; + public static int mr_volume_slider=0x7f0900ad; + public static int multiply=0x7f090028; + public static int navigation_header_container=0x7f090093; + public static int never=0x7f09003b; + public static int none=0x7f090022; + public static int normal=0x7f09001e; + public static int notification_background=0x7f0900c2; + public static int notification_main_column=0x7f0900bc; + public static int notification_main_column_container=0x7f0900bb; + public static int parallax=0x7f09004c; + public static int parentPanel=0x7f090065; + public static int parent_matrix=0x7f09000b; + public static int pin=0x7f09004d; + public static int progress_circular=0x7f090006; + public static int progress_horizontal=0x7f090007; + public static int radio=0x7f090075; + public static int right=0x7f09004a; + public static int right_icon=0x7f0900c1; + public static int right_side=0x7f0900bd; + public static int save_image_matrix=0x7f09000c; + public static int save_non_transition_alpha=0x7f09000d; + public static int save_scale_type=0x7f09000e; + public static int screen=0x7f090029; + public static int scroll=0x7f090042; + public static int scrollIndicatorDown=0x7f09006b; + public static int scrollIndicatorUp=0x7f090067; + public static int scrollView=0x7f090068; + public static int scrollable=0x7f090055; + public static int search_badge=0x7f090080; + public static int search_bar=0x7f09007f; + public static int search_button=0x7f090081; + public static int search_close_btn=0x7f090086; + public static int search_edit_frame=0x7f090082; + public static int search_go_btn=0x7f090088; + public static int search_mag_icon=0x7f090083; + public static int search_plate=0x7f090084; + public static int search_src_text=0x7f090085; + public static int search_voice_btn=0x7f090089; + public static int select_dialog_listview=0x7f09008a; + public static int shortcut=0x7f090074; + public static int showCustom=0x7f090023; + public static int showHome=0x7f090024; + public static int showTitle=0x7f090025; + public static int sliding_tabs=0x7f0900c6; + public static int smallLabel=0x7f09008b; + public static int snackbar_action=0x7f090092; + public static int snackbar_text=0x7f090091; + public static int snap=0x7f090043; + public static int spacer=0x7f090064; + public static int split_action_bar=0x7f090008; + public static int src_atop=0x7f09002a; + public static int src_in=0x7f09002b; + public static int src_over=0x7f09002c; + public static int start=0x7f09004b; + public static int status_bar_latest_event_content=0x7f0900b8; + public static int submenuarrow=0x7f090076; + public static int submit_area=0x7f090087; + public static int tabMode=0x7f09001f; + public static int tag_transition_group=0x7f090019; + public static int text=0x7f09001a; + public static int text2=0x7f09001b; + public static int textSpacerNoButtons=0x7f09006a; + public static int textSpacerNoTitle=0x7f090069; + public static int text_input_password_toggle=0x7f090098; + public static int textinput_counter=0x7f090014; + public static int textinput_error=0x7f090015; + public static int time=0x7f0900be; + public static int title=0x7f09001c; + public static int titleDividerNoCustom=0x7f090071; + public static int title_template=0x7f09006f; + public static int toolbar=0x7f0900c7; + public static int top=0x7f09003e; + public static int topPanel=0x7f09006e; + public static int touch_outside=0x7f09008f; + public static int transition_current_scene=0x7f09000f; + public static int transition_layout_save=0x7f090010; + public static int transition_position=0x7f090011; + public static int transition_scene_layoutid_cache=0x7f090012; + public static int transition_transform=0x7f090013; + public static int uniform=0x7f09002d; + public static int up=0x7f090009; + public static int useLogo=0x7f090026; + public static int view_offset_helper=0x7f090016; + public static int visible=0x7f0900c9; + public static int volume_item_container=0x7f0900ab; + public static int withText=0x7f09003c; + public static int wrap_content=0x7f09002e; + } + public static final class integer { + public static int abc_config_activityDefaultDur=0x7f0b0003; + public static int abc_config_activityShortDur=0x7f0b0004; + public static int app_bar_elevation_anim_duration=0x7f0b0008; + public static int bottom_sheet_slide_duration=0x7f0b0009; + public static int cancel_button_image_alpha=0x7f0b0005; + public static int config_tooltipAnimTime=0x7f0b0006; + public static int design_snackbar_text_max_lines=0x7f0b0007; + public static int hide_password_duration=0x7f0b000a; + public static int mr_controller_volume_group_list_animation_duration_ms=0x7f0b0000; + public static int mr_controller_volume_group_list_fade_in_duration_ms=0x7f0b0001; + public static int mr_controller_volume_group_list_fade_out_duration_ms=0x7f0b0002; + public static int show_password_duration=0x7f0b000b; + public static int status_bar_notification_info_maxnum=0x7f0b000c; + } + public static final class interpolator { + public static int mr_fast_out_slow_in=0x7f070000; + public static int mr_linear_out_slow_in=0x7f070001; + } + public static final class layout { + public static int abc_action_bar_title_item=0x7f040000; + public static int abc_action_bar_up_container=0x7f040001; + public static int abc_action_menu_item_layout=0x7f040002; + public static int abc_action_menu_layout=0x7f040003; + public static int abc_action_mode_bar=0x7f040004; + public static int abc_action_mode_close_item_material=0x7f040005; + public static int abc_activity_chooser_view=0x7f040006; + public static int abc_activity_chooser_view_list_item=0x7f040007; + public static int abc_alert_dialog_button_bar_material=0x7f040008; + public static int abc_alert_dialog_material=0x7f040009; + public static int abc_alert_dialog_title_material=0x7f04000a; + public static int abc_dialog_title_material=0x7f04000b; + public static int abc_expanded_menu_layout=0x7f04000c; + public static int abc_list_menu_item_checkbox=0x7f04000d; + public static int abc_list_menu_item_icon=0x7f04000e; + public static int abc_list_menu_item_layout=0x7f04000f; + public static int abc_list_menu_item_radio=0x7f040010; + public static int abc_popup_menu_header_item_layout=0x7f040011; + public static int abc_popup_menu_item_layout=0x7f040012; + public static int abc_screen_content_include=0x7f040013; + public static int abc_screen_simple=0x7f040014; + public static int abc_screen_simple_overlay_action_mode=0x7f040015; + public static int abc_screen_toolbar=0x7f040016; + public static int abc_search_dropdown_item_icons_2line=0x7f040017; + public static int abc_search_view=0x7f040018; + public static int abc_select_dialog_material=0x7f040019; + public static int design_bottom_navigation_item=0x7f04001a; + public static int design_bottom_sheet_dialog=0x7f04001b; + public static int design_layout_snackbar=0x7f04001c; + public static int design_layout_snackbar_include=0x7f04001d; + public static int design_layout_tab_icon=0x7f04001e; + public static int design_layout_tab_text=0x7f04001f; + public static int design_menu_item_action_area=0x7f040020; + public static int design_navigation_item=0x7f040021; + public static int design_navigation_item_header=0x7f040022; + public static int design_navigation_item_separator=0x7f040023; + public static int design_navigation_item_subheader=0x7f040024; + public static int design_navigation_menu=0x7f040025; + public static int design_navigation_menu_item=0x7f040026; + public static int design_text_input_password_icon=0x7f040027; + public static int mr_chooser_dialog=0x7f040028; + public static int mr_chooser_list_item=0x7f040029; + public static int mr_controller_material_dialog_b=0x7f04002a; + public static int mr_controller_volume_item=0x7f04002b; + public static int mr_playback_control=0x7f04002c; + public static int mr_volume_control=0x7f04002d; + public static int notification_action=0x7f04002e; + public static int notification_action_tombstone=0x7f04002f; + public static int notification_media_action=0x7f040030; + public static int notification_media_cancel_action=0x7f040031; + public static int notification_template_big_media=0x7f040032; + public static int notification_template_big_media_custom=0x7f040033; + public static int notification_template_big_media_narrow=0x7f040034; + public static int notification_template_big_media_narrow_custom=0x7f040035; + public static int notification_template_custom_big=0x7f040036; + public static int notification_template_icon_group=0x7f040037; + public static int notification_template_lines_media=0x7f040038; + public static int notification_template_media=0x7f040039; + public static int notification_template_media_custom=0x7f04003a; + public static int notification_template_part_chronometer=0x7f04003b; + public static int notification_template_part_time=0x7f04003c; + public static int select_dialog_item_material=0x7f04003d; + public static int select_dialog_multichoice_material=0x7f04003e; + public static int select_dialog_singlechoice_material=0x7f04003f; + public static int support_simple_spinner_dropdown_item=0x7f040040; + public static int tabbar=0x7f040041; + public static int toolbar=0x7f040042; + public static int tooltip=0x7f040043; + } + public static final class mipmap { + public static int icon=0x7f030000; + public static int icon_round=0x7f030001; + public static int launcher_foreground=0x7f030002; + } + public static final class string { + public static int abc_action_bar_home_description=0x7f0a0015; + public static int abc_action_bar_up_description=0x7f0a0016; + public static int abc_action_menu_overflow_description=0x7f0a0017; + public static int abc_action_mode_done=0x7f0a0018; + public static int abc_activity_chooser_view_see_all=0x7f0a0019; + public static int abc_activitychooserview_choose_application=0x7f0a001a; + public static int abc_capital_off=0x7f0a001b; + public static int abc_capital_on=0x7f0a001c; + public static int abc_font_family_body_1_material=0x7f0a0027; + public static int abc_font_family_body_2_material=0x7f0a0028; + public static int abc_font_family_button_material=0x7f0a0029; + public static int abc_font_family_caption_material=0x7f0a002a; + public static int abc_font_family_display_1_material=0x7f0a002b; + public static int abc_font_family_display_2_material=0x7f0a002c; + public static int abc_font_family_display_3_material=0x7f0a002d; + public static int abc_font_family_display_4_material=0x7f0a002e; + public static int abc_font_family_headline_material=0x7f0a002f; + public static int abc_font_family_menu_material=0x7f0a0030; + public static int abc_font_family_subhead_material=0x7f0a0031; + public static int abc_font_family_title_material=0x7f0a0032; + public static int abc_search_hint=0x7f0a001d; + public static int abc_searchview_description_clear=0x7f0a001e; + public static int abc_searchview_description_query=0x7f0a001f; + public static int abc_searchview_description_search=0x7f0a0020; + public static int abc_searchview_description_submit=0x7f0a0021; + public static int abc_searchview_description_voice=0x7f0a0022; + public static int abc_shareactionprovider_share_with=0x7f0a0023; + public static int abc_shareactionprovider_share_with_application=0x7f0a0024; + public static int abc_toolbar_collapse_description=0x7f0a0025; + public static int appbar_scrolling_view_behavior=0x7f0a0033; + public static int bottom_sheet_behavior=0x7f0a0034; + public static int character_counter_pattern=0x7f0a0035; + public static int mr_button_content_description=0x7f0a0000; + public static int mr_cast_button_connected=0x7f0a0001; + public static int mr_cast_button_connecting=0x7f0a0002; + public static int mr_cast_button_disconnected=0x7f0a0003; + public static int mr_chooser_searching=0x7f0a0004; + public static int mr_chooser_title=0x7f0a0005; + public static int mr_controller_album_art=0x7f0a0006; + public static int mr_controller_casting_screen=0x7f0a0007; + public static int mr_controller_close_description=0x7f0a0008; + public static int mr_controller_collapse_group=0x7f0a0009; + public static int mr_controller_disconnect=0x7f0a000a; + public static int mr_controller_expand_group=0x7f0a000b; + public static int mr_controller_no_info_available=0x7f0a000c; + public static int mr_controller_no_media_selected=0x7f0a000d; + public static int mr_controller_pause=0x7f0a000e; + public static int mr_controller_play=0x7f0a000f; + public static int mr_controller_stop=0x7f0a0010; + public static int mr_controller_stop_casting=0x7f0a0011; + public static int mr_controller_volume_slider=0x7f0a0012; + public static int mr_system_route_name=0x7f0a0013; + public static int mr_user_route_category_name=0x7f0a0014; + public static int password_toggle_content_description=0x7f0a0036; + public static int path_password_eye=0x7f0a0037; + public static int path_password_eye_mask_strike_through=0x7f0a0038; + public static int path_password_eye_mask_visible=0x7f0a0039; + public static int path_password_strike_through=0x7f0a003a; + public static int search_menu_title=0x7f0a0026; + public static int status_bar_notification_info_overflow=0x7f0a003b; + } + public static final class style { + public static int AlertDialog_AppCompat=0x7f0c00a4; + public static int AlertDialog_AppCompat_Light=0x7f0c00a5; + public static int Animation_AppCompat_Dialog=0x7f0c00a6; + public static int Animation_AppCompat_DropDownUp=0x7f0c00a7; + public static int Animation_AppCompat_Tooltip=0x7f0c00a8; + public static int Animation_Design_BottomSheetDialog=0x7f0c016e; + public static int AppCompatDialogStyle=0x7f0c0191; + public static int Base_AlertDialog_AppCompat=0x7f0c00a9; + public static int Base_AlertDialog_AppCompat_Light=0x7f0c00aa; + public static int Base_Animation_AppCompat_Dialog=0x7f0c00ab; + public static int Base_Animation_AppCompat_DropDownUp=0x7f0c00ac; + public static int Base_Animation_AppCompat_Tooltip=0x7f0c00ad; + public static int Base_CardView=0x7f0c000c; + public static int Base_DialogWindowTitle_AppCompat=0x7f0c00ae; + public static int Base_DialogWindowTitleBackground_AppCompat=0x7f0c00af; + public static int Base_TextAppearance_AppCompat=0x7f0c0048; + public static int Base_TextAppearance_AppCompat_Body1=0x7f0c0049; + public static int Base_TextAppearance_AppCompat_Body2=0x7f0c004a; + public static int Base_TextAppearance_AppCompat_Button=0x7f0c0036; + public static int Base_TextAppearance_AppCompat_Caption=0x7f0c004b; + public static int Base_TextAppearance_AppCompat_Display1=0x7f0c004c; + public static int Base_TextAppearance_AppCompat_Display2=0x7f0c004d; + public static int Base_TextAppearance_AppCompat_Display3=0x7f0c004e; + public static int Base_TextAppearance_AppCompat_Display4=0x7f0c004f; + public static int Base_TextAppearance_AppCompat_Headline=0x7f0c0050; + public static int Base_TextAppearance_AppCompat_Inverse=0x7f0c001a; + public static int Base_TextAppearance_AppCompat_Large=0x7f0c0051; + public static int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0c001b; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c0052; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c0053; + public static int Base_TextAppearance_AppCompat_Medium=0x7f0c0054; + public static int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0c001c; + public static int Base_TextAppearance_AppCompat_Menu=0x7f0c0055; + public static int Base_TextAppearance_AppCompat_SearchResult=0x7f0c00b0; + public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c0056; + public static int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0c0057; + public static int Base_TextAppearance_AppCompat_Small=0x7f0c0058; + public static int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0c001d; + public static int Base_TextAppearance_AppCompat_Subhead=0x7f0c0059; + public static int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0c001e; + public static int Base_TextAppearance_AppCompat_Title=0x7f0c005a; + public static int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0c001f; + public static int Base_TextAppearance_AppCompat_Tooltip=0x7f0c00b1; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c0095; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c005b; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c005c; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c005d; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c005e; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c005f; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c0060; + public static int Base_TextAppearance_AppCompat_Widget_Button=0x7f0c0061; + public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c009c; + public static int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c009d; + public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c0096; + public static int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00b2; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0062; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0063; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0064; + public static int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0c0065; + public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0066; + public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c00b3; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0067; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0068; + public static int Base_Theme_AppCompat=0x7f0c0069; + public static int Base_Theme_AppCompat_CompactMenu=0x7f0c00b4; + public static int Base_Theme_AppCompat_Dialog=0x7f0c0020; + public static int Base_Theme_AppCompat_Dialog_Alert=0x7f0c0021; + public static int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0c00b5; + public static int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0c0022; + public static int Base_Theme_AppCompat_DialogWhenLarge=0x7f0c0010; + public static int Base_Theme_AppCompat_Light=0x7f0c006a; + public static int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0c00b6; + public static int Base_Theme_AppCompat_Light_Dialog=0x7f0c0023; + public static int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0c0024; + public static int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0c00b7; + public static int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0025; + public static int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0011; + public static int Base_ThemeOverlay_AppCompat=0x7f0c00b8; + public static int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0c00b9; + public static int Base_ThemeOverlay_AppCompat_Dark=0x7f0c00ba; + public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c00bb; + public static int Base_ThemeOverlay_AppCompat_Dialog=0x7f0c0026; + public static int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c0027; + public static int Base_ThemeOverlay_AppCompat_Light=0x7f0c00bc; + public static int Base_V11_Theme_AppCompat_Dialog=0x7f0c0028; + public static int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0c0029; + public static int Base_V11_ThemeOverlay_AppCompat_Dialog=0x7f0c002a; + public static int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0c0032; + public static int Base_V12_Widget_AppCompat_EditText=0x7f0c0033; + public static int Base_V14_Widget_Design_AppBarLayout=0x7f0c016f; + public static int Base_V21_Theme_AppCompat=0x7f0c006b; + public static int Base_V21_Theme_AppCompat_Dialog=0x7f0c006c; + public static int Base_V21_Theme_AppCompat_Light=0x7f0c006d; + public static int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0c006e; + public static int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0c006f; + public static int Base_V21_Widget_Design_AppBarLayout=0x7f0c016b; + public static int Base_V22_Theme_AppCompat=0x7f0c0093; + public static int Base_V22_Theme_AppCompat_Light=0x7f0c0094; + public static int Base_V23_Theme_AppCompat=0x7f0c0097; + public static int Base_V23_Theme_AppCompat_Light=0x7f0c0098; + public static int Base_V26_Theme_AppCompat=0x7f0c00a0; + public static int Base_V26_Theme_AppCompat_Light=0x7f0c00a1; + public static int Base_V26_Widget_AppCompat_Toolbar=0x7f0c00a2; + public static int Base_V26_Widget_Design_AppBarLayout=0x7f0c016d; + public static int Base_V7_Theme_AppCompat=0x7f0c00bd; + public static int Base_V7_Theme_AppCompat_Dialog=0x7f0c00be; + public static int Base_V7_Theme_AppCompat_Light=0x7f0c00bf; + public static int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0c00c0; + public static int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0c00c1; + public static int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0c00c2; + public static int Base_V7_Widget_AppCompat_EditText=0x7f0c00c3; + public static int Base_V7_Widget_AppCompat_Toolbar=0x7f0c00c4; + public static int Base_Widget_AppCompat_ActionBar=0x7f0c00c5; + public static int Base_Widget_AppCompat_ActionBar_Solid=0x7f0c00c6; + public static int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0c00c7; + public static int Base_Widget_AppCompat_ActionBar_TabText=0x7f0c0070; + public static int Base_Widget_AppCompat_ActionBar_TabView=0x7f0c0071; + public static int Base_Widget_AppCompat_ActionButton=0x7f0c0072; + public static int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0c0073; + public static int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0c0074; + public static int Base_Widget_AppCompat_ActionMode=0x7f0c00c8; + public static int Base_Widget_AppCompat_ActivityChooserView=0x7f0c00c9; + public static int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0c0034; + public static int Base_Widget_AppCompat_Button=0x7f0c0075; + public static int Base_Widget_AppCompat_Button_Borderless=0x7f0c0076; + public static int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0c0077; + public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c00ca; + public static int Base_Widget_AppCompat_Button_Colored=0x7f0c0099; + public static int Base_Widget_AppCompat_Button_Small=0x7f0c0078; + public static int Base_Widget_AppCompat_ButtonBar=0x7f0c0079; + public static int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c00cb; + public static int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0c007a; + public static int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0c007b; + public static int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0c00cc; + public static int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0c000f; + public static int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0c00cd; + public static int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0c007c; + public static int Base_Widget_AppCompat_EditText=0x7f0c0035; + public static int Base_Widget_AppCompat_ImageButton=0x7f0c007d; + public static int Base_Widget_AppCompat_Light_ActionBar=0x7f0c00ce; + public static int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0c00cf; + public static int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c00d0; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0c007e; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c007f; + public static int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0c0080; + public static int Base_Widget_AppCompat_Light_PopupMenu=0x7f0c0081; + public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c0082; + public static int Base_Widget_AppCompat_ListMenuView=0x7f0c00d1; + public static int Base_Widget_AppCompat_ListPopupWindow=0x7f0c0083; + public static int Base_Widget_AppCompat_ListView=0x7f0c0084; + public static int Base_Widget_AppCompat_ListView_DropDown=0x7f0c0085; + public static int Base_Widget_AppCompat_ListView_Menu=0x7f0c0086; + public static int Base_Widget_AppCompat_PopupMenu=0x7f0c0087; + public static int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0c0088; + public static int Base_Widget_AppCompat_PopupWindow=0x7f0c00d2; + public static int Base_Widget_AppCompat_ProgressBar=0x7f0c002b; + public static int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0c002c; + public static int Base_Widget_AppCompat_RatingBar=0x7f0c0089; + public static int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0c009a; + public static int Base_Widget_AppCompat_RatingBar_Small=0x7f0c009b; + public static int Base_Widget_AppCompat_SearchView=0x7f0c00d3; + public static int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0c00d4; + public static int Base_Widget_AppCompat_SeekBar=0x7f0c008a; + public static int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0c00d5; + public static int Base_Widget_AppCompat_Spinner=0x7f0c008b; + public static int Base_Widget_AppCompat_Spinner_Underlined=0x7f0c0012; + public static int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0c008c; + public static int Base_Widget_AppCompat_Toolbar=0x7f0c00a3; + public static int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c008d; + public static int Base_Widget_Design_AppBarLayout=0x7f0c016c; + public static int Base_Widget_Design_TabLayout=0x7f0c0170; + public static int CardView=0x7f0c000b; + public static int CardView_Dark=0x7f0c000d; + public static int CardView_Light=0x7f0c000e; + public static int MainTheme=0x7f0c018f; + /** Base theme applied no matter what API + */ + public static int MainTheme_Base=0x7f0c0190; + public static int Platform_AppCompat=0x7f0c002d; + public static int Platform_AppCompat_Light=0x7f0c002e; + public static int Platform_ThemeOverlay_AppCompat=0x7f0c008e; + public static int Platform_ThemeOverlay_AppCompat_Dark=0x7f0c008f; + public static int Platform_ThemeOverlay_AppCompat_Light=0x7f0c0090; + public static int Platform_V11_AppCompat=0x7f0c002f; + public static int Platform_V11_AppCompat_Light=0x7f0c0030; + public static int Platform_V14_AppCompat=0x7f0c0037; + public static int Platform_V14_AppCompat_Light=0x7f0c0038; + public static int Platform_V21_AppCompat=0x7f0c0091; + public static int Platform_V21_AppCompat_Light=0x7f0c0092; + public static int Platform_V25_AppCompat=0x7f0c009e; + public static int Platform_V25_AppCompat_Light=0x7f0c009f; + public static int Platform_Widget_AppCompat_Spinner=0x7f0c0031; + public static int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0c003a; + public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0c003b; + public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0c003c; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0c003d; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0c003e; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0c003f; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0c0040; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0c0041; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0c0042; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0c0043; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0c0044; + public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0c0045; + public static int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0c0046; + public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0c0047; + public static int TextAppearance_AppCompat=0x7f0c00d6; + public static int TextAppearance_AppCompat_Body1=0x7f0c00d7; + public static int TextAppearance_AppCompat_Body2=0x7f0c00d8; + public static int TextAppearance_AppCompat_Button=0x7f0c00d9; + public static int TextAppearance_AppCompat_Caption=0x7f0c00da; + public static int TextAppearance_AppCompat_Display1=0x7f0c00db; + public static int TextAppearance_AppCompat_Display2=0x7f0c00dc; + public static int TextAppearance_AppCompat_Display3=0x7f0c00dd; + public static int TextAppearance_AppCompat_Display4=0x7f0c00de; + public static int TextAppearance_AppCompat_Headline=0x7f0c00df; + public static int TextAppearance_AppCompat_Inverse=0x7f0c00e0; + public static int TextAppearance_AppCompat_Large=0x7f0c00e1; + public static int TextAppearance_AppCompat_Large_Inverse=0x7f0c00e2; + public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0c00e3; + public static int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0c00e4; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c00e5; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c00e6; + public static int TextAppearance_AppCompat_Medium=0x7f0c00e7; + public static int TextAppearance_AppCompat_Medium_Inverse=0x7f0c00e8; + public static int TextAppearance_AppCompat_Menu=0x7f0c00e9; + public static int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c00ea; + public static int TextAppearance_AppCompat_SearchResult_Title=0x7f0c00eb; + public static int TextAppearance_AppCompat_Small=0x7f0c00ec; + public static int TextAppearance_AppCompat_Small_Inverse=0x7f0c00ed; + public static int TextAppearance_AppCompat_Subhead=0x7f0c00ee; + public static int TextAppearance_AppCompat_Subhead_Inverse=0x7f0c00ef; + public static int TextAppearance_AppCompat_Title=0x7f0c00f0; + public static int TextAppearance_AppCompat_Title_Inverse=0x7f0c00f1; + public static int TextAppearance_AppCompat_Tooltip=0x7f0c0039; + public static int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c00f2; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c00f3; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c00f4; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c00f5; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c00f6; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c00f7; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0c00f8; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c00f9; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0c00fa; + public static int TextAppearance_AppCompat_Widget_Button=0x7f0c00fb; + public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c00fc; + public static int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c00fd; + public static int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c00fe; + public static int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00ff; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0100; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0101; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0102; + public static int TextAppearance_AppCompat_Widget_Switch=0x7f0c0103; + public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0104; + public static int TextAppearance_Compat_Notification=0x7f0c0188; + public static int TextAppearance_Compat_Notification_Info=0x7f0c0189; + public static int TextAppearance_Compat_Notification_Info_Media=0x7f0c0165; + public static int TextAppearance_Compat_Notification_Line2=0x7f0c018e; + public static int TextAppearance_Compat_Notification_Line2_Media=0x7f0c0169; + public static int TextAppearance_Compat_Notification_Media=0x7f0c0166; + public static int TextAppearance_Compat_Notification_Time=0x7f0c018a; + public static int TextAppearance_Compat_Notification_Time_Media=0x7f0c0167; + public static int TextAppearance_Compat_Notification_Title=0x7f0c018b; + public static int TextAppearance_Compat_Notification_Title_Media=0x7f0c0168; + public static int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0c0171; + public static int TextAppearance_Design_Counter=0x7f0c0172; + public static int TextAppearance_Design_Counter_Overflow=0x7f0c0173; + public static int TextAppearance_Design_Error=0x7f0c0174; + public static int TextAppearance_Design_Hint=0x7f0c0175; + public static int TextAppearance_Design_Snackbar_Message=0x7f0c0176; + public static int TextAppearance_Design_Tab=0x7f0c0177; + public static int TextAppearance_MediaRouter_PrimaryText=0x7f0c0000; + public static int TextAppearance_MediaRouter_SecondaryText=0x7f0c0001; + public static int TextAppearance_MediaRouter_Title=0x7f0c0002; + public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c0105; + public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0106; + public static int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0107; + public static int Theme_AppCompat=0x7f0c0108; + public static int Theme_AppCompat_CompactMenu=0x7f0c0109; + public static int Theme_AppCompat_DayNight=0x7f0c0013; + public static int Theme_AppCompat_DayNight_DarkActionBar=0x7f0c0014; + public static int Theme_AppCompat_DayNight_Dialog=0x7f0c0015; + public static int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0c0016; + public static int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0c0017; + public static int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0c0018; + public static int Theme_AppCompat_DayNight_NoActionBar=0x7f0c0019; + public static int Theme_AppCompat_Dialog=0x7f0c010a; + public static int Theme_AppCompat_Dialog_Alert=0x7f0c010b; + public static int Theme_AppCompat_Dialog_MinWidth=0x7f0c010c; + public static int Theme_AppCompat_DialogWhenLarge=0x7f0c010d; + public static int Theme_AppCompat_Light=0x7f0c010e; + public static int Theme_AppCompat_Light_DarkActionBar=0x7f0c010f; + public static int Theme_AppCompat_Light_Dialog=0x7f0c0110; + public static int Theme_AppCompat_Light_Dialog_Alert=0x7f0c0111; + public static int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0112; + public static int Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0113; + public static int Theme_AppCompat_Light_NoActionBar=0x7f0c0114; + public static int Theme_AppCompat_NoActionBar=0x7f0c0115; + public static int Theme_Design=0x7f0c0178; + public static int Theme_Design_BottomSheetDialog=0x7f0c0179; + public static int Theme_Design_Light=0x7f0c017a; + public static int Theme_Design_Light_BottomSheetDialog=0x7f0c017b; + public static int Theme_Design_Light_NoActionBar=0x7f0c017c; + public static int Theme_Design_NoActionBar=0x7f0c017d; + public static int Theme_MediaRouter=0x7f0c0003; + public static int Theme_MediaRouter_Light=0x7f0c0004; + public static int Theme_MediaRouter_Light_DarkControlPanel=0x7f0c0005; + public static int Theme_MediaRouter_LightControlPanel=0x7f0c0006; + public static int ThemeOverlay_AppCompat=0x7f0c0116; + public static int ThemeOverlay_AppCompat_ActionBar=0x7f0c0117; + public static int ThemeOverlay_AppCompat_Dark=0x7f0c0118; + public static int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c0119; + public static int ThemeOverlay_AppCompat_Dialog=0x7f0c011a; + public static int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c011b; + public static int ThemeOverlay_AppCompat_Light=0x7f0c011c; + public static int ThemeOverlay_MediaRouter_Dark=0x7f0c0007; + public static int ThemeOverlay_MediaRouter_Light=0x7f0c0008; + public static int Widget_AppCompat_ActionBar=0x7f0c011d; + public static int Widget_AppCompat_ActionBar_Solid=0x7f0c011e; + public static int Widget_AppCompat_ActionBar_TabBar=0x7f0c011f; + public static int Widget_AppCompat_ActionBar_TabText=0x7f0c0120; + public static int Widget_AppCompat_ActionBar_TabView=0x7f0c0121; + public static int Widget_AppCompat_ActionButton=0x7f0c0122; + public static int Widget_AppCompat_ActionButton_CloseMode=0x7f0c0123; + public static int Widget_AppCompat_ActionButton_Overflow=0x7f0c0124; + public static int Widget_AppCompat_ActionMode=0x7f0c0125; + public static int Widget_AppCompat_ActivityChooserView=0x7f0c0126; + public static int Widget_AppCompat_AutoCompleteTextView=0x7f0c0127; + public static int Widget_AppCompat_Button=0x7f0c0128; + public static int Widget_AppCompat_Button_Borderless=0x7f0c0129; + public static int Widget_AppCompat_Button_Borderless_Colored=0x7f0c012a; + public static int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c012b; + public static int Widget_AppCompat_Button_Colored=0x7f0c012c; + public static int Widget_AppCompat_Button_Small=0x7f0c012d; + public static int Widget_AppCompat_ButtonBar=0x7f0c012e; + public static int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c012f; + public static int Widget_AppCompat_CompoundButton_CheckBox=0x7f0c0130; + public static int Widget_AppCompat_CompoundButton_RadioButton=0x7f0c0131; + public static int Widget_AppCompat_CompoundButton_Switch=0x7f0c0132; + public static int Widget_AppCompat_DrawerArrowToggle=0x7f0c0133; + public static int Widget_AppCompat_DropDownItem_Spinner=0x7f0c0134; + public static int Widget_AppCompat_EditText=0x7f0c0135; + public static int Widget_AppCompat_ImageButton=0x7f0c0136; + public static int Widget_AppCompat_Light_ActionBar=0x7f0c0137; + public static int Widget_AppCompat_Light_ActionBar_Solid=0x7f0c0138; + public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0c0139; + public static int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c013a; + public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0c013b; + public static int Widget_AppCompat_Light_ActionBar_TabText=0x7f0c013c; + public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c013d; + public static int Widget_AppCompat_Light_ActionBar_TabView=0x7f0c013e; + public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0c013f; + public static int Widget_AppCompat_Light_ActionButton=0x7f0c0140; + public static int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0c0141; + public static int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0c0142; + public static int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0c0143; + public static int Widget_AppCompat_Light_ActivityChooserView=0x7f0c0144; + public static int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0c0145; + public static int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0c0146; + public static int Widget_AppCompat_Light_ListPopupWindow=0x7f0c0147; + public static int Widget_AppCompat_Light_ListView_DropDown=0x7f0c0148; + public static int Widget_AppCompat_Light_PopupMenu=0x7f0c0149; + public static int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c014a; + public static int Widget_AppCompat_Light_SearchView=0x7f0c014b; + public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0c014c; + public static int Widget_AppCompat_ListMenuView=0x7f0c014d; + public static int Widget_AppCompat_ListPopupWindow=0x7f0c014e; + public static int Widget_AppCompat_ListView=0x7f0c014f; + public static int Widget_AppCompat_ListView_DropDown=0x7f0c0150; + public static int Widget_AppCompat_ListView_Menu=0x7f0c0151; + public static int Widget_AppCompat_PopupMenu=0x7f0c0152; + public static int Widget_AppCompat_PopupMenu_Overflow=0x7f0c0153; + public static int Widget_AppCompat_PopupWindow=0x7f0c0154; + public static int Widget_AppCompat_ProgressBar=0x7f0c0155; + public static int Widget_AppCompat_ProgressBar_Horizontal=0x7f0c0156; + public static int Widget_AppCompat_RatingBar=0x7f0c0157; + public static int Widget_AppCompat_RatingBar_Indicator=0x7f0c0158; + public static int Widget_AppCompat_RatingBar_Small=0x7f0c0159; + public static int Widget_AppCompat_SearchView=0x7f0c015a; + public static int Widget_AppCompat_SearchView_ActionBar=0x7f0c015b; + public static int Widget_AppCompat_SeekBar=0x7f0c015c; + public static int Widget_AppCompat_SeekBar_Discrete=0x7f0c015d; + public static int Widget_AppCompat_Spinner=0x7f0c015e; + public static int Widget_AppCompat_Spinner_DropDown=0x7f0c015f; + public static int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c0160; + public static int Widget_AppCompat_Spinner_Underlined=0x7f0c0161; + public static int Widget_AppCompat_TextView_SpinnerItem=0x7f0c0162; + public static int Widget_AppCompat_Toolbar=0x7f0c0163; + public static int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c0164; + public static int Widget_Compat_NotificationActionContainer=0x7f0c018c; + public static int Widget_Compat_NotificationActionText=0x7f0c018d; + public static int Widget_Design_AppBarLayout=0x7f0c017e; + public static int Widget_Design_BottomNavigationView=0x7f0c017f; + public static int Widget_Design_BottomSheet_Modal=0x7f0c0180; + public static int Widget_Design_CollapsingToolbar=0x7f0c0181; + public static int Widget_Design_CoordinatorLayout=0x7f0c0182; + public static int Widget_Design_FloatingActionButton=0x7f0c0183; + public static int Widget_Design_NavigationView=0x7f0c0184; + public static int Widget_Design_ScrimInsetsFrameLayout=0x7f0c0185; + public static int Widget_Design_Snackbar=0x7f0c0186; + public static int Widget_Design_TabLayout=0x7f0c016a; + public static int Widget_Design_TextInputLayout=0x7f0c0187; + public static int Widget_MediaRouter_Light_MediaRouteButton=0x7f0c0009; + public static int Widget_MediaRouter_MediaRouteButton=0x7f0c000a; + } + public static final class styleable { + /** Attributes that can be used with a ActionBar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #ActionBar_background android.support.v4:background}
{@link #ActionBar_backgroundSplit android.support.v4:backgroundSplit}
{@link #ActionBar_backgroundStacked android.support.v4:backgroundStacked}
{@link #ActionBar_contentInsetEnd android.support.v4:contentInsetEnd}
{@link #ActionBar_contentInsetEndWithActions android.support.v4:contentInsetEndWithActions}
{@link #ActionBar_contentInsetLeft android.support.v4:contentInsetLeft}
{@link #ActionBar_contentInsetRight android.support.v4:contentInsetRight}
{@link #ActionBar_contentInsetStart android.support.v4:contentInsetStart}
{@link #ActionBar_contentInsetStartWithNavigation android.support.v4:contentInsetStartWithNavigation}
{@link #ActionBar_customNavigationLayout android.support.v4:customNavigationLayout}
{@link #ActionBar_displayOptions android.support.v4:displayOptions}
{@link #ActionBar_divider android.support.v4:divider}
{@link #ActionBar_elevation android.support.v4:elevation}
{@link #ActionBar_height android.support.v4:height}
{@link #ActionBar_hideOnContentScroll android.support.v4:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator android.support.v4:homeAsUpIndicator}
{@link #ActionBar_homeLayout android.support.v4:homeLayout}
{@link #ActionBar_icon android.support.v4:icon}
{@link #ActionBar_indeterminateProgressStyle android.support.v4:indeterminateProgressStyle}
{@link #ActionBar_itemPadding android.support.v4:itemPadding}
{@link #ActionBar_logo android.support.v4:logo}
{@link #ActionBar_navigationMode android.support.v4:navigationMode}
{@link #ActionBar_popupTheme android.support.v4:popupTheme}
{@link #ActionBar_progressBarPadding android.support.v4:progressBarPadding}
{@link #ActionBar_progressBarStyle android.support.v4:progressBarStyle}
{@link #ActionBar_subtitle android.support.v4:subtitle}
{@link #ActionBar_subtitleTextStyle android.support.v4:subtitleTextStyle}
{@link #ActionBar_title android.support.v4:title}
{@link #ActionBar_titleTextStyle android.support.v4:titleTextStyle}
+ @see #ActionBar_background + @see #ActionBar_backgroundSplit + @see #ActionBar_backgroundStacked + @see #ActionBar_contentInsetEnd + @see #ActionBar_contentInsetEndWithActions + @see #ActionBar_contentInsetLeft + @see #ActionBar_contentInsetRight + @see #ActionBar_contentInsetStart + @see #ActionBar_contentInsetStartWithNavigation + @see #ActionBar_customNavigationLayout + @see #ActionBar_displayOptions + @see #ActionBar_divider + @see #ActionBar_elevation + @see #ActionBar_height + @see #ActionBar_hideOnContentScroll + @see #ActionBar_homeAsUpIndicator + @see #ActionBar_homeLayout + @see #ActionBar_icon + @see #ActionBar_indeterminateProgressStyle + @see #ActionBar_itemPadding + @see #ActionBar_logo + @see #ActionBar_navigationMode + @see #ActionBar_popupTheme + @see #ActionBar_progressBarPadding + @see #ActionBar_progressBarStyle + @see #ActionBar_subtitle + @see #ActionBar_subtitleTextStyle + @see #ActionBar_title + @see #ActionBar_titleTextStyle + */ + public static final int[] ActionBar = { + 0x7f010023, 0x7f010025, 0x7f010026, 0x7f010027, + 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, + 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, + 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, + 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, + 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, + 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, + 0x7f010085 + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#background} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:background + */ + public static int ActionBar_background = 10; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v4:backgroundSplit + */ + public static int ActionBar_backgroundSplit = 12; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#backgroundStacked} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v4:backgroundStacked + */ + public static int ActionBar_backgroundStacked = 11; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:contentInsetEnd + */ + public static int ActionBar_contentInsetEnd = 21; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:contentInsetEndWithActions + */ + public static int ActionBar_contentInsetEndWithActions = 25; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:contentInsetLeft + */ + public static int ActionBar_contentInsetLeft = 22; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#contentInsetRight} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:contentInsetRight + */ + public static int ActionBar_contentInsetRight = 23; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#contentInsetStart} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:contentInsetStart + */ + public static int ActionBar_contentInsetStart = 20; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:contentInsetStartWithNavigation + */ + public static int ActionBar_contentInsetStartWithNavigation = 24; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#customNavigationLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:customNavigationLayout + */ + public static int ActionBar_customNavigationLayout = 13; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#displayOptions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ @attr name android.support.v4:displayOptions + */ + public static int ActionBar_displayOptions = 3; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#divider} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:divider + */ + public static int ActionBar_divider = 9; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#elevation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:elevation + */ + public static int ActionBar_elevation = 26; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#height} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:height + */ + public static int ActionBar_height = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#hideOnContentScroll} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:hideOnContentScroll + */ + public static int ActionBar_hideOnContentScroll = 19; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:homeAsUpIndicator + */ + public static int ActionBar_homeAsUpIndicator = 28; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#homeLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:homeLayout + */ + public static int ActionBar_homeLayout = 14; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#icon} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:icon + */ + public static int ActionBar_icon = 7; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#indeterminateProgressStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:indeterminateProgressStyle + */ + public static int ActionBar_indeterminateProgressStyle = 16; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#itemPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:itemPadding + */ + public static int ActionBar_itemPadding = 18; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#logo} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:logo + */ + public static int ActionBar_logo = 8; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#navigationMode} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ @attr name android.support.v4:navigationMode + */ + public static int ActionBar_navigationMode = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#popupTheme} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:popupTheme + */ + public static int ActionBar_popupTheme = 27; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#progressBarPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:progressBarPadding + */ + public static int ActionBar_progressBarPadding = 17; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#progressBarStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:progressBarStyle + */ + public static int ActionBar_progressBarStyle = 15; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#subtitle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:subtitle + */ + public static int ActionBar_subtitle = 4; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:subtitleTextStyle + */ + public static int ActionBar_subtitleTextStyle = 6; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#title} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:title + */ + public static int ActionBar_title = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:titleTextStyle + */ + public static int ActionBar_titleTextStyle = 5; + /** Attributes that can be used with a ActionBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout = { + 0x010100b3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #ActionBarLayout} array. + @attr name android:layout_gravity + */ + public static int ActionBarLayout_android_layout_gravity = 0; + /** Attributes that can be used with a ActionMenuItemView. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView = { + 0x0101013f + }; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #ActionMenuItemView} array. + @attr name android:minWidth + */ + public static int ActionMenuItemView_android_minWidth = 0; + /** Attributes that can be used with a ActionMenuView. + */ + public static final int[] ActionMenuView = { + + }; + /** Attributes that can be used with a ActionMode. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #ActionMode_background android.support.v4:background}
{@link #ActionMode_backgroundSplit android.support.v4:backgroundSplit}
{@link #ActionMode_closeItemLayout android.support.v4:closeItemLayout}
{@link #ActionMode_height android.support.v4:height}
{@link #ActionMode_subtitleTextStyle android.support.v4:subtitleTextStyle}
{@link #ActionMode_titleTextStyle android.support.v4:titleTextStyle}
+ @see #ActionMode_background + @see #ActionMode_backgroundSplit + @see #ActionMode_closeItemLayout + @see #ActionMode_height + @see #ActionMode_subtitleTextStyle + @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode = { + 0x7f010023, 0x7f010029, 0x7f01002a, 0x7f01002e, + 0x7f010030, 0x7f010040 + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#background} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:background + */ + public static int ActionMode_background = 3; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionMode} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v4:backgroundSplit + */ + public static int ActionMode_backgroundSplit = 4; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#closeItemLayout} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:closeItemLayout + */ + public static int ActionMode_closeItemLayout = 5; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#height} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:height + */ + public static int ActionMode_height = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:subtitleTextStyle + */ + public static int ActionMode_subtitleTextStyle = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:titleTextStyle + */ + public static int ActionMode_titleTextStyle = 1; + /** Attributes that can be used with a ActivityChooserView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable android.support.v4:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount android.support.v4:initialActivityCount}
+ @see #ActivityChooserView_expandActivityOverflowButtonDrawable + @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView = { + 0x7f010041, 0x7f010042 + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#expandActivityOverflowButtonDrawable} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:expandActivityOverflowButtonDrawable + */ + public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#initialActivityCount} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:initialActivityCount + */ + public static int ActivityChooserView_initialActivityCount = 0; + /** Attributes that can be used with a AlertDialog. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout android.support.v4:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout android.support.v4:listItemLayout}
{@link #AlertDialog_listLayout android.support.v4:listLayout}
{@link #AlertDialog_multiChoiceItemLayout android.support.v4:multiChoiceItemLayout}
{@link #AlertDialog_showTitle android.support.v4:showTitle}
{@link #AlertDialog_singleChoiceItemLayout android.support.v4:singleChoiceItemLayout}
+ @see #AlertDialog_android_layout + @see #AlertDialog_buttonPanelSideLayout + @see #AlertDialog_listItemLayout + @see #AlertDialog_listLayout + @see #AlertDialog_multiChoiceItemLayout + @see #AlertDialog_showTitle + @see #AlertDialog_singleChoiceItemLayout + */ + public static final int[] AlertDialog = { + 0x010100f2, 0x7f010043, 0x7f010044, 0x7f010045, + 0x7f010046, 0x7f010047, 0x7f010048 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #AlertDialog} array. + @attr name android:layout + */ + public static int AlertDialog_android_layout = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#buttonPanelSideLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:buttonPanelSideLayout + */ + public static int AlertDialog_buttonPanelSideLayout = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#listItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:listItemLayout + */ + public static int AlertDialog_listItemLayout = 5; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#listLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:listLayout + */ + public static int AlertDialog_listLayout = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#multiChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:multiChoiceItemLayout + */ + public static int AlertDialog_multiChoiceItemLayout = 3; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#showTitle} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:showTitle + */ + public static int AlertDialog_showTitle = 6; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#singleChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:singleChoiceItemLayout + */ + public static int AlertDialog_singleChoiceItemLayout = 4; + /** Attributes that can be used with a AppBarLayout. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #AppBarLayout_android_background android:background}
{@link #AppBarLayout_android_keyboardNavigationCluster android:keyboardNavigationCluster}
{@link #AppBarLayout_android_touchscreenBlocksFocus android:touchscreenBlocksFocus}
{@link #AppBarLayout_elevation android.support.v4:elevation}
{@link #AppBarLayout_expanded android.support.v4:expanded}
+ @see #AppBarLayout_android_background + @see #AppBarLayout_android_keyboardNavigationCluster + @see #AppBarLayout_android_touchscreenBlocksFocus + @see #AppBarLayout_elevation + @see #AppBarLayout_expanded + */ + public static final int[] AppBarLayout = { + 0x010100d4, 0x0101048f, 0x01010540, 0x7f01003e, + 0x7f010118 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:background + */ + public static int AppBarLayout_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#keyboardNavigationCluster} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:keyboardNavigationCluster + */ + public static int AppBarLayout_android_keyboardNavigationCluster = 2; + /** +

This symbol is the offset where the {@link android.R.attr#touchscreenBlocksFocus} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:touchscreenBlocksFocus + */ + public static int AppBarLayout_android_touchscreenBlocksFocus = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#elevation} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:elevation + */ + public static int AppBarLayout_elevation = 3; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#expanded} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:expanded + */ + public static int AppBarLayout_expanded = 4; + /** Attributes that can be used with a AppBarLayoutStates. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayoutStates_state_collapsed android.support.v4:state_collapsed}
{@link #AppBarLayoutStates_state_collapsible android.support.v4:state_collapsible}
+ @see #AppBarLayoutStates_state_collapsed + @see #AppBarLayoutStates_state_collapsible + */ + public static final int[] AppBarLayoutStates = { + 0x7f010119, 0x7f01011a + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#state_collapsed} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:state_collapsed + */ + public static int AppBarLayoutStates_state_collapsed = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#state_collapsible} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:state_collapsible + */ + public static int AppBarLayoutStates_state_collapsible = 1; + /** Attributes that can be used with a AppBarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayout_Layout_layout_scrollFlags android.support.v4:layout_scrollFlags}
{@link #AppBarLayout_Layout_layout_scrollInterpolator android.support.v4:layout_scrollInterpolator}
+ @see #AppBarLayout_Layout_layout_scrollFlags + @see #AppBarLayout_Layout_layout_scrollInterpolator + */ + public static final int[] AppBarLayout_Layout = { + 0x7f01011b, 0x7f01011c + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#layout_scrollFlags} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ @attr name android.support.v4:layout_scrollFlags + */ + public static int AppBarLayout_Layout_layout_scrollFlags = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#layout_scrollInterpolator} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:layout_scrollInterpolator + */ + public static int AppBarLayout_Layout_layout_scrollInterpolator = 1; + /** Attributes that can be used with a AppCompatImageView. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatImageView_android_src android:src}
{@link #AppCompatImageView_srcCompat android.support.v4:srcCompat}
{@link #AppCompatImageView_tint android.support.v4:tint}
{@link #AppCompatImageView_tintMode android.support.v4:tintMode}
+ @see #AppCompatImageView_android_src + @see #AppCompatImageView_srcCompat + @see #AppCompatImageView_tint + @see #AppCompatImageView_tintMode + */ + public static final int[] AppCompatImageView = { + 0x01010119, 0x7f010049, 0x7f01004a, 0x7f01004b + }; + /** +

This symbol is the offset where the {@link android.R.attr#src} + attribute's value can be found in the {@link #AppCompatImageView} array. + @attr name android:src + */ + public static int AppCompatImageView_android_src = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#srcCompat} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:srcCompat + */ + public static int AppCompatImageView_srcCompat = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tint} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:tint + */ + public static int AppCompatImageView_tint = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tintMode} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v4:tintMode + */ + public static int AppCompatImageView_tintMode = 3; + /** Attributes that can be used with a AppCompatSeekBar. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatSeekBar_android_thumb android:thumb}
{@link #AppCompatSeekBar_tickMark android.support.v4:tickMark}
{@link #AppCompatSeekBar_tickMarkTint android.support.v4:tickMarkTint}
{@link #AppCompatSeekBar_tickMarkTintMode android.support.v4:tickMarkTintMode}
+ @see #AppCompatSeekBar_android_thumb + @see #AppCompatSeekBar_tickMark + @see #AppCompatSeekBar_tickMarkTint + @see #AppCompatSeekBar_tickMarkTintMode + */ + public static final int[] AppCompatSeekBar = { + 0x01010142, 0x7f01004c, 0x7f01004d, 0x7f01004e + }; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + @attr name android:thumb + */ + public static int AppCompatSeekBar_android_thumb = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tickMark} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:tickMark + */ + public static int AppCompatSeekBar_tickMark = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tickMarkTint} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:tickMarkTint + */ + public static int AppCompatSeekBar_tickMarkTint = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tickMarkTintMode} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v4:tickMarkTintMode + */ + public static int AppCompatSeekBar_tickMarkTintMode = 3; + /** Attributes that can be used with a AppCompatTextHelper. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextHelper_android_drawableBottom android:drawableBottom}
{@link #AppCompatTextHelper_android_drawableEnd android:drawableEnd}
{@link #AppCompatTextHelper_android_drawableLeft android:drawableLeft}
{@link #AppCompatTextHelper_android_drawableRight android:drawableRight}
{@link #AppCompatTextHelper_android_drawableStart android:drawableStart}
{@link #AppCompatTextHelper_android_drawableTop android:drawableTop}
{@link #AppCompatTextHelper_android_textAppearance android:textAppearance}
+ @see #AppCompatTextHelper_android_drawableBottom + @see #AppCompatTextHelper_android_drawableEnd + @see #AppCompatTextHelper_android_drawableLeft + @see #AppCompatTextHelper_android_drawableRight + @see #AppCompatTextHelper_android_drawableStart + @see #AppCompatTextHelper_android_drawableTop + @see #AppCompatTextHelper_android_textAppearance + */ + public static final int[] AppCompatTextHelper = { + 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, + 0x01010170, 0x01010392, 0x01010393 + }; + /** +

This symbol is the offset where the {@link android.R.attr#drawableBottom} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableBottom + */ + public static int AppCompatTextHelper_android_drawableBottom = 2; + /** +

This symbol is the offset where the {@link android.R.attr#drawableEnd} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableEnd + */ + public static int AppCompatTextHelper_android_drawableEnd = 6; + /** +

This symbol is the offset where the {@link android.R.attr#drawableLeft} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableLeft + */ + public static int AppCompatTextHelper_android_drawableLeft = 3; + /** +

This symbol is the offset where the {@link android.R.attr#drawableRight} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableRight + */ + public static int AppCompatTextHelper_android_drawableRight = 4; + /** +

This symbol is the offset where the {@link android.R.attr#drawableStart} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableStart + */ + public static int AppCompatTextHelper_android_drawableStart = 5; + /** +

This symbol is the offset where the {@link android.R.attr#drawableTop} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableTop + */ + public static int AppCompatTextHelper_android_drawableTop = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:textAppearance + */ + public static int AppCompatTextHelper_android_textAppearance = 0; + /** Attributes that can be used with a AppCompatTextView. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_autoSizeMaxTextSize android.support.v4:autoSizeMaxTextSize}
{@link #AppCompatTextView_autoSizeMinTextSize android.support.v4:autoSizeMinTextSize}
{@link #AppCompatTextView_autoSizePresetSizes android.support.v4:autoSizePresetSizes}
{@link #AppCompatTextView_autoSizeStepGranularity android.support.v4:autoSizeStepGranularity}
{@link #AppCompatTextView_autoSizeTextType android.support.v4:autoSizeTextType}
{@link #AppCompatTextView_fontFamily android.support.v4:fontFamily}
{@link #AppCompatTextView_textAllCaps android.support.v4:textAllCaps}
+ @see #AppCompatTextView_android_textAppearance + @see #AppCompatTextView_autoSizeMaxTextSize + @see #AppCompatTextView_autoSizeMinTextSize + @see #AppCompatTextView_autoSizePresetSizes + @see #AppCompatTextView_autoSizeStepGranularity + @see #AppCompatTextView_autoSizeTextType + @see #AppCompatTextView_fontFamily + @see #AppCompatTextView_textAllCaps + */ + public static final int[] AppCompatTextView = { + 0x01010034, 0x7f01004f, 0x7f010050, 0x7f010051, + 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextView} array. + @attr name android:textAppearance + */ + public static int AppCompatTextView_android_textAppearance = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#autoSizeMaxTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:autoSizeMaxTextSize + */ + public static int AppCompatTextView_autoSizeMaxTextSize = 6; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#autoSizeMinTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:autoSizeMinTextSize + */ + public static int AppCompatTextView_autoSizeMinTextSize = 5; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#autoSizePresetSizes} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:autoSizePresetSizes + */ + public static int AppCompatTextView_autoSizePresetSizes = 4; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#autoSizeStepGranularity} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:autoSizeStepGranularity + */ + public static int AppCompatTextView_autoSizeStepGranularity = 3; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#autoSizeTextType} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ @attr name android.support.v4:autoSizeTextType + */ + public static int AppCompatTextView_autoSizeTextType = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#fontFamily} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:fontFamily + */ + public static int AppCompatTextView_fontFamily = 7; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#textAllCaps} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name android.support.v4:textAllCaps + */ + public static int AppCompatTextView_textAllCaps = 1; + /** Attributes that can be used with a AppCompatTheme. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTheme_actionBarDivider android.support.v4:actionBarDivider}
{@link #AppCompatTheme_actionBarItemBackground android.support.v4:actionBarItemBackground}
{@link #AppCompatTheme_actionBarPopupTheme android.support.v4:actionBarPopupTheme}
{@link #AppCompatTheme_actionBarSize android.support.v4:actionBarSize}
{@link #AppCompatTheme_actionBarSplitStyle android.support.v4:actionBarSplitStyle}
{@link #AppCompatTheme_actionBarStyle android.support.v4:actionBarStyle}
{@link #AppCompatTheme_actionBarTabBarStyle android.support.v4:actionBarTabBarStyle}
{@link #AppCompatTheme_actionBarTabStyle android.support.v4:actionBarTabStyle}
{@link #AppCompatTheme_actionBarTabTextStyle android.support.v4:actionBarTabTextStyle}
{@link #AppCompatTheme_actionBarTheme android.support.v4:actionBarTheme}
{@link #AppCompatTheme_actionBarWidgetTheme android.support.v4:actionBarWidgetTheme}
{@link #AppCompatTheme_actionButtonStyle android.support.v4:actionButtonStyle}
{@link #AppCompatTheme_actionDropDownStyle android.support.v4:actionDropDownStyle}
{@link #AppCompatTheme_actionMenuTextAppearance android.support.v4:actionMenuTextAppearance}
{@link #AppCompatTheme_actionMenuTextColor android.support.v4:actionMenuTextColor}
{@link #AppCompatTheme_actionModeBackground android.support.v4:actionModeBackground}
{@link #AppCompatTheme_actionModeCloseButtonStyle android.support.v4:actionModeCloseButtonStyle}
{@link #AppCompatTheme_actionModeCloseDrawable android.support.v4:actionModeCloseDrawable}
{@link #AppCompatTheme_actionModeCopyDrawable android.support.v4:actionModeCopyDrawable}
{@link #AppCompatTheme_actionModeCutDrawable android.support.v4:actionModeCutDrawable}
{@link #AppCompatTheme_actionModeFindDrawable android.support.v4:actionModeFindDrawable}
{@link #AppCompatTheme_actionModePasteDrawable android.support.v4:actionModePasteDrawable}
{@link #AppCompatTheme_actionModePopupWindowStyle android.support.v4:actionModePopupWindowStyle}
{@link #AppCompatTheme_actionModeSelectAllDrawable android.support.v4:actionModeSelectAllDrawable}
{@link #AppCompatTheme_actionModeShareDrawable android.support.v4:actionModeShareDrawable}
{@link #AppCompatTheme_actionModeSplitBackground android.support.v4:actionModeSplitBackground}
{@link #AppCompatTheme_actionModeStyle android.support.v4:actionModeStyle}
{@link #AppCompatTheme_actionModeWebSearchDrawable android.support.v4:actionModeWebSearchDrawable}
{@link #AppCompatTheme_actionOverflowButtonStyle android.support.v4:actionOverflowButtonStyle}
{@link #AppCompatTheme_actionOverflowMenuStyle android.support.v4:actionOverflowMenuStyle}
{@link #AppCompatTheme_activityChooserViewStyle android.support.v4:activityChooserViewStyle}
{@link #AppCompatTheme_alertDialogButtonGroupStyle android.support.v4:alertDialogButtonGroupStyle}
{@link #AppCompatTheme_alertDialogCenterButtons android.support.v4:alertDialogCenterButtons}
{@link #AppCompatTheme_alertDialogStyle android.support.v4:alertDialogStyle}
{@link #AppCompatTheme_alertDialogTheme android.support.v4:alertDialogTheme}
{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating}
{@link #AppCompatTheme_autoCompleteTextViewStyle android.support.v4:autoCompleteTextViewStyle}
{@link #AppCompatTheme_borderlessButtonStyle android.support.v4:borderlessButtonStyle}
{@link #AppCompatTheme_buttonBarButtonStyle android.support.v4:buttonBarButtonStyle}
{@link #AppCompatTheme_buttonBarNegativeButtonStyle android.support.v4:buttonBarNegativeButtonStyle}
{@link #AppCompatTheme_buttonBarNeutralButtonStyle android.support.v4:buttonBarNeutralButtonStyle}
{@link #AppCompatTheme_buttonBarPositiveButtonStyle android.support.v4:buttonBarPositiveButtonStyle}
{@link #AppCompatTheme_buttonBarStyle android.support.v4:buttonBarStyle}
{@link #AppCompatTheme_buttonStyle android.support.v4:buttonStyle}
{@link #AppCompatTheme_buttonStyleSmall android.support.v4:buttonStyleSmall}
{@link #AppCompatTheme_checkboxStyle android.support.v4:checkboxStyle}
{@link #AppCompatTheme_checkedTextViewStyle android.support.v4:checkedTextViewStyle}
{@link #AppCompatTheme_colorAccent android.support.v4:colorAccent}
{@link #AppCompatTheme_colorBackgroundFloating android.support.v4:colorBackgroundFloating}
{@link #AppCompatTheme_colorButtonNormal android.support.v4:colorButtonNormal}
{@link #AppCompatTheme_colorControlActivated android.support.v4:colorControlActivated}
{@link #AppCompatTheme_colorControlHighlight android.support.v4:colorControlHighlight}
{@link #AppCompatTheme_colorControlNormal android.support.v4:colorControlNormal}
{@link #AppCompatTheme_colorError android.support.v4:colorError}
{@link #AppCompatTheme_colorPrimary android.support.v4:colorPrimary}
{@link #AppCompatTheme_colorPrimaryDark android.support.v4:colorPrimaryDark}
{@link #AppCompatTheme_colorSwitchThumbNormal android.support.v4:colorSwitchThumbNormal}
{@link #AppCompatTheme_controlBackground android.support.v4:controlBackground}
{@link #AppCompatTheme_dialogPreferredPadding android.support.v4:dialogPreferredPadding}
{@link #AppCompatTheme_dialogTheme android.support.v4:dialogTheme}
{@link #AppCompatTheme_dividerHorizontal android.support.v4:dividerHorizontal}
{@link #AppCompatTheme_dividerVertical android.support.v4:dividerVertical}
{@link #AppCompatTheme_dropDownListViewStyle android.support.v4:dropDownListViewStyle}
{@link #AppCompatTheme_dropdownListPreferredItemHeight android.support.v4:dropdownListPreferredItemHeight}
{@link #AppCompatTheme_editTextBackground android.support.v4:editTextBackground}
{@link #AppCompatTheme_editTextColor android.support.v4:editTextColor}
{@link #AppCompatTheme_editTextStyle android.support.v4:editTextStyle}
{@link #AppCompatTheme_homeAsUpIndicator android.support.v4:homeAsUpIndicator}
{@link #AppCompatTheme_imageButtonStyle android.support.v4:imageButtonStyle}
{@link #AppCompatTheme_listChoiceBackgroundIndicator android.support.v4:listChoiceBackgroundIndicator}
{@link #AppCompatTheme_listDividerAlertDialog android.support.v4:listDividerAlertDialog}
{@link #AppCompatTheme_listMenuViewStyle android.support.v4:listMenuViewStyle}
{@link #AppCompatTheme_listPopupWindowStyle android.support.v4:listPopupWindowStyle}
{@link #AppCompatTheme_listPreferredItemHeight android.support.v4:listPreferredItemHeight}
{@link #AppCompatTheme_listPreferredItemHeightLarge android.support.v4:listPreferredItemHeightLarge}
{@link #AppCompatTheme_listPreferredItemHeightSmall android.support.v4:listPreferredItemHeightSmall}
{@link #AppCompatTheme_listPreferredItemPaddingLeft android.support.v4:listPreferredItemPaddingLeft}
{@link #AppCompatTheme_listPreferredItemPaddingRight android.support.v4:listPreferredItemPaddingRight}
{@link #AppCompatTheme_panelBackground android.support.v4:panelBackground}
{@link #AppCompatTheme_panelMenuListTheme android.support.v4:panelMenuListTheme}
{@link #AppCompatTheme_panelMenuListWidth android.support.v4:panelMenuListWidth}
{@link #AppCompatTheme_popupMenuStyle android.support.v4:popupMenuStyle}
{@link #AppCompatTheme_popupWindowStyle android.support.v4:popupWindowStyle}
{@link #AppCompatTheme_radioButtonStyle android.support.v4:radioButtonStyle}
{@link #AppCompatTheme_ratingBarStyle android.support.v4:ratingBarStyle}
{@link #AppCompatTheme_ratingBarStyleIndicator android.support.v4:ratingBarStyleIndicator}
{@link #AppCompatTheme_ratingBarStyleSmall android.support.v4:ratingBarStyleSmall}
{@link #AppCompatTheme_searchViewStyle android.support.v4:searchViewStyle}
{@link #AppCompatTheme_seekBarStyle android.support.v4:seekBarStyle}
{@link #AppCompatTheme_selectableItemBackground android.support.v4:selectableItemBackground}
{@link #AppCompatTheme_selectableItemBackgroundBorderless android.support.v4:selectableItemBackgroundBorderless}
{@link #AppCompatTheme_spinnerDropDownItemStyle android.support.v4:spinnerDropDownItemStyle}
{@link #AppCompatTheme_spinnerStyle android.support.v4:spinnerStyle}
{@link #AppCompatTheme_switchStyle android.support.v4:switchStyle}
{@link #AppCompatTheme_textAppearanceLargePopupMenu android.support.v4:textAppearanceLargePopupMenu}
{@link #AppCompatTheme_textAppearanceListItem android.support.v4:textAppearanceListItem}
{@link #AppCompatTheme_textAppearanceListItemSecondary android.support.v4:textAppearanceListItemSecondary}
{@link #AppCompatTheme_textAppearanceListItemSmall android.support.v4:textAppearanceListItemSmall}
{@link #AppCompatTheme_textAppearancePopupMenuHeader android.support.v4:textAppearancePopupMenuHeader}
{@link #AppCompatTheme_textAppearanceSearchResultSubtitle android.support.v4:textAppearanceSearchResultSubtitle}
{@link #AppCompatTheme_textAppearanceSearchResultTitle android.support.v4:textAppearanceSearchResultTitle}
{@link #AppCompatTheme_textAppearanceSmallPopupMenu android.support.v4:textAppearanceSmallPopupMenu}
{@link #AppCompatTheme_textColorAlertDialogListItem android.support.v4:textColorAlertDialogListItem}
{@link #AppCompatTheme_textColorSearchUrl android.support.v4:textColorSearchUrl}
{@link #AppCompatTheme_toolbarNavigationButtonStyle android.support.v4:toolbarNavigationButtonStyle}
{@link #AppCompatTheme_toolbarStyle android.support.v4:toolbarStyle}
{@link #AppCompatTheme_tooltipForegroundColor android.support.v4:tooltipForegroundColor}
{@link #AppCompatTheme_tooltipFrameBackground android.support.v4:tooltipFrameBackground}
{@link #AppCompatTheme_windowActionBar android.support.v4:windowActionBar}
{@link #AppCompatTheme_windowActionBarOverlay android.support.v4:windowActionBarOverlay}
{@link #AppCompatTheme_windowActionModeOverlay android.support.v4:windowActionModeOverlay}
{@link #AppCompatTheme_windowFixedHeightMajor android.support.v4:windowFixedHeightMajor}
{@link #AppCompatTheme_windowFixedHeightMinor android.support.v4:windowFixedHeightMinor}
{@link #AppCompatTheme_windowFixedWidthMajor android.support.v4:windowFixedWidthMajor}
{@link #AppCompatTheme_windowFixedWidthMinor android.support.v4:windowFixedWidthMinor}
{@link #AppCompatTheme_windowMinWidthMajor android.support.v4:windowMinWidthMajor}
{@link #AppCompatTheme_windowMinWidthMinor android.support.v4:windowMinWidthMinor}
{@link #AppCompatTheme_windowNoTitle android.support.v4:windowNoTitle}
+ @see #AppCompatTheme_actionBarDivider + @see #AppCompatTheme_actionBarItemBackground + @see #AppCompatTheme_actionBarPopupTheme + @see #AppCompatTheme_actionBarSize + @see #AppCompatTheme_actionBarSplitStyle + @see #AppCompatTheme_actionBarStyle + @see #AppCompatTheme_actionBarTabBarStyle + @see #AppCompatTheme_actionBarTabStyle + @see #AppCompatTheme_actionBarTabTextStyle + @see #AppCompatTheme_actionBarTheme + @see #AppCompatTheme_actionBarWidgetTheme + @see #AppCompatTheme_actionButtonStyle + @see #AppCompatTheme_actionDropDownStyle + @see #AppCompatTheme_actionMenuTextAppearance + @see #AppCompatTheme_actionMenuTextColor + @see #AppCompatTheme_actionModeBackground + @see #AppCompatTheme_actionModeCloseButtonStyle + @see #AppCompatTheme_actionModeCloseDrawable + @see #AppCompatTheme_actionModeCopyDrawable + @see #AppCompatTheme_actionModeCutDrawable + @see #AppCompatTheme_actionModeFindDrawable + @see #AppCompatTheme_actionModePasteDrawable + @see #AppCompatTheme_actionModePopupWindowStyle + @see #AppCompatTheme_actionModeSelectAllDrawable + @see #AppCompatTheme_actionModeShareDrawable + @see #AppCompatTheme_actionModeSplitBackground + @see #AppCompatTheme_actionModeStyle + @see #AppCompatTheme_actionModeWebSearchDrawable + @see #AppCompatTheme_actionOverflowButtonStyle + @see #AppCompatTheme_actionOverflowMenuStyle + @see #AppCompatTheme_activityChooserViewStyle + @see #AppCompatTheme_alertDialogButtonGroupStyle + @see #AppCompatTheme_alertDialogCenterButtons + @see #AppCompatTheme_alertDialogStyle + @see #AppCompatTheme_alertDialogTheme + @see #AppCompatTheme_android_windowAnimationStyle + @see #AppCompatTheme_android_windowIsFloating + @see #AppCompatTheme_autoCompleteTextViewStyle + @see #AppCompatTheme_borderlessButtonStyle + @see #AppCompatTheme_buttonBarButtonStyle + @see #AppCompatTheme_buttonBarNegativeButtonStyle + @see #AppCompatTheme_buttonBarNeutralButtonStyle + @see #AppCompatTheme_buttonBarPositiveButtonStyle + @see #AppCompatTheme_buttonBarStyle + @see #AppCompatTheme_buttonStyle + @see #AppCompatTheme_buttonStyleSmall + @see #AppCompatTheme_checkboxStyle + @see #AppCompatTheme_checkedTextViewStyle + @see #AppCompatTheme_colorAccent + @see #AppCompatTheme_colorBackgroundFloating + @see #AppCompatTheme_colorButtonNormal + @see #AppCompatTheme_colorControlActivated + @see #AppCompatTheme_colorControlHighlight + @see #AppCompatTheme_colorControlNormal + @see #AppCompatTheme_colorError + @see #AppCompatTheme_colorPrimary + @see #AppCompatTheme_colorPrimaryDark + @see #AppCompatTheme_colorSwitchThumbNormal + @see #AppCompatTheme_controlBackground + @see #AppCompatTheme_dialogPreferredPadding + @see #AppCompatTheme_dialogTheme + @see #AppCompatTheme_dividerHorizontal + @see #AppCompatTheme_dividerVertical + @see #AppCompatTheme_dropDownListViewStyle + @see #AppCompatTheme_dropdownListPreferredItemHeight + @see #AppCompatTheme_editTextBackground + @see #AppCompatTheme_editTextColor + @see #AppCompatTheme_editTextStyle + @see #AppCompatTheme_homeAsUpIndicator + @see #AppCompatTheme_imageButtonStyle + @see #AppCompatTheme_listChoiceBackgroundIndicator + @see #AppCompatTheme_listDividerAlertDialog + @see #AppCompatTheme_listMenuViewStyle + @see #AppCompatTheme_listPopupWindowStyle + @see #AppCompatTheme_listPreferredItemHeight + @see #AppCompatTheme_listPreferredItemHeightLarge + @see #AppCompatTheme_listPreferredItemHeightSmall + @see #AppCompatTheme_listPreferredItemPaddingLeft + @see #AppCompatTheme_listPreferredItemPaddingRight + @see #AppCompatTheme_panelBackground + @see #AppCompatTheme_panelMenuListTheme + @see #AppCompatTheme_panelMenuListWidth + @see #AppCompatTheme_popupMenuStyle + @see #AppCompatTheme_popupWindowStyle + @see #AppCompatTheme_radioButtonStyle + @see #AppCompatTheme_ratingBarStyle + @see #AppCompatTheme_ratingBarStyleIndicator + @see #AppCompatTheme_ratingBarStyleSmall + @see #AppCompatTheme_searchViewStyle + @see #AppCompatTheme_seekBarStyle + @see #AppCompatTheme_selectableItemBackground + @see #AppCompatTheme_selectableItemBackgroundBorderless + @see #AppCompatTheme_spinnerDropDownItemStyle + @see #AppCompatTheme_spinnerStyle + @see #AppCompatTheme_switchStyle + @see #AppCompatTheme_textAppearanceLargePopupMenu + @see #AppCompatTheme_textAppearanceListItem + @see #AppCompatTheme_textAppearanceListItemSecondary + @see #AppCompatTheme_textAppearanceListItemSmall + @see #AppCompatTheme_textAppearancePopupMenuHeader + @see #AppCompatTheme_textAppearanceSearchResultSubtitle + @see #AppCompatTheme_textAppearanceSearchResultTitle + @see #AppCompatTheme_textAppearanceSmallPopupMenu + @see #AppCompatTheme_textColorAlertDialogListItem + @see #AppCompatTheme_textColorSearchUrl + @see #AppCompatTheme_toolbarNavigationButtonStyle + @see #AppCompatTheme_toolbarStyle + @see #AppCompatTheme_tooltipForegroundColor + @see #AppCompatTheme_tooltipFrameBackground + @see #AppCompatTheme_windowActionBar + @see #AppCompatTheme_windowActionBarOverlay + @see #AppCompatTheme_windowActionModeOverlay + @see #AppCompatTheme_windowFixedHeightMajor + @see #AppCompatTheme_windowFixedHeightMinor + @see #AppCompatTheme_windowFixedWidthMajor + @see #AppCompatTheme_windowFixedWidthMinor + @see #AppCompatTheme_windowMinWidthMajor + @see #AppCompatTheme_windowMinWidthMinor + @see #AppCompatTheme_windowNoTitle + */ + public static final int[] AppCompatTheme = { + 0x01010057, 0x010100ae, 0x7f010056, 0x7f010057, + 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, + 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, + 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, + 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, + 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, + 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, + 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, + 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, + 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, + 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, + 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, + 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, + 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, + 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, + 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, + 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, + 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, + 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, + 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, + 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, + 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, + 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, + 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, + 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, + 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, + 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, + 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, + 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, + 0x7f0100c8, 0x7f0100c9, 0x7f0100ca + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionBarDivider} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionBarDivider + */ + public static int AppCompatTheme_actionBarDivider = 23; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionBarItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionBarItemBackground + */ + public static int AppCompatTheme_actionBarItemBackground = 24; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionBarPopupTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionBarPopupTheme + */ + public static int AppCompatTheme_actionBarPopupTheme = 17; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionBarSize} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ @attr name android.support.v4:actionBarSize + */ + public static int AppCompatTheme_actionBarSize = 22; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionBarSplitStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionBarSplitStyle + */ + public static int AppCompatTheme_actionBarSplitStyle = 19; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionBarStyle + */ + public static int AppCompatTheme_actionBarStyle = 18; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionBarTabBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionBarTabBarStyle + */ + public static int AppCompatTheme_actionBarTabBarStyle = 13; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionBarTabStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionBarTabStyle + */ + public static int AppCompatTheme_actionBarTabStyle = 12; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionBarTabTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionBarTabTextStyle + */ + public static int AppCompatTheme_actionBarTabTextStyle = 14; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionBarTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionBarTheme + */ + public static int AppCompatTheme_actionBarTheme = 20; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionBarWidgetTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionBarWidgetTheme + */ + public static int AppCompatTheme_actionBarWidgetTheme = 21; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionButtonStyle + */ + public static int AppCompatTheme_actionButtonStyle = 50; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionDropDownStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionDropDownStyle + */ + public static int AppCompatTheme_actionDropDownStyle = 46; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionMenuTextAppearance} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionMenuTextAppearance + */ + public static int AppCompatTheme_actionMenuTextAppearance = 25; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionMenuTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v4:actionMenuTextColor + */ + public static int AppCompatTheme_actionMenuTextColor = 26; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionModeBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionModeBackground + */ + public static int AppCompatTheme_actionModeBackground = 29; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionModeCloseButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionModeCloseButtonStyle + */ + public static int AppCompatTheme_actionModeCloseButtonStyle = 28; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionModeCloseDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionModeCloseDrawable + */ + public static int AppCompatTheme_actionModeCloseDrawable = 31; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionModeCopyDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionModeCopyDrawable + */ + public static int AppCompatTheme_actionModeCopyDrawable = 33; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionModeCutDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionModeCutDrawable + */ + public static int AppCompatTheme_actionModeCutDrawable = 32; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionModeFindDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionModeFindDrawable + */ + public static int AppCompatTheme_actionModeFindDrawable = 37; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionModePasteDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionModePasteDrawable + */ + public static int AppCompatTheme_actionModePasteDrawable = 34; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionModePopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionModePopupWindowStyle + */ + public static int AppCompatTheme_actionModePopupWindowStyle = 39; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionModeSelectAllDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionModeSelectAllDrawable + */ + public static int AppCompatTheme_actionModeSelectAllDrawable = 35; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionModeShareDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionModeShareDrawable + */ + public static int AppCompatTheme_actionModeShareDrawable = 36; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionModeSplitBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionModeSplitBackground + */ + public static int AppCompatTheme_actionModeSplitBackground = 30; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionModeStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionModeStyle + */ + public static int AppCompatTheme_actionModeStyle = 27; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionModeWebSearchDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionModeWebSearchDrawable + */ + public static int AppCompatTheme_actionModeWebSearchDrawable = 38; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionOverflowButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionOverflowButtonStyle + */ + public static int AppCompatTheme_actionOverflowButtonStyle = 15; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionOverflowMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionOverflowMenuStyle + */ + public static int AppCompatTheme_actionOverflowMenuStyle = 16; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#activityChooserViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:activityChooserViewStyle + */ + public static int AppCompatTheme_activityChooserViewStyle = 58; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#alertDialogButtonGroupStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:alertDialogButtonGroupStyle + */ + public static int AppCompatTheme_alertDialogButtonGroupStyle = 95; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#alertDialogCenterButtons} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:alertDialogCenterButtons + */ + public static int AppCompatTheme_alertDialogCenterButtons = 96; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#alertDialogStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:alertDialogStyle + */ + public static int AppCompatTheme_alertDialogStyle = 94; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#alertDialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:alertDialogTheme + */ + public static int AppCompatTheme_alertDialogTheme = 97; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowAnimationStyle + */ + public static int AppCompatTheme_android_windowAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#windowIsFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowIsFloating + */ + public static int AppCompatTheme_android_windowIsFloating = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#autoCompleteTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:autoCompleteTextViewStyle + */ + public static int AppCompatTheme_autoCompleteTextViewStyle = 102; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#borderlessButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:borderlessButtonStyle + */ + public static int AppCompatTheme_borderlessButtonStyle = 55; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#buttonBarButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:buttonBarButtonStyle + */ + public static int AppCompatTheme_buttonBarButtonStyle = 52; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#buttonBarNegativeButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:buttonBarNegativeButtonStyle + */ + public static int AppCompatTheme_buttonBarNegativeButtonStyle = 100; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#buttonBarNeutralButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:buttonBarNeutralButtonStyle + */ + public static int AppCompatTheme_buttonBarNeutralButtonStyle = 101; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#buttonBarPositiveButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:buttonBarPositiveButtonStyle + */ + public static int AppCompatTheme_buttonBarPositiveButtonStyle = 99; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#buttonBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:buttonBarStyle + */ + public static int AppCompatTheme_buttonBarStyle = 51; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#buttonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:buttonStyle + */ + public static int AppCompatTheme_buttonStyle = 103; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#buttonStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:buttonStyleSmall + */ + public static int AppCompatTheme_buttonStyleSmall = 104; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#checkboxStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:checkboxStyle + */ + public static int AppCompatTheme_checkboxStyle = 105; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#checkedTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:checkedTextViewStyle + */ + public static int AppCompatTheme_checkedTextViewStyle = 106; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#colorAccent} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:colorAccent + */ + public static int AppCompatTheme_colorAccent = 86; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#colorBackgroundFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:colorBackgroundFloating + */ + public static int AppCompatTheme_colorBackgroundFloating = 93; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#colorButtonNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:colorButtonNormal + */ + public static int AppCompatTheme_colorButtonNormal = 90; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#colorControlActivated} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:colorControlActivated + */ + public static int AppCompatTheme_colorControlActivated = 88; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#colorControlHighlight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:colorControlHighlight + */ + public static int AppCompatTheme_colorControlHighlight = 89; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#colorControlNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:colorControlNormal + */ + public static int AppCompatTheme_colorControlNormal = 87; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#colorError} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v4:colorError + */ + public static int AppCompatTheme_colorError = 118; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#colorPrimary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:colorPrimary + */ + public static int AppCompatTheme_colorPrimary = 84; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#colorPrimaryDark} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:colorPrimaryDark + */ + public static int AppCompatTheme_colorPrimaryDark = 85; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#colorSwitchThumbNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:colorSwitchThumbNormal + */ + public static int AppCompatTheme_colorSwitchThumbNormal = 91; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#controlBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:controlBackground + */ + public static int AppCompatTheme_controlBackground = 92; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#dialogPreferredPadding} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:dialogPreferredPadding + */ + public static int AppCompatTheme_dialogPreferredPadding = 44; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#dialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:dialogTheme + */ + public static int AppCompatTheme_dialogTheme = 43; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#dividerHorizontal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:dividerHorizontal + */ + public static int AppCompatTheme_dividerHorizontal = 57; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#dividerVertical} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:dividerVertical + */ + public static int AppCompatTheme_dividerVertical = 56; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#dropDownListViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:dropDownListViewStyle + */ + public static int AppCompatTheme_dropDownListViewStyle = 75; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#dropdownListPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:dropdownListPreferredItemHeight + */ + public static int AppCompatTheme_dropdownListPreferredItemHeight = 47; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#editTextBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:editTextBackground + */ + public static int AppCompatTheme_editTextBackground = 64; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#editTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v4:editTextColor + */ + public static int AppCompatTheme_editTextColor = 63; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#editTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:editTextStyle + */ + public static int AppCompatTheme_editTextStyle = 107; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:homeAsUpIndicator + */ + public static int AppCompatTheme_homeAsUpIndicator = 49; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#imageButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:imageButtonStyle + */ + public static int AppCompatTheme_imageButtonStyle = 65; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#listChoiceBackgroundIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:listChoiceBackgroundIndicator + */ + public static int AppCompatTheme_listChoiceBackgroundIndicator = 83; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#listDividerAlertDialog} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:listDividerAlertDialog + */ + public static int AppCompatTheme_listDividerAlertDialog = 45; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#listMenuViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:listMenuViewStyle + */ + public static int AppCompatTheme_listMenuViewStyle = 115; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#listPopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:listPopupWindowStyle + */ + public static int AppCompatTheme_listPopupWindowStyle = 76; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#listPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:listPreferredItemHeight + */ + public static int AppCompatTheme_listPreferredItemHeight = 70; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#listPreferredItemHeightLarge} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:listPreferredItemHeightLarge + */ + public static int AppCompatTheme_listPreferredItemHeightLarge = 72; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#listPreferredItemHeightSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:listPreferredItemHeightSmall + */ + public static int AppCompatTheme_listPreferredItemHeightSmall = 71; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#listPreferredItemPaddingLeft} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:listPreferredItemPaddingLeft + */ + public static int AppCompatTheme_listPreferredItemPaddingLeft = 73; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#listPreferredItemPaddingRight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:listPreferredItemPaddingRight + */ + public static int AppCompatTheme_listPreferredItemPaddingRight = 74; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#panelBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:panelBackground + */ + public static int AppCompatTheme_panelBackground = 80; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#panelMenuListTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:panelMenuListTheme + */ + public static int AppCompatTheme_panelMenuListTheme = 82; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#panelMenuListWidth} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:panelMenuListWidth + */ + public static int AppCompatTheme_panelMenuListWidth = 81; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#popupMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:popupMenuStyle + */ + public static int AppCompatTheme_popupMenuStyle = 61; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#popupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:popupWindowStyle + */ + public static int AppCompatTheme_popupWindowStyle = 62; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#radioButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:radioButtonStyle + */ + public static int AppCompatTheme_radioButtonStyle = 108; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#ratingBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:ratingBarStyle + */ + public static int AppCompatTheme_ratingBarStyle = 109; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#ratingBarStyleIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:ratingBarStyleIndicator + */ + public static int AppCompatTheme_ratingBarStyleIndicator = 110; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#ratingBarStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:ratingBarStyleSmall + */ + public static int AppCompatTheme_ratingBarStyleSmall = 111; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#searchViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:searchViewStyle + */ + public static int AppCompatTheme_searchViewStyle = 69; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#seekBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:seekBarStyle + */ + public static int AppCompatTheme_seekBarStyle = 112; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#selectableItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:selectableItemBackground + */ + public static int AppCompatTheme_selectableItemBackground = 53; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#selectableItemBackgroundBorderless} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:selectableItemBackgroundBorderless + */ + public static int AppCompatTheme_selectableItemBackgroundBorderless = 54; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#spinnerDropDownItemStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:spinnerDropDownItemStyle + */ + public static int AppCompatTheme_spinnerDropDownItemStyle = 48; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#spinnerStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:spinnerStyle + */ + public static int AppCompatTheme_spinnerStyle = 113; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#switchStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:switchStyle + */ + public static int AppCompatTheme_switchStyle = 114; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#textAppearanceLargePopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:textAppearanceLargePopupMenu + */ + public static int AppCompatTheme_textAppearanceLargePopupMenu = 40; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#textAppearanceListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:textAppearanceListItem + */ + public static int AppCompatTheme_textAppearanceListItem = 77; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#textAppearanceListItemSecondary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:textAppearanceListItemSecondary + */ + public static int AppCompatTheme_textAppearanceListItemSecondary = 78; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#textAppearanceListItemSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:textAppearanceListItemSmall + */ + public static int AppCompatTheme_textAppearanceListItemSmall = 79; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#textAppearancePopupMenuHeader} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:textAppearancePopupMenuHeader + */ + public static int AppCompatTheme_textAppearancePopupMenuHeader = 42; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#textAppearanceSearchResultSubtitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:textAppearanceSearchResultSubtitle + */ + public static int AppCompatTheme_textAppearanceSearchResultSubtitle = 67; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#textAppearanceSearchResultTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:textAppearanceSearchResultTitle + */ + public static int AppCompatTheme_textAppearanceSearchResultTitle = 66; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#textAppearanceSmallPopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:textAppearanceSmallPopupMenu + */ + public static int AppCompatTheme_textAppearanceSmallPopupMenu = 41; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#textColorAlertDialogListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v4:textColorAlertDialogListItem + */ + public static int AppCompatTheme_textColorAlertDialogListItem = 98; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#textColorSearchUrl} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v4:textColorSearchUrl + */ + public static int AppCompatTheme_textColorSearchUrl = 68; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#toolbarNavigationButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:toolbarNavigationButtonStyle + */ + public static int AppCompatTheme_toolbarNavigationButtonStyle = 60; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#toolbarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:toolbarStyle + */ + public static int AppCompatTheme_toolbarStyle = 59; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tooltipForegroundColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v4:tooltipForegroundColor + */ + public static int AppCompatTheme_tooltipForegroundColor = 117; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tooltipFrameBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:tooltipFrameBackground + */ + public static int AppCompatTheme_tooltipFrameBackground = 116; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#windowActionBar} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:windowActionBar + */ + public static int AppCompatTheme_windowActionBar = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#windowActionBarOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:windowActionBarOverlay + */ + public static int AppCompatTheme_windowActionBarOverlay = 4; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#windowActionModeOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:windowActionModeOverlay + */ + public static int AppCompatTheme_windowActionModeOverlay = 5; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#windowFixedHeightMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:windowFixedHeightMajor + */ + public static int AppCompatTheme_windowFixedHeightMajor = 9; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#windowFixedHeightMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:windowFixedHeightMinor + */ + public static int AppCompatTheme_windowFixedHeightMinor = 7; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#windowFixedWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:windowFixedWidthMajor + */ + public static int AppCompatTheme_windowFixedWidthMajor = 6; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#windowFixedWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:windowFixedWidthMinor + */ + public static int AppCompatTheme_windowFixedWidthMinor = 8; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#windowMinWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:windowMinWidthMajor + */ + public static int AppCompatTheme_windowMinWidthMajor = 10; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#windowMinWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:windowMinWidthMinor + */ + public static int AppCompatTheme_windowMinWidthMinor = 11; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#windowNoTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:windowNoTitle + */ + public static int AppCompatTheme_windowNoTitle = 3; + /** Attributes that can be used with a BottomNavigationView. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #BottomNavigationView_elevation android.support.v4:elevation}
{@link #BottomNavigationView_itemBackground android.support.v4:itemBackground}
{@link #BottomNavigationView_itemIconTint android.support.v4:itemIconTint}
{@link #BottomNavigationView_itemTextColor android.support.v4:itemTextColor}
{@link #BottomNavigationView_menu android.support.v4:menu}
+ @see #BottomNavigationView_elevation + @see #BottomNavigationView_itemBackground + @see #BottomNavigationView_itemIconTint + @see #BottomNavigationView_itemTextColor + @see #BottomNavigationView_menu + */ + public static final int[] BottomNavigationView = { + 0x7f01003e, 0x7f010143, 0x7f010144, 0x7f010145, + 0x7f010146 + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#elevation} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:elevation + */ + public static int BottomNavigationView_elevation = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#itemBackground} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:itemBackground + */ + public static int BottomNavigationView_itemBackground = 4; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#itemIconTint} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:itemIconTint + */ + public static int BottomNavigationView_itemIconTint = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#itemTextColor} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:itemTextColor + */ + public static int BottomNavigationView_itemTextColor = 3; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#menu} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:menu + */ + public static int BottomNavigationView_menu = 1; + /** Attributes that can be used with a BottomSheetBehavior_Layout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #BottomSheetBehavior_Layout_behavior_hideable android.support.v4:behavior_hideable}
{@link #BottomSheetBehavior_Layout_behavior_peekHeight android.support.v4:behavior_peekHeight}
{@link #BottomSheetBehavior_Layout_behavior_skipCollapsed android.support.v4:behavior_skipCollapsed}
+ @see #BottomSheetBehavior_Layout_behavior_hideable + @see #BottomSheetBehavior_Layout_behavior_peekHeight + @see #BottomSheetBehavior_Layout_behavior_skipCollapsed + */ + public static final int[] BottomSheetBehavior_Layout = { + 0x7f01011d, 0x7f01011e, 0x7f01011f + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#behavior_hideable} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:behavior_hideable + */ + public static int BottomSheetBehavior_Layout_behavior_hideable = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#behavior_peekHeight} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ @attr name android.support.v4:behavior_peekHeight + */ + public static int BottomSheetBehavior_Layout_behavior_peekHeight = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#behavior_skipCollapsed} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:behavior_skipCollapsed + */ + public static int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2; + /** Attributes that can be used with a ButtonBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ButtonBarLayout_allowStacking android.support.v4:allowStacking}
+ @see #ButtonBarLayout_allowStacking + */ + public static final int[] ButtonBarLayout = { + 0x7f0100cb + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#allowStacking} + attribute's value can be found in the {@link #ButtonBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:allowStacking + */ + public static int ButtonBarLayout_allowStacking = 0; + /** Attributes that can be used with a CardView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CardView_android_minHeight android:minHeight}
{@link #CardView_android_minWidth android:minWidth}
{@link #CardView_cardBackgroundColor android.support.v4:cardBackgroundColor}
{@link #CardView_cardCornerRadius android.support.v4:cardCornerRadius}
{@link #CardView_cardElevation android.support.v4:cardElevation}
{@link #CardView_cardMaxElevation android.support.v4:cardMaxElevation}
{@link #CardView_cardPreventCornerOverlap android.support.v4:cardPreventCornerOverlap}
{@link #CardView_cardUseCompatPadding android.support.v4:cardUseCompatPadding}
{@link #CardView_contentPadding android.support.v4:contentPadding}
{@link #CardView_contentPaddingBottom android.support.v4:contentPaddingBottom}
{@link #CardView_contentPaddingLeft android.support.v4:contentPaddingLeft}
{@link #CardView_contentPaddingRight android.support.v4:contentPaddingRight}
{@link #CardView_contentPaddingTop android.support.v4:contentPaddingTop}
+ @see #CardView_android_minHeight + @see #CardView_android_minWidth + @see #CardView_cardBackgroundColor + @see #CardView_cardCornerRadius + @see #CardView_cardElevation + @see #CardView_cardMaxElevation + @see #CardView_cardPreventCornerOverlap + @see #CardView_cardUseCompatPadding + @see #CardView_contentPadding + @see #CardView_contentPaddingBottom + @see #CardView_contentPaddingLeft + @see #CardView_contentPaddingRight + @see #CardView_contentPaddingTop + */ + public static final int[] CardView = { + 0x0101013f, 0x01010140, 0x7f010017, 0x7f010018, + 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01001c, + 0x7f01001d, 0x7f01001e, 0x7f01001f, 0x7f010020, + 0x7f010021 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minHeight + */ + public static int CardView_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minWidth + */ + public static int CardView_android_minWidth = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#cardBackgroundColor} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:cardBackgroundColor + */ + public static int CardView_cardBackgroundColor = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#cardCornerRadius} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:cardCornerRadius + */ + public static int CardView_cardCornerRadius = 3; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#cardElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:cardElevation + */ + public static int CardView_cardElevation = 4; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#cardMaxElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:cardMaxElevation + */ + public static int CardView_cardMaxElevation = 5; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#cardPreventCornerOverlap} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:cardPreventCornerOverlap + */ + public static int CardView_cardPreventCornerOverlap = 7; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#cardUseCompatPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:cardUseCompatPadding + */ + public static int CardView_cardUseCompatPadding = 6; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#contentPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:contentPadding + */ + public static int CardView_contentPadding = 8; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#contentPaddingBottom} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:contentPaddingBottom + */ + public static int CardView_contentPaddingBottom = 12; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#contentPaddingLeft} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:contentPaddingLeft + */ + public static int CardView_contentPaddingLeft = 9; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#contentPaddingRight} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:contentPaddingRight + */ + public static int CardView_contentPaddingRight = 10; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#contentPaddingTop} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:contentPaddingTop + */ + public static int CardView_contentPaddingTop = 11; + /** Attributes that can be used with a CollapsingToolbarLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_collapsedTitleGravity android.support.v4:collapsedTitleGravity}
{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance android.support.v4:collapsedTitleTextAppearance}
{@link #CollapsingToolbarLayout_contentScrim android.support.v4:contentScrim}
{@link #CollapsingToolbarLayout_expandedTitleGravity android.support.v4:expandedTitleGravity}
{@link #CollapsingToolbarLayout_expandedTitleMargin android.support.v4:expandedTitleMargin}
{@link #CollapsingToolbarLayout_expandedTitleMarginBottom android.support.v4:expandedTitleMarginBottom}
{@link #CollapsingToolbarLayout_expandedTitleMarginEnd android.support.v4:expandedTitleMarginEnd}
{@link #CollapsingToolbarLayout_expandedTitleMarginStart android.support.v4:expandedTitleMarginStart}
{@link #CollapsingToolbarLayout_expandedTitleMarginTop android.support.v4:expandedTitleMarginTop}
{@link #CollapsingToolbarLayout_expandedTitleTextAppearance android.support.v4:expandedTitleTextAppearance}
{@link #CollapsingToolbarLayout_scrimAnimationDuration android.support.v4:scrimAnimationDuration}
{@link #CollapsingToolbarLayout_scrimVisibleHeightTrigger android.support.v4:scrimVisibleHeightTrigger}
{@link #CollapsingToolbarLayout_statusBarScrim android.support.v4:statusBarScrim}
{@link #CollapsingToolbarLayout_title android.support.v4:title}
{@link #CollapsingToolbarLayout_titleEnabled android.support.v4:titleEnabled}
{@link #CollapsingToolbarLayout_toolbarId android.support.v4:toolbarId}
+ @see #CollapsingToolbarLayout_collapsedTitleGravity + @see #CollapsingToolbarLayout_collapsedTitleTextAppearance + @see #CollapsingToolbarLayout_contentScrim + @see #CollapsingToolbarLayout_expandedTitleGravity + @see #CollapsingToolbarLayout_expandedTitleMargin + @see #CollapsingToolbarLayout_expandedTitleMarginBottom + @see #CollapsingToolbarLayout_expandedTitleMarginEnd + @see #CollapsingToolbarLayout_expandedTitleMarginStart + @see #CollapsingToolbarLayout_expandedTitleMarginTop + @see #CollapsingToolbarLayout_expandedTitleTextAppearance + @see #CollapsingToolbarLayout_scrimAnimationDuration + @see #CollapsingToolbarLayout_scrimVisibleHeightTrigger + @see #CollapsingToolbarLayout_statusBarScrim + @see #CollapsingToolbarLayout_title + @see #CollapsingToolbarLayout_titleEnabled + @see #CollapsingToolbarLayout_toolbarId + */ + public static final int[] CollapsingToolbarLayout = { + 0x7f010025, 0x7f010120, 0x7f010121, 0x7f010122, + 0x7f010123, 0x7f010124, 0x7f010125, 0x7f010126, + 0x7f010127, 0x7f010128, 0x7f010129, 0x7f01012a, + 0x7f01012b, 0x7f01012c, 0x7f01012d, 0x7f01012e + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#collapsedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name android.support.v4:collapsedTitleGravity + */ + public static int CollapsingToolbarLayout_collapsedTitleGravity = 13; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#collapsedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:collapsedTitleTextAppearance + */ + public static int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#contentScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:contentScrim + */ + public static int CollapsingToolbarLayout_contentScrim = 8; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#expandedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name android.support.v4:expandedTitleGravity + */ + public static int CollapsingToolbarLayout_expandedTitleGravity = 14; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#expandedTitleMargin} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:expandedTitleMargin + */ + public static int CollapsingToolbarLayout_expandedTitleMargin = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#expandedTitleMarginBottom} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:expandedTitleMarginBottom + */ + public static int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#expandedTitleMarginEnd} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:expandedTitleMarginEnd + */ + public static int CollapsingToolbarLayout_expandedTitleMarginEnd = 4; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#expandedTitleMarginStart} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:expandedTitleMarginStart + */ + public static int CollapsingToolbarLayout_expandedTitleMarginStart = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#expandedTitleMarginTop} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:expandedTitleMarginTop + */ + public static int CollapsingToolbarLayout_expandedTitleMarginTop = 3; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#expandedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:expandedTitleTextAppearance + */ + public static int CollapsingToolbarLayout_expandedTitleTextAppearance = 6; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#scrimAnimationDuration} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:scrimAnimationDuration + */ + public static int CollapsingToolbarLayout_scrimAnimationDuration = 12; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#scrimVisibleHeightTrigger} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:scrimVisibleHeightTrigger + */ + public static int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#statusBarScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:statusBarScrim + */ + public static int CollapsingToolbarLayout_statusBarScrim = 9; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#title} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:title + */ + public static int CollapsingToolbarLayout_title = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#titleEnabled} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:titleEnabled + */ + public static int CollapsingToolbarLayout_titleEnabled = 15; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#toolbarId} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:toolbarId + */ + public static int CollapsingToolbarLayout_toolbarId = 10; + /** Attributes that can be used with a CollapsingToolbarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_Layout_layout_collapseMode android.support.v4:layout_collapseMode}
{@link #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier android.support.v4:layout_collapseParallaxMultiplier}
+ @see #CollapsingToolbarLayout_Layout_layout_collapseMode + @see #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier + */ + public static final int[] CollapsingToolbarLayout_Layout = { + 0x7f01012f, 0x7f010130 + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#layout_collapseMode} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ @attr name android.support.v4:layout_collapseMode + */ + public static int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#layout_collapseParallaxMultiplier} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:layout_collapseParallaxMultiplier + */ + public static int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1; + /** Attributes that can be used with a ColorStateListItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ColorStateListItem_alpha android.support.v4:alpha}
{@link #ColorStateListItem_android_alpha android:alpha}
{@link #ColorStateListItem_android_color android:color}
+ @see #ColorStateListItem_alpha + @see #ColorStateListItem_android_alpha + @see #ColorStateListItem_android_color + */ + public static final int[] ColorStateListItem = { + 0x010101a5, 0x0101031f, 0x7f0100cc + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:alpha + */ + public static int ColorStateListItem_alpha = 2; + /** +

This symbol is the offset where the {@link android.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:alpha + */ + public static int ColorStateListItem_android_alpha = 1; + /** +

This symbol is the offset where the {@link android.R.attr#color} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:color + */ + public static int ColorStateListItem_android_color = 0; + /** Attributes that can be used with a CompoundButton. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint android.support.v4:buttonTint}
{@link #CompoundButton_buttonTintMode android.support.v4:buttonTintMode}
+ @see #CompoundButton_android_button + @see #CompoundButton_buttonTint + @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton = { + 0x01010107, 0x7f0100cd, 0x7f0100ce + }; + /** +

This symbol is the offset where the {@link android.R.attr#button} + attribute's value can be found in the {@link #CompoundButton} array. + @attr name android:button + */ + public static int CompoundButton_android_button = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#buttonTint} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:buttonTint + */ + public static int CompoundButton_buttonTint = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#buttonTintMode} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v4:buttonTintMode + */ + public static int CompoundButton_buttonTintMode = 2; + /** Attributes that can be used with a CoordinatorLayout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CoordinatorLayout_keylines android.support.v4:keylines}
{@link #CoordinatorLayout_statusBarBackground android.support.v4:statusBarBackground}
+ @see #CoordinatorLayout_keylines + @see #CoordinatorLayout_statusBarBackground + */ + public static final int[] CoordinatorLayout = { + 0x7f010131, 0x7f010132 + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#keylines} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:keylines + */ + public static int CoordinatorLayout_keylines = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#statusBarBackground} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:statusBarBackground + */ + public static int CoordinatorLayout_statusBarBackground = 1; + /** Attributes that can be used with a CoordinatorLayout_Layout. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity}
{@link #CoordinatorLayout_Layout_layout_anchor android.support.v4:layout_anchor}
{@link #CoordinatorLayout_Layout_layout_anchorGravity android.support.v4:layout_anchorGravity}
{@link #CoordinatorLayout_Layout_layout_behavior android.support.v4:layout_behavior}
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges android.support.v4:layout_dodgeInsetEdges}
{@link #CoordinatorLayout_Layout_layout_insetEdge android.support.v4:layout_insetEdge}
{@link #CoordinatorLayout_Layout_layout_keyline android.support.v4:layout_keyline}
+ @see #CoordinatorLayout_Layout_android_layout_gravity + @see #CoordinatorLayout_Layout_layout_anchor + @see #CoordinatorLayout_Layout_layout_anchorGravity + @see #CoordinatorLayout_Layout_layout_behavior + @see #CoordinatorLayout_Layout_layout_dodgeInsetEdges + @see #CoordinatorLayout_Layout_layout_insetEdge + @see #CoordinatorLayout_Layout_layout_keyline + */ + public static final int[] CoordinatorLayout_Layout = { + 0x010100b3, 0x7f010133, 0x7f010134, 0x7f010135, + 0x7f010136, 0x7f010137, 0x7f010138 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + @attr name android:layout_gravity + */ + public static int CoordinatorLayout_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#layout_anchor} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:layout_anchor + */ + public static int CoordinatorLayout_Layout_layout_anchor = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#layout_anchorGravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ @attr name android.support.v4:layout_anchorGravity + */ + public static int CoordinatorLayout_Layout_layout_anchorGravity = 4; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#layout_behavior} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:layout_behavior + */ + public static int CoordinatorLayout_Layout_layout_behavior = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#layout_dodgeInsetEdges} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ @attr name android.support.v4:layout_dodgeInsetEdges + */ + public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#layout_insetEdge} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ @attr name android.support.v4:layout_insetEdge + */ + public static int CoordinatorLayout_Layout_layout_insetEdge = 5; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#layout_keyline} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:layout_keyline + */ + public static int CoordinatorLayout_Layout_layout_keyline = 3; + /** Attributes that can be used with a DesignTheme. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #DesignTheme_bottomSheetDialogTheme android.support.v4:bottomSheetDialogTheme}
{@link #DesignTheme_bottomSheetStyle android.support.v4:bottomSheetStyle}
{@link #DesignTheme_textColorError android.support.v4:textColorError}
+ @see #DesignTheme_bottomSheetDialogTheme + @see #DesignTheme_bottomSheetStyle + @see #DesignTheme_textColorError + */ + public static final int[] DesignTheme = { + 0x7f010139, 0x7f01013a, 0x7f01013b + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#bottomSheetDialogTheme} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:bottomSheetDialogTheme + */ + public static int DesignTheme_bottomSheetDialogTheme = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#bottomSheetStyle} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:bottomSheetStyle + */ + public static int DesignTheme_bottomSheetStyle = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#textColorError} + attribute's value can be found in the {@link #DesignTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v4:textColorError + */ + public static int DesignTheme_textColorError = 2; + /** Attributes that can be used with a DrawerArrowToggle. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength android.support.v4:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength android.support.v4:arrowShaftLength}
{@link #DrawerArrowToggle_barLength android.support.v4:barLength}
{@link #DrawerArrowToggle_color android.support.v4:color}
{@link #DrawerArrowToggle_drawableSize android.support.v4:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars android.support.v4:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars android.support.v4:spinBars}
{@link #DrawerArrowToggle_thickness android.support.v4:thickness}
+ @see #DrawerArrowToggle_arrowHeadLength + @see #DrawerArrowToggle_arrowShaftLength + @see #DrawerArrowToggle_barLength + @see #DrawerArrowToggle_color + @see #DrawerArrowToggle_drawableSize + @see #DrawerArrowToggle_gapBetweenBars + @see #DrawerArrowToggle_spinBars + @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle = { + 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2, + 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6 + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#arrowHeadLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:arrowHeadLength + */ + public static int DrawerArrowToggle_arrowHeadLength = 4; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#arrowShaftLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:arrowShaftLength + */ + public static int DrawerArrowToggle_arrowShaftLength = 5; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#barLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:barLength + */ + public static int DrawerArrowToggle_barLength = 6; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#color} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:color + */ + public static int DrawerArrowToggle_color = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#drawableSize} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:drawableSize + */ + public static int DrawerArrowToggle_drawableSize = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#gapBetweenBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:gapBetweenBars + */ + public static int DrawerArrowToggle_gapBetweenBars = 3; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#spinBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:spinBars + */ + public static int DrawerArrowToggle_spinBars = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#thickness} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:thickness + */ + public static int DrawerArrowToggle_thickness = 7; + /** Attributes that can be used with a FloatingActionButton. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #FloatingActionButton_backgroundTint android.support.v4:backgroundTint}
{@link #FloatingActionButton_backgroundTintMode android.support.v4:backgroundTintMode}
{@link #FloatingActionButton_borderWidth android.support.v4:borderWidth}
{@link #FloatingActionButton_elevation android.support.v4:elevation}
{@link #FloatingActionButton_fabSize android.support.v4:fabSize}
{@link #FloatingActionButton_pressedTranslationZ android.support.v4:pressedTranslationZ}
{@link #FloatingActionButton_rippleColor android.support.v4:rippleColor}
{@link #FloatingActionButton_useCompatPadding android.support.v4:useCompatPadding}
+ @see #FloatingActionButton_backgroundTint + @see #FloatingActionButton_backgroundTintMode + @see #FloatingActionButton_borderWidth + @see #FloatingActionButton_elevation + @see #FloatingActionButton_fabSize + @see #FloatingActionButton_pressedTranslationZ + @see #FloatingActionButton_rippleColor + @see #FloatingActionButton_useCompatPadding + */ + public static final int[] FloatingActionButton = { + 0x7f01003e, 0x7f010116, 0x7f010117, 0x7f01013c, + 0x7f01013d, 0x7f01013e, 0x7f01013f, 0x7f010140 + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#backgroundTint} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:backgroundTint + */ + public static int FloatingActionButton_backgroundTint = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v4:backgroundTintMode + */ + public static int FloatingActionButton_backgroundTintMode = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#borderWidth} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:borderWidth + */ + public static int FloatingActionButton_borderWidth = 6; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#elevation} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:elevation + */ + public static int FloatingActionButton_elevation = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#fabSize} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ @attr name android.support.v4:fabSize + */ + public static int FloatingActionButton_fabSize = 4; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#pressedTranslationZ} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:pressedTranslationZ + */ + public static int FloatingActionButton_pressedTranslationZ = 5; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#rippleColor} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:rippleColor + */ + public static int FloatingActionButton_rippleColor = 3; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#useCompatPadding} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:useCompatPadding + */ + public static int FloatingActionButton_useCompatPadding = 7; + /** Attributes that can be used with a FloatingActionButton_Behavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #FloatingActionButton_Behavior_Layout_behavior_autoHide android.support.v4:behavior_autoHide}
+ @see #FloatingActionButton_Behavior_Layout_behavior_autoHide + */ + public static final int[] FloatingActionButton_Behavior_Layout = { + 0x7f010141 + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#behavior_autoHide} + attribute's value can be found in the {@link #FloatingActionButton_Behavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:behavior_autoHide + */ + public static int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; + /** Attributes that can be used with a FontFamily. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamily_fontProviderAuthority android.support.v4:fontProviderAuthority}
{@link #FontFamily_fontProviderCerts android.support.v4:fontProviderCerts}
{@link #FontFamily_fontProviderFetchStrategy android.support.v4:fontProviderFetchStrategy}
{@link #FontFamily_fontProviderFetchTimeout android.support.v4:fontProviderFetchTimeout}
{@link #FontFamily_fontProviderPackage android.support.v4:fontProviderPackage}
{@link #FontFamily_fontProviderQuery android.support.v4:fontProviderQuery}
+ @see #FontFamily_fontProviderAuthority + @see #FontFamily_fontProviderCerts + @see #FontFamily_fontProviderFetchStrategy + @see #FontFamily_fontProviderFetchTimeout + @see #FontFamily_fontProviderPackage + @see #FontFamily_fontProviderQuery + */ + public static final int[] FontFamily = { + 0x7f01016a, 0x7f01016b, 0x7f01016c, 0x7f01016d, + 0x7f01016e, 0x7f01016f + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#fontProviderAuthority} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:fontProviderAuthority + */ + public static int FontFamily_fontProviderAuthority = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#fontProviderCerts} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:fontProviderCerts + */ + public static int FontFamily_fontProviderCerts = 3; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#fontProviderFetchStrategy} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ @attr name android.support.v4:fontProviderFetchStrategy + */ + public static int FontFamily_fontProviderFetchStrategy = 4; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#fontProviderFetchTimeout} + attribute's value can be found in the {@link #FontFamily} array. + + +

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ @attr name android.support.v4:fontProviderFetchTimeout + */ + public static int FontFamily_fontProviderFetchTimeout = 5; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#fontProviderPackage} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:fontProviderPackage + */ + public static int FontFamily_fontProviderPackage = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#fontProviderQuery} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:fontProviderQuery + */ + public static int FontFamily_fontProviderQuery = 2; + /** Attributes that can be used with a FontFamilyFont. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamilyFont_android_font android:font}
{@link #FontFamilyFont_android_fontStyle android:fontStyle}
{@link #FontFamilyFont_android_fontWeight android:fontWeight}
{@link #FontFamilyFont_font android.support.v4:font}
{@link #FontFamilyFont_fontStyle android.support.v4:fontStyle}
{@link #FontFamilyFont_fontWeight android.support.v4:fontWeight}
+ @see #FontFamilyFont_android_font + @see #FontFamilyFont_android_fontStyle + @see #FontFamilyFont_android_fontWeight + @see #FontFamilyFont_font + @see #FontFamilyFont_fontStyle + @see #FontFamilyFont_fontWeight + */ + public static final int[] FontFamilyFont = { + 0x01010532, 0x01010533, 0x0101053f, 0x7f010170, + 0x7f010171, 0x7f010172 + }; + /** +

This symbol is the offset where the {@link android.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:font + */ + public static int FontFamilyFont_android_font = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontStyle + */ + public static int FontFamilyFont_android_fontStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontWeight + */ + public static int FontFamilyFont_android_fontWeight = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:font + */ + public static int FontFamilyFont_font = 4; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ @attr name android.support.v4:fontStyle + */ + public static int FontFamilyFont_fontStyle = 3; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:fontWeight + */ + public static int FontFamilyFont_fontWeight = 5; + /** Attributes that can be used with a ForegroundLinearLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ForegroundLinearLayout_android_foreground android:foreground}
{@link #ForegroundLinearLayout_android_foregroundGravity android:foregroundGravity}
{@link #ForegroundLinearLayout_foregroundInsidePadding android.support.v4:foregroundInsidePadding}
+ @see #ForegroundLinearLayout_android_foreground + @see #ForegroundLinearLayout_android_foregroundGravity + @see #ForegroundLinearLayout_foregroundInsidePadding + */ + public static final int[] ForegroundLinearLayout = { + 0x01010109, 0x01010200, 0x7f010142 + }; + /** +

This symbol is the offset where the {@link android.R.attr#foreground} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foreground + */ + public static int ForegroundLinearLayout_android_foreground = 0; + /** +

This symbol is the offset where the {@link android.R.attr#foregroundGravity} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foregroundGravity + */ + public static int ForegroundLinearLayout_android_foregroundGravity = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#foregroundInsidePadding} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:foregroundInsidePadding + */ + public static int ForegroundLinearLayout_foregroundInsidePadding = 2; + /** Attributes that can be used with a LinearLayoutCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider android.support.v4:divider}
{@link #LinearLayoutCompat_dividerPadding android.support.v4:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild android.support.v4:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers android.support.v4:showDividers}
+ @see #LinearLayoutCompat_android_baselineAligned + @see #LinearLayoutCompat_android_baselineAlignedChildIndex + @see #LinearLayoutCompat_android_gravity + @see #LinearLayoutCompat_android_orientation + @see #LinearLayoutCompat_android_weightSum + @see #LinearLayoutCompat_divider + @see #LinearLayoutCompat_dividerPadding + @see #LinearLayoutCompat_measureWithLargestChild + @see #LinearLayoutCompat_showDividers + */ + public static final int[] LinearLayoutCompat = { + 0x010100af, 0x010100c4, 0x01010126, 0x01010127, + 0x01010128, 0x7f01002d, 0x7f0100d7, 0x7f0100d8, + 0x7f0100d9 + }; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAligned} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAligned + */ + public static int LinearLayoutCompat_android_baselineAligned = 2; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAlignedChildIndex + */ + public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:gravity + */ + public static int LinearLayoutCompat_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:orientation + */ + public static int LinearLayoutCompat_android_orientation = 1; + /** +

This symbol is the offset where the {@link android.R.attr#weightSum} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:weightSum + */ + public static int LinearLayoutCompat_android_weightSum = 4; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#divider} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:divider + */ + public static int LinearLayoutCompat_divider = 5; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#dividerPadding} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:dividerPadding + */ + public static int LinearLayoutCompat_dividerPadding = 8; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#measureWithLargestChild} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:measureWithLargestChild + */ + public static int LinearLayoutCompat_measureWithLargestChild = 6; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#showDividers} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ @attr name android.support.v4:showDividers + */ + public static int LinearLayoutCompat_showDividers = 7; + /** Attributes that can be used with a LinearLayoutCompat_Layout. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
+ @see #LinearLayoutCompat_Layout_android_layout_gravity + @see #LinearLayoutCompat_Layout_android_layout_height + @see #LinearLayoutCompat_Layout_android_layout_weight + @see #LinearLayoutCompat_Layout_android_layout_width + */ + public static final int[] LinearLayoutCompat_Layout = { + 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_gravity + */ + public static int LinearLayoutCompat_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout_height} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_height + */ + public static int LinearLayoutCompat_Layout_android_layout_height = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout_weight} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_weight + */ + public static int LinearLayoutCompat_Layout_android_layout_weight = 3; + /** +

This symbol is the offset where the {@link android.R.attr#layout_width} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_width + */ + public static int LinearLayoutCompat_Layout_android_layout_width = 1; + /** Attributes that can be used with a ListPopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
+ @see #ListPopupWindow_android_dropDownHorizontalOffset + @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow = { + 0x010102ac, 0x010102ad + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownHorizontalOffset + */ + public static int ListPopupWindow_android_dropDownHorizontalOffset = 0; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownVerticalOffset + */ + public static int ListPopupWindow_android_dropDownVerticalOffset = 1; + /** Attributes that can be used with a MediaRouteButton. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #MediaRouteButton_android_minHeight android:minHeight}
{@link #MediaRouteButton_android_minWidth android:minWidth}
{@link #MediaRouteButton_externalRouteEnabledDrawable android.support.v4:externalRouteEnabledDrawable}
{@link #MediaRouteButton_mediaRouteButtonTint android.support.v4:mediaRouteButtonTint}
+ @see #MediaRouteButton_android_minHeight + @see #MediaRouteButton_android_minWidth + @see #MediaRouteButton_externalRouteEnabledDrawable + @see #MediaRouteButton_mediaRouteButtonTint + */ + public static final int[] MediaRouteButton = { + 0x0101013f, 0x01010140, 0x7f010015, 0x7f010016 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minHeight + */ + public static int MediaRouteButton_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minWidth + */ + public static int MediaRouteButton_android_minWidth = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#externalRouteEnabledDrawable} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:externalRouteEnabledDrawable + */ + public static int MediaRouteButton_externalRouteEnabledDrawable = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#mediaRouteButtonTint} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:mediaRouteButtonTint + */ + public static int MediaRouteButton_mediaRouteButtonTint = 3; + /** Attributes that can be used with a MenuGroup. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_visible android:visible}
+ @see #MenuGroup_android_checkableBehavior + @see #MenuGroup_android_enabled + @see #MenuGroup_android_id + @see #MenuGroup_android_menuCategory + @see #MenuGroup_android_orderInCategory + @see #MenuGroup_android_visible + */ + public static final int[] MenuGroup = { + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** +

This symbol is the offset where the {@link android.R.attr#checkableBehavior} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:checkableBehavior + */ + public static int MenuGroup_android_checkableBehavior = 5; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:enabled + */ + public static int MenuGroup_android_enabled = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:id + */ + public static int MenuGroup_android_id = 1; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:menuCategory + */ + public static int MenuGroup_android_menuCategory = 3; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:orderInCategory + */ + public static int MenuGroup_android_orderInCategory = 4; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:visible + */ + public static int MenuGroup_android_visible = 2; + /** Attributes that can be used with a MenuItem. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #MenuItem_actionLayout android.support.v4:actionLayout}
{@link #MenuItem_actionProviderClass android.support.v4:actionProviderClass}
{@link #MenuItem_actionViewClass android.support.v4:actionViewClass}
{@link #MenuItem_alphabeticModifiers android.support.v4:alphabeticModifiers}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_contentDescription android.support.v4:contentDescription}
{@link #MenuItem_iconTint android.support.v4:iconTint}
{@link #MenuItem_iconTintMode android.support.v4:iconTintMode}
{@link #MenuItem_numericModifiers android.support.v4:numericModifiers}
{@link #MenuItem_showAsAction android.support.v4:showAsAction}
{@link #MenuItem_tooltipText android.support.v4:tooltipText}
+ @see #MenuItem_actionLayout + @see #MenuItem_actionProviderClass + @see #MenuItem_actionViewClass + @see #MenuItem_alphabeticModifiers + @see #MenuItem_android_alphabeticShortcut + @see #MenuItem_android_checkable + @see #MenuItem_android_checked + @see #MenuItem_android_enabled + @see #MenuItem_android_icon + @see #MenuItem_android_id + @see #MenuItem_android_menuCategory + @see #MenuItem_android_numericShortcut + @see #MenuItem_android_onClick + @see #MenuItem_android_orderInCategory + @see #MenuItem_android_title + @see #MenuItem_android_titleCondensed + @see #MenuItem_android_visible + @see #MenuItem_contentDescription + @see #MenuItem_iconTint + @see #MenuItem_iconTintMode + @see #MenuItem_numericModifiers + @see #MenuItem_showAsAction + @see #MenuItem_tooltipText + */ + public static final int[] MenuItem = { + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f0100da, 0x7f0100db, 0x7f0100dc, + 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, + 0x7f0100e1, 0x7f0100e2, 0x7f0100e3 + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionLayout} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:actionLayout + */ + public static int MenuItem_actionLayout = 16; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionProviderClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:actionProviderClass + */ + public static int MenuItem_actionProviderClass = 18; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#actionViewClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:actionViewClass + */ + public static int MenuItem_actionViewClass = 17; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#alphabeticModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name android.support.v4:alphabeticModifiers + */ + public static int MenuItem_alphabeticModifiers = 13; + /** +

This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:alphabeticShortcut + */ + public static int MenuItem_android_alphabeticShortcut = 9; + /** +

This symbol is the offset where the {@link android.R.attr#checkable} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checkable + */ + public static int MenuItem_android_checkable = 11; + /** +

This symbol is the offset where the {@link android.R.attr#checked} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checked + */ + public static int MenuItem_android_checked = 3; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:enabled + */ + public static int MenuItem_android_enabled = 1; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:icon + */ + public static int MenuItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:id + */ + public static int MenuItem_android_id = 2; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:menuCategory + */ + public static int MenuItem_android_menuCategory = 5; + /** +

This symbol is the offset where the {@link android.R.attr#numericShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:numericShortcut + */ + public static int MenuItem_android_numericShortcut = 10; + /** +

This symbol is the offset where the {@link android.R.attr#onClick} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:onClick + */ + public static int MenuItem_android_onClick = 12; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:orderInCategory + */ + public static int MenuItem_android_orderInCategory = 6; + /** +

This symbol is the offset where the {@link android.R.attr#title} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:title + */ + public static int MenuItem_android_title = 7; + /** +

This symbol is the offset where the {@link android.R.attr#titleCondensed} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:titleCondensed + */ + public static int MenuItem_android_titleCondensed = 8; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:visible + */ + public static int MenuItem_android_visible = 4; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#contentDescription} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:contentDescription + */ + public static int MenuItem_contentDescription = 19; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#iconTint} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:iconTint + */ + public static int MenuItem_iconTint = 21; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#iconTintMode} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v4:iconTintMode + */ + public static int MenuItem_iconTintMode = 22; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#numericModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name android.support.v4:numericModifiers + */ + public static int MenuItem_numericModifiers = 14; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#showAsAction} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ @attr name android.support.v4:showAsAction + */ + public static int MenuItem_showAsAction = 15; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tooltipText} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:tooltipText + */ + public static int MenuItem_tooltipText = 20; + /** Attributes that can be used with a MenuView. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_preserveIconSpacing android.support.v4:preserveIconSpacing}
{@link #MenuView_subMenuArrow android.support.v4:subMenuArrow}
+ @see #MenuView_android_headerBackground + @see #MenuView_android_horizontalDivider + @see #MenuView_android_itemBackground + @see #MenuView_android_itemIconDisabledAlpha + @see #MenuView_android_itemTextAppearance + @see #MenuView_android_verticalDivider + @see #MenuView_android_windowAnimationStyle + @see #MenuView_preserveIconSpacing + @see #MenuView_subMenuArrow + */ + public static final int[] MenuView = { + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f0100e4, + 0x7f0100e5 + }; + /** +

This symbol is the offset where the {@link android.R.attr#headerBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:headerBackground + */ + public static int MenuView_android_headerBackground = 4; + /** +

This symbol is the offset where the {@link android.R.attr#horizontalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:horizontalDivider + */ + public static int MenuView_android_horizontalDivider = 2; + /** +

This symbol is the offset where the {@link android.R.attr#itemBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemBackground + */ + public static int MenuView_android_itemBackground = 5; + /** +

This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemIconDisabledAlpha + */ + public static int MenuView_android_itemIconDisabledAlpha = 6; + /** +

This symbol is the offset where the {@link android.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemTextAppearance + */ + public static int MenuView_android_itemTextAppearance = 1; + /** +

This symbol is the offset where the {@link android.R.attr#verticalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:verticalDivider + */ + public static int MenuView_android_verticalDivider = 3; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:windowAnimationStyle + */ + public static int MenuView_android_windowAnimationStyle = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#preserveIconSpacing} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:preserveIconSpacing + */ + public static int MenuView_preserveIconSpacing = 7; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#subMenuArrow} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:subMenuArrow + */ + public static int MenuView_subMenuArrow = 8; + /** Attributes that can be used with a NavigationView. +

Includes the following attributes:

+ + + + + + + + + + + + + + +
AttributeDescription
{@link #NavigationView_android_background android:background}
{@link #NavigationView_android_fitsSystemWindows android:fitsSystemWindows}
{@link #NavigationView_android_maxWidth android:maxWidth}
{@link #NavigationView_elevation android.support.v4:elevation}
{@link #NavigationView_headerLayout android.support.v4:headerLayout}
{@link #NavigationView_itemBackground android.support.v4:itemBackground}
{@link #NavigationView_itemIconTint android.support.v4:itemIconTint}
{@link #NavigationView_itemTextAppearance android.support.v4:itemTextAppearance}
{@link #NavigationView_itemTextColor android.support.v4:itemTextColor}
{@link #NavigationView_menu android.support.v4:menu}
+ @see #NavigationView_android_background + @see #NavigationView_android_fitsSystemWindows + @see #NavigationView_android_maxWidth + @see #NavigationView_elevation + @see #NavigationView_headerLayout + @see #NavigationView_itemBackground + @see #NavigationView_itemIconTint + @see #NavigationView_itemTextAppearance + @see #NavigationView_itemTextColor + @see #NavigationView_menu + */ + public static final int[] NavigationView = { + 0x010100d4, 0x010100dd, 0x0101011f, 0x7f01003e, + 0x7f010143, 0x7f010144, 0x7f010145, 0x7f010146, + 0x7f010147, 0x7f010148 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:background + */ + public static int NavigationView_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fitsSystemWindows} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:fitsSystemWindows + */ + public static int NavigationView_android_fitsSystemWindows = 1; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:maxWidth + */ + public static int NavigationView_android_maxWidth = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#elevation} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:elevation + */ + public static int NavigationView_elevation = 3; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#headerLayout} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:headerLayout + */ + public static int NavigationView_headerLayout = 9; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#itemBackground} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:itemBackground + */ + public static int NavigationView_itemBackground = 7; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#itemIconTint} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:itemIconTint + */ + public static int NavigationView_itemIconTint = 5; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:itemTextAppearance + */ + public static int NavigationView_itemTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#itemTextColor} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:itemTextColor + */ + public static int NavigationView_itemTextColor = 6; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#menu} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:menu + */ + public static int NavigationView_menu = 4; + /** Attributes that can be used with a PopupWindow. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle}
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_overlapAnchor android.support.v4:overlapAnchor}
+ @see #PopupWindow_android_popupAnimationStyle + @see #PopupWindow_android_popupBackground + @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow = { + 0x01010176, 0x010102c9, 0x7f0100e6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#popupAnimationStyle} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupAnimationStyle + */ + public static int PopupWindow_android_popupAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupBackground + */ + public static int PopupWindow_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#overlapAnchor} + attribute's value can be found in the {@link #PopupWindow} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:overlapAnchor + */ + public static int PopupWindow_overlapAnchor = 2; + /** Attributes that can be used with a PopupWindowBackgroundState. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor android.support.v4:state_above_anchor}
+ @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState = { + 0x7f0100e7 + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#state_above_anchor} + attribute's value can be found in the {@link #PopupWindowBackgroundState} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:state_above_anchor + */ + public static int PopupWindowBackgroundState_state_above_anchor = 0; + /** Attributes that can be used with a RecycleListView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #RecycleListView_paddingBottomNoButtons android.support.v4:paddingBottomNoButtons}
{@link #RecycleListView_paddingTopNoTitle android.support.v4:paddingTopNoTitle}
+ @see #RecycleListView_paddingBottomNoButtons + @see #RecycleListView_paddingTopNoTitle + */ + public static final int[] RecycleListView = { + 0x7f0100e8, 0x7f0100e9 + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#paddingBottomNoButtons} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:paddingBottomNoButtons + */ + public static int RecycleListView_paddingBottomNoButtons = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#paddingTopNoTitle} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:paddingTopNoTitle + */ + public static int RecycleListView_paddingTopNoTitle = 1; + /** Attributes that can be used with a RecyclerView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + +
AttributeDescription
{@link #RecyclerView_android_descendantFocusability android:descendantFocusability}
{@link #RecyclerView_android_orientation android:orientation}
{@link #RecyclerView_fastScrollEnabled android.support.v4:fastScrollEnabled}
{@link #RecyclerView_fastScrollHorizontalThumbDrawable android.support.v4:fastScrollHorizontalThumbDrawable}
{@link #RecyclerView_fastScrollHorizontalTrackDrawable android.support.v4:fastScrollHorizontalTrackDrawable}
{@link #RecyclerView_fastScrollVerticalThumbDrawable android.support.v4:fastScrollVerticalThumbDrawable}
{@link #RecyclerView_fastScrollVerticalTrackDrawable android.support.v4:fastScrollVerticalTrackDrawable}
{@link #RecyclerView_layoutManager android.support.v4:layoutManager}
{@link #RecyclerView_reverseLayout android.support.v4:reverseLayout}
{@link #RecyclerView_spanCount android.support.v4:spanCount}
{@link #RecyclerView_stackFromEnd android.support.v4:stackFromEnd}
+ @see #RecyclerView_android_descendantFocusability + @see #RecyclerView_android_orientation + @see #RecyclerView_fastScrollEnabled + @see #RecyclerView_fastScrollHorizontalThumbDrawable + @see #RecyclerView_fastScrollHorizontalTrackDrawable + @see #RecyclerView_fastScrollVerticalThumbDrawable + @see #RecyclerView_fastScrollVerticalTrackDrawable + @see #RecyclerView_layoutManager + @see #RecyclerView_reverseLayout + @see #RecyclerView_spanCount + @see #RecyclerView_stackFromEnd + */ + public static final int[] RecyclerView = { + 0x010100c4, 0x010100f1, 0x7f010000, 0x7f010001, + 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, + 0x7f010006, 0x7f010007, 0x7f010008 + }; + /** +

This symbol is the offset where the {@link android.R.attr#descendantFocusability} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:descendantFocusability + */ + public static int RecyclerView_android_descendantFocusability = 1; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:orientation + */ + public static int RecyclerView_android_orientation = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#fastScrollEnabled} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:fastScrollEnabled + */ + public static int RecyclerView_fastScrollEnabled = 6; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#fastScrollHorizontalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:fastScrollHorizontalThumbDrawable + */ + public static int RecyclerView_fastScrollHorizontalThumbDrawable = 9; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#fastScrollHorizontalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:fastScrollHorizontalTrackDrawable + */ + public static int RecyclerView_fastScrollHorizontalTrackDrawable = 10; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#fastScrollVerticalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:fastScrollVerticalThumbDrawable + */ + public static int RecyclerView_fastScrollVerticalThumbDrawable = 7; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#fastScrollVerticalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:fastScrollVerticalTrackDrawable + */ + public static int RecyclerView_fastScrollVerticalTrackDrawable = 8; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#layoutManager} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:layoutManager + */ + public static int RecyclerView_layoutManager = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#reverseLayout} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:reverseLayout + */ + public static int RecyclerView_reverseLayout = 4; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#spanCount} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:spanCount + */ + public static int RecyclerView_spanCount = 3; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#stackFromEnd} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:stackFromEnd + */ + public static int RecyclerView_stackFromEnd = 5; + /** Attributes that can be used with a ScrimInsetsFrameLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrimInsetsFrameLayout_insetForeground android.support.v4:insetForeground}
+ @see #ScrimInsetsFrameLayout_insetForeground + */ + public static final int[] ScrimInsetsFrameLayout = { + 0x7f010149 + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#insetForeground} + attribute's value can be found in the {@link #ScrimInsetsFrameLayout} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v4:insetForeground + */ + public static int ScrimInsetsFrameLayout_insetForeground = 0; + /** Attributes that can be used with a ScrollingViewBehavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrollingViewBehavior_Layout_behavior_overlapTop android.support.v4:behavior_overlapTop}
+ @see #ScrollingViewBehavior_Layout_behavior_overlapTop + */ + public static final int[] ScrollingViewBehavior_Layout = { + 0x7f01014a + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#behavior_overlapTop} + attribute's value can be found in the {@link #ScrollingViewBehavior_Layout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:behavior_overlapTop + */ + public static int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; + /** Attributes that can be used with a SearchView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_closeIcon android.support.v4:closeIcon}
{@link #SearchView_commitIcon android.support.v4:commitIcon}
{@link #SearchView_defaultQueryHint android.support.v4:defaultQueryHint}
{@link #SearchView_goIcon android.support.v4:goIcon}
{@link #SearchView_iconifiedByDefault android.support.v4:iconifiedByDefault}
{@link #SearchView_layout android.support.v4:layout}
{@link #SearchView_queryBackground android.support.v4:queryBackground}
{@link #SearchView_queryHint android.support.v4:queryHint}
{@link #SearchView_searchHintIcon android.support.v4:searchHintIcon}
{@link #SearchView_searchIcon android.support.v4:searchIcon}
{@link #SearchView_submitBackground android.support.v4:submitBackground}
{@link #SearchView_suggestionRowLayout android.support.v4:suggestionRowLayout}
{@link #SearchView_voiceIcon android.support.v4:voiceIcon}
+ @see #SearchView_android_focusable + @see #SearchView_android_imeOptions + @see #SearchView_android_inputType + @see #SearchView_android_maxWidth + @see #SearchView_closeIcon + @see #SearchView_commitIcon + @see #SearchView_defaultQueryHint + @see #SearchView_goIcon + @see #SearchView_iconifiedByDefault + @see #SearchView_layout + @see #SearchView_queryBackground + @see #SearchView_queryHint + @see #SearchView_searchHintIcon + @see #SearchView_searchIcon + @see #SearchView_submitBackground + @see #SearchView_suggestionRowLayout + @see #SearchView_voiceIcon + */ + public static final int[] SearchView = { + 0x010100da, 0x0101011f, 0x01010220, 0x01010264, + 0x7f0100ea, 0x7f0100eb, 0x7f0100ec, 0x7f0100ed, + 0x7f0100ee, 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, + 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, + 0x7f0100f6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:focusable + */ + public static int SearchView_android_focusable = 0; + /** +

This symbol is the offset where the {@link android.R.attr#imeOptions} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:imeOptions + */ + public static int SearchView_android_imeOptions = 3; + /** +

This symbol is the offset where the {@link android.R.attr#inputType} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:inputType + */ + public static int SearchView_android_inputType = 2; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:maxWidth + */ + public static int SearchView_android_maxWidth = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#closeIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:closeIcon + */ + public static int SearchView_closeIcon = 8; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#commitIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:commitIcon + */ + public static int SearchView_commitIcon = 13; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#defaultQueryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:defaultQueryHint + */ + public static int SearchView_defaultQueryHint = 7; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#goIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:goIcon + */ + public static int SearchView_goIcon = 9; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#iconifiedByDefault} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:iconifiedByDefault + */ + public static int SearchView_iconifiedByDefault = 5; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#layout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:layout + */ + public static int SearchView_layout = 4; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#queryBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:queryBackground + */ + public static int SearchView_queryBackground = 15; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#queryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:queryHint + */ + public static int SearchView_queryHint = 6; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#searchHintIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:searchHintIcon + */ + public static int SearchView_searchHintIcon = 11; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#searchIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:searchIcon + */ + public static int SearchView_searchIcon = 10; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#submitBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:submitBackground + */ + public static int SearchView_submitBackground = 16; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#suggestionRowLayout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:suggestionRowLayout + */ + public static int SearchView_suggestionRowLayout = 14; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#voiceIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:voiceIcon + */ + public static int SearchView_voiceIcon = 12; + /** Attributes that can be used with a SnackbarLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #SnackbarLayout_android_maxWidth android:maxWidth}
{@link #SnackbarLayout_elevation android.support.v4:elevation}
{@link #SnackbarLayout_maxActionInlineWidth android.support.v4:maxActionInlineWidth}
+ @see #SnackbarLayout_android_maxWidth + @see #SnackbarLayout_elevation + @see #SnackbarLayout_maxActionInlineWidth + */ + public static final int[] SnackbarLayout = { + 0x0101011f, 0x7f01003e, 0x7f01014b + }; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + @attr name android:maxWidth + */ + public static int SnackbarLayout_android_maxWidth = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#elevation} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:elevation + */ + public static int SnackbarLayout_elevation = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#maxActionInlineWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:maxActionInlineWidth + */ + public static int SnackbarLayout_maxActionInlineWidth = 2; + /** Attributes that can be used with a Spinner. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_android_entries android:entries}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_popupTheme android.support.v4:popupTheme}
+ @see #Spinner_android_dropDownWidth + @see #Spinner_android_entries + @see #Spinner_android_popupBackground + @see #Spinner_android_prompt + @see #Spinner_popupTheme + */ + public static final int[] Spinner = { + 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, + 0x7f01003f + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:dropDownWidth + */ + public static int Spinner_android_dropDownWidth = 3; + /** +

This symbol is the offset where the {@link android.R.attr#entries} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:entries + */ + public static int Spinner_android_entries = 0; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:popupBackground + */ + public static int Spinner_android_popupBackground = 1; + /** +

This symbol is the offset where the {@link android.R.attr#prompt} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:prompt + */ + public static int Spinner_android_prompt = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#popupTheme} + attribute's value can be found in the {@link #Spinner} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:popupTheme + */ + public static int Spinner_popupTheme = 4; + /** Attributes that can be used with a SwitchCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText android.support.v4:showText}
{@link #SwitchCompat_splitTrack android.support.v4:splitTrack}
{@link #SwitchCompat_switchMinWidth android.support.v4:switchMinWidth}
{@link #SwitchCompat_switchPadding android.support.v4:switchPadding}
{@link #SwitchCompat_switchTextAppearance android.support.v4:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding android.support.v4:thumbTextPadding}
{@link #SwitchCompat_thumbTint android.support.v4:thumbTint}
{@link #SwitchCompat_thumbTintMode android.support.v4:thumbTintMode}
{@link #SwitchCompat_track android.support.v4:track}
{@link #SwitchCompat_trackTint android.support.v4:trackTint}
{@link #SwitchCompat_trackTintMode android.support.v4:trackTintMode}
+ @see #SwitchCompat_android_textOff + @see #SwitchCompat_android_textOn + @see #SwitchCompat_android_thumb + @see #SwitchCompat_showText + @see #SwitchCompat_splitTrack + @see #SwitchCompat_switchMinWidth + @see #SwitchCompat_switchPadding + @see #SwitchCompat_switchTextAppearance + @see #SwitchCompat_thumbTextPadding + @see #SwitchCompat_thumbTint + @see #SwitchCompat_thumbTintMode + @see #SwitchCompat_track + @see #SwitchCompat_trackTint + @see #SwitchCompat_trackTintMode + */ + public static final int[] SwitchCompat = { + 0x01010124, 0x01010125, 0x01010142, 0x7f0100f7, + 0x7f0100f8, 0x7f0100f9, 0x7f0100fa, 0x7f0100fb, + 0x7f0100fc, 0x7f0100fd, 0x7f0100fe, 0x7f0100ff, + 0x7f010100, 0x7f010101 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textOff} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOff + */ + public static int SwitchCompat_android_textOff = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textOn} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOn + */ + public static int SwitchCompat_android_textOn = 0; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:thumb + */ + public static int SwitchCompat_android_thumb = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#showText} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:showText + */ + public static int SwitchCompat_showText = 13; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#splitTrack} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:splitTrack + */ + public static int SwitchCompat_splitTrack = 12; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#switchMinWidth} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:switchMinWidth + */ + public static int SwitchCompat_switchMinWidth = 10; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#switchPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:switchPadding + */ + public static int SwitchCompat_switchPadding = 11; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#switchTextAppearance} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:switchTextAppearance + */ + public static int SwitchCompat_switchTextAppearance = 9; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#thumbTextPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:thumbTextPadding + */ + public static int SwitchCompat_thumbTextPadding = 8; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#thumbTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:thumbTint + */ + public static int SwitchCompat_thumbTint = 3; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#thumbTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v4:thumbTintMode + */ + public static int SwitchCompat_thumbTintMode = 4; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#track} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:track + */ + public static int SwitchCompat_track = 5; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#trackTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:trackTint + */ + public static int SwitchCompat_trackTint = 6; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#trackTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v4:trackTintMode + */ + public static int SwitchCompat_trackTintMode = 7; + /** Attributes that can be used with a TabItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #TabItem_android_icon android:icon}
{@link #TabItem_android_layout android:layout}
{@link #TabItem_android_text android:text}
+ @see #TabItem_android_icon + @see #TabItem_android_layout + @see #TabItem_android_text + */ + public static final int[] TabItem = { + 0x01010002, 0x010100f2, 0x0101014f + }; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:icon + */ + public static int TabItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:layout + */ + public static int TabItem_android_layout = 1; + /** +

This symbol is the offset where the {@link android.R.attr#text} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:text + */ + public static int TabItem_android_text = 2; + /** Attributes that can be used with a TabLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TabLayout_tabBackground android.support.v4:tabBackground}
{@link #TabLayout_tabContentStart android.support.v4:tabContentStart}
{@link #TabLayout_tabGravity android.support.v4:tabGravity}
{@link #TabLayout_tabIndicatorColor android.support.v4:tabIndicatorColor}
{@link #TabLayout_tabIndicatorHeight android.support.v4:tabIndicatorHeight}
{@link #TabLayout_tabMaxWidth android.support.v4:tabMaxWidth}
{@link #TabLayout_tabMinWidth android.support.v4:tabMinWidth}
{@link #TabLayout_tabMode android.support.v4:tabMode}
{@link #TabLayout_tabPadding android.support.v4:tabPadding}
{@link #TabLayout_tabPaddingBottom android.support.v4:tabPaddingBottom}
{@link #TabLayout_tabPaddingEnd android.support.v4:tabPaddingEnd}
{@link #TabLayout_tabPaddingStart android.support.v4:tabPaddingStart}
{@link #TabLayout_tabPaddingTop android.support.v4:tabPaddingTop}
{@link #TabLayout_tabSelectedTextColor android.support.v4:tabSelectedTextColor}
{@link #TabLayout_tabTextAppearance android.support.v4:tabTextAppearance}
{@link #TabLayout_tabTextColor android.support.v4:tabTextColor}
+ @see #TabLayout_tabBackground + @see #TabLayout_tabContentStart + @see #TabLayout_tabGravity + @see #TabLayout_tabIndicatorColor + @see #TabLayout_tabIndicatorHeight + @see #TabLayout_tabMaxWidth + @see #TabLayout_tabMinWidth + @see #TabLayout_tabMode + @see #TabLayout_tabPadding + @see #TabLayout_tabPaddingBottom + @see #TabLayout_tabPaddingEnd + @see #TabLayout_tabPaddingStart + @see #TabLayout_tabPaddingTop + @see #TabLayout_tabSelectedTextColor + @see #TabLayout_tabTextAppearance + @see #TabLayout_tabTextColor + */ + public static final int[] TabLayout = { + 0x7f01014c, 0x7f01014d, 0x7f01014e, 0x7f01014f, + 0x7f010150, 0x7f010151, 0x7f010152, 0x7f010153, + 0x7f010154, 0x7f010155, 0x7f010156, 0x7f010157, + 0x7f010158, 0x7f010159, 0x7f01015a, 0x7f01015b + }; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tabBackground} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:tabBackground + */ + public static int TabLayout_tabBackground = 3; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tabContentStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:tabContentStart + */ + public static int TabLayout_tabContentStart = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tabGravity} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ @attr name android.support.v4:tabGravity + */ + public static int TabLayout_tabGravity = 5; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tabIndicatorColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:tabIndicatorColor + */ + public static int TabLayout_tabIndicatorColor = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tabIndicatorHeight} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:tabIndicatorHeight + */ + public static int TabLayout_tabIndicatorHeight = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tabMaxWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:tabMaxWidth + */ + public static int TabLayout_tabMaxWidth = 7; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tabMinWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:tabMinWidth + */ + public static int TabLayout_tabMinWidth = 6; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tabMode} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ @attr name android.support.v4:tabMode + */ + public static int TabLayout_tabMode = 4; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tabPadding} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:tabPadding + */ + public static int TabLayout_tabPadding = 15; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tabPaddingBottom} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:tabPaddingBottom + */ + public static int TabLayout_tabPaddingBottom = 14; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tabPaddingEnd} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:tabPaddingEnd + */ + public static int TabLayout_tabPaddingEnd = 13; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tabPaddingStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:tabPaddingStart + */ + public static int TabLayout_tabPaddingStart = 11; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tabPaddingTop} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:tabPaddingTop + */ + public static int TabLayout_tabPaddingTop = 12; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tabSelectedTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:tabSelectedTextColor + */ + public static int TabLayout_tabSelectedTextColor = 10; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tabTextAppearance} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:tabTextAppearance + */ + public static int TabLayout_tabTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#tabTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:tabTextColor + */ + public static int TabLayout_tabTextColor = 9; + /** Attributes that can be used with a TextAppearance. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextAppearance_android_fontFamily android:fontFamily}
{@link #TextAppearance_android_shadowColor android:shadowColor}
{@link #TextAppearance_android_shadowDx android:shadowDx}
{@link #TextAppearance_android_shadowDy android:shadowDy}
{@link #TextAppearance_android_shadowRadius android:shadowRadius}
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textColorHint android:textColorHint}
{@link #TextAppearance_android_textColorLink android:textColorLink}
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_fontFamily android.support.v4:fontFamily}
{@link #TextAppearance_textAllCaps android.support.v4:textAllCaps}
+ @see #TextAppearance_android_fontFamily + @see #TextAppearance_android_shadowColor + @see #TextAppearance_android_shadowDx + @see #TextAppearance_android_shadowDy + @see #TextAppearance_android_shadowRadius + @see #TextAppearance_android_textColor + @see #TextAppearance_android_textColorHint + @see #TextAppearance_android_textColorLink + @see #TextAppearance_android_textSize + @see #TextAppearance_android_textStyle + @see #TextAppearance_android_typeface + @see #TextAppearance_fontFamily + @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance = { + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, + 0x01010163, 0x01010164, 0x010103ac, 0x7f01004f, + 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:fontFamily + */ + public static int TextAppearance_android_fontFamily = 10; + /** +

This symbol is the offset where the {@link android.R.attr#shadowColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowColor + */ + public static int TextAppearance_android_shadowColor = 6; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDx} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDx + */ + public static int TextAppearance_android_shadowDx = 7; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDy} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDy + */ + public static int TextAppearance_android_shadowDy = 8; + /** +

This symbol is the offset where the {@link android.R.attr#shadowRadius} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowRadius + */ + public static int TextAppearance_android_shadowRadius = 9; + /** +

This symbol is the offset where the {@link android.R.attr#textColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColor + */ + public static int TextAppearance_android_textColor = 3; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorHint + */ + public static int TextAppearance_android_textColorHint = 4; + /** +

This symbol is the offset where the {@link android.R.attr#textColorLink} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorLink + */ + public static int TextAppearance_android_textColorLink = 5; + /** +

This symbol is the offset where the {@link android.R.attr#textSize} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textSize + */ + public static int TextAppearance_android_textSize = 0; + /** +

This symbol is the offset where the {@link android.R.attr#textStyle} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textStyle + */ + public static int TextAppearance_android_textStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#typeface} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:typeface + */ + public static int TextAppearance_android_typeface = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:fontFamily + */ + public static int TextAppearance_fontFamily = 12; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#textAllCaps} + attribute's value can be found in the {@link #TextAppearance} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name android.support.v4:textAllCaps + */ + public static int TextAppearance_textAllCaps = 11; + /** Attributes that can be used with a TextInputLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextInputLayout_android_hint android:hint}
{@link #TextInputLayout_android_textColorHint android:textColorHint}
{@link #TextInputLayout_counterEnabled android.support.v4:counterEnabled}
{@link #TextInputLayout_counterMaxLength android.support.v4:counterMaxLength}
{@link #TextInputLayout_counterOverflowTextAppearance android.support.v4:counterOverflowTextAppearance}
{@link #TextInputLayout_counterTextAppearance android.support.v4:counterTextAppearance}
{@link #TextInputLayout_errorEnabled android.support.v4:errorEnabled}
{@link #TextInputLayout_errorTextAppearance android.support.v4:errorTextAppearance}
{@link #TextInputLayout_hintAnimationEnabled android.support.v4:hintAnimationEnabled}
{@link #TextInputLayout_hintEnabled android.support.v4:hintEnabled}
{@link #TextInputLayout_hintTextAppearance android.support.v4:hintTextAppearance}
{@link #TextInputLayout_passwordToggleContentDescription android.support.v4:passwordToggleContentDescription}
{@link #TextInputLayout_passwordToggleDrawable android.support.v4:passwordToggleDrawable}
{@link #TextInputLayout_passwordToggleEnabled android.support.v4:passwordToggleEnabled}
{@link #TextInputLayout_passwordToggleTint android.support.v4:passwordToggleTint}
{@link #TextInputLayout_passwordToggleTintMode android.support.v4:passwordToggleTintMode}
+ @see #TextInputLayout_android_hint + @see #TextInputLayout_android_textColorHint + @see #TextInputLayout_counterEnabled + @see #TextInputLayout_counterMaxLength + @see #TextInputLayout_counterOverflowTextAppearance + @see #TextInputLayout_counterTextAppearance + @see #TextInputLayout_errorEnabled + @see #TextInputLayout_errorTextAppearance + @see #TextInputLayout_hintAnimationEnabled + @see #TextInputLayout_hintEnabled + @see #TextInputLayout_hintTextAppearance + @see #TextInputLayout_passwordToggleContentDescription + @see #TextInputLayout_passwordToggleDrawable + @see #TextInputLayout_passwordToggleEnabled + @see #TextInputLayout_passwordToggleTint + @see #TextInputLayout_passwordToggleTintMode + */ + public static final int[] TextInputLayout = { + 0x0101009a, 0x01010150, 0x7f01015c, 0x7f01015d, + 0x7f01015e, 0x7f01015f, 0x7f010160, 0x7f010161, + 0x7f010162, 0x7f010163, 0x7f010164, 0x7f010165, + 0x7f010166, 0x7f010167, 0x7f010168, 0x7f010169 + }; + /** +

This symbol is the offset where the {@link android.R.attr#hint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:hint + */ + public static int TextInputLayout_android_hint = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:textColorHint + */ + public static int TextInputLayout_android_textColorHint = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#counterEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:counterEnabled + */ + public static int TextInputLayout_counterEnabled = 6; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#counterMaxLength} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:counterMaxLength + */ + public static int TextInputLayout_counterMaxLength = 7; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#counterOverflowTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:counterOverflowTextAppearance + */ + public static int TextInputLayout_counterOverflowTextAppearance = 9; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#counterTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:counterTextAppearance + */ + public static int TextInputLayout_counterTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#errorEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:errorEnabled + */ + public static int TextInputLayout_errorEnabled = 4; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#errorTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:errorTextAppearance + */ + public static int TextInputLayout_errorTextAppearance = 5; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#hintAnimationEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:hintAnimationEnabled + */ + public static int TextInputLayout_hintAnimationEnabled = 10; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#hintEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:hintEnabled + */ + public static int TextInputLayout_hintEnabled = 3; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#hintTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:hintTextAppearance + */ + public static int TextInputLayout_hintTextAppearance = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#passwordToggleContentDescription} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:passwordToggleContentDescription + */ + public static int TextInputLayout_passwordToggleContentDescription = 13; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#passwordToggleDrawable} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:passwordToggleDrawable + */ + public static int TextInputLayout_passwordToggleDrawable = 12; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#passwordToggleEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:passwordToggleEnabled + */ + public static int TextInputLayout_passwordToggleEnabled = 11; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#passwordToggleTint} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:passwordToggleTint + */ + public static int TextInputLayout_passwordToggleTint = 14; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#passwordToggleTintMode} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name android.support.v4:passwordToggleTintMode + */ + public static int TextInputLayout_passwordToggleTintMode = 15; + /** Attributes that can be used with a Toolbar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_buttonGravity android.support.v4:buttonGravity}
{@link #Toolbar_collapseContentDescription android.support.v4:collapseContentDescription}
{@link #Toolbar_collapseIcon android.support.v4:collapseIcon}
{@link #Toolbar_contentInsetEnd android.support.v4:contentInsetEnd}
{@link #Toolbar_contentInsetEndWithActions android.support.v4:contentInsetEndWithActions}
{@link #Toolbar_contentInsetLeft android.support.v4:contentInsetLeft}
{@link #Toolbar_contentInsetRight android.support.v4:contentInsetRight}
{@link #Toolbar_contentInsetStart android.support.v4:contentInsetStart}
{@link #Toolbar_contentInsetStartWithNavigation android.support.v4:contentInsetStartWithNavigation}
{@link #Toolbar_logo android.support.v4:logo}
{@link #Toolbar_logoDescription android.support.v4:logoDescription}
{@link #Toolbar_maxButtonHeight android.support.v4:maxButtonHeight}
{@link #Toolbar_navigationContentDescription android.support.v4:navigationContentDescription}
{@link #Toolbar_navigationIcon android.support.v4:navigationIcon}
{@link #Toolbar_popupTheme android.support.v4:popupTheme}
{@link #Toolbar_subtitle android.support.v4:subtitle}
{@link #Toolbar_subtitleTextAppearance android.support.v4:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor android.support.v4:subtitleTextColor}
{@link #Toolbar_title android.support.v4:title}
{@link #Toolbar_titleMargin android.support.v4:titleMargin}
{@link #Toolbar_titleMarginBottom android.support.v4:titleMarginBottom}
{@link #Toolbar_titleMarginEnd android.support.v4:titleMarginEnd}
{@link #Toolbar_titleMarginStart android.support.v4:titleMarginStart}
{@link #Toolbar_titleMarginTop android.support.v4:titleMarginTop}
{@link #Toolbar_titleMargins android.support.v4:titleMargins}
{@link #Toolbar_titleTextAppearance android.support.v4:titleTextAppearance}
{@link #Toolbar_titleTextColor android.support.v4:titleTextColor}
+ @see #Toolbar_android_gravity + @see #Toolbar_android_minHeight + @see #Toolbar_buttonGravity + @see #Toolbar_collapseContentDescription + @see #Toolbar_collapseIcon + @see #Toolbar_contentInsetEnd + @see #Toolbar_contentInsetEndWithActions + @see #Toolbar_contentInsetLeft + @see #Toolbar_contentInsetRight + @see #Toolbar_contentInsetStart + @see #Toolbar_contentInsetStartWithNavigation + @see #Toolbar_logo + @see #Toolbar_logoDescription + @see #Toolbar_maxButtonHeight + @see #Toolbar_navigationContentDescription + @see #Toolbar_navigationIcon + @see #Toolbar_popupTheme + @see #Toolbar_subtitle + @see #Toolbar_subtitleTextAppearance + @see #Toolbar_subtitleTextColor + @see #Toolbar_title + @see #Toolbar_titleMargin + @see #Toolbar_titleMarginBottom + @see #Toolbar_titleMarginEnd + @see #Toolbar_titleMarginStart + @see #Toolbar_titleMarginTop + @see #Toolbar_titleMargins + @see #Toolbar_titleTextAppearance + @see #Toolbar_titleTextColor + */ + public static final int[] Toolbar = { + 0x010100af, 0x01010140, 0x7f010025, 0x7f010028, + 0x7f01002c, 0x7f010038, 0x7f010039, 0x7f01003a, + 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003f, + 0x7f010102, 0x7f010103, 0x7f010104, 0x7f010105, + 0x7f010106, 0x7f010107, 0x7f010108, 0x7f010109, + 0x7f01010a, 0x7f01010b, 0x7f01010c, 0x7f01010d, + 0x7f01010e, 0x7f01010f, 0x7f010110, 0x7f010111, + 0x7f010112 + }; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:gravity + */ + public static int Toolbar_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:minHeight + */ + public static int Toolbar_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#buttonGravity} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ @attr name android.support.v4:buttonGravity + */ + public static int Toolbar_buttonGravity = 21; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#collapseContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:collapseContentDescription + */ + public static int Toolbar_collapseContentDescription = 23; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#collapseIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:collapseIcon + */ + public static int Toolbar_collapseIcon = 22; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:contentInsetEnd + */ + public static int Toolbar_contentInsetEnd = 6; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:contentInsetEndWithActions + */ + public static int Toolbar_contentInsetEndWithActions = 10; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:contentInsetLeft + */ + public static int Toolbar_contentInsetLeft = 7; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#contentInsetRight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:contentInsetRight + */ + public static int Toolbar_contentInsetRight = 8; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#contentInsetStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:contentInsetStart + */ + public static int Toolbar_contentInsetStart = 5; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:contentInsetStartWithNavigation + */ + public static int Toolbar_contentInsetStartWithNavigation = 9; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#logo} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:logo + */ + public static int Toolbar_logo = 4; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#logoDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:logoDescription + */ + public static int Toolbar_logoDescription = 26; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#maxButtonHeight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:maxButtonHeight + */ + public static int Toolbar_maxButtonHeight = 20; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#navigationContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:navigationContentDescription + */ + public static int Toolbar_navigationContentDescription = 25; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#navigationIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:navigationIcon + */ + public static int Toolbar_navigationIcon = 24; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#popupTheme} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:popupTheme + */ + public static int Toolbar_popupTheme = 11; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#subtitle} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:subtitle + */ + public static int Toolbar_subtitle = 3; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#subtitleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:subtitleTextAppearance + */ + public static int Toolbar_subtitleTextAppearance = 13; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#subtitleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:subtitleTextColor + */ + public static int Toolbar_subtitleTextColor = 28; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#title} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:title + */ + public static int Toolbar_title = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#titleMargin} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:titleMargin + */ + public static int Toolbar_titleMargin = 14; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#titleMarginBottom} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:titleMarginBottom + */ + public static int Toolbar_titleMarginBottom = 18; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#titleMarginEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:titleMarginEnd + */ + public static int Toolbar_titleMarginEnd = 16; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#titleMarginStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:titleMarginStart + */ + public static int Toolbar_titleMarginStart = 15; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#titleMarginTop} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:titleMarginTop + */ + public static int Toolbar_titleMarginTop = 17; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#titleMargins} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:titleMargins + */ + public static int Toolbar_titleMargins = 19; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#titleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:titleTextAppearance + */ + public static int Toolbar_titleTextAppearance = 12; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#titleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:titleTextColor + */ + public static int Toolbar_titleTextColor = 27; + /** Attributes that can be used with a View. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #View_android_focusable android:focusable}
{@link #View_android_theme android:theme}
{@link #View_paddingEnd android.support.v4:paddingEnd}
{@link #View_paddingStart android.support.v4:paddingStart}
{@link #View_theme android.support.v4:theme}
+ @see #View_android_focusable + @see #View_android_theme + @see #View_paddingEnd + @see #View_paddingStart + @see #View_theme + */ + public static final int[] View = { + 0x01010000, 0x010100da, 0x7f010113, 0x7f010114, + 0x7f010115 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #View} array. + @attr name android:focusable + */ + public static int View_android_focusable = 1; + /** +

This symbol is the offset where the {@link android.R.attr#theme} + attribute's value can be found in the {@link #View} array. + @attr name android:theme + */ + public static int View_android_theme = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#paddingEnd} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:paddingEnd + */ + public static int View_paddingEnd = 3; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#paddingStart} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:paddingStart + */ + public static int View_paddingStart = 2; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#theme} + attribute's value can be found in the {@link #View} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v4:theme + */ + public static int View_theme = 4; + /** Attributes that can be used with a ViewBackgroundHelper. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint android.support.v4:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode android.support.v4:backgroundTintMode}
+ @see #ViewBackgroundHelper_android_background + @see #ViewBackgroundHelper_backgroundTint + @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper = { + 0x010100d4, 0x7f010116, 0x7f010117 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + @attr name android:background + */ + public static int ViewBackgroundHelper_android_background = 0; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#backgroundTint} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v4:backgroundTint + */ + public static int ViewBackgroundHelper_backgroundTint = 1; + /** +

This symbol is the offset where the {@link android.support.v4.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v4:backgroundTintMode + */ + public static int ViewBackgroundHelper_backgroundTintMode = 2; + /** Attributes that can be used with a ViewStubCompat. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
{@link #ViewStubCompat_android_layout android:layout}
+ @see #ViewStubCompat_android_id + @see #ViewStubCompat_android_inflatedId + @see #ViewStubCompat_android_layout + */ + public static final int[] ViewStubCompat = { + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:id + */ + public static int ViewStubCompat_android_id = 0; + /** +

This symbol is the offset where the {@link android.R.attr#inflatedId} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:inflatedId + */ + public static int ViewStubCompat_android_inflatedId = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:layout + */ + public static int ViewStubCompat_android_layout = 1; + }; +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/app/AlertDialog_IDialogInterfaceOnCancelListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/app/AlertDialog_IDialogInterfaceOnCancelListenerImplementor.java new file mode 100644 index 0000000..75cd6ac --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/app/AlertDialog_IDialogInterfaceOnCancelListenerImplementor.java @@ -0,0 +1,48 @@ +package android.support.v7.app; + + +public class AlertDialog_IDialogInterfaceOnCancelListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.content.DialogInterface.OnCancelListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onCancel:(Landroid/content/DialogInterface;)V:GetOnCancel_Landroid_content_DialogInterface_Handler:Android.Content.IDialogInterfaceOnCancelListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.App.AlertDialog+IDialogInterfaceOnCancelListenerImplementor, Xamarin.Android.Support.v7.AppCompat", AlertDialog_IDialogInterfaceOnCancelListenerImplementor.class, __md_methods); + } + + + public AlertDialog_IDialogInterfaceOnCancelListenerImplementor () + { + super (); + if (getClass () == AlertDialog_IDialogInterfaceOnCancelListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.App.AlertDialog+IDialogInterfaceOnCancelListenerImplementor, Xamarin.Android.Support.v7.AppCompat", "", this, new java.lang.Object[] { }); + } + + + public void onCancel (android.content.DialogInterface p0) + { + n_onCancel (p0); + } + + private native void n_onCancel (android.content.DialogInterface p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/app/AlertDialog_IDialogInterfaceOnClickListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/app/AlertDialog_IDialogInterfaceOnClickListenerImplementor.java new file mode 100644 index 0000000..c1d7cd3 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/app/AlertDialog_IDialogInterfaceOnClickListenerImplementor.java @@ -0,0 +1,48 @@ +package android.support.v7.app; + + +public class AlertDialog_IDialogInterfaceOnClickListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.content.DialogInterface.OnClickListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onClick:(Landroid/content/DialogInterface;I)V:GetOnClick_Landroid_content_DialogInterface_IHandler:Android.Content.IDialogInterfaceOnClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.App.AlertDialog+IDialogInterfaceOnClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat", AlertDialog_IDialogInterfaceOnClickListenerImplementor.class, __md_methods); + } + + + public AlertDialog_IDialogInterfaceOnClickListenerImplementor () + { + super (); + if (getClass () == AlertDialog_IDialogInterfaceOnClickListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.App.AlertDialog+IDialogInterfaceOnClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat", "", this, new java.lang.Object[] { }); + } + + + public void onClick (android.content.DialogInterface p0, int p1) + { + n_onClick (p0, p1); + } + + private native void n_onClick (android.content.DialogInterface p0, int p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/app/AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/app/AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.java new file mode 100644 index 0000000..6432511 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/app/AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.java @@ -0,0 +1,48 @@ +package android.support.v7.app; + + +public class AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.content.DialogInterface.OnMultiChoiceClickListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onClick:(Landroid/content/DialogInterface;IZ)V:GetOnClick_Landroid_content_DialogInterface_IZHandler:Android.Content.IDialogInterfaceOnMultiChoiceClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.App.AlertDialog+IDialogInterfaceOnMultiChoiceClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat", AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.class, __md_methods); + } + + + public AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor () + { + super (); + if (getClass () == AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.App.AlertDialog+IDialogInterfaceOnMultiChoiceClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat", "", this, new java.lang.Object[] { }); + } + + + public void onClick (android.content.DialogInterface p0, int p1, boolean p2) + { + n_onClick (p0, p1, p2); + } + + private native void n_onClick (android.content.DialogInterface p0, int p1, boolean p2); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/appcompat/R.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/appcompat/R.java new file mode 100644 index 0000000..dbe0d3c --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/appcompat/R.java @@ -0,0 +1,11703 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package android.support.v7.appcompat; + +public final class R { + public static final class anim { + public static int abc_fade_in=0x7f050000; + public static int abc_fade_out=0x7f050001; + public static int abc_grow_fade_in_from_bottom=0x7f050002; + public static int abc_popup_enter=0x7f050003; + public static int abc_popup_exit=0x7f050004; + public static int abc_shrink_fade_out_from_bottom=0x7f050005; + public static int abc_slide_in_bottom=0x7f050006; + public static int abc_slide_in_top=0x7f050007; + public static int abc_slide_out_bottom=0x7f050008; + public static int abc_slide_out_top=0x7f050009; + public static int design_bottom_sheet_slide_in=0x7f05000a; + public static int design_bottom_sheet_slide_out=0x7f05000b; + public static int design_snackbar_in=0x7f05000c; + public static int design_snackbar_out=0x7f05000d; + public static int tooltip_enter=0x7f05000e; + public static int tooltip_exit=0x7f05000f; + } + public static final class animator { + public static int design_appbar_state_list_animator=0x7f060000; + } + public static final class attr { + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarDivider=0x7f01006b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarItemBackground=0x7f01006c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarPopupTheme=0x7f010065; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ */ + public static int actionBarSize=0x7f01006a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarSplitStyle=0x7f010067; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarStyle=0x7f010066; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabBarStyle=0x7f010061; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabStyle=0x7f010060; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabTextStyle=0x7f010062; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTheme=0x7f010068; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarWidgetTheme=0x7f010069; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionButtonStyle=0x7f010086; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionDropDownStyle=0x7f010082; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionLayout=0x7f0100dd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionMenuTextAppearance=0x7f01006d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int actionMenuTextColor=0x7f01006e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeBackground=0x7f010071; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseButtonStyle=0x7f010070; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseDrawable=0x7f010073; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCopyDrawable=0x7f010075; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCutDrawable=0x7f010074; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeFindDrawable=0x7f010079; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePasteDrawable=0x7f010076; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePopupWindowStyle=0x7f01007b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSelectAllDrawable=0x7f010077; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeShareDrawable=0x7f010078; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSplitBackground=0x7f010072; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeStyle=0x7f01006f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeWebSearchDrawable=0x7f01007a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowButtonStyle=0x7f010063; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowMenuStyle=0x7f010064; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionProviderClass=0x7f0100df; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionViewClass=0x7f0100de; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int activityChooserViewStyle=0x7f01008e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogButtonGroupStyle=0x7f0100b3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int alertDialogCenterButtons=0x7f0100b4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogStyle=0x7f0100b2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogTheme=0x7f0100b5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int allowStacking=0x7f0100cb; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int alpha=0x7f0100cc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static int alphabeticModifiers=0x7f0100da; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowHeadLength=0x7f0100d3; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowShaftLength=0x7f0100d4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int autoCompleteTextViewStyle=0x7f0100ba; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeMaxTextSize=0x7f010054; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeMinTextSize=0x7f010053; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int autoSizePresetSizes=0x7f010052; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeStepGranularity=0x7f010051; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ */ + public static int autoSizeTextType=0x7f010050; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int background=0x7f01002e; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundSplit=0x7f010030; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundStacked=0x7f01002f; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int backgroundTint=0x7f010116; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int backgroundTintMode=0x7f010117; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int barLength=0x7f0100d5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_autoHide=0x7f010141; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_hideable=0x7f01011e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_overlapTop=0x7f01014a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ */ + public static int behavior_peekHeight=0x7f01011d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_skipCollapsed=0x7f01011f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int borderWidth=0x7f01013f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int borderlessButtonStyle=0x7f01008b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int bottomSheetDialogTheme=0x7f010139; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int bottomSheetStyle=0x7f01013a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarButtonStyle=0x7f010088; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNegativeButtonStyle=0x7f0100b8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNeutralButtonStyle=0x7f0100b9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarPositiveButtonStyle=0x7f0100b7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarStyle=0x7f010087; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ */ + public static int buttonGravity=0x7f01010b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonPanelSideLayout=0x7f010043; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyle=0x7f0100bb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyleSmall=0x7f0100bc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int buttonTint=0x7f0100cd; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int buttonTintMode=0x7f0100ce; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardBackgroundColor=0x7f010017; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardCornerRadius=0x7f010018; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardElevation=0x7f010019; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardMaxElevation=0x7f01001a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardPreventCornerOverlap=0x7f01001c; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardUseCompatPadding=0x7f01001b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkboxStyle=0x7f0100bd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkedTextViewStyle=0x7f0100be; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeIcon=0x7f0100ee; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeItemLayout=0x7f010040; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int collapseContentDescription=0x7f01010d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int collapseIcon=0x7f01010c; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static int collapsedTitleGravity=0x7f01012c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int collapsedTitleTextAppearance=0x7f010126; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int color=0x7f0100cf; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorAccent=0x7f0100aa; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorBackgroundFloating=0x7f0100b1; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorButtonNormal=0x7f0100ae; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlActivated=0x7f0100ac; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlHighlight=0x7f0100ad; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlNormal=0x7f0100ab; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int colorError=0x7f0100ca; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimary=0x7f0100a8; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimaryDark=0x7f0100a9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorSwitchThumbNormal=0x7f0100af; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int commitIcon=0x7f0100f3; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentDescription=0x7f0100e0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetEnd=0x7f010039; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetEndWithActions=0x7f01003d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetLeft=0x7f01003a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetRight=0x7f01003b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetStart=0x7f010038; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetStartWithNavigation=0x7f01003c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPadding=0x7f01001d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingBottom=0x7f010021; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingLeft=0x7f01001e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingRight=0x7f01001f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingTop=0x7f010020; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentScrim=0x7f010127; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int controlBackground=0x7f0100b0; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int counterEnabled=0x7f010160; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int counterMaxLength=0x7f010161; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int counterOverflowTextAppearance=0x7f010163; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int counterTextAppearance=0x7f010162; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int customNavigationLayout=0x7f010031; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int defaultQueryHint=0x7f0100ed; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dialogPreferredPadding=0x7f010080; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dialogTheme=0x7f01007f; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ */ + public static int displayOptions=0x7f010027; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int divider=0x7f01002d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerHorizontal=0x7f01008d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dividerPadding=0x7f0100d9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerVertical=0x7f01008c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int drawableSize=0x7f0100d1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int drawerArrowStyle=0x7f010022; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dropDownListViewStyle=0x7f01009f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dropdownListPreferredItemHeight=0x7f010083; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextBackground=0x7f010094; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int editTextColor=0x7f010093; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextStyle=0x7f0100bf; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int elevation=0x7f01003e; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int errorEnabled=0x7f01015e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int errorTextAppearance=0x7f01015f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int expandActivityOverflowButtonDrawable=0x7f010042; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expanded=0x7f010118; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static int expandedTitleGravity=0x7f01012d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMargin=0x7f010120; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginBottom=0x7f010124; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginEnd=0x7f010123; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginStart=0x7f010121; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginTop=0x7f010122; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int expandedTitleTextAppearance=0x7f010125; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int externalRouteEnabledDrawable=0x7f010015; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ */ + public static int fabSize=0x7f01013d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fastScrollEnabled=0x7f010004; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollHorizontalThumbDrawable=0x7f010007; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollHorizontalTrackDrawable=0x7f010008; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollVerticalThumbDrawable=0x7f010005; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollVerticalTrackDrawable=0x7f010006; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int font=0x7f010171; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontFamily=0x7f010055; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderAuthority=0x7f01016a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fontProviderCerts=0x7f01016d; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ */ + public static int fontProviderFetchStrategy=0x7f01016e; + /**

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ */ + public static int fontProviderFetchTimeout=0x7f01016f; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderPackage=0x7f01016b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderQuery=0x7f01016c; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ */ + public static int fontStyle=0x7f010170; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontWeight=0x7f010172; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int foregroundInsidePadding=0x7f010142; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int gapBetweenBars=0x7f0100d2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int goIcon=0x7f0100ef; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int headerLayout=0x7f010148; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int height=0x7f010023; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hideOnContentScroll=0x7f010037; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hintAnimationEnabled=0x7f010164; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hintEnabled=0x7f01015d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int hintTextAppearance=0x7f01015c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeAsUpIndicator=0x7f010085; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeLayout=0x7f010032; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int icon=0x7f01002b; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int iconTint=0x7f0100e2; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int iconTintMode=0x7f0100e3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int iconifiedByDefault=0x7f0100eb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int imageButtonStyle=0x7f010095; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int indeterminateProgressStyle=0x7f010034; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int initialActivityCount=0x7f010041; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int insetForeground=0x7f010149; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int isLightTheme=0x7f010024; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int itemBackground=0x7f010146; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemIconTint=0x7f010144; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemPadding=0x7f010036; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int itemTextAppearance=0x7f010147; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemTextColor=0x7f010145; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int keylines=0x7f010131; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout=0x7f0100ea; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layoutManager=0x7f010000; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout_anchor=0x7f010134; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ */ + public static int layout_anchorGravity=0x7f010136; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_behavior=0x7f010133; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ */ + public static int layout_collapseMode=0x7f01012f; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_collapseParallaxMultiplier=0x7f010130; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ */ + public static int layout_dodgeInsetEdges=0x7f010138; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ */ + public static int layout_insetEdge=0x7f010137; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_keyline=0x7f010135; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ */ + public static int layout_scrollFlags=0x7f01011b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout_scrollInterpolator=0x7f01011c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listChoiceBackgroundIndicator=0x7f0100a7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listDividerAlertDialog=0x7f010081; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listItemLayout=0x7f010047; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listLayout=0x7f010044; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listMenuViewStyle=0x7f0100c7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listPopupWindowStyle=0x7f0100a0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeight=0x7f01009a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightLarge=0x7f01009c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightSmall=0x7f01009b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingLeft=0x7f01009d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingRight=0x7f01009e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int logo=0x7f01002c; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int logoDescription=0x7f010110; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int maxActionInlineWidth=0x7f01014b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int maxButtonHeight=0x7f01010a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int measureWithLargestChild=0x7f0100d7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteAudioTrackDrawable=0x7f010009; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteButtonStyle=0x7f01000a; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int mediaRouteButtonTint=0x7f010016; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteCloseDrawable=0x7f01000b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteControlPanelThemeOverlay=0x7f01000c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteDefaultIconDrawable=0x7f01000d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRoutePauseDrawable=0x7f01000e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRoutePlayDrawable=0x7f01000f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteSpeakerGroupIconDrawable=0x7f010010; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteSpeakerIconDrawable=0x7f010011; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteStopDrawable=0x7f010012; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteTheme=0x7f010013; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteTvIconDrawable=0x7f010014; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int menu=0x7f010143; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int multiChoiceItemLayout=0x7f010045; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int navigationContentDescription=0x7f01010f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int navigationIcon=0x7f01010e; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ */ + public static int navigationMode=0x7f010026; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static int numericModifiers=0x7f0100db; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int overlapAnchor=0x7f0100e6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingBottomNoButtons=0x7f0100e8; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingEnd=0x7f010114; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingStart=0x7f010113; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingTopNoTitle=0x7f0100e9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelBackground=0x7f0100a4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelMenuListTheme=0x7f0100a6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int panelMenuListWidth=0x7f0100a5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleContentDescription=0x7f010167; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int passwordToggleDrawable=0x7f010166; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleEnabled=0x7f010165; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleTint=0x7f010168; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static int passwordToggleTintMode=0x7f010169; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupMenuStyle=0x7f010091; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupTheme=0x7f01003f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupWindowStyle=0x7f010092; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int preserveIconSpacing=0x7f0100e4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int pressedTranslationZ=0x7f01013e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int progressBarPadding=0x7f010035; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int progressBarStyle=0x7f010033; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int queryBackground=0x7f0100f5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int queryHint=0x7f0100ec; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int radioButtonStyle=0x7f0100c0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyle=0x7f0100c1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyleIndicator=0x7f0100c2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyleSmall=0x7f0100c3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int reverseLayout=0x7f010002; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int rippleColor=0x7f01013c; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int scrimAnimationDuration=0x7f01012b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int scrimVisibleHeightTrigger=0x7f01012a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchHintIcon=0x7f0100f1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchIcon=0x7f0100f0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchViewStyle=0x7f010099; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int seekBarStyle=0x7f0100c4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackground=0x7f010089; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackgroundBorderless=0x7f01008a; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ */ + public static int showAsAction=0x7f0100dc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ */ + public static int showDividers=0x7f0100d8; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int showText=0x7f010101; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int showTitle=0x7f010048; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int singleChoiceItemLayout=0x7f010046; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spanCount=0x7f010001; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spinBars=0x7f0100d0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerDropDownItemStyle=0x7f010084; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerStyle=0x7f0100c5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int splitTrack=0x7f010100; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int srcCompat=0x7f010049; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int stackFromEnd=0x7f010003; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_above_anchor=0x7f0100e7; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_collapsed=0x7f010119; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_collapsible=0x7f01011a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int statusBarBackground=0x7f010132; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int statusBarScrim=0x7f010128; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subMenuArrow=0x7f0100e5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int submitBackground=0x7f0100f6; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitle=0x7f010028; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextAppearance=0x7f010103; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitleTextColor=0x7f010112; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextStyle=0x7f01002a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int suggestionRowLayout=0x7f0100f4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchMinWidth=0x7f0100fe; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchPadding=0x7f0100ff; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchStyle=0x7f0100c6; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchTextAppearance=0x7f0100fd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tabBackground=0x7f01014f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabContentStart=0x7f01014e; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ */ + public static int tabGravity=0x7f010151; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabIndicatorColor=0x7f01014c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabIndicatorHeight=0x7f01014d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabMaxWidth=0x7f010153; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabMinWidth=0x7f010152; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ */ + public static int tabMode=0x7f010150; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPadding=0x7f01015b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingBottom=0x7f01015a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingEnd=0x7f010159; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingStart=0x7f010157; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingTop=0x7f010158; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabSelectedTextColor=0x7f010156; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tabTextAppearance=0x7f010154; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabTextColor=0x7f010155; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + */ + public static int textAllCaps=0x7f01004f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceLargePopupMenu=0x7f01007c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItem=0x7f0100a1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItemSecondary=0x7f0100a2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItemSmall=0x7f0100a3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearancePopupMenuHeader=0x7f01007e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultSubtitle=0x7f010097; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultTitle=0x7f010096; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSmallPopupMenu=0x7f01007d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorAlertDialogListItem=0x7f0100b6; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorError=0x7f01013b; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorSearchUrl=0x7f010098; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int theme=0x7f010115; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thickness=0x7f0100d6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thumbTextPadding=0x7f0100fc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thumbTint=0x7f0100f7; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int thumbTintMode=0x7f0100f8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tickMark=0x7f01004c; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tickMarkTint=0x7f01004d; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int tickMarkTintMode=0x7f01004e; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tint=0x7f01004a; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int tintMode=0x7f01004b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int title=0x7f010025; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleEnabled=0x7f01012e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMargin=0x7f010104; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginBottom=0x7f010108; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginEnd=0x7f010106; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginStart=0x7f010105; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginTop=0x7f010107; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMargins=0x7f010109; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextAppearance=0x7f010102; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleTextColor=0x7f010111; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextStyle=0x7f010029; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarId=0x7f010129; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarNavigationButtonStyle=0x7f010090; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarStyle=0x7f01008f; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int tooltipForegroundColor=0x7f0100c9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tooltipFrameBackground=0x7f0100c8; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tooltipText=0x7f0100e1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int track=0x7f0100f9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int trackTint=0x7f0100fa; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int trackTintMode=0x7f0100fb; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int useCompatPadding=0x7f010140; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int voiceIcon=0x7f0100f2; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBar=0x7f010056; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBarOverlay=0x7f010058; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionModeOverlay=0x7f010059; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMajor=0x7f01005d; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMinor=0x7f01005b; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMajor=0x7f01005a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMinor=0x7f01005c; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMajor=0x7f01005e; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMinor=0x7f01005f; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowNoTitle=0x7f010057; + } + public static final class bool { + public static int abc_action_bar_embed_tabs=0x7f0e0000; + public static int abc_allow_stacked_button_bar=0x7f0e0001; + public static int abc_config_actionMenuItemAllCaps=0x7f0e0002; + public static int abc_config_closeDialogWhenTouchOutside=0x7f0e0003; + public static int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f0e0004; + } + public static final class color { + public static int abc_background_cache_hint_selector_material_dark=0x7f0d004f; + public static int abc_background_cache_hint_selector_material_light=0x7f0d0050; + public static int abc_btn_colored_borderless_text_material=0x7f0d0051; + public static int abc_btn_colored_text_material=0x7f0d0052; + public static int abc_color_highlight_material=0x7f0d0053; + public static int abc_hint_foreground_material_dark=0x7f0d0054; + public static int abc_hint_foreground_material_light=0x7f0d0055; + public static int abc_input_method_navigation_guard=0x7f0d0004; + public static int abc_primary_text_disable_only_material_dark=0x7f0d0056; + public static int abc_primary_text_disable_only_material_light=0x7f0d0057; + public static int abc_primary_text_material_dark=0x7f0d0058; + public static int abc_primary_text_material_light=0x7f0d0059; + public static int abc_search_url_text=0x7f0d005a; + public static int abc_search_url_text_normal=0x7f0d0005; + public static int abc_search_url_text_pressed=0x7f0d0006; + public static int abc_search_url_text_selected=0x7f0d0007; + public static int abc_secondary_text_material_dark=0x7f0d005b; + public static int abc_secondary_text_material_light=0x7f0d005c; + public static int abc_tint_btn_checkable=0x7f0d005d; + public static int abc_tint_default=0x7f0d005e; + public static int abc_tint_edittext=0x7f0d005f; + public static int abc_tint_seek_thumb=0x7f0d0060; + public static int abc_tint_spinner=0x7f0d0061; + public static int abc_tint_switch_track=0x7f0d0062; + public static int accent_material_dark=0x7f0d0008; + public static int accent_material_light=0x7f0d0009; + public static int background_floating_material_dark=0x7f0d000a; + public static int background_floating_material_light=0x7f0d000b; + public static int background_material_dark=0x7f0d000c; + public static int background_material_light=0x7f0d000d; + public static int bright_foreground_disabled_material_dark=0x7f0d000e; + public static int bright_foreground_disabled_material_light=0x7f0d000f; + public static int bright_foreground_inverse_material_dark=0x7f0d0010; + public static int bright_foreground_inverse_material_light=0x7f0d0011; + public static int bright_foreground_material_dark=0x7f0d0012; + public static int bright_foreground_material_light=0x7f0d0013; + public static int button_material_dark=0x7f0d0014; + public static int button_material_light=0x7f0d0015; + public static int cardview_dark_background=0x7f0d0000; + public static int cardview_light_background=0x7f0d0001; + public static int cardview_shadow_end_color=0x7f0d0002; + public static int cardview_shadow_start_color=0x7f0d0003; + public static int colorAccent=0x7f0d004e; + public static int colorPrimary=0x7f0d004c; + public static int colorPrimaryDark=0x7f0d004d; + public static int design_bottom_navigation_shadow_color=0x7f0d0040; + public static int design_error=0x7f0d0063; + public static int design_fab_shadow_end_color=0x7f0d0041; + public static int design_fab_shadow_mid_color=0x7f0d0042; + public static int design_fab_shadow_start_color=0x7f0d0043; + public static int design_fab_stroke_end_inner_color=0x7f0d0044; + public static int design_fab_stroke_end_outer_color=0x7f0d0045; + public static int design_fab_stroke_top_inner_color=0x7f0d0046; + public static int design_fab_stroke_top_outer_color=0x7f0d0047; + public static int design_snackbar_background_color=0x7f0d0048; + public static int design_tint_password_toggle=0x7f0d0064; + public static int dim_foreground_disabled_material_dark=0x7f0d0016; + public static int dim_foreground_disabled_material_light=0x7f0d0017; + public static int dim_foreground_material_dark=0x7f0d0018; + public static int dim_foreground_material_light=0x7f0d0019; + public static int error_color_material=0x7f0d001a; + public static int foreground_material_dark=0x7f0d001b; + public static int foreground_material_light=0x7f0d001c; + public static int highlighted_text_material_dark=0x7f0d001d; + public static int highlighted_text_material_light=0x7f0d001e; + public static int launcher_background=0x7f0d004b; + public static int material_blue_grey_800=0x7f0d001f; + public static int material_blue_grey_900=0x7f0d0020; + public static int material_blue_grey_950=0x7f0d0021; + public static int material_deep_teal_200=0x7f0d0022; + public static int material_deep_teal_500=0x7f0d0023; + public static int material_grey_100=0x7f0d0024; + public static int material_grey_300=0x7f0d0025; + public static int material_grey_50=0x7f0d0026; + public static int material_grey_600=0x7f0d0027; + public static int material_grey_800=0x7f0d0028; + public static int material_grey_850=0x7f0d0029; + public static int material_grey_900=0x7f0d002a; + public static int notification_action_color_filter=0x7f0d0049; + public static int notification_icon_bg_color=0x7f0d004a; + public static int notification_material_background_media_default_color=0x7f0d003f; + public static int primary_dark_material_dark=0x7f0d002b; + public static int primary_dark_material_light=0x7f0d002c; + public static int primary_material_dark=0x7f0d002d; + public static int primary_material_light=0x7f0d002e; + public static int primary_text_default_material_dark=0x7f0d002f; + public static int primary_text_default_material_light=0x7f0d0030; + public static int primary_text_disabled_material_dark=0x7f0d0031; + public static int primary_text_disabled_material_light=0x7f0d0032; + public static int ripple_material_dark=0x7f0d0033; + public static int ripple_material_light=0x7f0d0034; + public static int secondary_text_default_material_dark=0x7f0d0035; + public static int secondary_text_default_material_light=0x7f0d0036; + public static int secondary_text_disabled_material_dark=0x7f0d0037; + public static int secondary_text_disabled_material_light=0x7f0d0038; + public static int switch_thumb_disabled_material_dark=0x7f0d0039; + public static int switch_thumb_disabled_material_light=0x7f0d003a; + public static int switch_thumb_material_dark=0x7f0d0065; + public static int switch_thumb_material_light=0x7f0d0066; + public static int switch_thumb_normal_material_dark=0x7f0d003b; + public static int switch_thumb_normal_material_light=0x7f0d003c; + public static int tooltip_background_dark=0x7f0d003d; + public static int tooltip_background_light=0x7f0d003e; + } + public static final class dimen { + public static int abc_action_bar_content_inset_material=0x7f08001b; + public static int abc_action_bar_content_inset_with_nav=0x7f08001c; + public static int abc_action_bar_default_height_material=0x7f080010; + public static int abc_action_bar_default_padding_end_material=0x7f08001d; + public static int abc_action_bar_default_padding_start_material=0x7f08001e; + public static int abc_action_bar_elevation_material=0x7f080020; + public static int abc_action_bar_icon_vertical_padding_material=0x7f080021; + public static int abc_action_bar_overflow_padding_end_material=0x7f080022; + public static int abc_action_bar_overflow_padding_start_material=0x7f080023; + public static int abc_action_bar_progress_bar_size=0x7f080011; + public static int abc_action_bar_stacked_max_height=0x7f080024; + public static int abc_action_bar_stacked_tab_max_width=0x7f080025; + public static int abc_action_bar_subtitle_bottom_margin_material=0x7f080026; + public static int abc_action_bar_subtitle_top_margin_material=0x7f080027; + public static int abc_action_button_min_height_material=0x7f080028; + public static int abc_action_button_min_width_material=0x7f080029; + public static int abc_action_button_min_width_overflow_material=0x7f08002a; + public static int abc_alert_dialog_button_bar_height=0x7f08000f; + public static int abc_button_inset_horizontal_material=0x7f08002b; + public static int abc_button_inset_vertical_material=0x7f08002c; + public static int abc_button_padding_horizontal_material=0x7f08002d; + public static int abc_button_padding_vertical_material=0x7f08002e; + public static int abc_cascading_menus_min_smallest_width=0x7f08002f; + public static int abc_config_prefDialogWidth=0x7f080014; + public static int abc_control_corner_material=0x7f080030; + public static int abc_control_inset_material=0x7f080031; + public static int abc_control_padding_material=0x7f080032; + public static int abc_dialog_fixed_height_major=0x7f080015; + public static int abc_dialog_fixed_height_minor=0x7f080016; + public static int abc_dialog_fixed_width_major=0x7f080017; + public static int abc_dialog_fixed_width_minor=0x7f080018; + public static int abc_dialog_list_padding_bottom_no_buttons=0x7f080033; + public static int abc_dialog_list_padding_top_no_title=0x7f080034; + public static int abc_dialog_min_width_major=0x7f080019; + public static int abc_dialog_min_width_minor=0x7f08001a; + public static int abc_dialog_padding_material=0x7f080035; + public static int abc_dialog_padding_top_material=0x7f080036; + public static int abc_dialog_title_divider_material=0x7f080037; + public static int abc_disabled_alpha_material_dark=0x7f080038; + public static int abc_disabled_alpha_material_light=0x7f080039; + public static int abc_dropdownitem_icon_width=0x7f08003a; + public static int abc_dropdownitem_text_padding_left=0x7f08003b; + public static int abc_dropdownitem_text_padding_right=0x7f08003c; + public static int abc_edit_text_inset_bottom_material=0x7f08003d; + public static int abc_edit_text_inset_horizontal_material=0x7f08003e; + public static int abc_edit_text_inset_top_material=0x7f08003f; + public static int abc_floating_window_z=0x7f080040; + public static int abc_list_item_padding_horizontal_material=0x7f080041; + public static int abc_panel_menu_list_width=0x7f080042; + public static int abc_progress_bar_height_material=0x7f080043; + public static int abc_search_view_preferred_height=0x7f080044; + public static int abc_search_view_preferred_width=0x7f080045; + public static int abc_seekbar_track_background_height_material=0x7f080046; + public static int abc_seekbar_track_progress_height_material=0x7f080047; + public static int abc_select_dialog_padding_start_material=0x7f080048; + public static int abc_switch_padding=0x7f08001f; + public static int abc_text_size_body_1_material=0x7f080049; + public static int abc_text_size_body_2_material=0x7f08004a; + public static int abc_text_size_button_material=0x7f08004b; + public static int abc_text_size_caption_material=0x7f08004c; + public static int abc_text_size_display_1_material=0x7f08004d; + public static int abc_text_size_display_2_material=0x7f08004e; + public static int abc_text_size_display_3_material=0x7f08004f; + public static int abc_text_size_display_4_material=0x7f080050; + public static int abc_text_size_headline_material=0x7f080051; + public static int abc_text_size_large_material=0x7f080052; + public static int abc_text_size_medium_material=0x7f080053; + public static int abc_text_size_menu_header_material=0x7f080054; + public static int abc_text_size_menu_material=0x7f080055; + public static int abc_text_size_small_material=0x7f080056; + public static int abc_text_size_subhead_material=0x7f080057; + public static int abc_text_size_subtitle_material_toolbar=0x7f080012; + public static int abc_text_size_title_material=0x7f080058; + public static int abc_text_size_title_material_toolbar=0x7f080013; + public static int cardview_compat_inset_shadow=0x7f08000c; + public static int cardview_default_elevation=0x7f08000d; + public static int cardview_default_radius=0x7f08000e; + public static int compat_button_inset_horizontal_material=0x7f080094; + public static int compat_button_inset_vertical_material=0x7f080095; + public static int compat_button_padding_horizontal_material=0x7f080096; + public static int compat_button_padding_vertical_material=0x7f080097; + public static int compat_control_corner_material=0x7f080098; + public static int design_appbar_elevation=0x7f080072; + public static int design_bottom_navigation_active_item_max_width=0x7f080073; + public static int design_bottom_navigation_active_text_size=0x7f080074; + public static int design_bottom_navigation_elevation=0x7f080075; + public static int design_bottom_navigation_height=0x7f080076; + public static int design_bottom_navigation_item_max_width=0x7f080077; + public static int design_bottom_navigation_item_min_width=0x7f080078; + public static int design_bottom_navigation_margin=0x7f080079; + public static int design_bottom_navigation_shadow_height=0x7f08007a; + public static int design_bottom_navigation_text_size=0x7f08007b; + public static int design_bottom_sheet_modal_elevation=0x7f08007c; + public static int design_bottom_sheet_peek_height_min=0x7f08007d; + public static int design_fab_border_width=0x7f08007e; + public static int design_fab_elevation=0x7f08007f; + public static int design_fab_image_size=0x7f080080; + public static int design_fab_size_mini=0x7f080081; + public static int design_fab_size_normal=0x7f080082; + public static int design_fab_translation_z_pressed=0x7f080083; + public static int design_navigation_elevation=0x7f080084; + public static int design_navigation_icon_padding=0x7f080085; + public static int design_navigation_icon_size=0x7f080086; + public static int design_navigation_max_width=0x7f08006a; + public static int design_navigation_padding_bottom=0x7f080087; + public static int design_navigation_separator_vertical_padding=0x7f080088; + public static int design_snackbar_action_inline_max_width=0x7f08006b; + public static int design_snackbar_background_corner_radius=0x7f08006c; + public static int design_snackbar_elevation=0x7f080089; + public static int design_snackbar_extra_spacing_horizontal=0x7f08006d; + public static int design_snackbar_max_width=0x7f08006e; + public static int design_snackbar_min_width=0x7f08006f; + public static int design_snackbar_padding_horizontal=0x7f08008a; + public static int design_snackbar_padding_vertical=0x7f08008b; + public static int design_snackbar_padding_vertical_2lines=0x7f080070; + public static int design_snackbar_text_size=0x7f08008c; + public static int design_tab_max_width=0x7f08008d; + public static int design_tab_scrollable_min_width=0x7f080071; + public static int design_tab_text_size=0x7f08008e; + public static int design_tab_text_size_2line=0x7f08008f; + public static int disabled_alpha_material_dark=0x7f080059; + public static int disabled_alpha_material_light=0x7f08005a; + public static int fastscroll_default_thickness=0x7f080000; + public static int fastscroll_margin=0x7f080001; + public static int fastscroll_minimum_range=0x7f080002; + public static int highlight_alpha_material_colored=0x7f08005b; + public static int highlight_alpha_material_dark=0x7f08005c; + public static int highlight_alpha_material_light=0x7f08005d; + public static int hint_alpha_material_dark=0x7f08005e; + public static int hint_alpha_material_light=0x7f08005f; + public static int hint_pressed_alpha_material_dark=0x7f080060; + public static int hint_pressed_alpha_material_light=0x7f080061; + public static int item_touch_helper_max_drag_scroll_per_frame=0x7f080003; + public static int item_touch_helper_swipe_escape_max_velocity=0x7f080004; + public static int item_touch_helper_swipe_escape_velocity=0x7f080005; + public static int mr_controller_volume_group_list_item_height=0x7f080006; + public static int mr_controller_volume_group_list_item_icon_size=0x7f080007; + public static int mr_controller_volume_group_list_max_height=0x7f080008; + public static int mr_controller_volume_group_list_padding_top=0x7f08000b; + public static int mr_dialog_fixed_width_major=0x7f080009; + public static int mr_dialog_fixed_width_minor=0x7f08000a; + public static int notification_action_icon_size=0x7f080099; + public static int notification_action_text_size=0x7f08009a; + public static int notification_big_circle_margin=0x7f08009b; + public static int notification_content_margin_start=0x7f080091; + public static int notification_large_icon_height=0x7f08009c; + public static int notification_large_icon_width=0x7f08009d; + public static int notification_main_column_padding_top=0x7f080092; + public static int notification_media_narrow_margin=0x7f080093; + public static int notification_right_icon_size=0x7f08009e; + public static int notification_right_side_padding_top=0x7f080090; + public static int notification_small_icon_background_padding=0x7f08009f; + public static int notification_small_icon_size_as_large=0x7f0800a0; + public static int notification_subtext_size=0x7f0800a1; + public static int notification_top_pad=0x7f0800a2; + public static int notification_top_pad_large_text=0x7f0800a3; + public static int tooltip_corner_radius=0x7f080062; + public static int tooltip_horizontal_padding=0x7f080063; + public static int tooltip_margin=0x7f080064; + public static int tooltip_precise_anchor_extra_offset=0x7f080065; + public static int tooltip_precise_anchor_threshold=0x7f080066; + public static int tooltip_vertical_padding=0x7f080067; + public static int tooltip_y_offset_non_touch=0x7f080068; + public static int tooltip_y_offset_touch=0x7f080069; + } + public static final class drawable { + public static int abc_ab_share_pack_mtrl_alpha=0x7f020000; + public static int abc_action_bar_item_background_material=0x7f020001; + public static int abc_btn_borderless_material=0x7f020002; + public static int abc_btn_check_material=0x7f020003; + public static int abc_btn_check_to_on_mtrl_000=0x7f020004; + public static int abc_btn_check_to_on_mtrl_015=0x7f020005; + public static int abc_btn_colored_material=0x7f020006; + public static int abc_btn_default_mtrl_shape=0x7f020007; + public static int abc_btn_radio_material=0x7f020008; + public static int abc_btn_radio_to_on_mtrl_000=0x7f020009; + public static int abc_btn_radio_to_on_mtrl_015=0x7f02000a; + public static int abc_btn_switch_to_on_mtrl_00001=0x7f02000b; + public static int abc_btn_switch_to_on_mtrl_00012=0x7f02000c; + public static int abc_cab_background_internal_bg=0x7f02000d; + public static int abc_cab_background_top_material=0x7f02000e; + public static int abc_cab_background_top_mtrl_alpha=0x7f02000f; + public static int abc_control_background_material=0x7f020010; + public static int abc_dialog_material_background=0x7f020011; + public static int abc_edit_text_material=0x7f020012; + public static int abc_ic_ab_back_material=0x7f020013; + public static int abc_ic_arrow_drop_right_black_24dp=0x7f020014; + public static int abc_ic_clear_material=0x7f020015; + public static int abc_ic_commit_search_api_mtrl_alpha=0x7f020016; + public static int abc_ic_go_search_api_material=0x7f020017; + public static int abc_ic_menu_copy_mtrl_am_alpha=0x7f020018; + public static int abc_ic_menu_cut_mtrl_alpha=0x7f020019; + public static int abc_ic_menu_overflow_material=0x7f02001a; + public static int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001b; + public static int abc_ic_menu_selectall_mtrl_alpha=0x7f02001c; + public static int abc_ic_menu_share_mtrl_alpha=0x7f02001d; + public static int abc_ic_search_api_material=0x7f02001e; + public static int abc_ic_star_black_16dp=0x7f02001f; + public static int abc_ic_star_black_36dp=0x7f020020; + public static int abc_ic_star_black_48dp=0x7f020021; + public static int abc_ic_star_half_black_16dp=0x7f020022; + public static int abc_ic_star_half_black_36dp=0x7f020023; + public static int abc_ic_star_half_black_48dp=0x7f020024; + public static int abc_ic_voice_search_api_material=0x7f020025; + public static int abc_item_background_holo_dark=0x7f020026; + public static int abc_item_background_holo_light=0x7f020027; + public static int abc_list_divider_mtrl_alpha=0x7f020028; + public static int abc_list_focused_holo=0x7f020029; + public static int abc_list_longpressed_holo=0x7f02002a; + public static int abc_list_pressed_holo_dark=0x7f02002b; + public static int abc_list_pressed_holo_light=0x7f02002c; + public static int abc_list_selector_background_transition_holo_dark=0x7f02002d; + public static int abc_list_selector_background_transition_holo_light=0x7f02002e; + public static int abc_list_selector_disabled_holo_dark=0x7f02002f; + public static int abc_list_selector_disabled_holo_light=0x7f020030; + public static int abc_list_selector_holo_dark=0x7f020031; + public static int abc_list_selector_holo_light=0x7f020032; + public static int abc_menu_hardkey_panel_mtrl_mult=0x7f020033; + public static int abc_popup_background_mtrl_mult=0x7f020034; + public static int abc_ratingbar_indicator_material=0x7f020035; + public static int abc_ratingbar_material=0x7f020036; + public static int abc_ratingbar_small_material=0x7f020037; + public static int abc_scrubber_control_off_mtrl_alpha=0x7f020038; + public static int abc_scrubber_control_to_pressed_mtrl_000=0x7f020039; + public static int abc_scrubber_control_to_pressed_mtrl_005=0x7f02003a; + public static int abc_scrubber_primary_mtrl_alpha=0x7f02003b; + public static int abc_scrubber_track_mtrl_alpha=0x7f02003c; + public static int abc_seekbar_thumb_material=0x7f02003d; + public static int abc_seekbar_tick_mark_material=0x7f02003e; + public static int abc_seekbar_track_material=0x7f02003f; + public static int abc_spinner_mtrl_am_alpha=0x7f020040; + public static int abc_spinner_textfield_background_material=0x7f020041; + public static int abc_switch_thumb_material=0x7f020042; + public static int abc_switch_track_mtrl_alpha=0x7f020043; + public static int abc_tab_indicator_material=0x7f020044; + public static int abc_tab_indicator_mtrl_alpha=0x7f020045; + public static int abc_text_cursor_material=0x7f020046; + public static int abc_text_select_handle_left_mtrl_dark=0x7f020047; + public static int abc_text_select_handle_left_mtrl_light=0x7f020048; + public static int abc_text_select_handle_middle_mtrl_dark=0x7f020049; + public static int abc_text_select_handle_middle_mtrl_light=0x7f02004a; + public static int abc_text_select_handle_right_mtrl_dark=0x7f02004b; + public static int abc_text_select_handle_right_mtrl_light=0x7f02004c; + public static int abc_textfield_activated_mtrl_alpha=0x7f02004d; + public static int abc_textfield_default_mtrl_alpha=0x7f02004e; + public static int abc_textfield_search_activated_mtrl_alpha=0x7f02004f; + public static int abc_textfield_search_default_mtrl_alpha=0x7f020050; + public static int abc_textfield_search_material=0x7f020051; + public static int abc_vector_test=0x7f020052; + public static int avd_hide_password=0x7f020053; + public static int avd_hide_password_1=0x7f02012f; + public static int avd_hide_password_2=0x7f020130; + public static int avd_hide_password_3=0x7f020131; + public static int avd_show_password=0x7f020054; + public static int avd_show_password_1=0x7f020132; + public static int avd_show_password_2=0x7f020133; + public static int avd_show_password_3=0x7f020134; + public static int design_bottom_navigation_item_background=0x7f020055; + public static int design_fab_background=0x7f020056; + public static int design_ic_visibility=0x7f020057; + public static int design_ic_visibility_off=0x7f020058; + public static int design_password_eye=0x7f020059; + public static int design_snackbar_background=0x7f02005a; + public static int ic_audiotrack_dark=0x7f02005b; + public static int ic_audiotrack_light=0x7f02005c; + public static int ic_dialog_close_dark=0x7f02005d; + public static int ic_dialog_close_light=0x7f02005e; + public static int ic_group_collapse_00=0x7f02005f; + public static int ic_group_collapse_01=0x7f020060; + public static int ic_group_collapse_02=0x7f020061; + public static int ic_group_collapse_03=0x7f020062; + public static int ic_group_collapse_04=0x7f020063; + public static int ic_group_collapse_05=0x7f020064; + public static int ic_group_collapse_06=0x7f020065; + public static int ic_group_collapse_07=0x7f020066; + public static int ic_group_collapse_08=0x7f020067; + public static int ic_group_collapse_09=0x7f020068; + public static int ic_group_collapse_10=0x7f020069; + public static int ic_group_collapse_11=0x7f02006a; + public static int ic_group_collapse_12=0x7f02006b; + public static int ic_group_collapse_13=0x7f02006c; + public static int ic_group_collapse_14=0x7f02006d; + public static int ic_group_collapse_15=0x7f02006e; + public static int ic_group_expand_00=0x7f02006f; + public static int ic_group_expand_01=0x7f020070; + public static int ic_group_expand_02=0x7f020071; + public static int ic_group_expand_03=0x7f020072; + public static int ic_group_expand_04=0x7f020073; + public static int ic_group_expand_05=0x7f020074; + public static int ic_group_expand_06=0x7f020075; + public static int ic_group_expand_07=0x7f020076; + public static int ic_group_expand_08=0x7f020077; + public static int ic_group_expand_09=0x7f020078; + public static int ic_group_expand_10=0x7f020079; + public static int ic_group_expand_11=0x7f02007a; + public static int ic_group_expand_12=0x7f02007b; + public static int ic_group_expand_13=0x7f02007c; + public static int ic_group_expand_14=0x7f02007d; + public static int ic_group_expand_15=0x7f02007e; + public static int ic_media_pause_dark=0x7f02007f; + public static int ic_media_pause_light=0x7f020080; + public static int ic_media_play_dark=0x7f020081; + public static int ic_media_play_light=0x7f020082; + public static int ic_media_stop_dark=0x7f020083; + public static int ic_media_stop_light=0x7f020084; + public static int ic_mr_button_connected_00_dark=0x7f020085; + public static int ic_mr_button_connected_00_light=0x7f020086; + public static int ic_mr_button_connected_01_dark=0x7f020087; + public static int ic_mr_button_connected_01_light=0x7f020088; + public static int ic_mr_button_connected_02_dark=0x7f020089; + public static int ic_mr_button_connected_02_light=0x7f02008a; + public static int ic_mr_button_connected_03_dark=0x7f02008b; + public static int ic_mr_button_connected_03_light=0x7f02008c; + public static int ic_mr_button_connected_04_dark=0x7f02008d; + public static int ic_mr_button_connected_04_light=0x7f02008e; + public static int ic_mr_button_connected_05_dark=0x7f02008f; + public static int ic_mr_button_connected_05_light=0x7f020090; + public static int ic_mr_button_connected_06_dark=0x7f020091; + public static int ic_mr_button_connected_06_light=0x7f020092; + public static int ic_mr_button_connected_07_dark=0x7f020093; + public static int ic_mr_button_connected_07_light=0x7f020094; + public static int ic_mr_button_connected_08_dark=0x7f020095; + public static int ic_mr_button_connected_08_light=0x7f020096; + public static int ic_mr_button_connected_09_dark=0x7f020097; + public static int ic_mr_button_connected_09_light=0x7f020098; + public static int ic_mr_button_connected_10_dark=0x7f020099; + public static int ic_mr_button_connected_10_light=0x7f02009a; + public static int ic_mr_button_connected_11_dark=0x7f02009b; + public static int ic_mr_button_connected_11_light=0x7f02009c; + public static int ic_mr_button_connected_12_dark=0x7f02009d; + public static int ic_mr_button_connected_12_light=0x7f02009e; + public static int ic_mr_button_connected_13_dark=0x7f02009f; + public static int ic_mr_button_connected_13_light=0x7f0200a0; + public static int ic_mr_button_connected_14_dark=0x7f0200a1; + public static int ic_mr_button_connected_14_light=0x7f0200a2; + public static int ic_mr_button_connected_15_dark=0x7f0200a3; + public static int ic_mr_button_connected_15_light=0x7f0200a4; + public static int ic_mr_button_connected_16_dark=0x7f0200a5; + public static int ic_mr_button_connected_16_light=0x7f0200a6; + public static int ic_mr_button_connected_17_dark=0x7f0200a7; + public static int ic_mr_button_connected_17_light=0x7f0200a8; + public static int ic_mr_button_connected_18_dark=0x7f0200a9; + public static int ic_mr_button_connected_18_light=0x7f0200aa; + public static int ic_mr_button_connected_19_dark=0x7f0200ab; + public static int ic_mr_button_connected_19_light=0x7f0200ac; + public static int ic_mr_button_connected_20_dark=0x7f0200ad; + public static int ic_mr_button_connected_20_light=0x7f0200ae; + public static int ic_mr_button_connected_21_dark=0x7f0200af; + public static int ic_mr_button_connected_21_light=0x7f0200b0; + public static int ic_mr_button_connected_22_dark=0x7f0200b1; + public static int ic_mr_button_connected_22_light=0x7f0200b2; + public static int ic_mr_button_connected_23_dark=0x7f0200b3; + public static int ic_mr_button_connected_23_light=0x7f0200b4; + public static int ic_mr_button_connected_24_dark=0x7f0200b5; + public static int ic_mr_button_connected_24_light=0x7f0200b6; + public static int ic_mr_button_connected_25_dark=0x7f0200b7; + public static int ic_mr_button_connected_25_light=0x7f0200b8; + public static int ic_mr_button_connected_26_dark=0x7f0200b9; + public static int ic_mr_button_connected_26_light=0x7f0200ba; + public static int ic_mr_button_connected_27_dark=0x7f0200bb; + public static int ic_mr_button_connected_27_light=0x7f0200bc; + public static int ic_mr_button_connected_28_dark=0x7f0200bd; + public static int ic_mr_button_connected_28_light=0x7f0200be; + public static int ic_mr_button_connected_29_dark=0x7f0200bf; + public static int ic_mr_button_connected_29_light=0x7f0200c0; + public static int ic_mr_button_connected_30_dark=0x7f0200c1; + public static int ic_mr_button_connected_30_light=0x7f0200c2; + public static int ic_mr_button_connecting_00_dark=0x7f0200c3; + public static int ic_mr_button_connecting_00_light=0x7f0200c4; + public static int ic_mr_button_connecting_01_dark=0x7f0200c5; + public static int ic_mr_button_connecting_01_light=0x7f0200c6; + public static int ic_mr_button_connecting_02_dark=0x7f0200c7; + public static int ic_mr_button_connecting_02_light=0x7f0200c8; + public static int ic_mr_button_connecting_03_dark=0x7f0200c9; + public static int ic_mr_button_connecting_03_light=0x7f0200ca; + public static int ic_mr_button_connecting_04_dark=0x7f0200cb; + public static int ic_mr_button_connecting_04_light=0x7f0200cc; + public static int ic_mr_button_connecting_05_dark=0x7f0200cd; + public static int ic_mr_button_connecting_05_light=0x7f0200ce; + public static int ic_mr_button_connecting_06_dark=0x7f0200cf; + public static int ic_mr_button_connecting_06_light=0x7f0200d0; + public static int ic_mr_button_connecting_07_dark=0x7f0200d1; + public static int ic_mr_button_connecting_07_light=0x7f0200d2; + public static int ic_mr_button_connecting_08_dark=0x7f0200d3; + public static int ic_mr_button_connecting_08_light=0x7f0200d4; + public static int ic_mr_button_connecting_09_dark=0x7f0200d5; + public static int ic_mr_button_connecting_09_light=0x7f0200d6; + public static int ic_mr_button_connecting_10_dark=0x7f0200d7; + public static int ic_mr_button_connecting_10_light=0x7f0200d8; + public static int ic_mr_button_connecting_11_dark=0x7f0200d9; + public static int ic_mr_button_connecting_11_light=0x7f0200da; + public static int ic_mr_button_connecting_12_dark=0x7f0200db; + public static int ic_mr_button_connecting_12_light=0x7f0200dc; + public static int ic_mr_button_connecting_13_dark=0x7f0200dd; + public static int ic_mr_button_connecting_13_light=0x7f0200de; + public static int ic_mr_button_connecting_14_dark=0x7f0200df; + public static int ic_mr_button_connecting_14_light=0x7f0200e0; + public static int ic_mr_button_connecting_15_dark=0x7f0200e1; + public static int ic_mr_button_connecting_15_light=0x7f0200e2; + public static int ic_mr_button_connecting_16_dark=0x7f0200e3; + public static int ic_mr_button_connecting_16_light=0x7f0200e4; + public static int ic_mr_button_connecting_17_dark=0x7f0200e5; + public static int ic_mr_button_connecting_17_light=0x7f0200e6; + public static int ic_mr_button_connecting_18_dark=0x7f0200e7; + public static int ic_mr_button_connecting_18_light=0x7f0200e8; + public static int ic_mr_button_connecting_19_dark=0x7f0200e9; + public static int ic_mr_button_connecting_19_light=0x7f0200ea; + public static int ic_mr_button_connecting_20_dark=0x7f0200eb; + public static int ic_mr_button_connecting_20_light=0x7f0200ec; + public static int ic_mr_button_connecting_21_dark=0x7f0200ed; + public static int ic_mr_button_connecting_21_light=0x7f0200ee; + public static int ic_mr_button_connecting_22_dark=0x7f0200ef; + public static int ic_mr_button_connecting_22_light=0x7f0200f0; + public static int ic_mr_button_connecting_23_dark=0x7f0200f1; + public static int ic_mr_button_connecting_23_light=0x7f0200f2; + public static int ic_mr_button_connecting_24_dark=0x7f0200f3; + public static int ic_mr_button_connecting_24_light=0x7f0200f4; + public static int ic_mr_button_connecting_25_dark=0x7f0200f5; + public static int ic_mr_button_connecting_25_light=0x7f0200f6; + public static int ic_mr_button_connecting_26_dark=0x7f0200f7; + public static int ic_mr_button_connecting_26_light=0x7f0200f8; + public static int ic_mr_button_connecting_27_dark=0x7f0200f9; + public static int ic_mr_button_connecting_27_light=0x7f0200fa; + public static int ic_mr_button_connecting_28_dark=0x7f0200fb; + public static int ic_mr_button_connecting_28_light=0x7f0200fc; + public static int ic_mr_button_connecting_29_dark=0x7f0200fd; + public static int ic_mr_button_connecting_29_light=0x7f0200fe; + public static int ic_mr_button_connecting_30_dark=0x7f0200ff; + public static int ic_mr_button_connecting_30_light=0x7f020100; + public static int ic_mr_button_disabled_dark=0x7f020101; + public static int ic_mr_button_disabled_light=0x7f020102; + public static int ic_mr_button_disconnected_dark=0x7f020103; + public static int ic_mr_button_disconnected_light=0x7f020104; + public static int ic_mr_button_grey=0x7f020105; + public static int ic_vol_type_speaker_dark=0x7f020106; + public static int ic_vol_type_speaker_group_dark=0x7f020107; + public static int ic_vol_type_speaker_group_light=0x7f020108; + public static int ic_vol_type_speaker_light=0x7f020109; + public static int ic_vol_type_tv_dark=0x7f02010a; + public static int ic_vol_type_tv_light=0x7f02010b; + public static int mr_button_connected_dark=0x7f02010c; + public static int mr_button_connected_light=0x7f02010d; + public static int mr_button_connecting_dark=0x7f02010e; + public static int mr_button_connecting_light=0x7f02010f; + public static int mr_button_dark=0x7f020110; + public static int mr_button_light=0x7f020111; + public static int mr_dialog_close_dark=0x7f020112; + public static int mr_dialog_close_light=0x7f020113; + public static int mr_dialog_material_background_dark=0x7f020114; + public static int mr_dialog_material_background_light=0x7f020115; + public static int mr_group_collapse=0x7f020116; + public static int mr_group_expand=0x7f020117; + public static int mr_media_pause_dark=0x7f020118; + public static int mr_media_pause_light=0x7f020119; + public static int mr_media_play_dark=0x7f02011a; + public static int mr_media_play_light=0x7f02011b; + public static int mr_media_stop_dark=0x7f02011c; + public static int mr_media_stop_light=0x7f02011d; + public static int mr_vol_type_audiotrack_dark=0x7f02011e; + public static int mr_vol_type_audiotrack_light=0x7f02011f; + public static int navigation_empty_icon=0x7f020120; + public static int notification_action_background=0x7f020121; + public static int notification_bg=0x7f020122; + public static int notification_bg_low=0x7f020123; + public static int notification_bg_low_normal=0x7f020124; + public static int notification_bg_low_pressed=0x7f020125; + public static int notification_bg_normal=0x7f020126; + public static int notification_bg_normal_pressed=0x7f020127; + public static int notification_icon_background=0x7f020128; + public static int notification_template_icon_bg=0x7f02012d; + public static int notification_template_icon_low_bg=0x7f02012e; + public static int notification_tile_bg=0x7f020129; + public static int notify_panel_notification_icon_bg=0x7f02012a; + public static int tooltip_frame_dark=0x7f02012b; + public static int tooltip_frame_light=0x7f02012c; + } + public static final class id { + public static int ALT=0x7f090032; + public static int CTRL=0x7f090033; + public static int FUNCTION=0x7f090034; + public static int META=0x7f090035; + public static int SHIFT=0x7f090036; + public static int SYM=0x7f090037; + public static int action0=0x7f0900b6; + public static int action_bar=0x7f09007c; + public static int action_bar_activity_content=0x7f090001; + public static int action_bar_container=0x7f09007b; + public static int action_bar_root=0x7f090077; + public static int action_bar_spinner=0x7f090002; + public static int action_bar_subtitle=0x7f09005b; + public static int action_bar_title=0x7f09005a; + public static int action_container=0x7f0900b3; + public static int action_context_bar=0x7f09007d; + public static int action_divider=0x7f0900ba; + public static int action_image=0x7f0900b4; + public static int action_menu_divider=0x7f090003; + public static int action_menu_presenter=0x7f090004; + public static int action_mode_bar=0x7f090079; + public static int action_mode_bar_stub=0x7f090078; + public static int action_mode_close_button=0x7f09005c; + public static int action_text=0x7f0900b5; + public static int actions=0x7f0900c3; + public static int activity_chooser_view_content=0x7f09005d; + public static int add=0x7f090027; + public static int alertTitle=0x7f090070; + public static int all=0x7f090052; + public static int always=0x7f090038; + public static int async=0x7f090056; + public static int auto=0x7f090044; + public static int beginning=0x7f09002f; + public static int blocking=0x7f090057; + public static int bottom=0x7f09003d; + public static int buttonPanel=0x7f090063; + public static int cancel_action=0x7f0900b7; + public static int center=0x7f090045; + public static int center_horizontal=0x7f090046; + public static int center_vertical=0x7f090047; + public static int checkbox=0x7f090073; + public static int chronometer=0x7f0900bf; + public static int clip_horizontal=0x7f09004e; + public static int clip_vertical=0x7f09004f; + public static int collapseActionView=0x7f090039; + public static int container=0x7f09008d; + public static int contentPanel=0x7f090066; + public static int coordinator=0x7f09008e; + public static int custom=0x7f09006d; + public static int customPanel=0x7f09006c; + public static int decor_content_parent=0x7f09007a; + public static int default_activity_button=0x7f090060; + public static int design_bottom_sheet=0x7f090090; + public static int design_menu_item_action_area=0x7f090097; + public static int design_menu_item_action_area_stub=0x7f090096; + public static int design_menu_item_text=0x7f090095; + public static int design_navigation_view=0x7f090094; + public static int disableHome=0x7f090020; + public static int edit_query=0x7f09007e; + public static int end=0x7f090030; + public static int end_padder=0x7f0900c5; + public static int enterAlways=0x7f09003f; + public static int enterAlwaysCollapsed=0x7f090040; + public static int exitUntilCollapsed=0x7f090041; + public static int expand_activities_button=0x7f09005e; + public static int expanded_menu=0x7f090072; + public static int fill=0x7f090050; + public static int fill_horizontal=0x7f090051; + public static int fill_vertical=0x7f090048; + public static int fixed=0x7f090054; + public static int forever=0x7f090058; + public static int ghost_view=0x7f09000a; + public static int home=0x7f090005; + public static int homeAsUp=0x7f090021; + public static int icon=0x7f090062; + public static int icon_group=0x7f0900c4; + public static int ifRoom=0x7f09003a; + public static int image=0x7f09005f; + public static int info=0x7f0900c0; + public static int italic=0x7f090059; + public static int item_touch_helper_previous_elevation=0x7f090000; + public static int largeLabel=0x7f09008c; + public static int left=0x7f090049; + public static int line1=0x7f090017; + public static int line3=0x7f090018; + public static int listMode=0x7f09001d; + public static int list_item=0x7f090061; + public static int masked=0x7f0900ca; + public static int media_actions=0x7f0900b9; + public static int message=0x7f0900c8; + public static int middle=0x7f090031; + public static int mini=0x7f090053; + public static int mr_art=0x7f0900a5; + public static int mr_chooser_list=0x7f09009a; + public static int mr_chooser_route_desc=0x7f09009d; + public static int mr_chooser_route_icon=0x7f09009b; + public static int mr_chooser_route_name=0x7f09009c; + public static int mr_chooser_title=0x7f090099; + public static int mr_close=0x7f0900a2; + public static int mr_control_divider=0x7f0900a8; + public static int mr_control_playback_ctrl=0x7f0900ae; + public static int mr_control_subtitle=0x7f0900b1; + public static int mr_control_title=0x7f0900b0; + public static int mr_control_title_container=0x7f0900af; + public static int mr_custom_control=0x7f0900a3; + public static int mr_default_control=0x7f0900a4; + public static int mr_dialog_area=0x7f09009f; + public static int mr_expandable_area=0x7f09009e; + public static int mr_group_expand_collapse=0x7f0900b2; + public static int mr_media_main_control=0x7f0900a6; + public static int mr_name=0x7f0900a1; + public static int mr_playback_control=0x7f0900a7; + public static int mr_title_bar=0x7f0900a0; + public static int mr_volume_control=0x7f0900a9; + public static int mr_volume_group_list=0x7f0900aa; + public static int mr_volume_item_icon=0x7f0900ac; + public static int mr_volume_slider=0x7f0900ad; + public static int multiply=0x7f090028; + public static int navigation_header_container=0x7f090093; + public static int never=0x7f09003b; + public static int none=0x7f090022; + public static int normal=0x7f09001e; + public static int notification_background=0x7f0900c2; + public static int notification_main_column=0x7f0900bc; + public static int notification_main_column_container=0x7f0900bb; + public static int parallax=0x7f09004c; + public static int parentPanel=0x7f090065; + public static int parent_matrix=0x7f09000b; + public static int pin=0x7f09004d; + public static int progress_circular=0x7f090006; + public static int progress_horizontal=0x7f090007; + public static int radio=0x7f090075; + public static int right=0x7f09004a; + public static int right_icon=0x7f0900c1; + public static int right_side=0x7f0900bd; + public static int save_image_matrix=0x7f09000c; + public static int save_non_transition_alpha=0x7f09000d; + public static int save_scale_type=0x7f09000e; + public static int screen=0x7f090029; + public static int scroll=0x7f090042; + public static int scrollIndicatorDown=0x7f09006b; + public static int scrollIndicatorUp=0x7f090067; + public static int scrollView=0x7f090068; + public static int scrollable=0x7f090055; + public static int search_badge=0x7f090080; + public static int search_bar=0x7f09007f; + public static int search_button=0x7f090081; + public static int search_close_btn=0x7f090086; + public static int search_edit_frame=0x7f090082; + public static int search_go_btn=0x7f090088; + public static int search_mag_icon=0x7f090083; + public static int search_plate=0x7f090084; + public static int search_src_text=0x7f090085; + public static int search_voice_btn=0x7f090089; + public static int select_dialog_listview=0x7f09008a; + public static int shortcut=0x7f090074; + public static int showCustom=0x7f090023; + public static int showHome=0x7f090024; + public static int showTitle=0x7f090025; + public static int sliding_tabs=0x7f0900c6; + public static int smallLabel=0x7f09008b; + public static int snackbar_action=0x7f090092; + public static int snackbar_text=0x7f090091; + public static int snap=0x7f090043; + public static int spacer=0x7f090064; + public static int split_action_bar=0x7f090008; + public static int src_atop=0x7f09002a; + public static int src_in=0x7f09002b; + public static int src_over=0x7f09002c; + public static int start=0x7f09004b; + public static int status_bar_latest_event_content=0x7f0900b8; + public static int submenuarrow=0x7f090076; + public static int submit_area=0x7f090087; + public static int tabMode=0x7f09001f; + public static int tag_transition_group=0x7f090019; + public static int text=0x7f09001a; + public static int text2=0x7f09001b; + public static int textSpacerNoButtons=0x7f09006a; + public static int textSpacerNoTitle=0x7f090069; + public static int text_input_password_toggle=0x7f090098; + public static int textinput_counter=0x7f090014; + public static int textinput_error=0x7f090015; + public static int time=0x7f0900be; + public static int title=0x7f09001c; + public static int titleDividerNoCustom=0x7f090071; + public static int title_template=0x7f09006f; + public static int toolbar=0x7f0900c7; + public static int top=0x7f09003e; + public static int topPanel=0x7f09006e; + public static int touch_outside=0x7f09008f; + public static int transition_current_scene=0x7f09000f; + public static int transition_layout_save=0x7f090010; + public static int transition_position=0x7f090011; + public static int transition_scene_layoutid_cache=0x7f090012; + public static int transition_transform=0x7f090013; + public static int uniform=0x7f09002d; + public static int up=0x7f090009; + public static int useLogo=0x7f090026; + public static int view_offset_helper=0x7f090016; + public static int visible=0x7f0900c9; + public static int volume_item_container=0x7f0900ab; + public static int withText=0x7f09003c; + public static int wrap_content=0x7f09002e; + } + public static final class integer { + public static int abc_config_activityDefaultDur=0x7f0b0003; + public static int abc_config_activityShortDur=0x7f0b0004; + public static int app_bar_elevation_anim_duration=0x7f0b0008; + public static int bottom_sheet_slide_duration=0x7f0b0009; + public static int cancel_button_image_alpha=0x7f0b0005; + public static int config_tooltipAnimTime=0x7f0b0006; + public static int design_snackbar_text_max_lines=0x7f0b0007; + public static int hide_password_duration=0x7f0b000a; + public static int mr_controller_volume_group_list_animation_duration_ms=0x7f0b0000; + public static int mr_controller_volume_group_list_fade_in_duration_ms=0x7f0b0001; + public static int mr_controller_volume_group_list_fade_out_duration_ms=0x7f0b0002; + public static int show_password_duration=0x7f0b000b; + public static int status_bar_notification_info_maxnum=0x7f0b000c; + } + public static final class interpolator { + public static int mr_fast_out_slow_in=0x7f070000; + public static int mr_linear_out_slow_in=0x7f070001; + } + public static final class layout { + public static int abc_action_bar_title_item=0x7f040000; + public static int abc_action_bar_up_container=0x7f040001; + public static int abc_action_menu_item_layout=0x7f040002; + public static int abc_action_menu_layout=0x7f040003; + public static int abc_action_mode_bar=0x7f040004; + public static int abc_action_mode_close_item_material=0x7f040005; + public static int abc_activity_chooser_view=0x7f040006; + public static int abc_activity_chooser_view_list_item=0x7f040007; + public static int abc_alert_dialog_button_bar_material=0x7f040008; + public static int abc_alert_dialog_material=0x7f040009; + public static int abc_alert_dialog_title_material=0x7f04000a; + public static int abc_dialog_title_material=0x7f04000b; + public static int abc_expanded_menu_layout=0x7f04000c; + public static int abc_list_menu_item_checkbox=0x7f04000d; + public static int abc_list_menu_item_icon=0x7f04000e; + public static int abc_list_menu_item_layout=0x7f04000f; + public static int abc_list_menu_item_radio=0x7f040010; + public static int abc_popup_menu_header_item_layout=0x7f040011; + public static int abc_popup_menu_item_layout=0x7f040012; + public static int abc_screen_content_include=0x7f040013; + public static int abc_screen_simple=0x7f040014; + public static int abc_screen_simple_overlay_action_mode=0x7f040015; + public static int abc_screen_toolbar=0x7f040016; + public static int abc_search_dropdown_item_icons_2line=0x7f040017; + public static int abc_search_view=0x7f040018; + public static int abc_select_dialog_material=0x7f040019; + public static int design_bottom_navigation_item=0x7f04001a; + public static int design_bottom_sheet_dialog=0x7f04001b; + public static int design_layout_snackbar=0x7f04001c; + public static int design_layout_snackbar_include=0x7f04001d; + public static int design_layout_tab_icon=0x7f04001e; + public static int design_layout_tab_text=0x7f04001f; + public static int design_menu_item_action_area=0x7f040020; + public static int design_navigation_item=0x7f040021; + public static int design_navigation_item_header=0x7f040022; + public static int design_navigation_item_separator=0x7f040023; + public static int design_navigation_item_subheader=0x7f040024; + public static int design_navigation_menu=0x7f040025; + public static int design_navigation_menu_item=0x7f040026; + public static int design_text_input_password_icon=0x7f040027; + public static int mr_chooser_dialog=0x7f040028; + public static int mr_chooser_list_item=0x7f040029; + public static int mr_controller_material_dialog_b=0x7f04002a; + public static int mr_controller_volume_item=0x7f04002b; + public static int mr_playback_control=0x7f04002c; + public static int mr_volume_control=0x7f04002d; + public static int notification_action=0x7f04002e; + public static int notification_action_tombstone=0x7f04002f; + public static int notification_media_action=0x7f040030; + public static int notification_media_cancel_action=0x7f040031; + public static int notification_template_big_media=0x7f040032; + public static int notification_template_big_media_custom=0x7f040033; + public static int notification_template_big_media_narrow=0x7f040034; + public static int notification_template_big_media_narrow_custom=0x7f040035; + public static int notification_template_custom_big=0x7f040036; + public static int notification_template_icon_group=0x7f040037; + public static int notification_template_lines_media=0x7f040038; + public static int notification_template_media=0x7f040039; + public static int notification_template_media_custom=0x7f04003a; + public static int notification_template_part_chronometer=0x7f04003b; + public static int notification_template_part_time=0x7f04003c; + public static int select_dialog_item_material=0x7f04003d; + public static int select_dialog_multichoice_material=0x7f04003e; + public static int select_dialog_singlechoice_material=0x7f04003f; + public static int support_simple_spinner_dropdown_item=0x7f040040; + public static int tabbar=0x7f040041; + public static int toolbar=0x7f040042; + public static int tooltip=0x7f040043; + } + public static final class mipmap { + public static int icon=0x7f030000; + public static int icon_round=0x7f030001; + public static int launcher_foreground=0x7f030002; + } + public static final class string { + public static int abc_action_bar_home_description=0x7f0a0015; + public static int abc_action_bar_up_description=0x7f0a0016; + public static int abc_action_menu_overflow_description=0x7f0a0017; + public static int abc_action_mode_done=0x7f0a0018; + public static int abc_activity_chooser_view_see_all=0x7f0a0019; + public static int abc_activitychooserview_choose_application=0x7f0a001a; + public static int abc_capital_off=0x7f0a001b; + public static int abc_capital_on=0x7f0a001c; + public static int abc_font_family_body_1_material=0x7f0a0027; + public static int abc_font_family_body_2_material=0x7f0a0028; + public static int abc_font_family_button_material=0x7f0a0029; + public static int abc_font_family_caption_material=0x7f0a002a; + public static int abc_font_family_display_1_material=0x7f0a002b; + public static int abc_font_family_display_2_material=0x7f0a002c; + public static int abc_font_family_display_3_material=0x7f0a002d; + public static int abc_font_family_display_4_material=0x7f0a002e; + public static int abc_font_family_headline_material=0x7f0a002f; + public static int abc_font_family_menu_material=0x7f0a0030; + public static int abc_font_family_subhead_material=0x7f0a0031; + public static int abc_font_family_title_material=0x7f0a0032; + public static int abc_search_hint=0x7f0a001d; + public static int abc_searchview_description_clear=0x7f0a001e; + public static int abc_searchview_description_query=0x7f0a001f; + public static int abc_searchview_description_search=0x7f0a0020; + public static int abc_searchview_description_submit=0x7f0a0021; + public static int abc_searchview_description_voice=0x7f0a0022; + public static int abc_shareactionprovider_share_with=0x7f0a0023; + public static int abc_shareactionprovider_share_with_application=0x7f0a0024; + public static int abc_toolbar_collapse_description=0x7f0a0025; + public static int appbar_scrolling_view_behavior=0x7f0a0033; + public static int bottom_sheet_behavior=0x7f0a0034; + public static int character_counter_pattern=0x7f0a0035; + public static int mr_button_content_description=0x7f0a0000; + public static int mr_cast_button_connected=0x7f0a0001; + public static int mr_cast_button_connecting=0x7f0a0002; + public static int mr_cast_button_disconnected=0x7f0a0003; + public static int mr_chooser_searching=0x7f0a0004; + public static int mr_chooser_title=0x7f0a0005; + public static int mr_controller_album_art=0x7f0a0006; + public static int mr_controller_casting_screen=0x7f0a0007; + public static int mr_controller_close_description=0x7f0a0008; + public static int mr_controller_collapse_group=0x7f0a0009; + public static int mr_controller_disconnect=0x7f0a000a; + public static int mr_controller_expand_group=0x7f0a000b; + public static int mr_controller_no_info_available=0x7f0a000c; + public static int mr_controller_no_media_selected=0x7f0a000d; + public static int mr_controller_pause=0x7f0a000e; + public static int mr_controller_play=0x7f0a000f; + public static int mr_controller_stop=0x7f0a0010; + public static int mr_controller_stop_casting=0x7f0a0011; + public static int mr_controller_volume_slider=0x7f0a0012; + public static int mr_system_route_name=0x7f0a0013; + public static int mr_user_route_category_name=0x7f0a0014; + public static int password_toggle_content_description=0x7f0a0036; + public static int path_password_eye=0x7f0a0037; + public static int path_password_eye_mask_strike_through=0x7f0a0038; + public static int path_password_eye_mask_visible=0x7f0a0039; + public static int path_password_strike_through=0x7f0a003a; + public static int search_menu_title=0x7f0a0026; + public static int status_bar_notification_info_overflow=0x7f0a003b; + } + public static final class style { + public static int AlertDialog_AppCompat=0x7f0c00a4; + public static int AlertDialog_AppCompat_Light=0x7f0c00a5; + public static int Animation_AppCompat_Dialog=0x7f0c00a6; + public static int Animation_AppCompat_DropDownUp=0x7f0c00a7; + public static int Animation_AppCompat_Tooltip=0x7f0c00a8; + public static int Animation_Design_BottomSheetDialog=0x7f0c016e; + public static int AppCompatDialogStyle=0x7f0c0191; + public static int Base_AlertDialog_AppCompat=0x7f0c00a9; + public static int Base_AlertDialog_AppCompat_Light=0x7f0c00aa; + public static int Base_Animation_AppCompat_Dialog=0x7f0c00ab; + public static int Base_Animation_AppCompat_DropDownUp=0x7f0c00ac; + public static int Base_Animation_AppCompat_Tooltip=0x7f0c00ad; + public static int Base_CardView=0x7f0c000c; + public static int Base_DialogWindowTitle_AppCompat=0x7f0c00ae; + public static int Base_DialogWindowTitleBackground_AppCompat=0x7f0c00af; + public static int Base_TextAppearance_AppCompat=0x7f0c0048; + public static int Base_TextAppearance_AppCompat_Body1=0x7f0c0049; + public static int Base_TextAppearance_AppCompat_Body2=0x7f0c004a; + public static int Base_TextAppearance_AppCompat_Button=0x7f0c0036; + public static int Base_TextAppearance_AppCompat_Caption=0x7f0c004b; + public static int Base_TextAppearance_AppCompat_Display1=0x7f0c004c; + public static int Base_TextAppearance_AppCompat_Display2=0x7f0c004d; + public static int Base_TextAppearance_AppCompat_Display3=0x7f0c004e; + public static int Base_TextAppearance_AppCompat_Display4=0x7f0c004f; + public static int Base_TextAppearance_AppCompat_Headline=0x7f0c0050; + public static int Base_TextAppearance_AppCompat_Inverse=0x7f0c001a; + public static int Base_TextAppearance_AppCompat_Large=0x7f0c0051; + public static int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0c001b; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c0052; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c0053; + public static int Base_TextAppearance_AppCompat_Medium=0x7f0c0054; + public static int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0c001c; + public static int Base_TextAppearance_AppCompat_Menu=0x7f0c0055; + public static int Base_TextAppearance_AppCompat_SearchResult=0x7f0c00b0; + public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c0056; + public static int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0c0057; + public static int Base_TextAppearance_AppCompat_Small=0x7f0c0058; + public static int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0c001d; + public static int Base_TextAppearance_AppCompat_Subhead=0x7f0c0059; + public static int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0c001e; + public static int Base_TextAppearance_AppCompat_Title=0x7f0c005a; + public static int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0c001f; + public static int Base_TextAppearance_AppCompat_Tooltip=0x7f0c00b1; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c0095; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c005b; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c005c; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c005d; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c005e; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c005f; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c0060; + public static int Base_TextAppearance_AppCompat_Widget_Button=0x7f0c0061; + public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c009c; + public static int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c009d; + public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c0096; + public static int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00b2; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0062; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0063; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0064; + public static int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0c0065; + public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0066; + public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c00b3; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0067; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0068; + public static int Base_Theme_AppCompat=0x7f0c0069; + public static int Base_Theme_AppCompat_CompactMenu=0x7f0c00b4; + public static int Base_Theme_AppCompat_Dialog=0x7f0c0020; + public static int Base_Theme_AppCompat_Dialog_Alert=0x7f0c0021; + public static int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0c00b5; + public static int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0c0022; + public static int Base_Theme_AppCompat_DialogWhenLarge=0x7f0c0010; + public static int Base_Theme_AppCompat_Light=0x7f0c006a; + public static int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0c00b6; + public static int Base_Theme_AppCompat_Light_Dialog=0x7f0c0023; + public static int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0c0024; + public static int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0c00b7; + public static int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0025; + public static int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0011; + public static int Base_ThemeOverlay_AppCompat=0x7f0c00b8; + public static int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0c00b9; + public static int Base_ThemeOverlay_AppCompat_Dark=0x7f0c00ba; + public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c00bb; + public static int Base_ThemeOverlay_AppCompat_Dialog=0x7f0c0026; + public static int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c0027; + public static int Base_ThemeOverlay_AppCompat_Light=0x7f0c00bc; + public static int Base_V11_Theme_AppCompat_Dialog=0x7f0c0028; + public static int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0c0029; + public static int Base_V11_ThemeOverlay_AppCompat_Dialog=0x7f0c002a; + public static int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0c0032; + public static int Base_V12_Widget_AppCompat_EditText=0x7f0c0033; + public static int Base_V14_Widget_Design_AppBarLayout=0x7f0c016f; + public static int Base_V21_Theme_AppCompat=0x7f0c006b; + public static int Base_V21_Theme_AppCompat_Dialog=0x7f0c006c; + public static int Base_V21_Theme_AppCompat_Light=0x7f0c006d; + public static int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0c006e; + public static int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0c006f; + public static int Base_V21_Widget_Design_AppBarLayout=0x7f0c016b; + public static int Base_V22_Theme_AppCompat=0x7f0c0093; + public static int Base_V22_Theme_AppCompat_Light=0x7f0c0094; + public static int Base_V23_Theme_AppCompat=0x7f0c0097; + public static int Base_V23_Theme_AppCompat_Light=0x7f0c0098; + public static int Base_V26_Theme_AppCompat=0x7f0c00a0; + public static int Base_V26_Theme_AppCompat_Light=0x7f0c00a1; + public static int Base_V26_Widget_AppCompat_Toolbar=0x7f0c00a2; + public static int Base_V26_Widget_Design_AppBarLayout=0x7f0c016d; + public static int Base_V7_Theme_AppCompat=0x7f0c00bd; + public static int Base_V7_Theme_AppCompat_Dialog=0x7f0c00be; + public static int Base_V7_Theme_AppCompat_Light=0x7f0c00bf; + public static int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0c00c0; + public static int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0c00c1; + public static int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0c00c2; + public static int Base_V7_Widget_AppCompat_EditText=0x7f0c00c3; + public static int Base_V7_Widget_AppCompat_Toolbar=0x7f0c00c4; + public static int Base_Widget_AppCompat_ActionBar=0x7f0c00c5; + public static int Base_Widget_AppCompat_ActionBar_Solid=0x7f0c00c6; + public static int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0c00c7; + public static int Base_Widget_AppCompat_ActionBar_TabText=0x7f0c0070; + public static int Base_Widget_AppCompat_ActionBar_TabView=0x7f0c0071; + public static int Base_Widget_AppCompat_ActionButton=0x7f0c0072; + public static int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0c0073; + public static int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0c0074; + public static int Base_Widget_AppCompat_ActionMode=0x7f0c00c8; + public static int Base_Widget_AppCompat_ActivityChooserView=0x7f0c00c9; + public static int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0c0034; + public static int Base_Widget_AppCompat_Button=0x7f0c0075; + public static int Base_Widget_AppCompat_Button_Borderless=0x7f0c0076; + public static int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0c0077; + public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c00ca; + public static int Base_Widget_AppCompat_Button_Colored=0x7f0c0099; + public static int Base_Widget_AppCompat_Button_Small=0x7f0c0078; + public static int Base_Widget_AppCompat_ButtonBar=0x7f0c0079; + public static int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c00cb; + public static int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0c007a; + public static int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0c007b; + public static int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0c00cc; + public static int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0c000f; + public static int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0c00cd; + public static int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0c007c; + public static int Base_Widget_AppCompat_EditText=0x7f0c0035; + public static int Base_Widget_AppCompat_ImageButton=0x7f0c007d; + public static int Base_Widget_AppCompat_Light_ActionBar=0x7f0c00ce; + public static int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0c00cf; + public static int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c00d0; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0c007e; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c007f; + public static int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0c0080; + public static int Base_Widget_AppCompat_Light_PopupMenu=0x7f0c0081; + public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c0082; + public static int Base_Widget_AppCompat_ListMenuView=0x7f0c00d1; + public static int Base_Widget_AppCompat_ListPopupWindow=0x7f0c0083; + public static int Base_Widget_AppCompat_ListView=0x7f0c0084; + public static int Base_Widget_AppCompat_ListView_DropDown=0x7f0c0085; + public static int Base_Widget_AppCompat_ListView_Menu=0x7f0c0086; + public static int Base_Widget_AppCompat_PopupMenu=0x7f0c0087; + public static int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0c0088; + public static int Base_Widget_AppCompat_PopupWindow=0x7f0c00d2; + public static int Base_Widget_AppCompat_ProgressBar=0x7f0c002b; + public static int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0c002c; + public static int Base_Widget_AppCompat_RatingBar=0x7f0c0089; + public static int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0c009a; + public static int Base_Widget_AppCompat_RatingBar_Small=0x7f0c009b; + public static int Base_Widget_AppCompat_SearchView=0x7f0c00d3; + public static int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0c00d4; + public static int Base_Widget_AppCompat_SeekBar=0x7f0c008a; + public static int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0c00d5; + public static int Base_Widget_AppCompat_Spinner=0x7f0c008b; + public static int Base_Widget_AppCompat_Spinner_Underlined=0x7f0c0012; + public static int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0c008c; + public static int Base_Widget_AppCompat_Toolbar=0x7f0c00a3; + public static int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c008d; + public static int Base_Widget_Design_AppBarLayout=0x7f0c016c; + public static int Base_Widget_Design_TabLayout=0x7f0c0170; + public static int CardView=0x7f0c000b; + public static int CardView_Dark=0x7f0c000d; + public static int CardView_Light=0x7f0c000e; + public static int MainTheme=0x7f0c018f; + /** Base theme applied no matter what API + */ + public static int MainTheme_Base=0x7f0c0190; + public static int Platform_AppCompat=0x7f0c002d; + public static int Platform_AppCompat_Light=0x7f0c002e; + public static int Platform_ThemeOverlay_AppCompat=0x7f0c008e; + public static int Platform_ThemeOverlay_AppCompat_Dark=0x7f0c008f; + public static int Platform_ThemeOverlay_AppCompat_Light=0x7f0c0090; + public static int Platform_V11_AppCompat=0x7f0c002f; + public static int Platform_V11_AppCompat_Light=0x7f0c0030; + public static int Platform_V14_AppCompat=0x7f0c0037; + public static int Platform_V14_AppCompat_Light=0x7f0c0038; + public static int Platform_V21_AppCompat=0x7f0c0091; + public static int Platform_V21_AppCompat_Light=0x7f0c0092; + public static int Platform_V25_AppCompat=0x7f0c009e; + public static int Platform_V25_AppCompat_Light=0x7f0c009f; + public static int Platform_Widget_AppCompat_Spinner=0x7f0c0031; + public static int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0c003a; + public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0c003b; + public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0c003c; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0c003d; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0c003e; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0c003f; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0c0040; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0c0041; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0c0042; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0c0043; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0c0044; + public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0c0045; + public static int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0c0046; + public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0c0047; + public static int TextAppearance_AppCompat=0x7f0c00d6; + public static int TextAppearance_AppCompat_Body1=0x7f0c00d7; + public static int TextAppearance_AppCompat_Body2=0x7f0c00d8; + public static int TextAppearance_AppCompat_Button=0x7f0c00d9; + public static int TextAppearance_AppCompat_Caption=0x7f0c00da; + public static int TextAppearance_AppCompat_Display1=0x7f0c00db; + public static int TextAppearance_AppCompat_Display2=0x7f0c00dc; + public static int TextAppearance_AppCompat_Display3=0x7f0c00dd; + public static int TextAppearance_AppCompat_Display4=0x7f0c00de; + public static int TextAppearance_AppCompat_Headline=0x7f0c00df; + public static int TextAppearance_AppCompat_Inverse=0x7f0c00e0; + public static int TextAppearance_AppCompat_Large=0x7f0c00e1; + public static int TextAppearance_AppCompat_Large_Inverse=0x7f0c00e2; + public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0c00e3; + public static int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0c00e4; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c00e5; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c00e6; + public static int TextAppearance_AppCompat_Medium=0x7f0c00e7; + public static int TextAppearance_AppCompat_Medium_Inverse=0x7f0c00e8; + public static int TextAppearance_AppCompat_Menu=0x7f0c00e9; + public static int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c00ea; + public static int TextAppearance_AppCompat_SearchResult_Title=0x7f0c00eb; + public static int TextAppearance_AppCompat_Small=0x7f0c00ec; + public static int TextAppearance_AppCompat_Small_Inverse=0x7f0c00ed; + public static int TextAppearance_AppCompat_Subhead=0x7f0c00ee; + public static int TextAppearance_AppCompat_Subhead_Inverse=0x7f0c00ef; + public static int TextAppearance_AppCompat_Title=0x7f0c00f0; + public static int TextAppearance_AppCompat_Title_Inverse=0x7f0c00f1; + public static int TextAppearance_AppCompat_Tooltip=0x7f0c0039; + public static int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c00f2; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c00f3; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c00f4; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c00f5; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c00f6; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c00f7; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0c00f8; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c00f9; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0c00fa; + public static int TextAppearance_AppCompat_Widget_Button=0x7f0c00fb; + public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c00fc; + public static int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c00fd; + public static int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c00fe; + public static int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00ff; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0100; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0101; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0102; + public static int TextAppearance_AppCompat_Widget_Switch=0x7f0c0103; + public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0104; + public static int TextAppearance_Compat_Notification=0x7f0c0188; + public static int TextAppearance_Compat_Notification_Info=0x7f0c0189; + public static int TextAppearance_Compat_Notification_Info_Media=0x7f0c0165; + public static int TextAppearance_Compat_Notification_Line2=0x7f0c018e; + public static int TextAppearance_Compat_Notification_Line2_Media=0x7f0c0169; + public static int TextAppearance_Compat_Notification_Media=0x7f0c0166; + public static int TextAppearance_Compat_Notification_Time=0x7f0c018a; + public static int TextAppearance_Compat_Notification_Time_Media=0x7f0c0167; + public static int TextAppearance_Compat_Notification_Title=0x7f0c018b; + public static int TextAppearance_Compat_Notification_Title_Media=0x7f0c0168; + public static int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0c0171; + public static int TextAppearance_Design_Counter=0x7f0c0172; + public static int TextAppearance_Design_Counter_Overflow=0x7f0c0173; + public static int TextAppearance_Design_Error=0x7f0c0174; + public static int TextAppearance_Design_Hint=0x7f0c0175; + public static int TextAppearance_Design_Snackbar_Message=0x7f0c0176; + public static int TextAppearance_Design_Tab=0x7f0c0177; + public static int TextAppearance_MediaRouter_PrimaryText=0x7f0c0000; + public static int TextAppearance_MediaRouter_SecondaryText=0x7f0c0001; + public static int TextAppearance_MediaRouter_Title=0x7f0c0002; + public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c0105; + public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0106; + public static int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0107; + public static int Theme_AppCompat=0x7f0c0108; + public static int Theme_AppCompat_CompactMenu=0x7f0c0109; + public static int Theme_AppCompat_DayNight=0x7f0c0013; + public static int Theme_AppCompat_DayNight_DarkActionBar=0x7f0c0014; + public static int Theme_AppCompat_DayNight_Dialog=0x7f0c0015; + public static int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0c0016; + public static int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0c0017; + public static int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0c0018; + public static int Theme_AppCompat_DayNight_NoActionBar=0x7f0c0019; + public static int Theme_AppCompat_Dialog=0x7f0c010a; + public static int Theme_AppCompat_Dialog_Alert=0x7f0c010b; + public static int Theme_AppCompat_Dialog_MinWidth=0x7f0c010c; + public static int Theme_AppCompat_DialogWhenLarge=0x7f0c010d; + public static int Theme_AppCompat_Light=0x7f0c010e; + public static int Theme_AppCompat_Light_DarkActionBar=0x7f0c010f; + public static int Theme_AppCompat_Light_Dialog=0x7f0c0110; + public static int Theme_AppCompat_Light_Dialog_Alert=0x7f0c0111; + public static int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0112; + public static int Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0113; + public static int Theme_AppCompat_Light_NoActionBar=0x7f0c0114; + public static int Theme_AppCompat_NoActionBar=0x7f0c0115; + public static int Theme_Design=0x7f0c0178; + public static int Theme_Design_BottomSheetDialog=0x7f0c0179; + public static int Theme_Design_Light=0x7f0c017a; + public static int Theme_Design_Light_BottomSheetDialog=0x7f0c017b; + public static int Theme_Design_Light_NoActionBar=0x7f0c017c; + public static int Theme_Design_NoActionBar=0x7f0c017d; + public static int Theme_MediaRouter=0x7f0c0003; + public static int Theme_MediaRouter_Light=0x7f0c0004; + public static int Theme_MediaRouter_Light_DarkControlPanel=0x7f0c0005; + public static int Theme_MediaRouter_LightControlPanel=0x7f0c0006; + public static int ThemeOverlay_AppCompat=0x7f0c0116; + public static int ThemeOverlay_AppCompat_ActionBar=0x7f0c0117; + public static int ThemeOverlay_AppCompat_Dark=0x7f0c0118; + public static int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c0119; + public static int ThemeOverlay_AppCompat_Dialog=0x7f0c011a; + public static int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c011b; + public static int ThemeOverlay_AppCompat_Light=0x7f0c011c; + public static int ThemeOverlay_MediaRouter_Dark=0x7f0c0007; + public static int ThemeOverlay_MediaRouter_Light=0x7f0c0008; + public static int Widget_AppCompat_ActionBar=0x7f0c011d; + public static int Widget_AppCompat_ActionBar_Solid=0x7f0c011e; + public static int Widget_AppCompat_ActionBar_TabBar=0x7f0c011f; + public static int Widget_AppCompat_ActionBar_TabText=0x7f0c0120; + public static int Widget_AppCompat_ActionBar_TabView=0x7f0c0121; + public static int Widget_AppCompat_ActionButton=0x7f0c0122; + public static int Widget_AppCompat_ActionButton_CloseMode=0x7f0c0123; + public static int Widget_AppCompat_ActionButton_Overflow=0x7f0c0124; + public static int Widget_AppCompat_ActionMode=0x7f0c0125; + public static int Widget_AppCompat_ActivityChooserView=0x7f0c0126; + public static int Widget_AppCompat_AutoCompleteTextView=0x7f0c0127; + public static int Widget_AppCompat_Button=0x7f0c0128; + public static int Widget_AppCompat_Button_Borderless=0x7f0c0129; + public static int Widget_AppCompat_Button_Borderless_Colored=0x7f0c012a; + public static int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c012b; + public static int Widget_AppCompat_Button_Colored=0x7f0c012c; + public static int Widget_AppCompat_Button_Small=0x7f0c012d; + public static int Widget_AppCompat_ButtonBar=0x7f0c012e; + public static int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c012f; + public static int Widget_AppCompat_CompoundButton_CheckBox=0x7f0c0130; + public static int Widget_AppCompat_CompoundButton_RadioButton=0x7f0c0131; + public static int Widget_AppCompat_CompoundButton_Switch=0x7f0c0132; + public static int Widget_AppCompat_DrawerArrowToggle=0x7f0c0133; + public static int Widget_AppCompat_DropDownItem_Spinner=0x7f0c0134; + public static int Widget_AppCompat_EditText=0x7f0c0135; + public static int Widget_AppCompat_ImageButton=0x7f0c0136; + public static int Widget_AppCompat_Light_ActionBar=0x7f0c0137; + public static int Widget_AppCompat_Light_ActionBar_Solid=0x7f0c0138; + public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0c0139; + public static int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c013a; + public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0c013b; + public static int Widget_AppCompat_Light_ActionBar_TabText=0x7f0c013c; + public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c013d; + public static int Widget_AppCompat_Light_ActionBar_TabView=0x7f0c013e; + public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0c013f; + public static int Widget_AppCompat_Light_ActionButton=0x7f0c0140; + public static int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0c0141; + public static int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0c0142; + public static int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0c0143; + public static int Widget_AppCompat_Light_ActivityChooserView=0x7f0c0144; + public static int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0c0145; + public static int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0c0146; + public static int Widget_AppCompat_Light_ListPopupWindow=0x7f0c0147; + public static int Widget_AppCompat_Light_ListView_DropDown=0x7f0c0148; + public static int Widget_AppCompat_Light_PopupMenu=0x7f0c0149; + public static int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c014a; + public static int Widget_AppCompat_Light_SearchView=0x7f0c014b; + public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0c014c; + public static int Widget_AppCompat_ListMenuView=0x7f0c014d; + public static int Widget_AppCompat_ListPopupWindow=0x7f0c014e; + public static int Widget_AppCompat_ListView=0x7f0c014f; + public static int Widget_AppCompat_ListView_DropDown=0x7f0c0150; + public static int Widget_AppCompat_ListView_Menu=0x7f0c0151; + public static int Widget_AppCompat_PopupMenu=0x7f0c0152; + public static int Widget_AppCompat_PopupMenu_Overflow=0x7f0c0153; + public static int Widget_AppCompat_PopupWindow=0x7f0c0154; + public static int Widget_AppCompat_ProgressBar=0x7f0c0155; + public static int Widget_AppCompat_ProgressBar_Horizontal=0x7f0c0156; + public static int Widget_AppCompat_RatingBar=0x7f0c0157; + public static int Widget_AppCompat_RatingBar_Indicator=0x7f0c0158; + public static int Widget_AppCompat_RatingBar_Small=0x7f0c0159; + public static int Widget_AppCompat_SearchView=0x7f0c015a; + public static int Widget_AppCompat_SearchView_ActionBar=0x7f0c015b; + public static int Widget_AppCompat_SeekBar=0x7f0c015c; + public static int Widget_AppCompat_SeekBar_Discrete=0x7f0c015d; + public static int Widget_AppCompat_Spinner=0x7f0c015e; + public static int Widget_AppCompat_Spinner_DropDown=0x7f0c015f; + public static int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c0160; + public static int Widget_AppCompat_Spinner_Underlined=0x7f0c0161; + public static int Widget_AppCompat_TextView_SpinnerItem=0x7f0c0162; + public static int Widget_AppCompat_Toolbar=0x7f0c0163; + public static int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c0164; + public static int Widget_Compat_NotificationActionContainer=0x7f0c018c; + public static int Widget_Compat_NotificationActionText=0x7f0c018d; + public static int Widget_Design_AppBarLayout=0x7f0c017e; + public static int Widget_Design_BottomNavigationView=0x7f0c017f; + public static int Widget_Design_BottomSheet_Modal=0x7f0c0180; + public static int Widget_Design_CollapsingToolbar=0x7f0c0181; + public static int Widget_Design_CoordinatorLayout=0x7f0c0182; + public static int Widget_Design_FloatingActionButton=0x7f0c0183; + public static int Widget_Design_NavigationView=0x7f0c0184; + public static int Widget_Design_ScrimInsetsFrameLayout=0x7f0c0185; + public static int Widget_Design_Snackbar=0x7f0c0186; + public static int Widget_Design_TabLayout=0x7f0c016a; + public static int Widget_Design_TextInputLayout=0x7f0c0187; + public static int Widget_MediaRouter_Light_MediaRouteButton=0x7f0c0009; + public static int Widget_MediaRouter_MediaRouteButton=0x7f0c000a; + } + public static final class styleable { + /** Attributes that can be used with a ActionBar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #ActionBar_background android.support.v7.appcompat:background}
{@link #ActionBar_backgroundSplit android.support.v7.appcompat:backgroundSplit}
{@link #ActionBar_backgroundStacked android.support.v7.appcompat:backgroundStacked}
{@link #ActionBar_contentInsetEnd android.support.v7.appcompat:contentInsetEnd}
{@link #ActionBar_contentInsetEndWithActions android.support.v7.appcompat:contentInsetEndWithActions}
{@link #ActionBar_contentInsetLeft android.support.v7.appcompat:contentInsetLeft}
{@link #ActionBar_contentInsetRight android.support.v7.appcompat:contentInsetRight}
{@link #ActionBar_contentInsetStart android.support.v7.appcompat:contentInsetStart}
{@link #ActionBar_contentInsetStartWithNavigation android.support.v7.appcompat:contentInsetStartWithNavigation}
{@link #ActionBar_customNavigationLayout android.support.v7.appcompat:customNavigationLayout}
{@link #ActionBar_displayOptions android.support.v7.appcompat:displayOptions}
{@link #ActionBar_divider android.support.v7.appcompat:divider}
{@link #ActionBar_elevation android.support.v7.appcompat:elevation}
{@link #ActionBar_height android.support.v7.appcompat:height}
{@link #ActionBar_hideOnContentScroll android.support.v7.appcompat:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator android.support.v7.appcompat:homeAsUpIndicator}
{@link #ActionBar_homeLayout android.support.v7.appcompat:homeLayout}
{@link #ActionBar_icon android.support.v7.appcompat:icon}
{@link #ActionBar_indeterminateProgressStyle android.support.v7.appcompat:indeterminateProgressStyle}
{@link #ActionBar_itemPadding android.support.v7.appcompat:itemPadding}
{@link #ActionBar_logo android.support.v7.appcompat:logo}
{@link #ActionBar_navigationMode android.support.v7.appcompat:navigationMode}
{@link #ActionBar_popupTheme android.support.v7.appcompat:popupTheme}
{@link #ActionBar_progressBarPadding android.support.v7.appcompat:progressBarPadding}
{@link #ActionBar_progressBarStyle android.support.v7.appcompat:progressBarStyle}
{@link #ActionBar_subtitle android.support.v7.appcompat:subtitle}
{@link #ActionBar_subtitleTextStyle android.support.v7.appcompat:subtitleTextStyle}
{@link #ActionBar_title android.support.v7.appcompat:title}
{@link #ActionBar_titleTextStyle android.support.v7.appcompat:titleTextStyle}
+ @see #ActionBar_background + @see #ActionBar_backgroundSplit + @see #ActionBar_backgroundStacked + @see #ActionBar_contentInsetEnd + @see #ActionBar_contentInsetEndWithActions + @see #ActionBar_contentInsetLeft + @see #ActionBar_contentInsetRight + @see #ActionBar_contentInsetStart + @see #ActionBar_contentInsetStartWithNavigation + @see #ActionBar_customNavigationLayout + @see #ActionBar_displayOptions + @see #ActionBar_divider + @see #ActionBar_elevation + @see #ActionBar_height + @see #ActionBar_hideOnContentScroll + @see #ActionBar_homeAsUpIndicator + @see #ActionBar_homeLayout + @see #ActionBar_icon + @see #ActionBar_indeterminateProgressStyle + @see #ActionBar_itemPadding + @see #ActionBar_logo + @see #ActionBar_navigationMode + @see #ActionBar_popupTheme + @see #ActionBar_progressBarPadding + @see #ActionBar_progressBarStyle + @see #ActionBar_subtitle + @see #ActionBar_subtitleTextStyle + @see #ActionBar_title + @see #ActionBar_titleTextStyle + */ + public static final int[] ActionBar = { + 0x7f010023, 0x7f010025, 0x7f010026, 0x7f010027, + 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, + 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, + 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, + 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, + 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, + 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, + 0x7f010085 + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#background} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:background + */ + public static int ActionBar_background = 10; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.appcompat:backgroundSplit + */ + public static int ActionBar_backgroundSplit = 12; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#backgroundStacked} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.appcompat:backgroundStacked + */ + public static int ActionBar_backgroundStacked = 11; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:contentInsetEnd + */ + public static int ActionBar_contentInsetEnd = 21; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:contentInsetEndWithActions + */ + public static int ActionBar_contentInsetEndWithActions = 25; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:contentInsetLeft + */ + public static int ActionBar_contentInsetLeft = 22; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#contentInsetRight} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:contentInsetRight + */ + public static int ActionBar_contentInsetRight = 23; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#contentInsetStart} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:contentInsetStart + */ + public static int ActionBar_contentInsetStart = 20; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:contentInsetStartWithNavigation + */ + public static int ActionBar_contentInsetStartWithNavigation = 24; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#customNavigationLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:customNavigationLayout + */ + public static int ActionBar_customNavigationLayout = 13; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#displayOptions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ @attr name android.support.v7.appcompat:displayOptions + */ + public static int ActionBar_displayOptions = 3; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#divider} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:divider + */ + public static int ActionBar_divider = 9; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#elevation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:elevation + */ + public static int ActionBar_elevation = 26; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#height} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:height + */ + public static int ActionBar_height = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#hideOnContentScroll} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:hideOnContentScroll + */ + public static int ActionBar_hideOnContentScroll = 19; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:homeAsUpIndicator + */ + public static int ActionBar_homeAsUpIndicator = 28; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#homeLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:homeLayout + */ + public static int ActionBar_homeLayout = 14; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#icon} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:icon + */ + public static int ActionBar_icon = 7; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#indeterminateProgressStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:indeterminateProgressStyle + */ + public static int ActionBar_indeterminateProgressStyle = 16; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#itemPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:itemPadding + */ + public static int ActionBar_itemPadding = 18; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#logo} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:logo + */ + public static int ActionBar_logo = 8; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#navigationMode} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ @attr name android.support.v7.appcompat:navigationMode + */ + public static int ActionBar_navigationMode = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#popupTheme} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:popupTheme + */ + public static int ActionBar_popupTheme = 27; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#progressBarPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:progressBarPadding + */ + public static int ActionBar_progressBarPadding = 17; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#progressBarStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:progressBarStyle + */ + public static int ActionBar_progressBarStyle = 15; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#subtitle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:subtitle + */ + public static int ActionBar_subtitle = 4; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:subtitleTextStyle + */ + public static int ActionBar_subtitleTextStyle = 6; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#title} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:title + */ + public static int ActionBar_title = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:titleTextStyle + */ + public static int ActionBar_titleTextStyle = 5; + /** Attributes that can be used with a ActionBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout = { + 0x010100b3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #ActionBarLayout} array. + @attr name android:layout_gravity + */ + public static int ActionBarLayout_android_layout_gravity = 0; + /** Attributes that can be used with a ActionMenuItemView. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView = { + 0x0101013f + }; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #ActionMenuItemView} array. + @attr name android:minWidth + */ + public static int ActionMenuItemView_android_minWidth = 0; + /** Attributes that can be used with a ActionMenuView. + */ + public static final int[] ActionMenuView = { + + }; + /** Attributes that can be used with a ActionMode. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #ActionMode_background android.support.v7.appcompat:background}
{@link #ActionMode_backgroundSplit android.support.v7.appcompat:backgroundSplit}
{@link #ActionMode_closeItemLayout android.support.v7.appcompat:closeItemLayout}
{@link #ActionMode_height android.support.v7.appcompat:height}
{@link #ActionMode_subtitleTextStyle android.support.v7.appcompat:subtitleTextStyle}
{@link #ActionMode_titleTextStyle android.support.v7.appcompat:titleTextStyle}
+ @see #ActionMode_background + @see #ActionMode_backgroundSplit + @see #ActionMode_closeItemLayout + @see #ActionMode_height + @see #ActionMode_subtitleTextStyle + @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode = { + 0x7f010023, 0x7f010029, 0x7f01002a, 0x7f01002e, + 0x7f010030, 0x7f010040 + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#background} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:background + */ + public static int ActionMode_background = 3; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionMode} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.appcompat:backgroundSplit + */ + public static int ActionMode_backgroundSplit = 4; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#closeItemLayout} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:closeItemLayout + */ + public static int ActionMode_closeItemLayout = 5; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#height} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:height + */ + public static int ActionMode_height = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:subtitleTextStyle + */ + public static int ActionMode_subtitleTextStyle = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:titleTextStyle + */ + public static int ActionMode_titleTextStyle = 1; + /** Attributes that can be used with a ActivityChooserView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable android.support.v7.appcompat:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount android.support.v7.appcompat:initialActivityCount}
+ @see #ActivityChooserView_expandActivityOverflowButtonDrawable + @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView = { + 0x7f010041, 0x7f010042 + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#expandActivityOverflowButtonDrawable} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:expandActivityOverflowButtonDrawable + */ + public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#initialActivityCount} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:initialActivityCount + */ + public static int ActivityChooserView_initialActivityCount = 0; + /** Attributes that can be used with a AlertDialog. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout android.support.v7.appcompat:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout android.support.v7.appcompat:listItemLayout}
{@link #AlertDialog_listLayout android.support.v7.appcompat:listLayout}
{@link #AlertDialog_multiChoiceItemLayout android.support.v7.appcompat:multiChoiceItemLayout}
{@link #AlertDialog_showTitle android.support.v7.appcompat:showTitle}
{@link #AlertDialog_singleChoiceItemLayout android.support.v7.appcompat:singleChoiceItemLayout}
+ @see #AlertDialog_android_layout + @see #AlertDialog_buttonPanelSideLayout + @see #AlertDialog_listItemLayout + @see #AlertDialog_listLayout + @see #AlertDialog_multiChoiceItemLayout + @see #AlertDialog_showTitle + @see #AlertDialog_singleChoiceItemLayout + */ + public static final int[] AlertDialog = { + 0x010100f2, 0x7f010043, 0x7f010044, 0x7f010045, + 0x7f010046, 0x7f010047, 0x7f010048 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #AlertDialog} array. + @attr name android:layout + */ + public static int AlertDialog_android_layout = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#buttonPanelSideLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:buttonPanelSideLayout + */ + public static int AlertDialog_buttonPanelSideLayout = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#listItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:listItemLayout + */ + public static int AlertDialog_listItemLayout = 5; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#listLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:listLayout + */ + public static int AlertDialog_listLayout = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#multiChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:multiChoiceItemLayout + */ + public static int AlertDialog_multiChoiceItemLayout = 3; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#showTitle} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:showTitle + */ + public static int AlertDialog_showTitle = 6; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#singleChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:singleChoiceItemLayout + */ + public static int AlertDialog_singleChoiceItemLayout = 4; + /** Attributes that can be used with a AppBarLayout. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #AppBarLayout_android_background android:background}
{@link #AppBarLayout_android_keyboardNavigationCluster android:keyboardNavigationCluster}
{@link #AppBarLayout_android_touchscreenBlocksFocus android:touchscreenBlocksFocus}
{@link #AppBarLayout_elevation android.support.v7.appcompat:elevation}
{@link #AppBarLayout_expanded android.support.v7.appcompat:expanded}
+ @see #AppBarLayout_android_background + @see #AppBarLayout_android_keyboardNavigationCluster + @see #AppBarLayout_android_touchscreenBlocksFocus + @see #AppBarLayout_elevation + @see #AppBarLayout_expanded + */ + public static final int[] AppBarLayout = { + 0x010100d4, 0x0101048f, 0x01010540, 0x7f01003e, + 0x7f010118 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:background + */ + public static int AppBarLayout_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#keyboardNavigationCluster} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:keyboardNavigationCluster + */ + public static int AppBarLayout_android_keyboardNavigationCluster = 2; + /** +

This symbol is the offset where the {@link android.R.attr#touchscreenBlocksFocus} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:touchscreenBlocksFocus + */ + public static int AppBarLayout_android_touchscreenBlocksFocus = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#elevation} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:elevation + */ + public static int AppBarLayout_elevation = 3; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#expanded} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:expanded + */ + public static int AppBarLayout_expanded = 4; + /** Attributes that can be used with a AppBarLayoutStates. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayoutStates_state_collapsed android.support.v7.appcompat:state_collapsed}
{@link #AppBarLayoutStates_state_collapsible android.support.v7.appcompat:state_collapsible}
+ @see #AppBarLayoutStates_state_collapsed + @see #AppBarLayoutStates_state_collapsible + */ + public static final int[] AppBarLayoutStates = { + 0x7f010119, 0x7f01011a + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#state_collapsed} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:state_collapsed + */ + public static int AppBarLayoutStates_state_collapsed = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#state_collapsible} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:state_collapsible + */ + public static int AppBarLayoutStates_state_collapsible = 1; + /** Attributes that can be used with a AppBarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayout_Layout_layout_scrollFlags android.support.v7.appcompat:layout_scrollFlags}
{@link #AppBarLayout_Layout_layout_scrollInterpolator android.support.v7.appcompat:layout_scrollInterpolator}
+ @see #AppBarLayout_Layout_layout_scrollFlags + @see #AppBarLayout_Layout_layout_scrollInterpolator + */ + public static final int[] AppBarLayout_Layout = { + 0x7f01011b, 0x7f01011c + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#layout_scrollFlags} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ @attr name android.support.v7.appcompat:layout_scrollFlags + */ + public static int AppBarLayout_Layout_layout_scrollFlags = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#layout_scrollInterpolator} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:layout_scrollInterpolator + */ + public static int AppBarLayout_Layout_layout_scrollInterpolator = 1; + /** Attributes that can be used with a AppCompatImageView. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatImageView_android_src android:src}
{@link #AppCompatImageView_srcCompat android.support.v7.appcompat:srcCompat}
{@link #AppCompatImageView_tint android.support.v7.appcompat:tint}
{@link #AppCompatImageView_tintMode android.support.v7.appcompat:tintMode}
+ @see #AppCompatImageView_android_src + @see #AppCompatImageView_srcCompat + @see #AppCompatImageView_tint + @see #AppCompatImageView_tintMode + */ + public static final int[] AppCompatImageView = { + 0x01010119, 0x7f010049, 0x7f01004a, 0x7f01004b + }; + /** +

This symbol is the offset where the {@link android.R.attr#src} + attribute's value can be found in the {@link #AppCompatImageView} array. + @attr name android:src + */ + public static int AppCompatImageView_android_src = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#srcCompat} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:srcCompat + */ + public static int AppCompatImageView_srcCompat = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tint} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:tint + */ + public static int AppCompatImageView_tint = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tintMode} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.appcompat:tintMode + */ + public static int AppCompatImageView_tintMode = 3; + /** Attributes that can be used with a AppCompatSeekBar. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatSeekBar_android_thumb android:thumb}
{@link #AppCompatSeekBar_tickMark android.support.v7.appcompat:tickMark}
{@link #AppCompatSeekBar_tickMarkTint android.support.v7.appcompat:tickMarkTint}
{@link #AppCompatSeekBar_tickMarkTintMode android.support.v7.appcompat:tickMarkTintMode}
+ @see #AppCompatSeekBar_android_thumb + @see #AppCompatSeekBar_tickMark + @see #AppCompatSeekBar_tickMarkTint + @see #AppCompatSeekBar_tickMarkTintMode + */ + public static final int[] AppCompatSeekBar = { + 0x01010142, 0x7f01004c, 0x7f01004d, 0x7f01004e + }; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + @attr name android:thumb + */ + public static int AppCompatSeekBar_android_thumb = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tickMark} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:tickMark + */ + public static int AppCompatSeekBar_tickMark = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tickMarkTint} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:tickMarkTint + */ + public static int AppCompatSeekBar_tickMarkTint = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tickMarkTintMode} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.appcompat:tickMarkTintMode + */ + public static int AppCompatSeekBar_tickMarkTintMode = 3; + /** Attributes that can be used with a AppCompatTextHelper. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextHelper_android_drawableBottom android:drawableBottom}
{@link #AppCompatTextHelper_android_drawableEnd android:drawableEnd}
{@link #AppCompatTextHelper_android_drawableLeft android:drawableLeft}
{@link #AppCompatTextHelper_android_drawableRight android:drawableRight}
{@link #AppCompatTextHelper_android_drawableStart android:drawableStart}
{@link #AppCompatTextHelper_android_drawableTop android:drawableTop}
{@link #AppCompatTextHelper_android_textAppearance android:textAppearance}
+ @see #AppCompatTextHelper_android_drawableBottom + @see #AppCompatTextHelper_android_drawableEnd + @see #AppCompatTextHelper_android_drawableLeft + @see #AppCompatTextHelper_android_drawableRight + @see #AppCompatTextHelper_android_drawableStart + @see #AppCompatTextHelper_android_drawableTop + @see #AppCompatTextHelper_android_textAppearance + */ + public static final int[] AppCompatTextHelper = { + 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, + 0x01010170, 0x01010392, 0x01010393 + }; + /** +

This symbol is the offset where the {@link android.R.attr#drawableBottom} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableBottom + */ + public static int AppCompatTextHelper_android_drawableBottom = 2; + /** +

This symbol is the offset where the {@link android.R.attr#drawableEnd} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableEnd + */ + public static int AppCompatTextHelper_android_drawableEnd = 6; + /** +

This symbol is the offset where the {@link android.R.attr#drawableLeft} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableLeft + */ + public static int AppCompatTextHelper_android_drawableLeft = 3; + /** +

This symbol is the offset where the {@link android.R.attr#drawableRight} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableRight + */ + public static int AppCompatTextHelper_android_drawableRight = 4; + /** +

This symbol is the offset where the {@link android.R.attr#drawableStart} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableStart + */ + public static int AppCompatTextHelper_android_drawableStart = 5; + /** +

This symbol is the offset where the {@link android.R.attr#drawableTop} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableTop + */ + public static int AppCompatTextHelper_android_drawableTop = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:textAppearance + */ + public static int AppCompatTextHelper_android_textAppearance = 0; + /** Attributes that can be used with a AppCompatTextView. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_autoSizeMaxTextSize android.support.v7.appcompat:autoSizeMaxTextSize}
{@link #AppCompatTextView_autoSizeMinTextSize android.support.v7.appcompat:autoSizeMinTextSize}
{@link #AppCompatTextView_autoSizePresetSizes android.support.v7.appcompat:autoSizePresetSizes}
{@link #AppCompatTextView_autoSizeStepGranularity android.support.v7.appcompat:autoSizeStepGranularity}
{@link #AppCompatTextView_autoSizeTextType android.support.v7.appcompat:autoSizeTextType}
{@link #AppCompatTextView_fontFamily android.support.v7.appcompat:fontFamily}
{@link #AppCompatTextView_textAllCaps android.support.v7.appcompat:textAllCaps}
+ @see #AppCompatTextView_android_textAppearance + @see #AppCompatTextView_autoSizeMaxTextSize + @see #AppCompatTextView_autoSizeMinTextSize + @see #AppCompatTextView_autoSizePresetSizes + @see #AppCompatTextView_autoSizeStepGranularity + @see #AppCompatTextView_autoSizeTextType + @see #AppCompatTextView_fontFamily + @see #AppCompatTextView_textAllCaps + */ + public static final int[] AppCompatTextView = { + 0x01010034, 0x7f01004f, 0x7f010050, 0x7f010051, + 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextView} array. + @attr name android:textAppearance + */ + public static int AppCompatTextView_android_textAppearance = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#autoSizeMaxTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:autoSizeMaxTextSize + */ + public static int AppCompatTextView_autoSizeMaxTextSize = 6; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#autoSizeMinTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:autoSizeMinTextSize + */ + public static int AppCompatTextView_autoSizeMinTextSize = 5; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#autoSizePresetSizes} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:autoSizePresetSizes + */ + public static int AppCompatTextView_autoSizePresetSizes = 4; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#autoSizeStepGranularity} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:autoSizeStepGranularity + */ + public static int AppCompatTextView_autoSizeStepGranularity = 3; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#autoSizeTextType} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ @attr name android.support.v7.appcompat:autoSizeTextType + */ + public static int AppCompatTextView_autoSizeTextType = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#fontFamily} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:fontFamily + */ + public static int AppCompatTextView_fontFamily = 7; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#textAllCaps} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name android.support.v7.appcompat:textAllCaps + */ + public static int AppCompatTextView_textAllCaps = 1; + /** Attributes that can be used with a AppCompatTheme. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTheme_actionBarDivider android.support.v7.appcompat:actionBarDivider}
{@link #AppCompatTheme_actionBarItemBackground android.support.v7.appcompat:actionBarItemBackground}
{@link #AppCompatTheme_actionBarPopupTheme android.support.v7.appcompat:actionBarPopupTheme}
{@link #AppCompatTheme_actionBarSize android.support.v7.appcompat:actionBarSize}
{@link #AppCompatTheme_actionBarSplitStyle android.support.v7.appcompat:actionBarSplitStyle}
{@link #AppCompatTheme_actionBarStyle android.support.v7.appcompat:actionBarStyle}
{@link #AppCompatTheme_actionBarTabBarStyle android.support.v7.appcompat:actionBarTabBarStyle}
{@link #AppCompatTheme_actionBarTabStyle android.support.v7.appcompat:actionBarTabStyle}
{@link #AppCompatTheme_actionBarTabTextStyle android.support.v7.appcompat:actionBarTabTextStyle}
{@link #AppCompatTheme_actionBarTheme android.support.v7.appcompat:actionBarTheme}
{@link #AppCompatTheme_actionBarWidgetTheme android.support.v7.appcompat:actionBarWidgetTheme}
{@link #AppCompatTheme_actionButtonStyle android.support.v7.appcompat:actionButtonStyle}
{@link #AppCompatTheme_actionDropDownStyle android.support.v7.appcompat:actionDropDownStyle}
{@link #AppCompatTheme_actionMenuTextAppearance android.support.v7.appcompat:actionMenuTextAppearance}
{@link #AppCompatTheme_actionMenuTextColor android.support.v7.appcompat:actionMenuTextColor}
{@link #AppCompatTheme_actionModeBackground android.support.v7.appcompat:actionModeBackground}
{@link #AppCompatTheme_actionModeCloseButtonStyle android.support.v7.appcompat:actionModeCloseButtonStyle}
{@link #AppCompatTheme_actionModeCloseDrawable android.support.v7.appcompat:actionModeCloseDrawable}
{@link #AppCompatTheme_actionModeCopyDrawable android.support.v7.appcompat:actionModeCopyDrawable}
{@link #AppCompatTheme_actionModeCutDrawable android.support.v7.appcompat:actionModeCutDrawable}
{@link #AppCompatTheme_actionModeFindDrawable android.support.v7.appcompat:actionModeFindDrawable}
{@link #AppCompatTheme_actionModePasteDrawable android.support.v7.appcompat:actionModePasteDrawable}
{@link #AppCompatTheme_actionModePopupWindowStyle android.support.v7.appcompat:actionModePopupWindowStyle}
{@link #AppCompatTheme_actionModeSelectAllDrawable android.support.v7.appcompat:actionModeSelectAllDrawable}
{@link #AppCompatTheme_actionModeShareDrawable android.support.v7.appcompat:actionModeShareDrawable}
{@link #AppCompatTheme_actionModeSplitBackground android.support.v7.appcompat:actionModeSplitBackground}
{@link #AppCompatTheme_actionModeStyle android.support.v7.appcompat:actionModeStyle}
{@link #AppCompatTheme_actionModeWebSearchDrawable android.support.v7.appcompat:actionModeWebSearchDrawable}
{@link #AppCompatTheme_actionOverflowButtonStyle android.support.v7.appcompat:actionOverflowButtonStyle}
{@link #AppCompatTheme_actionOverflowMenuStyle android.support.v7.appcompat:actionOverflowMenuStyle}
{@link #AppCompatTheme_activityChooserViewStyle android.support.v7.appcompat:activityChooserViewStyle}
{@link #AppCompatTheme_alertDialogButtonGroupStyle android.support.v7.appcompat:alertDialogButtonGroupStyle}
{@link #AppCompatTheme_alertDialogCenterButtons android.support.v7.appcompat:alertDialogCenterButtons}
{@link #AppCompatTheme_alertDialogStyle android.support.v7.appcompat:alertDialogStyle}
{@link #AppCompatTheme_alertDialogTheme android.support.v7.appcompat:alertDialogTheme}
{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating}
{@link #AppCompatTheme_autoCompleteTextViewStyle android.support.v7.appcompat:autoCompleteTextViewStyle}
{@link #AppCompatTheme_borderlessButtonStyle android.support.v7.appcompat:borderlessButtonStyle}
{@link #AppCompatTheme_buttonBarButtonStyle android.support.v7.appcompat:buttonBarButtonStyle}
{@link #AppCompatTheme_buttonBarNegativeButtonStyle android.support.v7.appcompat:buttonBarNegativeButtonStyle}
{@link #AppCompatTheme_buttonBarNeutralButtonStyle android.support.v7.appcompat:buttonBarNeutralButtonStyle}
{@link #AppCompatTheme_buttonBarPositiveButtonStyle android.support.v7.appcompat:buttonBarPositiveButtonStyle}
{@link #AppCompatTheme_buttonBarStyle android.support.v7.appcompat:buttonBarStyle}
{@link #AppCompatTheme_buttonStyle android.support.v7.appcompat:buttonStyle}
{@link #AppCompatTheme_buttonStyleSmall android.support.v7.appcompat:buttonStyleSmall}
{@link #AppCompatTheme_checkboxStyle android.support.v7.appcompat:checkboxStyle}
{@link #AppCompatTheme_checkedTextViewStyle android.support.v7.appcompat:checkedTextViewStyle}
{@link #AppCompatTheme_colorAccent android.support.v7.appcompat:colorAccent}
{@link #AppCompatTheme_colorBackgroundFloating android.support.v7.appcompat:colorBackgroundFloating}
{@link #AppCompatTheme_colorButtonNormal android.support.v7.appcompat:colorButtonNormal}
{@link #AppCompatTheme_colorControlActivated android.support.v7.appcompat:colorControlActivated}
{@link #AppCompatTheme_colorControlHighlight android.support.v7.appcompat:colorControlHighlight}
{@link #AppCompatTheme_colorControlNormal android.support.v7.appcompat:colorControlNormal}
{@link #AppCompatTheme_colorError android.support.v7.appcompat:colorError}
{@link #AppCompatTheme_colorPrimary android.support.v7.appcompat:colorPrimary}
{@link #AppCompatTheme_colorPrimaryDark android.support.v7.appcompat:colorPrimaryDark}
{@link #AppCompatTheme_colorSwitchThumbNormal android.support.v7.appcompat:colorSwitchThumbNormal}
{@link #AppCompatTheme_controlBackground android.support.v7.appcompat:controlBackground}
{@link #AppCompatTheme_dialogPreferredPadding android.support.v7.appcompat:dialogPreferredPadding}
{@link #AppCompatTheme_dialogTheme android.support.v7.appcompat:dialogTheme}
{@link #AppCompatTheme_dividerHorizontal android.support.v7.appcompat:dividerHorizontal}
{@link #AppCompatTheme_dividerVertical android.support.v7.appcompat:dividerVertical}
{@link #AppCompatTheme_dropDownListViewStyle android.support.v7.appcompat:dropDownListViewStyle}
{@link #AppCompatTheme_dropdownListPreferredItemHeight android.support.v7.appcompat:dropdownListPreferredItemHeight}
{@link #AppCompatTheme_editTextBackground android.support.v7.appcompat:editTextBackground}
{@link #AppCompatTheme_editTextColor android.support.v7.appcompat:editTextColor}
{@link #AppCompatTheme_editTextStyle android.support.v7.appcompat:editTextStyle}
{@link #AppCompatTheme_homeAsUpIndicator android.support.v7.appcompat:homeAsUpIndicator}
{@link #AppCompatTheme_imageButtonStyle android.support.v7.appcompat:imageButtonStyle}
{@link #AppCompatTheme_listChoiceBackgroundIndicator android.support.v7.appcompat:listChoiceBackgroundIndicator}
{@link #AppCompatTheme_listDividerAlertDialog android.support.v7.appcompat:listDividerAlertDialog}
{@link #AppCompatTheme_listMenuViewStyle android.support.v7.appcompat:listMenuViewStyle}
{@link #AppCompatTheme_listPopupWindowStyle android.support.v7.appcompat:listPopupWindowStyle}
{@link #AppCompatTheme_listPreferredItemHeight android.support.v7.appcompat:listPreferredItemHeight}
{@link #AppCompatTheme_listPreferredItemHeightLarge android.support.v7.appcompat:listPreferredItemHeightLarge}
{@link #AppCompatTheme_listPreferredItemHeightSmall android.support.v7.appcompat:listPreferredItemHeightSmall}
{@link #AppCompatTheme_listPreferredItemPaddingLeft android.support.v7.appcompat:listPreferredItemPaddingLeft}
{@link #AppCompatTheme_listPreferredItemPaddingRight android.support.v7.appcompat:listPreferredItemPaddingRight}
{@link #AppCompatTheme_panelBackground android.support.v7.appcompat:panelBackground}
{@link #AppCompatTheme_panelMenuListTheme android.support.v7.appcompat:panelMenuListTheme}
{@link #AppCompatTheme_panelMenuListWidth android.support.v7.appcompat:panelMenuListWidth}
{@link #AppCompatTheme_popupMenuStyle android.support.v7.appcompat:popupMenuStyle}
{@link #AppCompatTheme_popupWindowStyle android.support.v7.appcompat:popupWindowStyle}
{@link #AppCompatTheme_radioButtonStyle android.support.v7.appcompat:radioButtonStyle}
{@link #AppCompatTheme_ratingBarStyle android.support.v7.appcompat:ratingBarStyle}
{@link #AppCompatTheme_ratingBarStyleIndicator android.support.v7.appcompat:ratingBarStyleIndicator}
{@link #AppCompatTheme_ratingBarStyleSmall android.support.v7.appcompat:ratingBarStyleSmall}
{@link #AppCompatTheme_searchViewStyle android.support.v7.appcompat:searchViewStyle}
{@link #AppCompatTheme_seekBarStyle android.support.v7.appcompat:seekBarStyle}
{@link #AppCompatTheme_selectableItemBackground android.support.v7.appcompat:selectableItemBackground}
{@link #AppCompatTheme_selectableItemBackgroundBorderless android.support.v7.appcompat:selectableItemBackgroundBorderless}
{@link #AppCompatTheme_spinnerDropDownItemStyle android.support.v7.appcompat:spinnerDropDownItemStyle}
{@link #AppCompatTheme_spinnerStyle android.support.v7.appcompat:spinnerStyle}
{@link #AppCompatTheme_switchStyle android.support.v7.appcompat:switchStyle}
{@link #AppCompatTheme_textAppearanceLargePopupMenu android.support.v7.appcompat:textAppearanceLargePopupMenu}
{@link #AppCompatTheme_textAppearanceListItem android.support.v7.appcompat:textAppearanceListItem}
{@link #AppCompatTheme_textAppearanceListItemSecondary android.support.v7.appcompat:textAppearanceListItemSecondary}
{@link #AppCompatTheme_textAppearanceListItemSmall android.support.v7.appcompat:textAppearanceListItemSmall}
{@link #AppCompatTheme_textAppearancePopupMenuHeader android.support.v7.appcompat:textAppearancePopupMenuHeader}
{@link #AppCompatTheme_textAppearanceSearchResultSubtitle android.support.v7.appcompat:textAppearanceSearchResultSubtitle}
{@link #AppCompatTheme_textAppearanceSearchResultTitle android.support.v7.appcompat:textAppearanceSearchResultTitle}
{@link #AppCompatTheme_textAppearanceSmallPopupMenu android.support.v7.appcompat:textAppearanceSmallPopupMenu}
{@link #AppCompatTheme_textColorAlertDialogListItem android.support.v7.appcompat:textColorAlertDialogListItem}
{@link #AppCompatTheme_textColorSearchUrl android.support.v7.appcompat:textColorSearchUrl}
{@link #AppCompatTheme_toolbarNavigationButtonStyle android.support.v7.appcompat:toolbarNavigationButtonStyle}
{@link #AppCompatTheme_toolbarStyle android.support.v7.appcompat:toolbarStyle}
{@link #AppCompatTheme_tooltipForegroundColor android.support.v7.appcompat:tooltipForegroundColor}
{@link #AppCompatTheme_tooltipFrameBackground android.support.v7.appcompat:tooltipFrameBackground}
{@link #AppCompatTheme_windowActionBar android.support.v7.appcompat:windowActionBar}
{@link #AppCompatTheme_windowActionBarOverlay android.support.v7.appcompat:windowActionBarOverlay}
{@link #AppCompatTheme_windowActionModeOverlay android.support.v7.appcompat:windowActionModeOverlay}
{@link #AppCompatTheme_windowFixedHeightMajor android.support.v7.appcompat:windowFixedHeightMajor}
{@link #AppCompatTheme_windowFixedHeightMinor android.support.v7.appcompat:windowFixedHeightMinor}
{@link #AppCompatTheme_windowFixedWidthMajor android.support.v7.appcompat:windowFixedWidthMajor}
{@link #AppCompatTheme_windowFixedWidthMinor android.support.v7.appcompat:windowFixedWidthMinor}
{@link #AppCompatTheme_windowMinWidthMajor android.support.v7.appcompat:windowMinWidthMajor}
{@link #AppCompatTheme_windowMinWidthMinor android.support.v7.appcompat:windowMinWidthMinor}
{@link #AppCompatTheme_windowNoTitle android.support.v7.appcompat:windowNoTitle}
+ @see #AppCompatTheme_actionBarDivider + @see #AppCompatTheme_actionBarItemBackground + @see #AppCompatTheme_actionBarPopupTheme + @see #AppCompatTheme_actionBarSize + @see #AppCompatTheme_actionBarSplitStyle + @see #AppCompatTheme_actionBarStyle + @see #AppCompatTheme_actionBarTabBarStyle + @see #AppCompatTheme_actionBarTabStyle + @see #AppCompatTheme_actionBarTabTextStyle + @see #AppCompatTheme_actionBarTheme + @see #AppCompatTheme_actionBarWidgetTheme + @see #AppCompatTheme_actionButtonStyle + @see #AppCompatTheme_actionDropDownStyle + @see #AppCompatTheme_actionMenuTextAppearance + @see #AppCompatTheme_actionMenuTextColor + @see #AppCompatTheme_actionModeBackground + @see #AppCompatTheme_actionModeCloseButtonStyle + @see #AppCompatTheme_actionModeCloseDrawable + @see #AppCompatTheme_actionModeCopyDrawable + @see #AppCompatTheme_actionModeCutDrawable + @see #AppCompatTheme_actionModeFindDrawable + @see #AppCompatTheme_actionModePasteDrawable + @see #AppCompatTheme_actionModePopupWindowStyle + @see #AppCompatTheme_actionModeSelectAllDrawable + @see #AppCompatTheme_actionModeShareDrawable + @see #AppCompatTheme_actionModeSplitBackground + @see #AppCompatTheme_actionModeStyle + @see #AppCompatTheme_actionModeWebSearchDrawable + @see #AppCompatTheme_actionOverflowButtonStyle + @see #AppCompatTheme_actionOverflowMenuStyle + @see #AppCompatTheme_activityChooserViewStyle + @see #AppCompatTheme_alertDialogButtonGroupStyle + @see #AppCompatTheme_alertDialogCenterButtons + @see #AppCompatTheme_alertDialogStyle + @see #AppCompatTheme_alertDialogTheme + @see #AppCompatTheme_android_windowAnimationStyle + @see #AppCompatTheme_android_windowIsFloating + @see #AppCompatTheme_autoCompleteTextViewStyle + @see #AppCompatTheme_borderlessButtonStyle + @see #AppCompatTheme_buttonBarButtonStyle + @see #AppCompatTheme_buttonBarNegativeButtonStyle + @see #AppCompatTheme_buttonBarNeutralButtonStyle + @see #AppCompatTheme_buttonBarPositiveButtonStyle + @see #AppCompatTheme_buttonBarStyle + @see #AppCompatTheme_buttonStyle + @see #AppCompatTheme_buttonStyleSmall + @see #AppCompatTheme_checkboxStyle + @see #AppCompatTheme_checkedTextViewStyle + @see #AppCompatTheme_colorAccent + @see #AppCompatTheme_colorBackgroundFloating + @see #AppCompatTheme_colorButtonNormal + @see #AppCompatTheme_colorControlActivated + @see #AppCompatTheme_colorControlHighlight + @see #AppCompatTheme_colorControlNormal + @see #AppCompatTheme_colorError + @see #AppCompatTheme_colorPrimary + @see #AppCompatTheme_colorPrimaryDark + @see #AppCompatTheme_colorSwitchThumbNormal + @see #AppCompatTheme_controlBackground + @see #AppCompatTheme_dialogPreferredPadding + @see #AppCompatTheme_dialogTheme + @see #AppCompatTheme_dividerHorizontal + @see #AppCompatTheme_dividerVertical + @see #AppCompatTheme_dropDownListViewStyle + @see #AppCompatTheme_dropdownListPreferredItemHeight + @see #AppCompatTheme_editTextBackground + @see #AppCompatTheme_editTextColor + @see #AppCompatTheme_editTextStyle + @see #AppCompatTheme_homeAsUpIndicator + @see #AppCompatTheme_imageButtonStyle + @see #AppCompatTheme_listChoiceBackgroundIndicator + @see #AppCompatTheme_listDividerAlertDialog + @see #AppCompatTheme_listMenuViewStyle + @see #AppCompatTheme_listPopupWindowStyle + @see #AppCompatTheme_listPreferredItemHeight + @see #AppCompatTheme_listPreferredItemHeightLarge + @see #AppCompatTheme_listPreferredItemHeightSmall + @see #AppCompatTheme_listPreferredItemPaddingLeft + @see #AppCompatTheme_listPreferredItemPaddingRight + @see #AppCompatTheme_panelBackground + @see #AppCompatTheme_panelMenuListTheme + @see #AppCompatTheme_panelMenuListWidth + @see #AppCompatTheme_popupMenuStyle + @see #AppCompatTheme_popupWindowStyle + @see #AppCompatTheme_radioButtonStyle + @see #AppCompatTheme_ratingBarStyle + @see #AppCompatTheme_ratingBarStyleIndicator + @see #AppCompatTheme_ratingBarStyleSmall + @see #AppCompatTheme_searchViewStyle + @see #AppCompatTheme_seekBarStyle + @see #AppCompatTheme_selectableItemBackground + @see #AppCompatTheme_selectableItemBackgroundBorderless + @see #AppCompatTheme_spinnerDropDownItemStyle + @see #AppCompatTheme_spinnerStyle + @see #AppCompatTheme_switchStyle + @see #AppCompatTheme_textAppearanceLargePopupMenu + @see #AppCompatTheme_textAppearanceListItem + @see #AppCompatTheme_textAppearanceListItemSecondary + @see #AppCompatTheme_textAppearanceListItemSmall + @see #AppCompatTheme_textAppearancePopupMenuHeader + @see #AppCompatTheme_textAppearanceSearchResultSubtitle + @see #AppCompatTheme_textAppearanceSearchResultTitle + @see #AppCompatTheme_textAppearanceSmallPopupMenu + @see #AppCompatTheme_textColorAlertDialogListItem + @see #AppCompatTheme_textColorSearchUrl + @see #AppCompatTheme_toolbarNavigationButtonStyle + @see #AppCompatTheme_toolbarStyle + @see #AppCompatTheme_tooltipForegroundColor + @see #AppCompatTheme_tooltipFrameBackground + @see #AppCompatTheme_windowActionBar + @see #AppCompatTheme_windowActionBarOverlay + @see #AppCompatTheme_windowActionModeOverlay + @see #AppCompatTheme_windowFixedHeightMajor + @see #AppCompatTheme_windowFixedHeightMinor + @see #AppCompatTheme_windowFixedWidthMajor + @see #AppCompatTheme_windowFixedWidthMinor + @see #AppCompatTheme_windowMinWidthMajor + @see #AppCompatTheme_windowMinWidthMinor + @see #AppCompatTheme_windowNoTitle + */ + public static final int[] AppCompatTheme = { + 0x01010057, 0x010100ae, 0x7f010056, 0x7f010057, + 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, + 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, + 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, + 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, + 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, + 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, + 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, + 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, + 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, + 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, + 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, + 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, + 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, + 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, + 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, + 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, + 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, + 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, + 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, + 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, + 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, + 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, + 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, + 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, + 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, + 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, + 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, + 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, + 0x7f0100c8, 0x7f0100c9, 0x7f0100ca + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionBarDivider} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionBarDivider + */ + public static int AppCompatTheme_actionBarDivider = 23; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionBarItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionBarItemBackground + */ + public static int AppCompatTheme_actionBarItemBackground = 24; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionBarPopupTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionBarPopupTheme + */ + public static int AppCompatTheme_actionBarPopupTheme = 17; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionBarSize} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ @attr name android.support.v7.appcompat:actionBarSize + */ + public static int AppCompatTheme_actionBarSize = 22; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionBarSplitStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionBarSplitStyle + */ + public static int AppCompatTheme_actionBarSplitStyle = 19; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionBarStyle + */ + public static int AppCompatTheme_actionBarStyle = 18; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionBarTabBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionBarTabBarStyle + */ + public static int AppCompatTheme_actionBarTabBarStyle = 13; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionBarTabStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionBarTabStyle + */ + public static int AppCompatTheme_actionBarTabStyle = 12; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionBarTabTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionBarTabTextStyle + */ + public static int AppCompatTheme_actionBarTabTextStyle = 14; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionBarTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionBarTheme + */ + public static int AppCompatTheme_actionBarTheme = 20; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionBarWidgetTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionBarWidgetTheme + */ + public static int AppCompatTheme_actionBarWidgetTheme = 21; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionButtonStyle + */ + public static int AppCompatTheme_actionButtonStyle = 50; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionDropDownStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionDropDownStyle + */ + public static int AppCompatTheme_actionDropDownStyle = 46; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionMenuTextAppearance} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionMenuTextAppearance + */ + public static int AppCompatTheme_actionMenuTextAppearance = 25; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionMenuTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.appcompat:actionMenuTextColor + */ + public static int AppCompatTheme_actionMenuTextColor = 26; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionModeBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionModeBackground + */ + public static int AppCompatTheme_actionModeBackground = 29; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionModeCloseButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionModeCloseButtonStyle + */ + public static int AppCompatTheme_actionModeCloseButtonStyle = 28; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionModeCloseDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionModeCloseDrawable + */ + public static int AppCompatTheme_actionModeCloseDrawable = 31; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionModeCopyDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionModeCopyDrawable + */ + public static int AppCompatTheme_actionModeCopyDrawable = 33; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionModeCutDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionModeCutDrawable + */ + public static int AppCompatTheme_actionModeCutDrawable = 32; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionModeFindDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionModeFindDrawable + */ + public static int AppCompatTheme_actionModeFindDrawable = 37; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionModePasteDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionModePasteDrawable + */ + public static int AppCompatTheme_actionModePasteDrawable = 34; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionModePopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionModePopupWindowStyle + */ + public static int AppCompatTheme_actionModePopupWindowStyle = 39; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionModeSelectAllDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionModeSelectAllDrawable + */ + public static int AppCompatTheme_actionModeSelectAllDrawable = 35; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionModeShareDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionModeShareDrawable + */ + public static int AppCompatTheme_actionModeShareDrawable = 36; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionModeSplitBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionModeSplitBackground + */ + public static int AppCompatTheme_actionModeSplitBackground = 30; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionModeStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionModeStyle + */ + public static int AppCompatTheme_actionModeStyle = 27; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionModeWebSearchDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionModeWebSearchDrawable + */ + public static int AppCompatTheme_actionModeWebSearchDrawable = 38; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionOverflowButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionOverflowButtonStyle + */ + public static int AppCompatTheme_actionOverflowButtonStyle = 15; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionOverflowMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionOverflowMenuStyle + */ + public static int AppCompatTheme_actionOverflowMenuStyle = 16; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#activityChooserViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:activityChooserViewStyle + */ + public static int AppCompatTheme_activityChooserViewStyle = 58; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#alertDialogButtonGroupStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:alertDialogButtonGroupStyle + */ + public static int AppCompatTheme_alertDialogButtonGroupStyle = 95; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#alertDialogCenterButtons} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:alertDialogCenterButtons + */ + public static int AppCompatTheme_alertDialogCenterButtons = 96; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#alertDialogStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:alertDialogStyle + */ + public static int AppCompatTheme_alertDialogStyle = 94; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#alertDialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:alertDialogTheme + */ + public static int AppCompatTheme_alertDialogTheme = 97; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowAnimationStyle + */ + public static int AppCompatTheme_android_windowAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#windowIsFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowIsFloating + */ + public static int AppCompatTheme_android_windowIsFloating = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#autoCompleteTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:autoCompleteTextViewStyle + */ + public static int AppCompatTheme_autoCompleteTextViewStyle = 102; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#borderlessButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:borderlessButtonStyle + */ + public static int AppCompatTheme_borderlessButtonStyle = 55; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#buttonBarButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:buttonBarButtonStyle + */ + public static int AppCompatTheme_buttonBarButtonStyle = 52; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#buttonBarNegativeButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:buttonBarNegativeButtonStyle + */ + public static int AppCompatTheme_buttonBarNegativeButtonStyle = 100; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#buttonBarNeutralButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:buttonBarNeutralButtonStyle + */ + public static int AppCompatTheme_buttonBarNeutralButtonStyle = 101; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#buttonBarPositiveButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:buttonBarPositiveButtonStyle + */ + public static int AppCompatTheme_buttonBarPositiveButtonStyle = 99; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#buttonBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:buttonBarStyle + */ + public static int AppCompatTheme_buttonBarStyle = 51; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#buttonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:buttonStyle + */ + public static int AppCompatTheme_buttonStyle = 103; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#buttonStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:buttonStyleSmall + */ + public static int AppCompatTheme_buttonStyleSmall = 104; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#checkboxStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:checkboxStyle + */ + public static int AppCompatTheme_checkboxStyle = 105; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#checkedTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:checkedTextViewStyle + */ + public static int AppCompatTheme_checkedTextViewStyle = 106; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#colorAccent} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:colorAccent + */ + public static int AppCompatTheme_colorAccent = 86; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#colorBackgroundFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:colorBackgroundFloating + */ + public static int AppCompatTheme_colorBackgroundFloating = 93; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#colorButtonNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:colorButtonNormal + */ + public static int AppCompatTheme_colorButtonNormal = 90; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#colorControlActivated} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:colorControlActivated + */ + public static int AppCompatTheme_colorControlActivated = 88; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#colorControlHighlight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:colorControlHighlight + */ + public static int AppCompatTheme_colorControlHighlight = 89; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#colorControlNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:colorControlNormal + */ + public static int AppCompatTheme_colorControlNormal = 87; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#colorError} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.appcompat:colorError + */ + public static int AppCompatTheme_colorError = 118; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#colorPrimary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:colorPrimary + */ + public static int AppCompatTheme_colorPrimary = 84; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#colorPrimaryDark} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:colorPrimaryDark + */ + public static int AppCompatTheme_colorPrimaryDark = 85; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#colorSwitchThumbNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:colorSwitchThumbNormal + */ + public static int AppCompatTheme_colorSwitchThumbNormal = 91; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#controlBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:controlBackground + */ + public static int AppCompatTheme_controlBackground = 92; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#dialogPreferredPadding} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:dialogPreferredPadding + */ + public static int AppCompatTheme_dialogPreferredPadding = 44; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#dialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:dialogTheme + */ + public static int AppCompatTheme_dialogTheme = 43; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#dividerHorizontal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:dividerHorizontal + */ + public static int AppCompatTheme_dividerHorizontal = 57; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#dividerVertical} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:dividerVertical + */ + public static int AppCompatTheme_dividerVertical = 56; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#dropDownListViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:dropDownListViewStyle + */ + public static int AppCompatTheme_dropDownListViewStyle = 75; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#dropdownListPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:dropdownListPreferredItemHeight + */ + public static int AppCompatTheme_dropdownListPreferredItemHeight = 47; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#editTextBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:editTextBackground + */ + public static int AppCompatTheme_editTextBackground = 64; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#editTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.appcompat:editTextColor + */ + public static int AppCompatTheme_editTextColor = 63; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#editTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:editTextStyle + */ + public static int AppCompatTheme_editTextStyle = 107; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:homeAsUpIndicator + */ + public static int AppCompatTheme_homeAsUpIndicator = 49; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#imageButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:imageButtonStyle + */ + public static int AppCompatTheme_imageButtonStyle = 65; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#listChoiceBackgroundIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:listChoiceBackgroundIndicator + */ + public static int AppCompatTheme_listChoiceBackgroundIndicator = 83; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#listDividerAlertDialog} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:listDividerAlertDialog + */ + public static int AppCompatTheme_listDividerAlertDialog = 45; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#listMenuViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:listMenuViewStyle + */ + public static int AppCompatTheme_listMenuViewStyle = 115; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#listPopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:listPopupWindowStyle + */ + public static int AppCompatTheme_listPopupWindowStyle = 76; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#listPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:listPreferredItemHeight + */ + public static int AppCompatTheme_listPreferredItemHeight = 70; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#listPreferredItemHeightLarge} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:listPreferredItemHeightLarge + */ + public static int AppCompatTheme_listPreferredItemHeightLarge = 72; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#listPreferredItemHeightSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:listPreferredItemHeightSmall + */ + public static int AppCompatTheme_listPreferredItemHeightSmall = 71; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#listPreferredItemPaddingLeft} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:listPreferredItemPaddingLeft + */ + public static int AppCompatTheme_listPreferredItemPaddingLeft = 73; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#listPreferredItemPaddingRight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:listPreferredItemPaddingRight + */ + public static int AppCompatTheme_listPreferredItemPaddingRight = 74; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#panelBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:panelBackground + */ + public static int AppCompatTheme_panelBackground = 80; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#panelMenuListTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:panelMenuListTheme + */ + public static int AppCompatTheme_panelMenuListTheme = 82; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#panelMenuListWidth} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:panelMenuListWidth + */ + public static int AppCompatTheme_panelMenuListWidth = 81; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#popupMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:popupMenuStyle + */ + public static int AppCompatTheme_popupMenuStyle = 61; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#popupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:popupWindowStyle + */ + public static int AppCompatTheme_popupWindowStyle = 62; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#radioButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:radioButtonStyle + */ + public static int AppCompatTheme_radioButtonStyle = 108; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#ratingBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:ratingBarStyle + */ + public static int AppCompatTheme_ratingBarStyle = 109; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#ratingBarStyleIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:ratingBarStyleIndicator + */ + public static int AppCompatTheme_ratingBarStyleIndicator = 110; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#ratingBarStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:ratingBarStyleSmall + */ + public static int AppCompatTheme_ratingBarStyleSmall = 111; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#searchViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:searchViewStyle + */ + public static int AppCompatTheme_searchViewStyle = 69; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#seekBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:seekBarStyle + */ + public static int AppCompatTheme_seekBarStyle = 112; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#selectableItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:selectableItemBackground + */ + public static int AppCompatTheme_selectableItemBackground = 53; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#selectableItemBackgroundBorderless} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:selectableItemBackgroundBorderless + */ + public static int AppCompatTheme_selectableItemBackgroundBorderless = 54; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#spinnerDropDownItemStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:spinnerDropDownItemStyle + */ + public static int AppCompatTheme_spinnerDropDownItemStyle = 48; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#spinnerStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:spinnerStyle + */ + public static int AppCompatTheme_spinnerStyle = 113; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#switchStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:switchStyle + */ + public static int AppCompatTheme_switchStyle = 114; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#textAppearanceLargePopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:textAppearanceLargePopupMenu + */ + public static int AppCompatTheme_textAppearanceLargePopupMenu = 40; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#textAppearanceListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:textAppearanceListItem + */ + public static int AppCompatTheme_textAppearanceListItem = 77; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#textAppearanceListItemSecondary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:textAppearanceListItemSecondary + */ + public static int AppCompatTheme_textAppearanceListItemSecondary = 78; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#textAppearanceListItemSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:textAppearanceListItemSmall + */ + public static int AppCompatTheme_textAppearanceListItemSmall = 79; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#textAppearancePopupMenuHeader} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:textAppearancePopupMenuHeader + */ + public static int AppCompatTheme_textAppearancePopupMenuHeader = 42; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#textAppearanceSearchResultSubtitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:textAppearanceSearchResultSubtitle + */ + public static int AppCompatTheme_textAppearanceSearchResultSubtitle = 67; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#textAppearanceSearchResultTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:textAppearanceSearchResultTitle + */ + public static int AppCompatTheme_textAppearanceSearchResultTitle = 66; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#textAppearanceSmallPopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:textAppearanceSmallPopupMenu + */ + public static int AppCompatTheme_textAppearanceSmallPopupMenu = 41; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#textColorAlertDialogListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.appcompat:textColorAlertDialogListItem + */ + public static int AppCompatTheme_textColorAlertDialogListItem = 98; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#textColorSearchUrl} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.appcompat:textColorSearchUrl + */ + public static int AppCompatTheme_textColorSearchUrl = 68; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#toolbarNavigationButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:toolbarNavigationButtonStyle + */ + public static int AppCompatTheme_toolbarNavigationButtonStyle = 60; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#toolbarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:toolbarStyle + */ + public static int AppCompatTheme_toolbarStyle = 59; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tooltipForegroundColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.appcompat:tooltipForegroundColor + */ + public static int AppCompatTheme_tooltipForegroundColor = 117; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tooltipFrameBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:tooltipFrameBackground + */ + public static int AppCompatTheme_tooltipFrameBackground = 116; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#windowActionBar} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:windowActionBar + */ + public static int AppCompatTheme_windowActionBar = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#windowActionBarOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:windowActionBarOverlay + */ + public static int AppCompatTheme_windowActionBarOverlay = 4; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#windowActionModeOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:windowActionModeOverlay + */ + public static int AppCompatTheme_windowActionModeOverlay = 5; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#windowFixedHeightMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:windowFixedHeightMajor + */ + public static int AppCompatTheme_windowFixedHeightMajor = 9; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#windowFixedHeightMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:windowFixedHeightMinor + */ + public static int AppCompatTheme_windowFixedHeightMinor = 7; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#windowFixedWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:windowFixedWidthMajor + */ + public static int AppCompatTheme_windowFixedWidthMajor = 6; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#windowFixedWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:windowFixedWidthMinor + */ + public static int AppCompatTheme_windowFixedWidthMinor = 8; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#windowMinWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:windowMinWidthMajor + */ + public static int AppCompatTheme_windowMinWidthMajor = 10; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#windowMinWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:windowMinWidthMinor + */ + public static int AppCompatTheme_windowMinWidthMinor = 11; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#windowNoTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:windowNoTitle + */ + public static int AppCompatTheme_windowNoTitle = 3; + /** Attributes that can be used with a BottomNavigationView. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #BottomNavigationView_elevation android.support.v7.appcompat:elevation}
{@link #BottomNavigationView_itemBackground android.support.v7.appcompat:itemBackground}
{@link #BottomNavigationView_itemIconTint android.support.v7.appcompat:itemIconTint}
{@link #BottomNavigationView_itemTextColor android.support.v7.appcompat:itemTextColor}
{@link #BottomNavigationView_menu android.support.v7.appcompat:menu}
+ @see #BottomNavigationView_elevation + @see #BottomNavigationView_itemBackground + @see #BottomNavigationView_itemIconTint + @see #BottomNavigationView_itemTextColor + @see #BottomNavigationView_menu + */ + public static final int[] BottomNavigationView = { + 0x7f01003e, 0x7f010143, 0x7f010144, 0x7f010145, + 0x7f010146 + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#elevation} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:elevation + */ + public static int BottomNavigationView_elevation = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#itemBackground} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:itemBackground + */ + public static int BottomNavigationView_itemBackground = 4; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#itemIconTint} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:itemIconTint + */ + public static int BottomNavigationView_itemIconTint = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#itemTextColor} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:itemTextColor + */ + public static int BottomNavigationView_itemTextColor = 3; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#menu} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:menu + */ + public static int BottomNavigationView_menu = 1; + /** Attributes that can be used with a BottomSheetBehavior_Layout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #BottomSheetBehavior_Layout_behavior_hideable android.support.v7.appcompat:behavior_hideable}
{@link #BottomSheetBehavior_Layout_behavior_peekHeight android.support.v7.appcompat:behavior_peekHeight}
{@link #BottomSheetBehavior_Layout_behavior_skipCollapsed android.support.v7.appcompat:behavior_skipCollapsed}
+ @see #BottomSheetBehavior_Layout_behavior_hideable + @see #BottomSheetBehavior_Layout_behavior_peekHeight + @see #BottomSheetBehavior_Layout_behavior_skipCollapsed + */ + public static final int[] BottomSheetBehavior_Layout = { + 0x7f01011d, 0x7f01011e, 0x7f01011f + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#behavior_hideable} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:behavior_hideable + */ + public static int BottomSheetBehavior_Layout_behavior_hideable = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#behavior_peekHeight} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ @attr name android.support.v7.appcompat:behavior_peekHeight + */ + public static int BottomSheetBehavior_Layout_behavior_peekHeight = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#behavior_skipCollapsed} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:behavior_skipCollapsed + */ + public static int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2; + /** Attributes that can be used with a ButtonBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ButtonBarLayout_allowStacking android.support.v7.appcompat:allowStacking}
+ @see #ButtonBarLayout_allowStacking + */ + public static final int[] ButtonBarLayout = { + 0x7f0100cb + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#allowStacking} + attribute's value can be found in the {@link #ButtonBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:allowStacking + */ + public static int ButtonBarLayout_allowStacking = 0; + /** Attributes that can be used with a CardView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CardView_android_minHeight android:minHeight}
{@link #CardView_android_minWidth android:minWidth}
{@link #CardView_cardBackgroundColor android.support.v7.appcompat:cardBackgroundColor}
{@link #CardView_cardCornerRadius android.support.v7.appcompat:cardCornerRadius}
{@link #CardView_cardElevation android.support.v7.appcompat:cardElevation}
{@link #CardView_cardMaxElevation android.support.v7.appcompat:cardMaxElevation}
{@link #CardView_cardPreventCornerOverlap android.support.v7.appcompat:cardPreventCornerOverlap}
{@link #CardView_cardUseCompatPadding android.support.v7.appcompat:cardUseCompatPadding}
{@link #CardView_contentPadding android.support.v7.appcompat:contentPadding}
{@link #CardView_contentPaddingBottom android.support.v7.appcompat:contentPaddingBottom}
{@link #CardView_contentPaddingLeft android.support.v7.appcompat:contentPaddingLeft}
{@link #CardView_contentPaddingRight android.support.v7.appcompat:contentPaddingRight}
{@link #CardView_contentPaddingTop android.support.v7.appcompat:contentPaddingTop}
+ @see #CardView_android_minHeight + @see #CardView_android_minWidth + @see #CardView_cardBackgroundColor + @see #CardView_cardCornerRadius + @see #CardView_cardElevation + @see #CardView_cardMaxElevation + @see #CardView_cardPreventCornerOverlap + @see #CardView_cardUseCompatPadding + @see #CardView_contentPadding + @see #CardView_contentPaddingBottom + @see #CardView_contentPaddingLeft + @see #CardView_contentPaddingRight + @see #CardView_contentPaddingTop + */ + public static final int[] CardView = { + 0x0101013f, 0x01010140, 0x7f010017, 0x7f010018, + 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01001c, + 0x7f01001d, 0x7f01001e, 0x7f01001f, 0x7f010020, + 0x7f010021 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minHeight + */ + public static int CardView_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minWidth + */ + public static int CardView_android_minWidth = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#cardBackgroundColor} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:cardBackgroundColor + */ + public static int CardView_cardBackgroundColor = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#cardCornerRadius} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:cardCornerRadius + */ + public static int CardView_cardCornerRadius = 3; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#cardElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:cardElevation + */ + public static int CardView_cardElevation = 4; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#cardMaxElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:cardMaxElevation + */ + public static int CardView_cardMaxElevation = 5; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#cardPreventCornerOverlap} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:cardPreventCornerOverlap + */ + public static int CardView_cardPreventCornerOverlap = 7; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#cardUseCompatPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:cardUseCompatPadding + */ + public static int CardView_cardUseCompatPadding = 6; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#contentPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:contentPadding + */ + public static int CardView_contentPadding = 8; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#contentPaddingBottom} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:contentPaddingBottom + */ + public static int CardView_contentPaddingBottom = 12; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#contentPaddingLeft} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:contentPaddingLeft + */ + public static int CardView_contentPaddingLeft = 9; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#contentPaddingRight} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:contentPaddingRight + */ + public static int CardView_contentPaddingRight = 10; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#contentPaddingTop} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:contentPaddingTop + */ + public static int CardView_contentPaddingTop = 11; + /** Attributes that can be used with a CollapsingToolbarLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_collapsedTitleGravity android.support.v7.appcompat:collapsedTitleGravity}
{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance android.support.v7.appcompat:collapsedTitleTextAppearance}
{@link #CollapsingToolbarLayout_contentScrim android.support.v7.appcompat:contentScrim}
{@link #CollapsingToolbarLayout_expandedTitleGravity android.support.v7.appcompat:expandedTitleGravity}
{@link #CollapsingToolbarLayout_expandedTitleMargin android.support.v7.appcompat:expandedTitleMargin}
{@link #CollapsingToolbarLayout_expandedTitleMarginBottom android.support.v7.appcompat:expandedTitleMarginBottom}
{@link #CollapsingToolbarLayout_expandedTitleMarginEnd android.support.v7.appcompat:expandedTitleMarginEnd}
{@link #CollapsingToolbarLayout_expandedTitleMarginStart android.support.v7.appcompat:expandedTitleMarginStart}
{@link #CollapsingToolbarLayout_expandedTitleMarginTop android.support.v7.appcompat:expandedTitleMarginTop}
{@link #CollapsingToolbarLayout_expandedTitleTextAppearance android.support.v7.appcompat:expandedTitleTextAppearance}
{@link #CollapsingToolbarLayout_scrimAnimationDuration android.support.v7.appcompat:scrimAnimationDuration}
{@link #CollapsingToolbarLayout_scrimVisibleHeightTrigger android.support.v7.appcompat:scrimVisibleHeightTrigger}
{@link #CollapsingToolbarLayout_statusBarScrim android.support.v7.appcompat:statusBarScrim}
{@link #CollapsingToolbarLayout_title android.support.v7.appcompat:title}
{@link #CollapsingToolbarLayout_titleEnabled android.support.v7.appcompat:titleEnabled}
{@link #CollapsingToolbarLayout_toolbarId android.support.v7.appcompat:toolbarId}
+ @see #CollapsingToolbarLayout_collapsedTitleGravity + @see #CollapsingToolbarLayout_collapsedTitleTextAppearance + @see #CollapsingToolbarLayout_contentScrim + @see #CollapsingToolbarLayout_expandedTitleGravity + @see #CollapsingToolbarLayout_expandedTitleMargin + @see #CollapsingToolbarLayout_expandedTitleMarginBottom + @see #CollapsingToolbarLayout_expandedTitleMarginEnd + @see #CollapsingToolbarLayout_expandedTitleMarginStart + @see #CollapsingToolbarLayout_expandedTitleMarginTop + @see #CollapsingToolbarLayout_expandedTitleTextAppearance + @see #CollapsingToolbarLayout_scrimAnimationDuration + @see #CollapsingToolbarLayout_scrimVisibleHeightTrigger + @see #CollapsingToolbarLayout_statusBarScrim + @see #CollapsingToolbarLayout_title + @see #CollapsingToolbarLayout_titleEnabled + @see #CollapsingToolbarLayout_toolbarId + */ + public static final int[] CollapsingToolbarLayout = { + 0x7f010025, 0x7f010120, 0x7f010121, 0x7f010122, + 0x7f010123, 0x7f010124, 0x7f010125, 0x7f010126, + 0x7f010127, 0x7f010128, 0x7f010129, 0x7f01012a, + 0x7f01012b, 0x7f01012c, 0x7f01012d, 0x7f01012e + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#collapsedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name android.support.v7.appcompat:collapsedTitleGravity + */ + public static int CollapsingToolbarLayout_collapsedTitleGravity = 13; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#collapsedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:collapsedTitleTextAppearance + */ + public static int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#contentScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:contentScrim + */ + public static int CollapsingToolbarLayout_contentScrim = 8; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#expandedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name android.support.v7.appcompat:expandedTitleGravity + */ + public static int CollapsingToolbarLayout_expandedTitleGravity = 14; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#expandedTitleMargin} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:expandedTitleMargin + */ + public static int CollapsingToolbarLayout_expandedTitleMargin = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#expandedTitleMarginBottom} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:expandedTitleMarginBottom + */ + public static int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#expandedTitleMarginEnd} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:expandedTitleMarginEnd + */ + public static int CollapsingToolbarLayout_expandedTitleMarginEnd = 4; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#expandedTitleMarginStart} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:expandedTitleMarginStart + */ + public static int CollapsingToolbarLayout_expandedTitleMarginStart = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#expandedTitleMarginTop} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:expandedTitleMarginTop + */ + public static int CollapsingToolbarLayout_expandedTitleMarginTop = 3; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#expandedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:expandedTitleTextAppearance + */ + public static int CollapsingToolbarLayout_expandedTitleTextAppearance = 6; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#scrimAnimationDuration} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:scrimAnimationDuration + */ + public static int CollapsingToolbarLayout_scrimAnimationDuration = 12; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#scrimVisibleHeightTrigger} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:scrimVisibleHeightTrigger + */ + public static int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#statusBarScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:statusBarScrim + */ + public static int CollapsingToolbarLayout_statusBarScrim = 9; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#title} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:title + */ + public static int CollapsingToolbarLayout_title = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#titleEnabled} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:titleEnabled + */ + public static int CollapsingToolbarLayout_titleEnabled = 15; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#toolbarId} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:toolbarId + */ + public static int CollapsingToolbarLayout_toolbarId = 10; + /** Attributes that can be used with a CollapsingToolbarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_Layout_layout_collapseMode android.support.v7.appcompat:layout_collapseMode}
{@link #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier android.support.v7.appcompat:layout_collapseParallaxMultiplier}
+ @see #CollapsingToolbarLayout_Layout_layout_collapseMode + @see #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier + */ + public static final int[] CollapsingToolbarLayout_Layout = { + 0x7f01012f, 0x7f010130 + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#layout_collapseMode} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ @attr name android.support.v7.appcompat:layout_collapseMode + */ + public static int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#layout_collapseParallaxMultiplier} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:layout_collapseParallaxMultiplier + */ + public static int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1; + /** Attributes that can be used with a ColorStateListItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ColorStateListItem_alpha android.support.v7.appcompat:alpha}
{@link #ColorStateListItem_android_alpha android:alpha}
{@link #ColorStateListItem_android_color android:color}
+ @see #ColorStateListItem_alpha + @see #ColorStateListItem_android_alpha + @see #ColorStateListItem_android_color + */ + public static final int[] ColorStateListItem = { + 0x010101a5, 0x0101031f, 0x7f0100cc + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:alpha + */ + public static int ColorStateListItem_alpha = 2; + /** +

This symbol is the offset where the {@link android.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:alpha + */ + public static int ColorStateListItem_android_alpha = 1; + /** +

This symbol is the offset where the {@link android.R.attr#color} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:color + */ + public static int ColorStateListItem_android_color = 0; + /** Attributes that can be used with a CompoundButton. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint android.support.v7.appcompat:buttonTint}
{@link #CompoundButton_buttonTintMode android.support.v7.appcompat:buttonTintMode}
+ @see #CompoundButton_android_button + @see #CompoundButton_buttonTint + @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton = { + 0x01010107, 0x7f0100cd, 0x7f0100ce + }; + /** +

This symbol is the offset where the {@link android.R.attr#button} + attribute's value can be found in the {@link #CompoundButton} array. + @attr name android:button + */ + public static int CompoundButton_android_button = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#buttonTint} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:buttonTint + */ + public static int CompoundButton_buttonTint = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#buttonTintMode} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.appcompat:buttonTintMode + */ + public static int CompoundButton_buttonTintMode = 2; + /** Attributes that can be used with a CoordinatorLayout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CoordinatorLayout_keylines android.support.v7.appcompat:keylines}
{@link #CoordinatorLayout_statusBarBackground android.support.v7.appcompat:statusBarBackground}
+ @see #CoordinatorLayout_keylines + @see #CoordinatorLayout_statusBarBackground + */ + public static final int[] CoordinatorLayout = { + 0x7f010131, 0x7f010132 + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#keylines} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:keylines + */ + public static int CoordinatorLayout_keylines = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#statusBarBackground} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:statusBarBackground + */ + public static int CoordinatorLayout_statusBarBackground = 1; + /** Attributes that can be used with a CoordinatorLayout_Layout. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity}
{@link #CoordinatorLayout_Layout_layout_anchor android.support.v7.appcompat:layout_anchor}
{@link #CoordinatorLayout_Layout_layout_anchorGravity android.support.v7.appcompat:layout_anchorGravity}
{@link #CoordinatorLayout_Layout_layout_behavior android.support.v7.appcompat:layout_behavior}
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges android.support.v7.appcompat:layout_dodgeInsetEdges}
{@link #CoordinatorLayout_Layout_layout_insetEdge android.support.v7.appcompat:layout_insetEdge}
{@link #CoordinatorLayout_Layout_layout_keyline android.support.v7.appcompat:layout_keyline}
+ @see #CoordinatorLayout_Layout_android_layout_gravity + @see #CoordinatorLayout_Layout_layout_anchor + @see #CoordinatorLayout_Layout_layout_anchorGravity + @see #CoordinatorLayout_Layout_layout_behavior + @see #CoordinatorLayout_Layout_layout_dodgeInsetEdges + @see #CoordinatorLayout_Layout_layout_insetEdge + @see #CoordinatorLayout_Layout_layout_keyline + */ + public static final int[] CoordinatorLayout_Layout = { + 0x010100b3, 0x7f010133, 0x7f010134, 0x7f010135, + 0x7f010136, 0x7f010137, 0x7f010138 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + @attr name android:layout_gravity + */ + public static int CoordinatorLayout_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#layout_anchor} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:layout_anchor + */ + public static int CoordinatorLayout_Layout_layout_anchor = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#layout_anchorGravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ @attr name android.support.v7.appcompat:layout_anchorGravity + */ + public static int CoordinatorLayout_Layout_layout_anchorGravity = 4; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#layout_behavior} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:layout_behavior + */ + public static int CoordinatorLayout_Layout_layout_behavior = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#layout_dodgeInsetEdges} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ @attr name android.support.v7.appcompat:layout_dodgeInsetEdges + */ + public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#layout_insetEdge} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ @attr name android.support.v7.appcompat:layout_insetEdge + */ + public static int CoordinatorLayout_Layout_layout_insetEdge = 5; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#layout_keyline} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:layout_keyline + */ + public static int CoordinatorLayout_Layout_layout_keyline = 3; + /** Attributes that can be used with a DesignTheme. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #DesignTheme_bottomSheetDialogTheme android.support.v7.appcompat:bottomSheetDialogTheme}
{@link #DesignTheme_bottomSheetStyle android.support.v7.appcompat:bottomSheetStyle}
{@link #DesignTheme_textColorError android.support.v7.appcompat:textColorError}
+ @see #DesignTheme_bottomSheetDialogTheme + @see #DesignTheme_bottomSheetStyle + @see #DesignTheme_textColorError + */ + public static final int[] DesignTheme = { + 0x7f010139, 0x7f01013a, 0x7f01013b + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#bottomSheetDialogTheme} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:bottomSheetDialogTheme + */ + public static int DesignTheme_bottomSheetDialogTheme = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#bottomSheetStyle} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:bottomSheetStyle + */ + public static int DesignTheme_bottomSheetStyle = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#textColorError} + attribute's value can be found in the {@link #DesignTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.appcompat:textColorError + */ + public static int DesignTheme_textColorError = 2; + /** Attributes that can be used with a DrawerArrowToggle. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength android.support.v7.appcompat:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength android.support.v7.appcompat:arrowShaftLength}
{@link #DrawerArrowToggle_barLength android.support.v7.appcompat:barLength}
{@link #DrawerArrowToggle_color android.support.v7.appcompat:color}
{@link #DrawerArrowToggle_drawableSize android.support.v7.appcompat:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars android.support.v7.appcompat:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars android.support.v7.appcompat:spinBars}
{@link #DrawerArrowToggle_thickness android.support.v7.appcompat:thickness}
+ @see #DrawerArrowToggle_arrowHeadLength + @see #DrawerArrowToggle_arrowShaftLength + @see #DrawerArrowToggle_barLength + @see #DrawerArrowToggle_color + @see #DrawerArrowToggle_drawableSize + @see #DrawerArrowToggle_gapBetweenBars + @see #DrawerArrowToggle_spinBars + @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle = { + 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2, + 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6 + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#arrowHeadLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:arrowHeadLength + */ + public static int DrawerArrowToggle_arrowHeadLength = 4; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#arrowShaftLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:arrowShaftLength + */ + public static int DrawerArrowToggle_arrowShaftLength = 5; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#barLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:barLength + */ + public static int DrawerArrowToggle_barLength = 6; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#color} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:color + */ + public static int DrawerArrowToggle_color = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#drawableSize} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:drawableSize + */ + public static int DrawerArrowToggle_drawableSize = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#gapBetweenBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:gapBetweenBars + */ + public static int DrawerArrowToggle_gapBetweenBars = 3; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#spinBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:spinBars + */ + public static int DrawerArrowToggle_spinBars = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#thickness} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:thickness + */ + public static int DrawerArrowToggle_thickness = 7; + /** Attributes that can be used with a FloatingActionButton. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #FloatingActionButton_backgroundTint android.support.v7.appcompat:backgroundTint}
{@link #FloatingActionButton_backgroundTintMode android.support.v7.appcompat:backgroundTintMode}
{@link #FloatingActionButton_borderWidth android.support.v7.appcompat:borderWidth}
{@link #FloatingActionButton_elevation android.support.v7.appcompat:elevation}
{@link #FloatingActionButton_fabSize android.support.v7.appcompat:fabSize}
{@link #FloatingActionButton_pressedTranslationZ android.support.v7.appcompat:pressedTranslationZ}
{@link #FloatingActionButton_rippleColor android.support.v7.appcompat:rippleColor}
{@link #FloatingActionButton_useCompatPadding android.support.v7.appcompat:useCompatPadding}
+ @see #FloatingActionButton_backgroundTint + @see #FloatingActionButton_backgroundTintMode + @see #FloatingActionButton_borderWidth + @see #FloatingActionButton_elevation + @see #FloatingActionButton_fabSize + @see #FloatingActionButton_pressedTranslationZ + @see #FloatingActionButton_rippleColor + @see #FloatingActionButton_useCompatPadding + */ + public static final int[] FloatingActionButton = { + 0x7f01003e, 0x7f010116, 0x7f010117, 0x7f01013c, + 0x7f01013d, 0x7f01013e, 0x7f01013f, 0x7f010140 + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#backgroundTint} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:backgroundTint + */ + public static int FloatingActionButton_backgroundTint = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.appcompat:backgroundTintMode + */ + public static int FloatingActionButton_backgroundTintMode = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#borderWidth} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:borderWidth + */ + public static int FloatingActionButton_borderWidth = 6; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#elevation} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:elevation + */ + public static int FloatingActionButton_elevation = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#fabSize} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ @attr name android.support.v7.appcompat:fabSize + */ + public static int FloatingActionButton_fabSize = 4; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#pressedTranslationZ} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:pressedTranslationZ + */ + public static int FloatingActionButton_pressedTranslationZ = 5; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#rippleColor} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:rippleColor + */ + public static int FloatingActionButton_rippleColor = 3; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#useCompatPadding} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:useCompatPadding + */ + public static int FloatingActionButton_useCompatPadding = 7; + /** Attributes that can be used with a FloatingActionButton_Behavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #FloatingActionButton_Behavior_Layout_behavior_autoHide android.support.v7.appcompat:behavior_autoHide}
+ @see #FloatingActionButton_Behavior_Layout_behavior_autoHide + */ + public static final int[] FloatingActionButton_Behavior_Layout = { + 0x7f010141 + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#behavior_autoHide} + attribute's value can be found in the {@link #FloatingActionButton_Behavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:behavior_autoHide + */ + public static int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; + /** Attributes that can be used with a FontFamily. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamily_fontProviderAuthority android.support.v7.appcompat:fontProviderAuthority}
{@link #FontFamily_fontProviderCerts android.support.v7.appcompat:fontProviderCerts}
{@link #FontFamily_fontProviderFetchStrategy android.support.v7.appcompat:fontProviderFetchStrategy}
{@link #FontFamily_fontProviderFetchTimeout android.support.v7.appcompat:fontProviderFetchTimeout}
{@link #FontFamily_fontProviderPackage android.support.v7.appcompat:fontProviderPackage}
{@link #FontFamily_fontProviderQuery android.support.v7.appcompat:fontProviderQuery}
+ @see #FontFamily_fontProviderAuthority + @see #FontFamily_fontProviderCerts + @see #FontFamily_fontProviderFetchStrategy + @see #FontFamily_fontProviderFetchTimeout + @see #FontFamily_fontProviderPackage + @see #FontFamily_fontProviderQuery + */ + public static final int[] FontFamily = { + 0x7f01016a, 0x7f01016b, 0x7f01016c, 0x7f01016d, + 0x7f01016e, 0x7f01016f + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#fontProviderAuthority} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:fontProviderAuthority + */ + public static int FontFamily_fontProviderAuthority = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#fontProviderCerts} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:fontProviderCerts + */ + public static int FontFamily_fontProviderCerts = 3; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#fontProviderFetchStrategy} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ @attr name android.support.v7.appcompat:fontProviderFetchStrategy + */ + public static int FontFamily_fontProviderFetchStrategy = 4; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#fontProviderFetchTimeout} + attribute's value can be found in the {@link #FontFamily} array. + + +

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ @attr name android.support.v7.appcompat:fontProviderFetchTimeout + */ + public static int FontFamily_fontProviderFetchTimeout = 5; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#fontProviderPackage} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:fontProviderPackage + */ + public static int FontFamily_fontProviderPackage = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#fontProviderQuery} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:fontProviderQuery + */ + public static int FontFamily_fontProviderQuery = 2; + /** Attributes that can be used with a FontFamilyFont. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamilyFont_android_font android:font}
{@link #FontFamilyFont_android_fontStyle android:fontStyle}
{@link #FontFamilyFont_android_fontWeight android:fontWeight}
{@link #FontFamilyFont_font android.support.v7.appcompat:font}
{@link #FontFamilyFont_fontStyle android.support.v7.appcompat:fontStyle}
{@link #FontFamilyFont_fontWeight android.support.v7.appcompat:fontWeight}
+ @see #FontFamilyFont_android_font + @see #FontFamilyFont_android_fontStyle + @see #FontFamilyFont_android_fontWeight + @see #FontFamilyFont_font + @see #FontFamilyFont_fontStyle + @see #FontFamilyFont_fontWeight + */ + public static final int[] FontFamilyFont = { + 0x01010532, 0x01010533, 0x0101053f, 0x7f010170, + 0x7f010171, 0x7f010172 + }; + /** +

This symbol is the offset where the {@link android.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:font + */ + public static int FontFamilyFont_android_font = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontStyle + */ + public static int FontFamilyFont_android_fontStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontWeight + */ + public static int FontFamilyFont_android_fontWeight = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:font + */ + public static int FontFamilyFont_font = 4; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ @attr name android.support.v7.appcompat:fontStyle + */ + public static int FontFamilyFont_fontStyle = 3; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:fontWeight + */ + public static int FontFamilyFont_fontWeight = 5; + /** Attributes that can be used with a ForegroundLinearLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ForegroundLinearLayout_android_foreground android:foreground}
{@link #ForegroundLinearLayout_android_foregroundGravity android:foregroundGravity}
{@link #ForegroundLinearLayout_foregroundInsidePadding android.support.v7.appcompat:foregroundInsidePadding}
+ @see #ForegroundLinearLayout_android_foreground + @see #ForegroundLinearLayout_android_foregroundGravity + @see #ForegroundLinearLayout_foregroundInsidePadding + */ + public static final int[] ForegroundLinearLayout = { + 0x01010109, 0x01010200, 0x7f010142 + }; + /** +

This symbol is the offset where the {@link android.R.attr#foreground} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foreground + */ + public static int ForegroundLinearLayout_android_foreground = 0; + /** +

This symbol is the offset where the {@link android.R.attr#foregroundGravity} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foregroundGravity + */ + public static int ForegroundLinearLayout_android_foregroundGravity = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#foregroundInsidePadding} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:foregroundInsidePadding + */ + public static int ForegroundLinearLayout_foregroundInsidePadding = 2; + /** Attributes that can be used with a LinearLayoutCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider android.support.v7.appcompat:divider}
{@link #LinearLayoutCompat_dividerPadding android.support.v7.appcompat:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild android.support.v7.appcompat:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers android.support.v7.appcompat:showDividers}
+ @see #LinearLayoutCompat_android_baselineAligned + @see #LinearLayoutCompat_android_baselineAlignedChildIndex + @see #LinearLayoutCompat_android_gravity + @see #LinearLayoutCompat_android_orientation + @see #LinearLayoutCompat_android_weightSum + @see #LinearLayoutCompat_divider + @see #LinearLayoutCompat_dividerPadding + @see #LinearLayoutCompat_measureWithLargestChild + @see #LinearLayoutCompat_showDividers + */ + public static final int[] LinearLayoutCompat = { + 0x010100af, 0x010100c4, 0x01010126, 0x01010127, + 0x01010128, 0x7f01002d, 0x7f0100d7, 0x7f0100d8, + 0x7f0100d9 + }; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAligned} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAligned + */ + public static int LinearLayoutCompat_android_baselineAligned = 2; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAlignedChildIndex + */ + public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:gravity + */ + public static int LinearLayoutCompat_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:orientation + */ + public static int LinearLayoutCompat_android_orientation = 1; + /** +

This symbol is the offset where the {@link android.R.attr#weightSum} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:weightSum + */ + public static int LinearLayoutCompat_android_weightSum = 4; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#divider} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:divider + */ + public static int LinearLayoutCompat_divider = 5; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#dividerPadding} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:dividerPadding + */ + public static int LinearLayoutCompat_dividerPadding = 8; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#measureWithLargestChild} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:measureWithLargestChild + */ + public static int LinearLayoutCompat_measureWithLargestChild = 6; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#showDividers} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ @attr name android.support.v7.appcompat:showDividers + */ + public static int LinearLayoutCompat_showDividers = 7; + /** Attributes that can be used with a LinearLayoutCompat_Layout. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
+ @see #LinearLayoutCompat_Layout_android_layout_gravity + @see #LinearLayoutCompat_Layout_android_layout_height + @see #LinearLayoutCompat_Layout_android_layout_weight + @see #LinearLayoutCompat_Layout_android_layout_width + */ + public static final int[] LinearLayoutCompat_Layout = { + 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_gravity + */ + public static int LinearLayoutCompat_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout_height} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_height + */ + public static int LinearLayoutCompat_Layout_android_layout_height = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout_weight} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_weight + */ + public static int LinearLayoutCompat_Layout_android_layout_weight = 3; + /** +

This symbol is the offset where the {@link android.R.attr#layout_width} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_width + */ + public static int LinearLayoutCompat_Layout_android_layout_width = 1; + /** Attributes that can be used with a ListPopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
+ @see #ListPopupWindow_android_dropDownHorizontalOffset + @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow = { + 0x010102ac, 0x010102ad + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownHorizontalOffset + */ + public static int ListPopupWindow_android_dropDownHorizontalOffset = 0; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownVerticalOffset + */ + public static int ListPopupWindow_android_dropDownVerticalOffset = 1; + /** Attributes that can be used with a MediaRouteButton. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #MediaRouteButton_android_minHeight android:minHeight}
{@link #MediaRouteButton_android_minWidth android:minWidth}
{@link #MediaRouteButton_externalRouteEnabledDrawable android.support.v7.appcompat:externalRouteEnabledDrawable}
{@link #MediaRouteButton_mediaRouteButtonTint android.support.v7.appcompat:mediaRouteButtonTint}
+ @see #MediaRouteButton_android_minHeight + @see #MediaRouteButton_android_minWidth + @see #MediaRouteButton_externalRouteEnabledDrawable + @see #MediaRouteButton_mediaRouteButtonTint + */ + public static final int[] MediaRouteButton = { + 0x0101013f, 0x01010140, 0x7f010015, 0x7f010016 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minHeight + */ + public static int MediaRouteButton_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minWidth + */ + public static int MediaRouteButton_android_minWidth = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#externalRouteEnabledDrawable} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:externalRouteEnabledDrawable + */ + public static int MediaRouteButton_externalRouteEnabledDrawable = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#mediaRouteButtonTint} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:mediaRouteButtonTint + */ + public static int MediaRouteButton_mediaRouteButtonTint = 3; + /** Attributes that can be used with a MenuGroup. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_visible android:visible}
+ @see #MenuGroup_android_checkableBehavior + @see #MenuGroup_android_enabled + @see #MenuGroup_android_id + @see #MenuGroup_android_menuCategory + @see #MenuGroup_android_orderInCategory + @see #MenuGroup_android_visible + */ + public static final int[] MenuGroup = { + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** +

This symbol is the offset where the {@link android.R.attr#checkableBehavior} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:checkableBehavior + */ + public static int MenuGroup_android_checkableBehavior = 5; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:enabled + */ + public static int MenuGroup_android_enabled = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:id + */ + public static int MenuGroup_android_id = 1; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:menuCategory + */ + public static int MenuGroup_android_menuCategory = 3; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:orderInCategory + */ + public static int MenuGroup_android_orderInCategory = 4; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:visible + */ + public static int MenuGroup_android_visible = 2; + /** Attributes that can be used with a MenuItem. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #MenuItem_actionLayout android.support.v7.appcompat:actionLayout}
{@link #MenuItem_actionProviderClass android.support.v7.appcompat:actionProviderClass}
{@link #MenuItem_actionViewClass android.support.v7.appcompat:actionViewClass}
{@link #MenuItem_alphabeticModifiers android.support.v7.appcompat:alphabeticModifiers}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_contentDescription android.support.v7.appcompat:contentDescription}
{@link #MenuItem_iconTint android.support.v7.appcompat:iconTint}
{@link #MenuItem_iconTintMode android.support.v7.appcompat:iconTintMode}
{@link #MenuItem_numericModifiers android.support.v7.appcompat:numericModifiers}
{@link #MenuItem_showAsAction android.support.v7.appcompat:showAsAction}
{@link #MenuItem_tooltipText android.support.v7.appcompat:tooltipText}
+ @see #MenuItem_actionLayout + @see #MenuItem_actionProviderClass + @see #MenuItem_actionViewClass + @see #MenuItem_alphabeticModifiers + @see #MenuItem_android_alphabeticShortcut + @see #MenuItem_android_checkable + @see #MenuItem_android_checked + @see #MenuItem_android_enabled + @see #MenuItem_android_icon + @see #MenuItem_android_id + @see #MenuItem_android_menuCategory + @see #MenuItem_android_numericShortcut + @see #MenuItem_android_onClick + @see #MenuItem_android_orderInCategory + @see #MenuItem_android_title + @see #MenuItem_android_titleCondensed + @see #MenuItem_android_visible + @see #MenuItem_contentDescription + @see #MenuItem_iconTint + @see #MenuItem_iconTintMode + @see #MenuItem_numericModifiers + @see #MenuItem_showAsAction + @see #MenuItem_tooltipText + */ + public static final int[] MenuItem = { + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f0100da, 0x7f0100db, 0x7f0100dc, + 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, + 0x7f0100e1, 0x7f0100e2, 0x7f0100e3 + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionLayout} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:actionLayout + */ + public static int MenuItem_actionLayout = 16; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionProviderClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:actionProviderClass + */ + public static int MenuItem_actionProviderClass = 18; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#actionViewClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:actionViewClass + */ + public static int MenuItem_actionViewClass = 17; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#alphabeticModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name android.support.v7.appcompat:alphabeticModifiers + */ + public static int MenuItem_alphabeticModifiers = 13; + /** +

This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:alphabeticShortcut + */ + public static int MenuItem_android_alphabeticShortcut = 9; + /** +

This symbol is the offset where the {@link android.R.attr#checkable} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checkable + */ + public static int MenuItem_android_checkable = 11; + /** +

This symbol is the offset where the {@link android.R.attr#checked} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checked + */ + public static int MenuItem_android_checked = 3; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:enabled + */ + public static int MenuItem_android_enabled = 1; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:icon + */ + public static int MenuItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:id + */ + public static int MenuItem_android_id = 2; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:menuCategory + */ + public static int MenuItem_android_menuCategory = 5; + /** +

This symbol is the offset where the {@link android.R.attr#numericShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:numericShortcut + */ + public static int MenuItem_android_numericShortcut = 10; + /** +

This symbol is the offset where the {@link android.R.attr#onClick} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:onClick + */ + public static int MenuItem_android_onClick = 12; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:orderInCategory + */ + public static int MenuItem_android_orderInCategory = 6; + /** +

This symbol is the offset where the {@link android.R.attr#title} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:title + */ + public static int MenuItem_android_title = 7; + /** +

This symbol is the offset where the {@link android.R.attr#titleCondensed} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:titleCondensed + */ + public static int MenuItem_android_titleCondensed = 8; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:visible + */ + public static int MenuItem_android_visible = 4; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#contentDescription} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:contentDescription + */ + public static int MenuItem_contentDescription = 19; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#iconTint} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:iconTint + */ + public static int MenuItem_iconTint = 21; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#iconTintMode} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.appcompat:iconTintMode + */ + public static int MenuItem_iconTintMode = 22; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#numericModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name android.support.v7.appcompat:numericModifiers + */ + public static int MenuItem_numericModifiers = 14; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#showAsAction} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ @attr name android.support.v7.appcompat:showAsAction + */ + public static int MenuItem_showAsAction = 15; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tooltipText} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:tooltipText + */ + public static int MenuItem_tooltipText = 20; + /** Attributes that can be used with a MenuView. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_preserveIconSpacing android.support.v7.appcompat:preserveIconSpacing}
{@link #MenuView_subMenuArrow android.support.v7.appcompat:subMenuArrow}
+ @see #MenuView_android_headerBackground + @see #MenuView_android_horizontalDivider + @see #MenuView_android_itemBackground + @see #MenuView_android_itemIconDisabledAlpha + @see #MenuView_android_itemTextAppearance + @see #MenuView_android_verticalDivider + @see #MenuView_android_windowAnimationStyle + @see #MenuView_preserveIconSpacing + @see #MenuView_subMenuArrow + */ + public static final int[] MenuView = { + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f0100e4, + 0x7f0100e5 + }; + /** +

This symbol is the offset where the {@link android.R.attr#headerBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:headerBackground + */ + public static int MenuView_android_headerBackground = 4; + /** +

This symbol is the offset where the {@link android.R.attr#horizontalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:horizontalDivider + */ + public static int MenuView_android_horizontalDivider = 2; + /** +

This symbol is the offset where the {@link android.R.attr#itemBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemBackground + */ + public static int MenuView_android_itemBackground = 5; + /** +

This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemIconDisabledAlpha + */ + public static int MenuView_android_itemIconDisabledAlpha = 6; + /** +

This symbol is the offset where the {@link android.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemTextAppearance + */ + public static int MenuView_android_itemTextAppearance = 1; + /** +

This symbol is the offset where the {@link android.R.attr#verticalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:verticalDivider + */ + public static int MenuView_android_verticalDivider = 3; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:windowAnimationStyle + */ + public static int MenuView_android_windowAnimationStyle = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#preserveIconSpacing} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:preserveIconSpacing + */ + public static int MenuView_preserveIconSpacing = 7; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#subMenuArrow} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:subMenuArrow + */ + public static int MenuView_subMenuArrow = 8; + /** Attributes that can be used with a NavigationView. +

Includes the following attributes:

+ + + + + + + + + + + + + + +
AttributeDescription
{@link #NavigationView_android_background android:background}
{@link #NavigationView_android_fitsSystemWindows android:fitsSystemWindows}
{@link #NavigationView_android_maxWidth android:maxWidth}
{@link #NavigationView_elevation android.support.v7.appcompat:elevation}
{@link #NavigationView_headerLayout android.support.v7.appcompat:headerLayout}
{@link #NavigationView_itemBackground android.support.v7.appcompat:itemBackground}
{@link #NavigationView_itemIconTint android.support.v7.appcompat:itemIconTint}
{@link #NavigationView_itemTextAppearance android.support.v7.appcompat:itemTextAppearance}
{@link #NavigationView_itemTextColor android.support.v7.appcompat:itemTextColor}
{@link #NavigationView_menu android.support.v7.appcompat:menu}
+ @see #NavigationView_android_background + @see #NavigationView_android_fitsSystemWindows + @see #NavigationView_android_maxWidth + @see #NavigationView_elevation + @see #NavigationView_headerLayout + @see #NavigationView_itemBackground + @see #NavigationView_itemIconTint + @see #NavigationView_itemTextAppearance + @see #NavigationView_itemTextColor + @see #NavigationView_menu + */ + public static final int[] NavigationView = { + 0x010100d4, 0x010100dd, 0x0101011f, 0x7f01003e, + 0x7f010143, 0x7f010144, 0x7f010145, 0x7f010146, + 0x7f010147, 0x7f010148 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:background + */ + public static int NavigationView_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fitsSystemWindows} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:fitsSystemWindows + */ + public static int NavigationView_android_fitsSystemWindows = 1; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:maxWidth + */ + public static int NavigationView_android_maxWidth = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#elevation} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:elevation + */ + public static int NavigationView_elevation = 3; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#headerLayout} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:headerLayout + */ + public static int NavigationView_headerLayout = 9; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#itemBackground} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:itemBackground + */ + public static int NavigationView_itemBackground = 7; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#itemIconTint} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:itemIconTint + */ + public static int NavigationView_itemIconTint = 5; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:itemTextAppearance + */ + public static int NavigationView_itemTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#itemTextColor} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:itemTextColor + */ + public static int NavigationView_itemTextColor = 6; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#menu} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:menu + */ + public static int NavigationView_menu = 4; + /** Attributes that can be used with a PopupWindow. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle}
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_overlapAnchor android.support.v7.appcompat:overlapAnchor}
+ @see #PopupWindow_android_popupAnimationStyle + @see #PopupWindow_android_popupBackground + @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow = { + 0x01010176, 0x010102c9, 0x7f0100e6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#popupAnimationStyle} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupAnimationStyle + */ + public static int PopupWindow_android_popupAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupBackground + */ + public static int PopupWindow_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#overlapAnchor} + attribute's value can be found in the {@link #PopupWindow} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:overlapAnchor + */ + public static int PopupWindow_overlapAnchor = 2; + /** Attributes that can be used with a PopupWindowBackgroundState. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor android.support.v7.appcompat:state_above_anchor}
+ @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState = { + 0x7f0100e7 + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#state_above_anchor} + attribute's value can be found in the {@link #PopupWindowBackgroundState} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:state_above_anchor + */ + public static int PopupWindowBackgroundState_state_above_anchor = 0; + /** Attributes that can be used with a RecycleListView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #RecycleListView_paddingBottomNoButtons android.support.v7.appcompat:paddingBottomNoButtons}
{@link #RecycleListView_paddingTopNoTitle android.support.v7.appcompat:paddingTopNoTitle}
+ @see #RecycleListView_paddingBottomNoButtons + @see #RecycleListView_paddingTopNoTitle + */ + public static final int[] RecycleListView = { + 0x7f0100e8, 0x7f0100e9 + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#paddingBottomNoButtons} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:paddingBottomNoButtons + */ + public static int RecycleListView_paddingBottomNoButtons = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#paddingTopNoTitle} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:paddingTopNoTitle + */ + public static int RecycleListView_paddingTopNoTitle = 1; + /** Attributes that can be used with a RecyclerView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + +
AttributeDescription
{@link #RecyclerView_android_descendantFocusability android:descendantFocusability}
{@link #RecyclerView_android_orientation android:orientation}
{@link #RecyclerView_fastScrollEnabled android.support.v7.appcompat:fastScrollEnabled}
{@link #RecyclerView_fastScrollHorizontalThumbDrawable android.support.v7.appcompat:fastScrollHorizontalThumbDrawable}
{@link #RecyclerView_fastScrollHorizontalTrackDrawable android.support.v7.appcompat:fastScrollHorizontalTrackDrawable}
{@link #RecyclerView_fastScrollVerticalThumbDrawable android.support.v7.appcompat:fastScrollVerticalThumbDrawable}
{@link #RecyclerView_fastScrollVerticalTrackDrawable android.support.v7.appcompat:fastScrollVerticalTrackDrawable}
{@link #RecyclerView_layoutManager android.support.v7.appcompat:layoutManager}
{@link #RecyclerView_reverseLayout android.support.v7.appcompat:reverseLayout}
{@link #RecyclerView_spanCount android.support.v7.appcompat:spanCount}
{@link #RecyclerView_stackFromEnd android.support.v7.appcompat:stackFromEnd}
+ @see #RecyclerView_android_descendantFocusability + @see #RecyclerView_android_orientation + @see #RecyclerView_fastScrollEnabled + @see #RecyclerView_fastScrollHorizontalThumbDrawable + @see #RecyclerView_fastScrollHorizontalTrackDrawable + @see #RecyclerView_fastScrollVerticalThumbDrawable + @see #RecyclerView_fastScrollVerticalTrackDrawable + @see #RecyclerView_layoutManager + @see #RecyclerView_reverseLayout + @see #RecyclerView_spanCount + @see #RecyclerView_stackFromEnd + */ + public static final int[] RecyclerView = { + 0x010100c4, 0x010100f1, 0x7f010000, 0x7f010001, + 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, + 0x7f010006, 0x7f010007, 0x7f010008 + }; + /** +

This symbol is the offset where the {@link android.R.attr#descendantFocusability} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:descendantFocusability + */ + public static int RecyclerView_android_descendantFocusability = 1; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:orientation + */ + public static int RecyclerView_android_orientation = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#fastScrollEnabled} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:fastScrollEnabled + */ + public static int RecyclerView_fastScrollEnabled = 6; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#fastScrollHorizontalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:fastScrollHorizontalThumbDrawable + */ + public static int RecyclerView_fastScrollHorizontalThumbDrawable = 9; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#fastScrollHorizontalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:fastScrollHorizontalTrackDrawable + */ + public static int RecyclerView_fastScrollHorizontalTrackDrawable = 10; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#fastScrollVerticalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:fastScrollVerticalThumbDrawable + */ + public static int RecyclerView_fastScrollVerticalThumbDrawable = 7; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#fastScrollVerticalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:fastScrollVerticalTrackDrawable + */ + public static int RecyclerView_fastScrollVerticalTrackDrawable = 8; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#layoutManager} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:layoutManager + */ + public static int RecyclerView_layoutManager = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#reverseLayout} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:reverseLayout + */ + public static int RecyclerView_reverseLayout = 4; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#spanCount} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:spanCount + */ + public static int RecyclerView_spanCount = 3; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#stackFromEnd} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:stackFromEnd + */ + public static int RecyclerView_stackFromEnd = 5; + /** Attributes that can be used with a ScrimInsetsFrameLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrimInsetsFrameLayout_insetForeground android.support.v7.appcompat:insetForeground}
+ @see #ScrimInsetsFrameLayout_insetForeground + */ + public static final int[] ScrimInsetsFrameLayout = { + 0x7f010149 + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#insetForeground} + attribute's value can be found in the {@link #ScrimInsetsFrameLayout} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.appcompat:insetForeground + */ + public static int ScrimInsetsFrameLayout_insetForeground = 0; + /** Attributes that can be used with a ScrollingViewBehavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrollingViewBehavior_Layout_behavior_overlapTop android.support.v7.appcompat:behavior_overlapTop}
+ @see #ScrollingViewBehavior_Layout_behavior_overlapTop + */ + public static final int[] ScrollingViewBehavior_Layout = { + 0x7f01014a + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#behavior_overlapTop} + attribute's value can be found in the {@link #ScrollingViewBehavior_Layout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:behavior_overlapTop + */ + public static int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; + /** Attributes that can be used with a SearchView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_closeIcon android.support.v7.appcompat:closeIcon}
{@link #SearchView_commitIcon android.support.v7.appcompat:commitIcon}
{@link #SearchView_defaultQueryHint android.support.v7.appcompat:defaultQueryHint}
{@link #SearchView_goIcon android.support.v7.appcompat:goIcon}
{@link #SearchView_iconifiedByDefault android.support.v7.appcompat:iconifiedByDefault}
{@link #SearchView_layout android.support.v7.appcompat:layout}
{@link #SearchView_queryBackground android.support.v7.appcompat:queryBackground}
{@link #SearchView_queryHint android.support.v7.appcompat:queryHint}
{@link #SearchView_searchHintIcon android.support.v7.appcompat:searchHintIcon}
{@link #SearchView_searchIcon android.support.v7.appcompat:searchIcon}
{@link #SearchView_submitBackground android.support.v7.appcompat:submitBackground}
{@link #SearchView_suggestionRowLayout android.support.v7.appcompat:suggestionRowLayout}
{@link #SearchView_voiceIcon android.support.v7.appcompat:voiceIcon}
+ @see #SearchView_android_focusable + @see #SearchView_android_imeOptions + @see #SearchView_android_inputType + @see #SearchView_android_maxWidth + @see #SearchView_closeIcon + @see #SearchView_commitIcon + @see #SearchView_defaultQueryHint + @see #SearchView_goIcon + @see #SearchView_iconifiedByDefault + @see #SearchView_layout + @see #SearchView_queryBackground + @see #SearchView_queryHint + @see #SearchView_searchHintIcon + @see #SearchView_searchIcon + @see #SearchView_submitBackground + @see #SearchView_suggestionRowLayout + @see #SearchView_voiceIcon + */ + public static final int[] SearchView = { + 0x010100da, 0x0101011f, 0x01010220, 0x01010264, + 0x7f0100ea, 0x7f0100eb, 0x7f0100ec, 0x7f0100ed, + 0x7f0100ee, 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, + 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, + 0x7f0100f6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:focusable + */ + public static int SearchView_android_focusable = 0; + /** +

This symbol is the offset where the {@link android.R.attr#imeOptions} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:imeOptions + */ + public static int SearchView_android_imeOptions = 3; + /** +

This symbol is the offset where the {@link android.R.attr#inputType} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:inputType + */ + public static int SearchView_android_inputType = 2; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:maxWidth + */ + public static int SearchView_android_maxWidth = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#closeIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:closeIcon + */ + public static int SearchView_closeIcon = 8; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#commitIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:commitIcon + */ + public static int SearchView_commitIcon = 13; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#defaultQueryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:defaultQueryHint + */ + public static int SearchView_defaultQueryHint = 7; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#goIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:goIcon + */ + public static int SearchView_goIcon = 9; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#iconifiedByDefault} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:iconifiedByDefault + */ + public static int SearchView_iconifiedByDefault = 5; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#layout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:layout + */ + public static int SearchView_layout = 4; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#queryBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:queryBackground + */ + public static int SearchView_queryBackground = 15; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#queryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:queryHint + */ + public static int SearchView_queryHint = 6; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#searchHintIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:searchHintIcon + */ + public static int SearchView_searchHintIcon = 11; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#searchIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:searchIcon + */ + public static int SearchView_searchIcon = 10; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#submitBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:submitBackground + */ + public static int SearchView_submitBackground = 16; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#suggestionRowLayout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:suggestionRowLayout + */ + public static int SearchView_suggestionRowLayout = 14; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#voiceIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:voiceIcon + */ + public static int SearchView_voiceIcon = 12; + /** Attributes that can be used with a SnackbarLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #SnackbarLayout_android_maxWidth android:maxWidth}
{@link #SnackbarLayout_elevation android.support.v7.appcompat:elevation}
{@link #SnackbarLayout_maxActionInlineWidth android.support.v7.appcompat:maxActionInlineWidth}
+ @see #SnackbarLayout_android_maxWidth + @see #SnackbarLayout_elevation + @see #SnackbarLayout_maxActionInlineWidth + */ + public static final int[] SnackbarLayout = { + 0x0101011f, 0x7f01003e, 0x7f01014b + }; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + @attr name android:maxWidth + */ + public static int SnackbarLayout_android_maxWidth = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#elevation} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:elevation + */ + public static int SnackbarLayout_elevation = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#maxActionInlineWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:maxActionInlineWidth + */ + public static int SnackbarLayout_maxActionInlineWidth = 2; + /** Attributes that can be used with a Spinner. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_android_entries android:entries}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_popupTheme android.support.v7.appcompat:popupTheme}
+ @see #Spinner_android_dropDownWidth + @see #Spinner_android_entries + @see #Spinner_android_popupBackground + @see #Spinner_android_prompt + @see #Spinner_popupTheme + */ + public static final int[] Spinner = { + 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, + 0x7f01003f + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:dropDownWidth + */ + public static int Spinner_android_dropDownWidth = 3; + /** +

This symbol is the offset where the {@link android.R.attr#entries} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:entries + */ + public static int Spinner_android_entries = 0; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:popupBackground + */ + public static int Spinner_android_popupBackground = 1; + /** +

This symbol is the offset where the {@link android.R.attr#prompt} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:prompt + */ + public static int Spinner_android_prompt = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#popupTheme} + attribute's value can be found in the {@link #Spinner} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:popupTheme + */ + public static int Spinner_popupTheme = 4; + /** Attributes that can be used with a SwitchCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText android.support.v7.appcompat:showText}
{@link #SwitchCompat_splitTrack android.support.v7.appcompat:splitTrack}
{@link #SwitchCompat_switchMinWidth android.support.v7.appcompat:switchMinWidth}
{@link #SwitchCompat_switchPadding android.support.v7.appcompat:switchPadding}
{@link #SwitchCompat_switchTextAppearance android.support.v7.appcompat:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding android.support.v7.appcompat:thumbTextPadding}
{@link #SwitchCompat_thumbTint android.support.v7.appcompat:thumbTint}
{@link #SwitchCompat_thumbTintMode android.support.v7.appcompat:thumbTintMode}
{@link #SwitchCompat_track android.support.v7.appcompat:track}
{@link #SwitchCompat_trackTint android.support.v7.appcompat:trackTint}
{@link #SwitchCompat_trackTintMode android.support.v7.appcompat:trackTintMode}
+ @see #SwitchCompat_android_textOff + @see #SwitchCompat_android_textOn + @see #SwitchCompat_android_thumb + @see #SwitchCompat_showText + @see #SwitchCompat_splitTrack + @see #SwitchCompat_switchMinWidth + @see #SwitchCompat_switchPadding + @see #SwitchCompat_switchTextAppearance + @see #SwitchCompat_thumbTextPadding + @see #SwitchCompat_thumbTint + @see #SwitchCompat_thumbTintMode + @see #SwitchCompat_track + @see #SwitchCompat_trackTint + @see #SwitchCompat_trackTintMode + */ + public static final int[] SwitchCompat = { + 0x01010124, 0x01010125, 0x01010142, 0x7f0100f7, + 0x7f0100f8, 0x7f0100f9, 0x7f0100fa, 0x7f0100fb, + 0x7f0100fc, 0x7f0100fd, 0x7f0100fe, 0x7f0100ff, + 0x7f010100, 0x7f010101 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textOff} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOff + */ + public static int SwitchCompat_android_textOff = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textOn} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOn + */ + public static int SwitchCompat_android_textOn = 0; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:thumb + */ + public static int SwitchCompat_android_thumb = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#showText} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:showText + */ + public static int SwitchCompat_showText = 13; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#splitTrack} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:splitTrack + */ + public static int SwitchCompat_splitTrack = 12; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#switchMinWidth} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:switchMinWidth + */ + public static int SwitchCompat_switchMinWidth = 10; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#switchPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:switchPadding + */ + public static int SwitchCompat_switchPadding = 11; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#switchTextAppearance} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:switchTextAppearance + */ + public static int SwitchCompat_switchTextAppearance = 9; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#thumbTextPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:thumbTextPadding + */ + public static int SwitchCompat_thumbTextPadding = 8; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#thumbTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:thumbTint + */ + public static int SwitchCompat_thumbTint = 3; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#thumbTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.appcompat:thumbTintMode + */ + public static int SwitchCompat_thumbTintMode = 4; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#track} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:track + */ + public static int SwitchCompat_track = 5; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#trackTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:trackTint + */ + public static int SwitchCompat_trackTint = 6; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#trackTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.appcompat:trackTintMode + */ + public static int SwitchCompat_trackTintMode = 7; + /** Attributes that can be used with a TabItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #TabItem_android_icon android:icon}
{@link #TabItem_android_layout android:layout}
{@link #TabItem_android_text android:text}
+ @see #TabItem_android_icon + @see #TabItem_android_layout + @see #TabItem_android_text + */ + public static final int[] TabItem = { + 0x01010002, 0x010100f2, 0x0101014f + }; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:icon + */ + public static int TabItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:layout + */ + public static int TabItem_android_layout = 1; + /** +

This symbol is the offset where the {@link android.R.attr#text} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:text + */ + public static int TabItem_android_text = 2; + /** Attributes that can be used with a TabLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TabLayout_tabBackground android.support.v7.appcompat:tabBackground}
{@link #TabLayout_tabContentStart android.support.v7.appcompat:tabContentStart}
{@link #TabLayout_tabGravity android.support.v7.appcompat:tabGravity}
{@link #TabLayout_tabIndicatorColor android.support.v7.appcompat:tabIndicatorColor}
{@link #TabLayout_tabIndicatorHeight android.support.v7.appcompat:tabIndicatorHeight}
{@link #TabLayout_tabMaxWidth android.support.v7.appcompat:tabMaxWidth}
{@link #TabLayout_tabMinWidth android.support.v7.appcompat:tabMinWidth}
{@link #TabLayout_tabMode android.support.v7.appcompat:tabMode}
{@link #TabLayout_tabPadding android.support.v7.appcompat:tabPadding}
{@link #TabLayout_tabPaddingBottom android.support.v7.appcompat:tabPaddingBottom}
{@link #TabLayout_tabPaddingEnd android.support.v7.appcompat:tabPaddingEnd}
{@link #TabLayout_tabPaddingStart android.support.v7.appcompat:tabPaddingStart}
{@link #TabLayout_tabPaddingTop android.support.v7.appcompat:tabPaddingTop}
{@link #TabLayout_tabSelectedTextColor android.support.v7.appcompat:tabSelectedTextColor}
{@link #TabLayout_tabTextAppearance android.support.v7.appcompat:tabTextAppearance}
{@link #TabLayout_tabTextColor android.support.v7.appcompat:tabTextColor}
+ @see #TabLayout_tabBackground + @see #TabLayout_tabContentStart + @see #TabLayout_tabGravity + @see #TabLayout_tabIndicatorColor + @see #TabLayout_tabIndicatorHeight + @see #TabLayout_tabMaxWidth + @see #TabLayout_tabMinWidth + @see #TabLayout_tabMode + @see #TabLayout_tabPadding + @see #TabLayout_tabPaddingBottom + @see #TabLayout_tabPaddingEnd + @see #TabLayout_tabPaddingStart + @see #TabLayout_tabPaddingTop + @see #TabLayout_tabSelectedTextColor + @see #TabLayout_tabTextAppearance + @see #TabLayout_tabTextColor + */ + public static final int[] TabLayout = { + 0x7f01014c, 0x7f01014d, 0x7f01014e, 0x7f01014f, + 0x7f010150, 0x7f010151, 0x7f010152, 0x7f010153, + 0x7f010154, 0x7f010155, 0x7f010156, 0x7f010157, + 0x7f010158, 0x7f010159, 0x7f01015a, 0x7f01015b + }; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tabBackground} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:tabBackground + */ + public static int TabLayout_tabBackground = 3; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tabContentStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:tabContentStart + */ + public static int TabLayout_tabContentStart = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tabGravity} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ @attr name android.support.v7.appcompat:tabGravity + */ + public static int TabLayout_tabGravity = 5; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tabIndicatorColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:tabIndicatorColor + */ + public static int TabLayout_tabIndicatorColor = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tabIndicatorHeight} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:tabIndicatorHeight + */ + public static int TabLayout_tabIndicatorHeight = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tabMaxWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:tabMaxWidth + */ + public static int TabLayout_tabMaxWidth = 7; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tabMinWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:tabMinWidth + */ + public static int TabLayout_tabMinWidth = 6; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tabMode} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ @attr name android.support.v7.appcompat:tabMode + */ + public static int TabLayout_tabMode = 4; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tabPadding} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:tabPadding + */ + public static int TabLayout_tabPadding = 15; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tabPaddingBottom} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:tabPaddingBottom + */ + public static int TabLayout_tabPaddingBottom = 14; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tabPaddingEnd} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:tabPaddingEnd + */ + public static int TabLayout_tabPaddingEnd = 13; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tabPaddingStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:tabPaddingStart + */ + public static int TabLayout_tabPaddingStart = 11; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tabPaddingTop} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:tabPaddingTop + */ + public static int TabLayout_tabPaddingTop = 12; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tabSelectedTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:tabSelectedTextColor + */ + public static int TabLayout_tabSelectedTextColor = 10; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tabTextAppearance} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:tabTextAppearance + */ + public static int TabLayout_tabTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#tabTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:tabTextColor + */ + public static int TabLayout_tabTextColor = 9; + /** Attributes that can be used with a TextAppearance. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextAppearance_android_fontFamily android:fontFamily}
{@link #TextAppearance_android_shadowColor android:shadowColor}
{@link #TextAppearance_android_shadowDx android:shadowDx}
{@link #TextAppearance_android_shadowDy android:shadowDy}
{@link #TextAppearance_android_shadowRadius android:shadowRadius}
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textColorHint android:textColorHint}
{@link #TextAppearance_android_textColorLink android:textColorLink}
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_fontFamily android.support.v7.appcompat:fontFamily}
{@link #TextAppearance_textAllCaps android.support.v7.appcompat:textAllCaps}
+ @see #TextAppearance_android_fontFamily + @see #TextAppearance_android_shadowColor + @see #TextAppearance_android_shadowDx + @see #TextAppearance_android_shadowDy + @see #TextAppearance_android_shadowRadius + @see #TextAppearance_android_textColor + @see #TextAppearance_android_textColorHint + @see #TextAppearance_android_textColorLink + @see #TextAppearance_android_textSize + @see #TextAppearance_android_textStyle + @see #TextAppearance_android_typeface + @see #TextAppearance_fontFamily + @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance = { + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, + 0x01010163, 0x01010164, 0x010103ac, 0x7f01004f, + 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:fontFamily + */ + public static int TextAppearance_android_fontFamily = 10; + /** +

This symbol is the offset where the {@link android.R.attr#shadowColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowColor + */ + public static int TextAppearance_android_shadowColor = 6; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDx} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDx + */ + public static int TextAppearance_android_shadowDx = 7; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDy} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDy + */ + public static int TextAppearance_android_shadowDy = 8; + /** +

This symbol is the offset where the {@link android.R.attr#shadowRadius} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowRadius + */ + public static int TextAppearance_android_shadowRadius = 9; + /** +

This symbol is the offset where the {@link android.R.attr#textColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColor + */ + public static int TextAppearance_android_textColor = 3; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorHint + */ + public static int TextAppearance_android_textColorHint = 4; + /** +

This symbol is the offset where the {@link android.R.attr#textColorLink} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorLink + */ + public static int TextAppearance_android_textColorLink = 5; + /** +

This symbol is the offset where the {@link android.R.attr#textSize} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textSize + */ + public static int TextAppearance_android_textSize = 0; + /** +

This symbol is the offset where the {@link android.R.attr#textStyle} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textStyle + */ + public static int TextAppearance_android_textStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#typeface} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:typeface + */ + public static int TextAppearance_android_typeface = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:fontFamily + */ + public static int TextAppearance_fontFamily = 12; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#textAllCaps} + attribute's value can be found in the {@link #TextAppearance} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name android.support.v7.appcompat:textAllCaps + */ + public static int TextAppearance_textAllCaps = 11; + /** Attributes that can be used with a TextInputLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextInputLayout_android_hint android:hint}
{@link #TextInputLayout_android_textColorHint android:textColorHint}
{@link #TextInputLayout_counterEnabled android.support.v7.appcompat:counterEnabled}
{@link #TextInputLayout_counterMaxLength android.support.v7.appcompat:counterMaxLength}
{@link #TextInputLayout_counterOverflowTextAppearance android.support.v7.appcompat:counterOverflowTextAppearance}
{@link #TextInputLayout_counterTextAppearance android.support.v7.appcompat:counterTextAppearance}
{@link #TextInputLayout_errorEnabled android.support.v7.appcompat:errorEnabled}
{@link #TextInputLayout_errorTextAppearance android.support.v7.appcompat:errorTextAppearance}
{@link #TextInputLayout_hintAnimationEnabled android.support.v7.appcompat:hintAnimationEnabled}
{@link #TextInputLayout_hintEnabled android.support.v7.appcompat:hintEnabled}
{@link #TextInputLayout_hintTextAppearance android.support.v7.appcompat:hintTextAppearance}
{@link #TextInputLayout_passwordToggleContentDescription android.support.v7.appcompat:passwordToggleContentDescription}
{@link #TextInputLayout_passwordToggleDrawable android.support.v7.appcompat:passwordToggleDrawable}
{@link #TextInputLayout_passwordToggleEnabled android.support.v7.appcompat:passwordToggleEnabled}
{@link #TextInputLayout_passwordToggleTint android.support.v7.appcompat:passwordToggleTint}
{@link #TextInputLayout_passwordToggleTintMode android.support.v7.appcompat:passwordToggleTintMode}
+ @see #TextInputLayout_android_hint + @see #TextInputLayout_android_textColorHint + @see #TextInputLayout_counterEnabled + @see #TextInputLayout_counterMaxLength + @see #TextInputLayout_counterOverflowTextAppearance + @see #TextInputLayout_counterTextAppearance + @see #TextInputLayout_errorEnabled + @see #TextInputLayout_errorTextAppearance + @see #TextInputLayout_hintAnimationEnabled + @see #TextInputLayout_hintEnabled + @see #TextInputLayout_hintTextAppearance + @see #TextInputLayout_passwordToggleContentDescription + @see #TextInputLayout_passwordToggleDrawable + @see #TextInputLayout_passwordToggleEnabled + @see #TextInputLayout_passwordToggleTint + @see #TextInputLayout_passwordToggleTintMode + */ + public static final int[] TextInputLayout = { + 0x0101009a, 0x01010150, 0x7f01015c, 0x7f01015d, + 0x7f01015e, 0x7f01015f, 0x7f010160, 0x7f010161, + 0x7f010162, 0x7f010163, 0x7f010164, 0x7f010165, + 0x7f010166, 0x7f010167, 0x7f010168, 0x7f010169 + }; + /** +

This symbol is the offset where the {@link android.R.attr#hint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:hint + */ + public static int TextInputLayout_android_hint = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:textColorHint + */ + public static int TextInputLayout_android_textColorHint = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#counterEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:counterEnabled + */ + public static int TextInputLayout_counterEnabled = 6; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#counterMaxLength} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:counterMaxLength + */ + public static int TextInputLayout_counterMaxLength = 7; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#counterOverflowTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:counterOverflowTextAppearance + */ + public static int TextInputLayout_counterOverflowTextAppearance = 9; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#counterTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:counterTextAppearance + */ + public static int TextInputLayout_counterTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#errorEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:errorEnabled + */ + public static int TextInputLayout_errorEnabled = 4; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#errorTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:errorTextAppearance + */ + public static int TextInputLayout_errorTextAppearance = 5; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#hintAnimationEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:hintAnimationEnabled + */ + public static int TextInputLayout_hintAnimationEnabled = 10; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#hintEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:hintEnabled + */ + public static int TextInputLayout_hintEnabled = 3; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#hintTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:hintTextAppearance + */ + public static int TextInputLayout_hintTextAppearance = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#passwordToggleContentDescription} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:passwordToggleContentDescription + */ + public static int TextInputLayout_passwordToggleContentDescription = 13; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#passwordToggleDrawable} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:passwordToggleDrawable + */ + public static int TextInputLayout_passwordToggleDrawable = 12; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#passwordToggleEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:passwordToggleEnabled + */ + public static int TextInputLayout_passwordToggleEnabled = 11; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#passwordToggleTint} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:passwordToggleTint + */ + public static int TextInputLayout_passwordToggleTint = 14; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#passwordToggleTintMode} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name android.support.v7.appcompat:passwordToggleTintMode + */ + public static int TextInputLayout_passwordToggleTintMode = 15; + /** Attributes that can be used with a Toolbar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_buttonGravity android.support.v7.appcompat:buttonGravity}
{@link #Toolbar_collapseContentDescription android.support.v7.appcompat:collapseContentDescription}
{@link #Toolbar_collapseIcon android.support.v7.appcompat:collapseIcon}
{@link #Toolbar_contentInsetEnd android.support.v7.appcompat:contentInsetEnd}
{@link #Toolbar_contentInsetEndWithActions android.support.v7.appcompat:contentInsetEndWithActions}
{@link #Toolbar_contentInsetLeft android.support.v7.appcompat:contentInsetLeft}
{@link #Toolbar_contentInsetRight android.support.v7.appcompat:contentInsetRight}
{@link #Toolbar_contentInsetStart android.support.v7.appcompat:contentInsetStart}
{@link #Toolbar_contentInsetStartWithNavigation android.support.v7.appcompat:contentInsetStartWithNavigation}
{@link #Toolbar_logo android.support.v7.appcompat:logo}
{@link #Toolbar_logoDescription android.support.v7.appcompat:logoDescription}
{@link #Toolbar_maxButtonHeight android.support.v7.appcompat:maxButtonHeight}
{@link #Toolbar_navigationContentDescription android.support.v7.appcompat:navigationContentDescription}
{@link #Toolbar_navigationIcon android.support.v7.appcompat:navigationIcon}
{@link #Toolbar_popupTheme android.support.v7.appcompat:popupTheme}
{@link #Toolbar_subtitle android.support.v7.appcompat:subtitle}
{@link #Toolbar_subtitleTextAppearance android.support.v7.appcompat:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor android.support.v7.appcompat:subtitleTextColor}
{@link #Toolbar_title android.support.v7.appcompat:title}
{@link #Toolbar_titleMargin android.support.v7.appcompat:titleMargin}
{@link #Toolbar_titleMarginBottom android.support.v7.appcompat:titleMarginBottom}
{@link #Toolbar_titleMarginEnd android.support.v7.appcompat:titleMarginEnd}
{@link #Toolbar_titleMarginStart android.support.v7.appcompat:titleMarginStart}
{@link #Toolbar_titleMarginTop android.support.v7.appcompat:titleMarginTop}
{@link #Toolbar_titleMargins android.support.v7.appcompat:titleMargins}
{@link #Toolbar_titleTextAppearance android.support.v7.appcompat:titleTextAppearance}
{@link #Toolbar_titleTextColor android.support.v7.appcompat:titleTextColor}
+ @see #Toolbar_android_gravity + @see #Toolbar_android_minHeight + @see #Toolbar_buttonGravity + @see #Toolbar_collapseContentDescription + @see #Toolbar_collapseIcon + @see #Toolbar_contentInsetEnd + @see #Toolbar_contentInsetEndWithActions + @see #Toolbar_contentInsetLeft + @see #Toolbar_contentInsetRight + @see #Toolbar_contentInsetStart + @see #Toolbar_contentInsetStartWithNavigation + @see #Toolbar_logo + @see #Toolbar_logoDescription + @see #Toolbar_maxButtonHeight + @see #Toolbar_navigationContentDescription + @see #Toolbar_navigationIcon + @see #Toolbar_popupTheme + @see #Toolbar_subtitle + @see #Toolbar_subtitleTextAppearance + @see #Toolbar_subtitleTextColor + @see #Toolbar_title + @see #Toolbar_titleMargin + @see #Toolbar_titleMarginBottom + @see #Toolbar_titleMarginEnd + @see #Toolbar_titleMarginStart + @see #Toolbar_titleMarginTop + @see #Toolbar_titleMargins + @see #Toolbar_titleTextAppearance + @see #Toolbar_titleTextColor + */ + public static final int[] Toolbar = { + 0x010100af, 0x01010140, 0x7f010025, 0x7f010028, + 0x7f01002c, 0x7f010038, 0x7f010039, 0x7f01003a, + 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003f, + 0x7f010102, 0x7f010103, 0x7f010104, 0x7f010105, + 0x7f010106, 0x7f010107, 0x7f010108, 0x7f010109, + 0x7f01010a, 0x7f01010b, 0x7f01010c, 0x7f01010d, + 0x7f01010e, 0x7f01010f, 0x7f010110, 0x7f010111, + 0x7f010112 + }; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:gravity + */ + public static int Toolbar_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:minHeight + */ + public static int Toolbar_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#buttonGravity} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ @attr name android.support.v7.appcompat:buttonGravity + */ + public static int Toolbar_buttonGravity = 21; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#collapseContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:collapseContentDescription + */ + public static int Toolbar_collapseContentDescription = 23; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#collapseIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:collapseIcon + */ + public static int Toolbar_collapseIcon = 22; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:contentInsetEnd + */ + public static int Toolbar_contentInsetEnd = 6; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:contentInsetEndWithActions + */ + public static int Toolbar_contentInsetEndWithActions = 10; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:contentInsetLeft + */ + public static int Toolbar_contentInsetLeft = 7; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#contentInsetRight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:contentInsetRight + */ + public static int Toolbar_contentInsetRight = 8; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#contentInsetStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:contentInsetStart + */ + public static int Toolbar_contentInsetStart = 5; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:contentInsetStartWithNavigation + */ + public static int Toolbar_contentInsetStartWithNavigation = 9; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#logo} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:logo + */ + public static int Toolbar_logo = 4; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#logoDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:logoDescription + */ + public static int Toolbar_logoDescription = 26; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#maxButtonHeight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:maxButtonHeight + */ + public static int Toolbar_maxButtonHeight = 20; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#navigationContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:navigationContentDescription + */ + public static int Toolbar_navigationContentDescription = 25; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#navigationIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:navigationIcon + */ + public static int Toolbar_navigationIcon = 24; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#popupTheme} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:popupTheme + */ + public static int Toolbar_popupTheme = 11; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#subtitle} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:subtitle + */ + public static int Toolbar_subtitle = 3; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#subtitleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:subtitleTextAppearance + */ + public static int Toolbar_subtitleTextAppearance = 13; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#subtitleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:subtitleTextColor + */ + public static int Toolbar_subtitleTextColor = 28; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#title} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:title + */ + public static int Toolbar_title = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#titleMargin} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:titleMargin + */ + public static int Toolbar_titleMargin = 14; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#titleMarginBottom} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:titleMarginBottom + */ + public static int Toolbar_titleMarginBottom = 18; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#titleMarginEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:titleMarginEnd + */ + public static int Toolbar_titleMarginEnd = 16; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#titleMarginStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:titleMarginStart + */ + public static int Toolbar_titleMarginStart = 15; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#titleMarginTop} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:titleMarginTop + */ + public static int Toolbar_titleMarginTop = 17; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#titleMargins} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:titleMargins + */ + public static int Toolbar_titleMargins = 19; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#titleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:titleTextAppearance + */ + public static int Toolbar_titleTextAppearance = 12; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#titleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:titleTextColor + */ + public static int Toolbar_titleTextColor = 27; + /** Attributes that can be used with a View. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #View_android_focusable android:focusable}
{@link #View_android_theme android:theme}
{@link #View_paddingEnd android.support.v7.appcompat:paddingEnd}
{@link #View_paddingStart android.support.v7.appcompat:paddingStart}
{@link #View_theme android.support.v7.appcompat:theme}
+ @see #View_android_focusable + @see #View_android_theme + @see #View_paddingEnd + @see #View_paddingStart + @see #View_theme + */ + public static final int[] View = { + 0x01010000, 0x010100da, 0x7f010113, 0x7f010114, + 0x7f010115 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #View} array. + @attr name android:focusable + */ + public static int View_android_focusable = 1; + /** +

This symbol is the offset where the {@link android.R.attr#theme} + attribute's value can be found in the {@link #View} array. + @attr name android:theme + */ + public static int View_android_theme = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#paddingEnd} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:paddingEnd + */ + public static int View_paddingEnd = 3; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#paddingStart} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:paddingStart + */ + public static int View_paddingStart = 2; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#theme} + attribute's value can be found in the {@link #View} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.appcompat:theme + */ + public static int View_theme = 4; + /** Attributes that can be used with a ViewBackgroundHelper. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint android.support.v7.appcompat:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode android.support.v7.appcompat:backgroundTintMode}
+ @see #ViewBackgroundHelper_android_background + @see #ViewBackgroundHelper_backgroundTint + @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper = { + 0x010100d4, 0x7f010116, 0x7f010117 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + @attr name android:background + */ + public static int ViewBackgroundHelper_android_background = 0; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#backgroundTint} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.appcompat:backgroundTint + */ + public static int ViewBackgroundHelper_backgroundTint = 1; + /** +

This symbol is the offset where the {@link android.support.v7.appcompat.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.appcompat:backgroundTintMode + */ + public static int ViewBackgroundHelper_backgroundTintMode = 2; + /** Attributes that can be used with a ViewStubCompat. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
{@link #ViewStubCompat_android_layout android:layout}
+ @see #ViewStubCompat_android_id + @see #ViewStubCompat_android_inflatedId + @see #ViewStubCompat_android_layout + */ + public static final int[] ViewStubCompat = { + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:id + */ + public static int ViewStubCompat_android_id = 0; + /** +

This symbol is the offset where the {@link android.R.attr#inflatedId} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:inflatedId + */ + public static int ViewStubCompat_android_inflatedId = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:layout + */ + public static int ViewStubCompat_android_layout = 1; + }; +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/cardview/R.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/cardview/R.java new file mode 100644 index 0000000..c2a2cf9 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/cardview/R.java @@ -0,0 +1,11703 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package android.support.v7.cardview; + +public final class R { + public static final class anim { + public static int abc_fade_in=0x7f050000; + public static int abc_fade_out=0x7f050001; + public static int abc_grow_fade_in_from_bottom=0x7f050002; + public static int abc_popup_enter=0x7f050003; + public static int abc_popup_exit=0x7f050004; + public static int abc_shrink_fade_out_from_bottom=0x7f050005; + public static int abc_slide_in_bottom=0x7f050006; + public static int abc_slide_in_top=0x7f050007; + public static int abc_slide_out_bottom=0x7f050008; + public static int abc_slide_out_top=0x7f050009; + public static int design_bottom_sheet_slide_in=0x7f05000a; + public static int design_bottom_sheet_slide_out=0x7f05000b; + public static int design_snackbar_in=0x7f05000c; + public static int design_snackbar_out=0x7f05000d; + public static int tooltip_enter=0x7f05000e; + public static int tooltip_exit=0x7f05000f; + } + public static final class animator { + public static int design_appbar_state_list_animator=0x7f060000; + } + public static final class attr { + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarDivider=0x7f01006b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarItemBackground=0x7f01006c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarPopupTheme=0x7f010065; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ */ + public static int actionBarSize=0x7f01006a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarSplitStyle=0x7f010067; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarStyle=0x7f010066; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabBarStyle=0x7f010061; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabStyle=0x7f010060; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabTextStyle=0x7f010062; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTheme=0x7f010068; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarWidgetTheme=0x7f010069; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionButtonStyle=0x7f010086; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionDropDownStyle=0x7f010082; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionLayout=0x7f0100dd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionMenuTextAppearance=0x7f01006d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int actionMenuTextColor=0x7f01006e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeBackground=0x7f010071; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseButtonStyle=0x7f010070; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseDrawable=0x7f010073; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCopyDrawable=0x7f010075; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCutDrawable=0x7f010074; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeFindDrawable=0x7f010079; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePasteDrawable=0x7f010076; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePopupWindowStyle=0x7f01007b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSelectAllDrawable=0x7f010077; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeShareDrawable=0x7f010078; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSplitBackground=0x7f010072; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeStyle=0x7f01006f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeWebSearchDrawable=0x7f01007a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowButtonStyle=0x7f010063; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowMenuStyle=0x7f010064; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionProviderClass=0x7f0100df; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionViewClass=0x7f0100de; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int activityChooserViewStyle=0x7f01008e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogButtonGroupStyle=0x7f0100b3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int alertDialogCenterButtons=0x7f0100b4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogStyle=0x7f0100b2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogTheme=0x7f0100b5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int allowStacking=0x7f0100cb; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int alpha=0x7f0100cc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static int alphabeticModifiers=0x7f0100da; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowHeadLength=0x7f0100d3; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowShaftLength=0x7f0100d4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int autoCompleteTextViewStyle=0x7f0100ba; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeMaxTextSize=0x7f010054; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeMinTextSize=0x7f010053; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int autoSizePresetSizes=0x7f010052; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeStepGranularity=0x7f010051; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ */ + public static int autoSizeTextType=0x7f010050; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int background=0x7f01002e; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundSplit=0x7f010030; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundStacked=0x7f01002f; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int backgroundTint=0x7f010116; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int backgroundTintMode=0x7f010117; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int barLength=0x7f0100d5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_autoHide=0x7f010141; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_hideable=0x7f01011e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_overlapTop=0x7f01014a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ */ + public static int behavior_peekHeight=0x7f01011d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_skipCollapsed=0x7f01011f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int borderWidth=0x7f01013f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int borderlessButtonStyle=0x7f01008b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int bottomSheetDialogTheme=0x7f010139; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int bottomSheetStyle=0x7f01013a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarButtonStyle=0x7f010088; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNegativeButtonStyle=0x7f0100b8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNeutralButtonStyle=0x7f0100b9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarPositiveButtonStyle=0x7f0100b7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarStyle=0x7f010087; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ */ + public static int buttonGravity=0x7f01010b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonPanelSideLayout=0x7f010043; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyle=0x7f0100bb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyleSmall=0x7f0100bc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int buttonTint=0x7f0100cd; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int buttonTintMode=0x7f0100ce; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardBackgroundColor=0x7f010017; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardCornerRadius=0x7f010018; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardElevation=0x7f010019; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardMaxElevation=0x7f01001a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardPreventCornerOverlap=0x7f01001c; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardUseCompatPadding=0x7f01001b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkboxStyle=0x7f0100bd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkedTextViewStyle=0x7f0100be; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeIcon=0x7f0100ee; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeItemLayout=0x7f010040; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int collapseContentDescription=0x7f01010d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int collapseIcon=0x7f01010c; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static int collapsedTitleGravity=0x7f01012c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int collapsedTitleTextAppearance=0x7f010126; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int color=0x7f0100cf; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorAccent=0x7f0100aa; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorBackgroundFloating=0x7f0100b1; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorButtonNormal=0x7f0100ae; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlActivated=0x7f0100ac; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlHighlight=0x7f0100ad; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlNormal=0x7f0100ab; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int colorError=0x7f0100ca; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimary=0x7f0100a8; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimaryDark=0x7f0100a9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorSwitchThumbNormal=0x7f0100af; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int commitIcon=0x7f0100f3; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentDescription=0x7f0100e0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetEnd=0x7f010039; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetEndWithActions=0x7f01003d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetLeft=0x7f01003a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetRight=0x7f01003b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetStart=0x7f010038; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetStartWithNavigation=0x7f01003c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPadding=0x7f01001d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingBottom=0x7f010021; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingLeft=0x7f01001e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingRight=0x7f01001f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingTop=0x7f010020; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentScrim=0x7f010127; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int controlBackground=0x7f0100b0; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int counterEnabled=0x7f010160; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int counterMaxLength=0x7f010161; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int counterOverflowTextAppearance=0x7f010163; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int counterTextAppearance=0x7f010162; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int customNavigationLayout=0x7f010031; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int defaultQueryHint=0x7f0100ed; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dialogPreferredPadding=0x7f010080; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dialogTheme=0x7f01007f; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ */ + public static int displayOptions=0x7f010027; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int divider=0x7f01002d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerHorizontal=0x7f01008d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dividerPadding=0x7f0100d9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerVertical=0x7f01008c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int drawableSize=0x7f0100d1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int drawerArrowStyle=0x7f010022; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dropDownListViewStyle=0x7f01009f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dropdownListPreferredItemHeight=0x7f010083; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextBackground=0x7f010094; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int editTextColor=0x7f010093; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextStyle=0x7f0100bf; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int elevation=0x7f01003e; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int errorEnabled=0x7f01015e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int errorTextAppearance=0x7f01015f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int expandActivityOverflowButtonDrawable=0x7f010042; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expanded=0x7f010118; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static int expandedTitleGravity=0x7f01012d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMargin=0x7f010120; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginBottom=0x7f010124; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginEnd=0x7f010123; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginStart=0x7f010121; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginTop=0x7f010122; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int expandedTitleTextAppearance=0x7f010125; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int externalRouteEnabledDrawable=0x7f010015; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ */ + public static int fabSize=0x7f01013d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fastScrollEnabled=0x7f010004; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollHorizontalThumbDrawable=0x7f010007; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollHorizontalTrackDrawable=0x7f010008; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollVerticalThumbDrawable=0x7f010005; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollVerticalTrackDrawable=0x7f010006; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int font=0x7f010171; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontFamily=0x7f010055; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderAuthority=0x7f01016a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fontProviderCerts=0x7f01016d; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ */ + public static int fontProviderFetchStrategy=0x7f01016e; + /**

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ */ + public static int fontProviderFetchTimeout=0x7f01016f; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderPackage=0x7f01016b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderQuery=0x7f01016c; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ */ + public static int fontStyle=0x7f010170; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontWeight=0x7f010172; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int foregroundInsidePadding=0x7f010142; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int gapBetweenBars=0x7f0100d2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int goIcon=0x7f0100ef; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int headerLayout=0x7f010148; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int height=0x7f010023; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hideOnContentScroll=0x7f010037; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hintAnimationEnabled=0x7f010164; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hintEnabled=0x7f01015d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int hintTextAppearance=0x7f01015c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeAsUpIndicator=0x7f010085; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeLayout=0x7f010032; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int icon=0x7f01002b; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int iconTint=0x7f0100e2; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int iconTintMode=0x7f0100e3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int iconifiedByDefault=0x7f0100eb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int imageButtonStyle=0x7f010095; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int indeterminateProgressStyle=0x7f010034; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int initialActivityCount=0x7f010041; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int insetForeground=0x7f010149; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int isLightTheme=0x7f010024; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int itemBackground=0x7f010146; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemIconTint=0x7f010144; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemPadding=0x7f010036; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int itemTextAppearance=0x7f010147; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemTextColor=0x7f010145; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int keylines=0x7f010131; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout=0x7f0100ea; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layoutManager=0x7f010000; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout_anchor=0x7f010134; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ */ + public static int layout_anchorGravity=0x7f010136; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_behavior=0x7f010133; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ */ + public static int layout_collapseMode=0x7f01012f; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_collapseParallaxMultiplier=0x7f010130; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ */ + public static int layout_dodgeInsetEdges=0x7f010138; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ */ + public static int layout_insetEdge=0x7f010137; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_keyline=0x7f010135; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ */ + public static int layout_scrollFlags=0x7f01011b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout_scrollInterpolator=0x7f01011c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listChoiceBackgroundIndicator=0x7f0100a7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listDividerAlertDialog=0x7f010081; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listItemLayout=0x7f010047; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listLayout=0x7f010044; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listMenuViewStyle=0x7f0100c7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listPopupWindowStyle=0x7f0100a0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeight=0x7f01009a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightLarge=0x7f01009c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightSmall=0x7f01009b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingLeft=0x7f01009d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingRight=0x7f01009e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int logo=0x7f01002c; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int logoDescription=0x7f010110; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int maxActionInlineWidth=0x7f01014b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int maxButtonHeight=0x7f01010a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int measureWithLargestChild=0x7f0100d7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteAudioTrackDrawable=0x7f010009; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteButtonStyle=0x7f01000a; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int mediaRouteButtonTint=0x7f010016; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteCloseDrawable=0x7f01000b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteControlPanelThemeOverlay=0x7f01000c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteDefaultIconDrawable=0x7f01000d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRoutePauseDrawable=0x7f01000e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRoutePlayDrawable=0x7f01000f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteSpeakerGroupIconDrawable=0x7f010010; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteSpeakerIconDrawable=0x7f010011; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteStopDrawable=0x7f010012; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteTheme=0x7f010013; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteTvIconDrawable=0x7f010014; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int menu=0x7f010143; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int multiChoiceItemLayout=0x7f010045; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int navigationContentDescription=0x7f01010f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int navigationIcon=0x7f01010e; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ */ + public static int navigationMode=0x7f010026; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static int numericModifiers=0x7f0100db; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int overlapAnchor=0x7f0100e6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingBottomNoButtons=0x7f0100e8; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingEnd=0x7f010114; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingStart=0x7f010113; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingTopNoTitle=0x7f0100e9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelBackground=0x7f0100a4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelMenuListTheme=0x7f0100a6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int panelMenuListWidth=0x7f0100a5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleContentDescription=0x7f010167; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int passwordToggleDrawable=0x7f010166; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleEnabled=0x7f010165; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleTint=0x7f010168; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static int passwordToggleTintMode=0x7f010169; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupMenuStyle=0x7f010091; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupTheme=0x7f01003f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupWindowStyle=0x7f010092; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int preserveIconSpacing=0x7f0100e4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int pressedTranslationZ=0x7f01013e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int progressBarPadding=0x7f010035; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int progressBarStyle=0x7f010033; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int queryBackground=0x7f0100f5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int queryHint=0x7f0100ec; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int radioButtonStyle=0x7f0100c0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyle=0x7f0100c1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyleIndicator=0x7f0100c2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyleSmall=0x7f0100c3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int reverseLayout=0x7f010002; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int rippleColor=0x7f01013c; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int scrimAnimationDuration=0x7f01012b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int scrimVisibleHeightTrigger=0x7f01012a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchHintIcon=0x7f0100f1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchIcon=0x7f0100f0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchViewStyle=0x7f010099; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int seekBarStyle=0x7f0100c4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackground=0x7f010089; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackgroundBorderless=0x7f01008a; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ */ + public static int showAsAction=0x7f0100dc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ */ + public static int showDividers=0x7f0100d8; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int showText=0x7f010101; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int showTitle=0x7f010048; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int singleChoiceItemLayout=0x7f010046; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spanCount=0x7f010001; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spinBars=0x7f0100d0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerDropDownItemStyle=0x7f010084; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerStyle=0x7f0100c5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int splitTrack=0x7f010100; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int srcCompat=0x7f010049; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int stackFromEnd=0x7f010003; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_above_anchor=0x7f0100e7; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_collapsed=0x7f010119; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_collapsible=0x7f01011a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int statusBarBackground=0x7f010132; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int statusBarScrim=0x7f010128; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subMenuArrow=0x7f0100e5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int submitBackground=0x7f0100f6; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitle=0x7f010028; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextAppearance=0x7f010103; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitleTextColor=0x7f010112; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextStyle=0x7f01002a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int suggestionRowLayout=0x7f0100f4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchMinWidth=0x7f0100fe; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchPadding=0x7f0100ff; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchStyle=0x7f0100c6; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchTextAppearance=0x7f0100fd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tabBackground=0x7f01014f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabContentStart=0x7f01014e; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ */ + public static int tabGravity=0x7f010151; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabIndicatorColor=0x7f01014c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabIndicatorHeight=0x7f01014d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabMaxWidth=0x7f010153; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabMinWidth=0x7f010152; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ */ + public static int tabMode=0x7f010150; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPadding=0x7f01015b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingBottom=0x7f01015a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingEnd=0x7f010159; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingStart=0x7f010157; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingTop=0x7f010158; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabSelectedTextColor=0x7f010156; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tabTextAppearance=0x7f010154; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabTextColor=0x7f010155; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + */ + public static int textAllCaps=0x7f01004f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceLargePopupMenu=0x7f01007c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItem=0x7f0100a1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItemSecondary=0x7f0100a2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItemSmall=0x7f0100a3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearancePopupMenuHeader=0x7f01007e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultSubtitle=0x7f010097; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultTitle=0x7f010096; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSmallPopupMenu=0x7f01007d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorAlertDialogListItem=0x7f0100b6; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorError=0x7f01013b; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorSearchUrl=0x7f010098; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int theme=0x7f010115; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thickness=0x7f0100d6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thumbTextPadding=0x7f0100fc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thumbTint=0x7f0100f7; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int thumbTintMode=0x7f0100f8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tickMark=0x7f01004c; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tickMarkTint=0x7f01004d; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int tickMarkTintMode=0x7f01004e; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tint=0x7f01004a; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int tintMode=0x7f01004b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int title=0x7f010025; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleEnabled=0x7f01012e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMargin=0x7f010104; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginBottom=0x7f010108; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginEnd=0x7f010106; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginStart=0x7f010105; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginTop=0x7f010107; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMargins=0x7f010109; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextAppearance=0x7f010102; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleTextColor=0x7f010111; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextStyle=0x7f010029; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarId=0x7f010129; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarNavigationButtonStyle=0x7f010090; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarStyle=0x7f01008f; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int tooltipForegroundColor=0x7f0100c9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tooltipFrameBackground=0x7f0100c8; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tooltipText=0x7f0100e1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int track=0x7f0100f9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int trackTint=0x7f0100fa; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int trackTintMode=0x7f0100fb; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int useCompatPadding=0x7f010140; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int voiceIcon=0x7f0100f2; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBar=0x7f010056; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBarOverlay=0x7f010058; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionModeOverlay=0x7f010059; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMajor=0x7f01005d; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMinor=0x7f01005b; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMajor=0x7f01005a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMinor=0x7f01005c; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMajor=0x7f01005e; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMinor=0x7f01005f; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowNoTitle=0x7f010057; + } + public static final class bool { + public static int abc_action_bar_embed_tabs=0x7f0e0000; + public static int abc_allow_stacked_button_bar=0x7f0e0001; + public static int abc_config_actionMenuItemAllCaps=0x7f0e0002; + public static int abc_config_closeDialogWhenTouchOutside=0x7f0e0003; + public static int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f0e0004; + } + public static final class color { + public static int abc_background_cache_hint_selector_material_dark=0x7f0d004f; + public static int abc_background_cache_hint_selector_material_light=0x7f0d0050; + public static int abc_btn_colored_borderless_text_material=0x7f0d0051; + public static int abc_btn_colored_text_material=0x7f0d0052; + public static int abc_color_highlight_material=0x7f0d0053; + public static int abc_hint_foreground_material_dark=0x7f0d0054; + public static int abc_hint_foreground_material_light=0x7f0d0055; + public static int abc_input_method_navigation_guard=0x7f0d0004; + public static int abc_primary_text_disable_only_material_dark=0x7f0d0056; + public static int abc_primary_text_disable_only_material_light=0x7f0d0057; + public static int abc_primary_text_material_dark=0x7f0d0058; + public static int abc_primary_text_material_light=0x7f0d0059; + public static int abc_search_url_text=0x7f0d005a; + public static int abc_search_url_text_normal=0x7f0d0005; + public static int abc_search_url_text_pressed=0x7f0d0006; + public static int abc_search_url_text_selected=0x7f0d0007; + public static int abc_secondary_text_material_dark=0x7f0d005b; + public static int abc_secondary_text_material_light=0x7f0d005c; + public static int abc_tint_btn_checkable=0x7f0d005d; + public static int abc_tint_default=0x7f0d005e; + public static int abc_tint_edittext=0x7f0d005f; + public static int abc_tint_seek_thumb=0x7f0d0060; + public static int abc_tint_spinner=0x7f0d0061; + public static int abc_tint_switch_track=0x7f0d0062; + public static int accent_material_dark=0x7f0d0008; + public static int accent_material_light=0x7f0d0009; + public static int background_floating_material_dark=0x7f0d000a; + public static int background_floating_material_light=0x7f0d000b; + public static int background_material_dark=0x7f0d000c; + public static int background_material_light=0x7f0d000d; + public static int bright_foreground_disabled_material_dark=0x7f0d000e; + public static int bright_foreground_disabled_material_light=0x7f0d000f; + public static int bright_foreground_inverse_material_dark=0x7f0d0010; + public static int bright_foreground_inverse_material_light=0x7f0d0011; + public static int bright_foreground_material_dark=0x7f0d0012; + public static int bright_foreground_material_light=0x7f0d0013; + public static int button_material_dark=0x7f0d0014; + public static int button_material_light=0x7f0d0015; + public static int cardview_dark_background=0x7f0d0000; + public static int cardview_light_background=0x7f0d0001; + public static int cardview_shadow_end_color=0x7f0d0002; + public static int cardview_shadow_start_color=0x7f0d0003; + public static int colorAccent=0x7f0d004e; + public static int colorPrimary=0x7f0d004c; + public static int colorPrimaryDark=0x7f0d004d; + public static int design_bottom_navigation_shadow_color=0x7f0d0040; + public static int design_error=0x7f0d0063; + public static int design_fab_shadow_end_color=0x7f0d0041; + public static int design_fab_shadow_mid_color=0x7f0d0042; + public static int design_fab_shadow_start_color=0x7f0d0043; + public static int design_fab_stroke_end_inner_color=0x7f0d0044; + public static int design_fab_stroke_end_outer_color=0x7f0d0045; + public static int design_fab_stroke_top_inner_color=0x7f0d0046; + public static int design_fab_stroke_top_outer_color=0x7f0d0047; + public static int design_snackbar_background_color=0x7f0d0048; + public static int design_tint_password_toggle=0x7f0d0064; + public static int dim_foreground_disabled_material_dark=0x7f0d0016; + public static int dim_foreground_disabled_material_light=0x7f0d0017; + public static int dim_foreground_material_dark=0x7f0d0018; + public static int dim_foreground_material_light=0x7f0d0019; + public static int error_color_material=0x7f0d001a; + public static int foreground_material_dark=0x7f0d001b; + public static int foreground_material_light=0x7f0d001c; + public static int highlighted_text_material_dark=0x7f0d001d; + public static int highlighted_text_material_light=0x7f0d001e; + public static int launcher_background=0x7f0d004b; + public static int material_blue_grey_800=0x7f0d001f; + public static int material_blue_grey_900=0x7f0d0020; + public static int material_blue_grey_950=0x7f0d0021; + public static int material_deep_teal_200=0x7f0d0022; + public static int material_deep_teal_500=0x7f0d0023; + public static int material_grey_100=0x7f0d0024; + public static int material_grey_300=0x7f0d0025; + public static int material_grey_50=0x7f0d0026; + public static int material_grey_600=0x7f0d0027; + public static int material_grey_800=0x7f0d0028; + public static int material_grey_850=0x7f0d0029; + public static int material_grey_900=0x7f0d002a; + public static int notification_action_color_filter=0x7f0d0049; + public static int notification_icon_bg_color=0x7f0d004a; + public static int notification_material_background_media_default_color=0x7f0d003f; + public static int primary_dark_material_dark=0x7f0d002b; + public static int primary_dark_material_light=0x7f0d002c; + public static int primary_material_dark=0x7f0d002d; + public static int primary_material_light=0x7f0d002e; + public static int primary_text_default_material_dark=0x7f0d002f; + public static int primary_text_default_material_light=0x7f0d0030; + public static int primary_text_disabled_material_dark=0x7f0d0031; + public static int primary_text_disabled_material_light=0x7f0d0032; + public static int ripple_material_dark=0x7f0d0033; + public static int ripple_material_light=0x7f0d0034; + public static int secondary_text_default_material_dark=0x7f0d0035; + public static int secondary_text_default_material_light=0x7f0d0036; + public static int secondary_text_disabled_material_dark=0x7f0d0037; + public static int secondary_text_disabled_material_light=0x7f0d0038; + public static int switch_thumb_disabled_material_dark=0x7f0d0039; + public static int switch_thumb_disabled_material_light=0x7f0d003a; + public static int switch_thumb_material_dark=0x7f0d0065; + public static int switch_thumb_material_light=0x7f0d0066; + public static int switch_thumb_normal_material_dark=0x7f0d003b; + public static int switch_thumb_normal_material_light=0x7f0d003c; + public static int tooltip_background_dark=0x7f0d003d; + public static int tooltip_background_light=0x7f0d003e; + } + public static final class dimen { + public static int abc_action_bar_content_inset_material=0x7f08001b; + public static int abc_action_bar_content_inset_with_nav=0x7f08001c; + public static int abc_action_bar_default_height_material=0x7f080010; + public static int abc_action_bar_default_padding_end_material=0x7f08001d; + public static int abc_action_bar_default_padding_start_material=0x7f08001e; + public static int abc_action_bar_elevation_material=0x7f080020; + public static int abc_action_bar_icon_vertical_padding_material=0x7f080021; + public static int abc_action_bar_overflow_padding_end_material=0x7f080022; + public static int abc_action_bar_overflow_padding_start_material=0x7f080023; + public static int abc_action_bar_progress_bar_size=0x7f080011; + public static int abc_action_bar_stacked_max_height=0x7f080024; + public static int abc_action_bar_stacked_tab_max_width=0x7f080025; + public static int abc_action_bar_subtitle_bottom_margin_material=0x7f080026; + public static int abc_action_bar_subtitle_top_margin_material=0x7f080027; + public static int abc_action_button_min_height_material=0x7f080028; + public static int abc_action_button_min_width_material=0x7f080029; + public static int abc_action_button_min_width_overflow_material=0x7f08002a; + public static int abc_alert_dialog_button_bar_height=0x7f08000f; + public static int abc_button_inset_horizontal_material=0x7f08002b; + public static int abc_button_inset_vertical_material=0x7f08002c; + public static int abc_button_padding_horizontal_material=0x7f08002d; + public static int abc_button_padding_vertical_material=0x7f08002e; + public static int abc_cascading_menus_min_smallest_width=0x7f08002f; + public static int abc_config_prefDialogWidth=0x7f080014; + public static int abc_control_corner_material=0x7f080030; + public static int abc_control_inset_material=0x7f080031; + public static int abc_control_padding_material=0x7f080032; + public static int abc_dialog_fixed_height_major=0x7f080015; + public static int abc_dialog_fixed_height_minor=0x7f080016; + public static int abc_dialog_fixed_width_major=0x7f080017; + public static int abc_dialog_fixed_width_minor=0x7f080018; + public static int abc_dialog_list_padding_bottom_no_buttons=0x7f080033; + public static int abc_dialog_list_padding_top_no_title=0x7f080034; + public static int abc_dialog_min_width_major=0x7f080019; + public static int abc_dialog_min_width_minor=0x7f08001a; + public static int abc_dialog_padding_material=0x7f080035; + public static int abc_dialog_padding_top_material=0x7f080036; + public static int abc_dialog_title_divider_material=0x7f080037; + public static int abc_disabled_alpha_material_dark=0x7f080038; + public static int abc_disabled_alpha_material_light=0x7f080039; + public static int abc_dropdownitem_icon_width=0x7f08003a; + public static int abc_dropdownitem_text_padding_left=0x7f08003b; + public static int abc_dropdownitem_text_padding_right=0x7f08003c; + public static int abc_edit_text_inset_bottom_material=0x7f08003d; + public static int abc_edit_text_inset_horizontal_material=0x7f08003e; + public static int abc_edit_text_inset_top_material=0x7f08003f; + public static int abc_floating_window_z=0x7f080040; + public static int abc_list_item_padding_horizontal_material=0x7f080041; + public static int abc_panel_menu_list_width=0x7f080042; + public static int abc_progress_bar_height_material=0x7f080043; + public static int abc_search_view_preferred_height=0x7f080044; + public static int abc_search_view_preferred_width=0x7f080045; + public static int abc_seekbar_track_background_height_material=0x7f080046; + public static int abc_seekbar_track_progress_height_material=0x7f080047; + public static int abc_select_dialog_padding_start_material=0x7f080048; + public static int abc_switch_padding=0x7f08001f; + public static int abc_text_size_body_1_material=0x7f080049; + public static int abc_text_size_body_2_material=0x7f08004a; + public static int abc_text_size_button_material=0x7f08004b; + public static int abc_text_size_caption_material=0x7f08004c; + public static int abc_text_size_display_1_material=0x7f08004d; + public static int abc_text_size_display_2_material=0x7f08004e; + public static int abc_text_size_display_3_material=0x7f08004f; + public static int abc_text_size_display_4_material=0x7f080050; + public static int abc_text_size_headline_material=0x7f080051; + public static int abc_text_size_large_material=0x7f080052; + public static int abc_text_size_medium_material=0x7f080053; + public static int abc_text_size_menu_header_material=0x7f080054; + public static int abc_text_size_menu_material=0x7f080055; + public static int abc_text_size_small_material=0x7f080056; + public static int abc_text_size_subhead_material=0x7f080057; + public static int abc_text_size_subtitle_material_toolbar=0x7f080012; + public static int abc_text_size_title_material=0x7f080058; + public static int abc_text_size_title_material_toolbar=0x7f080013; + public static int cardview_compat_inset_shadow=0x7f08000c; + public static int cardview_default_elevation=0x7f08000d; + public static int cardview_default_radius=0x7f08000e; + public static int compat_button_inset_horizontal_material=0x7f080094; + public static int compat_button_inset_vertical_material=0x7f080095; + public static int compat_button_padding_horizontal_material=0x7f080096; + public static int compat_button_padding_vertical_material=0x7f080097; + public static int compat_control_corner_material=0x7f080098; + public static int design_appbar_elevation=0x7f080072; + public static int design_bottom_navigation_active_item_max_width=0x7f080073; + public static int design_bottom_navigation_active_text_size=0x7f080074; + public static int design_bottom_navigation_elevation=0x7f080075; + public static int design_bottom_navigation_height=0x7f080076; + public static int design_bottom_navigation_item_max_width=0x7f080077; + public static int design_bottom_navigation_item_min_width=0x7f080078; + public static int design_bottom_navigation_margin=0x7f080079; + public static int design_bottom_navigation_shadow_height=0x7f08007a; + public static int design_bottom_navigation_text_size=0x7f08007b; + public static int design_bottom_sheet_modal_elevation=0x7f08007c; + public static int design_bottom_sheet_peek_height_min=0x7f08007d; + public static int design_fab_border_width=0x7f08007e; + public static int design_fab_elevation=0x7f08007f; + public static int design_fab_image_size=0x7f080080; + public static int design_fab_size_mini=0x7f080081; + public static int design_fab_size_normal=0x7f080082; + public static int design_fab_translation_z_pressed=0x7f080083; + public static int design_navigation_elevation=0x7f080084; + public static int design_navigation_icon_padding=0x7f080085; + public static int design_navigation_icon_size=0x7f080086; + public static int design_navigation_max_width=0x7f08006a; + public static int design_navigation_padding_bottom=0x7f080087; + public static int design_navigation_separator_vertical_padding=0x7f080088; + public static int design_snackbar_action_inline_max_width=0x7f08006b; + public static int design_snackbar_background_corner_radius=0x7f08006c; + public static int design_snackbar_elevation=0x7f080089; + public static int design_snackbar_extra_spacing_horizontal=0x7f08006d; + public static int design_snackbar_max_width=0x7f08006e; + public static int design_snackbar_min_width=0x7f08006f; + public static int design_snackbar_padding_horizontal=0x7f08008a; + public static int design_snackbar_padding_vertical=0x7f08008b; + public static int design_snackbar_padding_vertical_2lines=0x7f080070; + public static int design_snackbar_text_size=0x7f08008c; + public static int design_tab_max_width=0x7f08008d; + public static int design_tab_scrollable_min_width=0x7f080071; + public static int design_tab_text_size=0x7f08008e; + public static int design_tab_text_size_2line=0x7f08008f; + public static int disabled_alpha_material_dark=0x7f080059; + public static int disabled_alpha_material_light=0x7f08005a; + public static int fastscroll_default_thickness=0x7f080000; + public static int fastscroll_margin=0x7f080001; + public static int fastscroll_minimum_range=0x7f080002; + public static int highlight_alpha_material_colored=0x7f08005b; + public static int highlight_alpha_material_dark=0x7f08005c; + public static int highlight_alpha_material_light=0x7f08005d; + public static int hint_alpha_material_dark=0x7f08005e; + public static int hint_alpha_material_light=0x7f08005f; + public static int hint_pressed_alpha_material_dark=0x7f080060; + public static int hint_pressed_alpha_material_light=0x7f080061; + public static int item_touch_helper_max_drag_scroll_per_frame=0x7f080003; + public static int item_touch_helper_swipe_escape_max_velocity=0x7f080004; + public static int item_touch_helper_swipe_escape_velocity=0x7f080005; + public static int mr_controller_volume_group_list_item_height=0x7f080006; + public static int mr_controller_volume_group_list_item_icon_size=0x7f080007; + public static int mr_controller_volume_group_list_max_height=0x7f080008; + public static int mr_controller_volume_group_list_padding_top=0x7f08000b; + public static int mr_dialog_fixed_width_major=0x7f080009; + public static int mr_dialog_fixed_width_minor=0x7f08000a; + public static int notification_action_icon_size=0x7f080099; + public static int notification_action_text_size=0x7f08009a; + public static int notification_big_circle_margin=0x7f08009b; + public static int notification_content_margin_start=0x7f080091; + public static int notification_large_icon_height=0x7f08009c; + public static int notification_large_icon_width=0x7f08009d; + public static int notification_main_column_padding_top=0x7f080092; + public static int notification_media_narrow_margin=0x7f080093; + public static int notification_right_icon_size=0x7f08009e; + public static int notification_right_side_padding_top=0x7f080090; + public static int notification_small_icon_background_padding=0x7f08009f; + public static int notification_small_icon_size_as_large=0x7f0800a0; + public static int notification_subtext_size=0x7f0800a1; + public static int notification_top_pad=0x7f0800a2; + public static int notification_top_pad_large_text=0x7f0800a3; + public static int tooltip_corner_radius=0x7f080062; + public static int tooltip_horizontal_padding=0x7f080063; + public static int tooltip_margin=0x7f080064; + public static int tooltip_precise_anchor_extra_offset=0x7f080065; + public static int tooltip_precise_anchor_threshold=0x7f080066; + public static int tooltip_vertical_padding=0x7f080067; + public static int tooltip_y_offset_non_touch=0x7f080068; + public static int tooltip_y_offset_touch=0x7f080069; + } + public static final class drawable { + public static int abc_ab_share_pack_mtrl_alpha=0x7f020000; + public static int abc_action_bar_item_background_material=0x7f020001; + public static int abc_btn_borderless_material=0x7f020002; + public static int abc_btn_check_material=0x7f020003; + public static int abc_btn_check_to_on_mtrl_000=0x7f020004; + public static int abc_btn_check_to_on_mtrl_015=0x7f020005; + public static int abc_btn_colored_material=0x7f020006; + public static int abc_btn_default_mtrl_shape=0x7f020007; + public static int abc_btn_radio_material=0x7f020008; + public static int abc_btn_radio_to_on_mtrl_000=0x7f020009; + public static int abc_btn_radio_to_on_mtrl_015=0x7f02000a; + public static int abc_btn_switch_to_on_mtrl_00001=0x7f02000b; + public static int abc_btn_switch_to_on_mtrl_00012=0x7f02000c; + public static int abc_cab_background_internal_bg=0x7f02000d; + public static int abc_cab_background_top_material=0x7f02000e; + public static int abc_cab_background_top_mtrl_alpha=0x7f02000f; + public static int abc_control_background_material=0x7f020010; + public static int abc_dialog_material_background=0x7f020011; + public static int abc_edit_text_material=0x7f020012; + public static int abc_ic_ab_back_material=0x7f020013; + public static int abc_ic_arrow_drop_right_black_24dp=0x7f020014; + public static int abc_ic_clear_material=0x7f020015; + public static int abc_ic_commit_search_api_mtrl_alpha=0x7f020016; + public static int abc_ic_go_search_api_material=0x7f020017; + public static int abc_ic_menu_copy_mtrl_am_alpha=0x7f020018; + public static int abc_ic_menu_cut_mtrl_alpha=0x7f020019; + public static int abc_ic_menu_overflow_material=0x7f02001a; + public static int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001b; + public static int abc_ic_menu_selectall_mtrl_alpha=0x7f02001c; + public static int abc_ic_menu_share_mtrl_alpha=0x7f02001d; + public static int abc_ic_search_api_material=0x7f02001e; + public static int abc_ic_star_black_16dp=0x7f02001f; + public static int abc_ic_star_black_36dp=0x7f020020; + public static int abc_ic_star_black_48dp=0x7f020021; + public static int abc_ic_star_half_black_16dp=0x7f020022; + public static int abc_ic_star_half_black_36dp=0x7f020023; + public static int abc_ic_star_half_black_48dp=0x7f020024; + public static int abc_ic_voice_search_api_material=0x7f020025; + public static int abc_item_background_holo_dark=0x7f020026; + public static int abc_item_background_holo_light=0x7f020027; + public static int abc_list_divider_mtrl_alpha=0x7f020028; + public static int abc_list_focused_holo=0x7f020029; + public static int abc_list_longpressed_holo=0x7f02002a; + public static int abc_list_pressed_holo_dark=0x7f02002b; + public static int abc_list_pressed_holo_light=0x7f02002c; + public static int abc_list_selector_background_transition_holo_dark=0x7f02002d; + public static int abc_list_selector_background_transition_holo_light=0x7f02002e; + public static int abc_list_selector_disabled_holo_dark=0x7f02002f; + public static int abc_list_selector_disabled_holo_light=0x7f020030; + public static int abc_list_selector_holo_dark=0x7f020031; + public static int abc_list_selector_holo_light=0x7f020032; + public static int abc_menu_hardkey_panel_mtrl_mult=0x7f020033; + public static int abc_popup_background_mtrl_mult=0x7f020034; + public static int abc_ratingbar_indicator_material=0x7f020035; + public static int abc_ratingbar_material=0x7f020036; + public static int abc_ratingbar_small_material=0x7f020037; + public static int abc_scrubber_control_off_mtrl_alpha=0x7f020038; + public static int abc_scrubber_control_to_pressed_mtrl_000=0x7f020039; + public static int abc_scrubber_control_to_pressed_mtrl_005=0x7f02003a; + public static int abc_scrubber_primary_mtrl_alpha=0x7f02003b; + public static int abc_scrubber_track_mtrl_alpha=0x7f02003c; + public static int abc_seekbar_thumb_material=0x7f02003d; + public static int abc_seekbar_tick_mark_material=0x7f02003e; + public static int abc_seekbar_track_material=0x7f02003f; + public static int abc_spinner_mtrl_am_alpha=0x7f020040; + public static int abc_spinner_textfield_background_material=0x7f020041; + public static int abc_switch_thumb_material=0x7f020042; + public static int abc_switch_track_mtrl_alpha=0x7f020043; + public static int abc_tab_indicator_material=0x7f020044; + public static int abc_tab_indicator_mtrl_alpha=0x7f020045; + public static int abc_text_cursor_material=0x7f020046; + public static int abc_text_select_handle_left_mtrl_dark=0x7f020047; + public static int abc_text_select_handle_left_mtrl_light=0x7f020048; + public static int abc_text_select_handle_middle_mtrl_dark=0x7f020049; + public static int abc_text_select_handle_middle_mtrl_light=0x7f02004a; + public static int abc_text_select_handle_right_mtrl_dark=0x7f02004b; + public static int abc_text_select_handle_right_mtrl_light=0x7f02004c; + public static int abc_textfield_activated_mtrl_alpha=0x7f02004d; + public static int abc_textfield_default_mtrl_alpha=0x7f02004e; + public static int abc_textfield_search_activated_mtrl_alpha=0x7f02004f; + public static int abc_textfield_search_default_mtrl_alpha=0x7f020050; + public static int abc_textfield_search_material=0x7f020051; + public static int abc_vector_test=0x7f020052; + public static int avd_hide_password=0x7f020053; + public static int avd_hide_password_1=0x7f02012f; + public static int avd_hide_password_2=0x7f020130; + public static int avd_hide_password_3=0x7f020131; + public static int avd_show_password=0x7f020054; + public static int avd_show_password_1=0x7f020132; + public static int avd_show_password_2=0x7f020133; + public static int avd_show_password_3=0x7f020134; + public static int design_bottom_navigation_item_background=0x7f020055; + public static int design_fab_background=0x7f020056; + public static int design_ic_visibility=0x7f020057; + public static int design_ic_visibility_off=0x7f020058; + public static int design_password_eye=0x7f020059; + public static int design_snackbar_background=0x7f02005a; + public static int ic_audiotrack_dark=0x7f02005b; + public static int ic_audiotrack_light=0x7f02005c; + public static int ic_dialog_close_dark=0x7f02005d; + public static int ic_dialog_close_light=0x7f02005e; + public static int ic_group_collapse_00=0x7f02005f; + public static int ic_group_collapse_01=0x7f020060; + public static int ic_group_collapse_02=0x7f020061; + public static int ic_group_collapse_03=0x7f020062; + public static int ic_group_collapse_04=0x7f020063; + public static int ic_group_collapse_05=0x7f020064; + public static int ic_group_collapse_06=0x7f020065; + public static int ic_group_collapse_07=0x7f020066; + public static int ic_group_collapse_08=0x7f020067; + public static int ic_group_collapse_09=0x7f020068; + public static int ic_group_collapse_10=0x7f020069; + public static int ic_group_collapse_11=0x7f02006a; + public static int ic_group_collapse_12=0x7f02006b; + public static int ic_group_collapse_13=0x7f02006c; + public static int ic_group_collapse_14=0x7f02006d; + public static int ic_group_collapse_15=0x7f02006e; + public static int ic_group_expand_00=0x7f02006f; + public static int ic_group_expand_01=0x7f020070; + public static int ic_group_expand_02=0x7f020071; + public static int ic_group_expand_03=0x7f020072; + public static int ic_group_expand_04=0x7f020073; + public static int ic_group_expand_05=0x7f020074; + public static int ic_group_expand_06=0x7f020075; + public static int ic_group_expand_07=0x7f020076; + public static int ic_group_expand_08=0x7f020077; + public static int ic_group_expand_09=0x7f020078; + public static int ic_group_expand_10=0x7f020079; + public static int ic_group_expand_11=0x7f02007a; + public static int ic_group_expand_12=0x7f02007b; + public static int ic_group_expand_13=0x7f02007c; + public static int ic_group_expand_14=0x7f02007d; + public static int ic_group_expand_15=0x7f02007e; + public static int ic_media_pause_dark=0x7f02007f; + public static int ic_media_pause_light=0x7f020080; + public static int ic_media_play_dark=0x7f020081; + public static int ic_media_play_light=0x7f020082; + public static int ic_media_stop_dark=0x7f020083; + public static int ic_media_stop_light=0x7f020084; + public static int ic_mr_button_connected_00_dark=0x7f020085; + public static int ic_mr_button_connected_00_light=0x7f020086; + public static int ic_mr_button_connected_01_dark=0x7f020087; + public static int ic_mr_button_connected_01_light=0x7f020088; + public static int ic_mr_button_connected_02_dark=0x7f020089; + public static int ic_mr_button_connected_02_light=0x7f02008a; + public static int ic_mr_button_connected_03_dark=0x7f02008b; + public static int ic_mr_button_connected_03_light=0x7f02008c; + public static int ic_mr_button_connected_04_dark=0x7f02008d; + public static int ic_mr_button_connected_04_light=0x7f02008e; + public static int ic_mr_button_connected_05_dark=0x7f02008f; + public static int ic_mr_button_connected_05_light=0x7f020090; + public static int ic_mr_button_connected_06_dark=0x7f020091; + public static int ic_mr_button_connected_06_light=0x7f020092; + public static int ic_mr_button_connected_07_dark=0x7f020093; + public static int ic_mr_button_connected_07_light=0x7f020094; + public static int ic_mr_button_connected_08_dark=0x7f020095; + public static int ic_mr_button_connected_08_light=0x7f020096; + public static int ic_mr_button_connected_09_dark=0x7f020097; + public static int ic_mr_button_connected_09_light=0x7f020098; + public static int ic_mr_button_connected_10_dark=0x7f020099; + public static int ic_mr_button_connected_10_light=0x7f02009a; + public static int ic_mr_button_connected_11_dark=0x7f02009b; + public static int ic_mr_button_connected_11_light=0x7f02009c; + public static int ic_mr_button_connected_12_dark=0x7f02009d; + public static int ic_mr_button_connected_12_light=0x7f02009e; + public static int ic_mr_button_connected_13_dark=0x7f02009f; + public static int ic_mr_button_connected_13_light=0x7f0200a0; + public static int ic_mr_button_connected_14_dark=0x7f0200a1; + public static int ic_mr_button_connected_14_light=0x7f0200a2; + public static int ic_mr_button_connected_15_dark=0x7f0200a3; + public static int ic_mr_button_connected_15_light=0x7f0200a4; + public static int ic_mr_button_connected_16_dark=0x7f0200a5; + public static int ic_mr_button_connected_16_light=0x7f0200a6; + public static int ic_mr_button_connected_17_dark=0x7f0200a7; + public static int ic_mr_button_connected_17_light=0x7f0200a8; + public static int ic_mr_button_connected_18_dark=0x7f0200a9; + public static int ic_mr_button_connected_18_light=0x7f0200aa; + public static int ic_mr_button_connected_19_dark=0x7f0200ab; + public static int ic_mr_button_connected_19_light=0x7f0200ac; + public static int ic_mr_button_connected_20_dark=0x7f0200ad; + public static int ic_mr_button_connected_20_light=0x7f0200ae; + public static int ic_mr_button_connected_21_dark=0x7f0200af; + public static int ic_mr_button_connected_21_light=0x7f0200b0; + public static int ic_mr_button_connected_22_dark=0x7f0200b1; + public static int ic_mr_button_connected_22_light=0x7f0200b2; + public static int ic_mr_button_connected_23_dark=0x7f0200b3; + public static int ic_mr_button_connected_23_light=0x7f0200b4; + public static int ic_mr_button_connected_24_dark=0x7f0200b5; + public static int ic_mr_button_connected_24_light=0x7f0200b6; + public static int ic_mr_button_connected_25_dark=0x7f0200b7; + public static int ic_mr_button_connected_25_light=0x7f0200b8; + public static int ic_mr_button_connected_26_dark=0x7f0200b9; + public static int ic_mr_button_connected_26_light=0x7f0200ba; + public static int ic_mr_button_connected_27_dark=0x7f0200bb; + public static int ic_mr_button_connected_27_light=0x7f0200bc; + public static int ic_mr_button_connected_28_dark=0x7f0200bd; + public static int ic_mr_button_connected_28_light=0x7f0200be; + public static int ic_mr_button_connected_29_dark=0x7f0200bf; + public static int ic_mr_button_connected_29_light=0x7f0200c0; + public static int ic_mr_button_connected_30_dark=0x7f0200c1; + public static int ic_mr_button_connected_30_light=0x7f0200c2; + public static int ic_mr_button_connecting_00_dark=0x7f0200c3; + public static int ic_mr_button_connecting_00_light=0x7f0200c4; + public static int ic_mr_button_connecting_01_dark=0x7f0200c5; + public static int ic_mr_button_connecting_01_light=0x7f0200c6; + public static int ic_mr_button_connecting_02_dark=0x7f0200c7; + public static int ic_mr_button_connecting_02_light=0x7f0200c8; + public static int ic_mr_button_connecting_03_dark=0x7f0200c9; + public static int ic_mr_button_connecting_03_light=0x7f0200ca; + public static int ic_mr_button_connecting_04_dark=0x7f0200cb; + public static int ic_mr_button_connecting_04_light=0x7f0200cc; + public static int ic_mr_button_connecting_05_dark=0x7f0200cd; + public static int ic_mr_button_connecting_05_light=0x7f0200ce; + public static int ic_mr_button_connecting_06_dark=0x7f0200cf; + public static int ic_mr_button_connecting_06_light=0x7f0200d0; + public static int ic_mr_button_connecting_07_dark=0x7f0200d1; + public static int ic_mr_button_connecting_07_light=0x7f0200d2; + public static int ic_mr_button_connecting_08_dark=0x7f0200d3; + public static int ic_mr_button_connecting_08_light=0x7f0200d4; + public static int ic_mr_button_connecting_09_dark=0x7f0200d5; + public static int ic_mr_button_connecting_09_light=0x7f0200d6; + public static int ic_mr_button_connecting_10_dark=0x7f0200d7; + public static int ic_mr_button_connecting_10_light=0x7f0200d8; + public static int ic_mr_button_connecting_11_dark=0x7f0200d9; + public static int ic_mr_button_connecting_11_light=0x7f0200da; + public static int ic_mr_button_connecting_12_dark=0x7f0200db; + public static int ic_mr_button_connecting_12_light=0x7f0200dc; + public static int ic_mr_button_connecting_13_dark=0x7f0200dd; + public static int ic_mr_button_connecting_13_light=0x7f0200de; + public static int ic_mr_button_connecting_14_dark=0x7f0200df; + public static int ic_mr_button_connecting_14_light=0x7f0200e0; + public static int ic_mr_button_connecting_15_dark=0x7f0200e1; + public static int ic_mr_button_connecting_15_light=0x7f0200e2; + public static int ic_mr_button_connecting_16_dark=0x7f0200e3; + public static int ic_mr_button_connecting_16_light=0x7f0200e4; + public static int ic_mr_button_connecting_17_dark=0x7f0200e5; + public static int ic_mr_button_connecting_17_light=0x7f0200e6; + public static int ic_mr_button_connecting_18_dark=0x7f0200e7; + public static int ic_mr_button_connecting_18_light=0x7f0200e8; + public static int ic_mr_button_connecting_19_dark=0x7f0200e9; + public static int ic_mr_button_connecting_19_light=0x7f0200ea; + public static int ic_mr_button_connecting_20_dark=0x7f0200eb; + public static int ic_mr_button_connecting_20_light=0x7f0200ec; + public static int ic_mr_button_connecting_21_dark=0x7f0200ed; + public static int ic_mr_button_connecting_21_light=0x7f0200ee; + public static int ic_mr_button_connecting_22_dark=0x7f0200ef; + public static int ic_mr_button_connecting_22_light=0x7f0200f0; + public static int ic_mr_button_connecting_23_dark=0x7f0200f1; + public static int ic_mr_button_connecting_23_light=0x7f0200f2; + public static int ic_mr_button_connecting_24_dark=0x7f0200f3; + public static int ic_mr_button_connecting_24_light=0x7f0200f4; + public static int ic_mr_button_connecting_25_dark=0x7f0200f5; + public static int ic_mr_button_connecting_25_light=0x7f0200f6; + public static int ic_mr_button_connecting_26_dark=0x7f0200f7; + public static int ic_mr_button_connecting_26_light=0x7f0200f8; + public static int ic_mr_button_connecting_27_dark=0x7f0200f9; + public static int ic_mr_button_connecting_27_light=0x7f0200fa; + public static int ic_mr_button_connecting_28_dark=0x7f0200fb; + public static int ic_mr_button_connecting_28_light=0x7f0200fc; + public static int ic_mr_button_connecting_29_dark=0x7f0200fd; + public static int ic_mr_button_connecting_29_light=0x7f0200fe; + public static int ic_mr_button_connecting_30_dark=0x7f0200ff; + public static int ic_mr_button_connecting_30_light=0x7f020100; + public static int ic_mr_button_disabled_dark=0x7f020101; + public static int ic_mr_button_disabled_light=0x7f020102; + public static int ic_mr_button_disconnected_dark=0x7f020103; + public static int ic_mr_button_disconnected_light=0x7f020104; + public static int ic_mr_button_grey=0x7f020105; + public static int ic_vol_type_speaker_dark=0x7f020106; + public static int ic_vol_type_speaker_group_dark=0x7f020107; + public static int ic_vol_type_speaker_group_light=0x7f020108; + public static int ic_vol_type_speaker_light=0x7f020109; + public static int ic_vol_type_tv_dark=0x7f02010a; + public static int ic_vol_type_tv_light=0x7f02010b; + public static int mr_button_connected_dark=0x7f02010c; + public static int mr_button_connected_light=0x7f02010d; + public static int mr_button_connecting_dark=0x7f02010e; + public static int mr_button_connecting_light=0x7f02010f; + public static int mr_button_dark=0x7f020110; + public static int mr_button_light=0x7f020111; + public static int mr_dialog_close_dark=0x7f020112; + public static int mr_dialog_close_light=0x7f020113; + public static int mr_dialog_material_background_dark=0x7f020114; + public static int mr_dialog_material_background_light=0x7f020115; + public static int mr_group_collapse=0x7f020116; + public static int mr_group_expand=0x7f020117; + public static int mr_media_pause_dark=0x7f020118; + public static int mr_media_pause_light=0x7f020119; + public static int mr_media_play_dark=0x7f02011a; + public static int mr_media_play_light=0x7f02011b; + public static int mr_media_stop_dark=0x7f02011c; + public static int mr_media_stop_light=0x7f02011d; + public static int mr_vol_type_audiotrack_dark=0x7f02011e; + public static int mr_vol_type_audiotrack_light=0x7f02011f; + public static int navigation_empty_icon=0x7f020120; + public static int notification_action_background=0x7f020121; + public static int notification_bg=0x7f020122; + public static int notification_bg_low=0x7f020123; + public static int notification_bg_low_normal=0x7f020124; + public static int notification_bg_low_pressed=0x7f020125; + public static int notification_bg_normal=0x7f020126; + public static int notification_bg_normal_pressed=0x7f020127; + public static int notification_icon_background=0x7f020128; + public static int notification_template_icon_bg=0x7f02012d; + public static int notification_template_icon_low_bg=0x7f02012e; + public static int notification_tile_bg=0x7f020129; + public static int notify_panel_notification_icon_bg=0x7f02012a; + public static int tooltip_frame_dark=0x7f02012b; + public static int tooltip_frame_light=0x7f02012c; + } + public static final class id { + public static int ALT=0x7f090032; + public static int CTRL=0x7f090033; + public static int FUNCTION=0x7f090034; + public static int META=0x7f090035; + public static int SHIFT=0x7f090036; + public static int SYM=0x7f090037; + public static int action0=0x7f0900b6; + public static int action_bar=0x7f09007c; + public static int action_bar_activity_content=0x7f090001; + public static int action_bar_container=0x7f09007b; + public static int action_bar_root=0x7f090077; + public static int action_bar_spinner=0x7f090002; + public static int action_bar_subtitle=0x7f09005b; + public static int action_bar_title=0x7f09005a; + public static int action_container=0x7f0900b3; + public static int action_context_bar=0x7f09007d; + public static int action_divider=0x7f0900ba; + public static int action_image=0x7f0900b4; + public static int action_menu_divider=0x7f090003; + public static int action_menu_presenter=0x7f090004; + public static int action_mode_bar=0x7f090079; + public static int action_mode_bar_stub=0x7f090078; + public static int action_mode_close_button=0x7f09005c; + public static int action_text=0x7f0900b5; + public static int actions=0x7f0900c3; + public static int activity_chooser_view_content=0x7f09005d; + public static int add=0x7f090027; + public static int alertTitle=0x7f090070; + public static int all=0x7f090052; + public static int always=0x7f090038; + public static int async=0x7f090056; + public static int auto=0x7f090044; + public static int beginning=0x7f09002f; + public static int blocking=0x7f090057; + public static int bottom=0x7f09003d; + public static int buttonPanel=0x7f090063; + public static int cancel_action=0x7f0900b7; + public static int center=0x7f090045; + public static int center_horizontal=0x7f090046; + public static int center_vertical=0x7f090047; + public static int checkbox=0x7f090073; + public static int chronometer=0x7f0900bf; + public static int clip_horizontal=0x7f09004e; + public static int clip_vertical=0x7f09004f; + public static int collapseActionView=0x7f090039; + public static int container=0x7f09008d; + public static int contentPanel=0x7f090066; + public static int coordinator=0x7f09008e; + public static int custom=0x7f09006d; + public static int customPanel=0x7f09006c; + public static int decor_content_parent=0x7f09007a; + public static int default_activity_button=0x7f090060; + public static int design_bottom_sheet=0x7f090090; + public static int design_menu_item_action_area=0x7f090097; + public static int design_menu_item_action_area_stub=0x7f090096; + public static int design_menu_item_text=0x7f090095; + public static int design_navigation_view=0x7f090094; + public static int disableHome=0x7f090020; + public static int edit_query=0x7f09007e; + public static int end=0x7f090030; + public static int end_padder=0x7f0900c5; + public static int enterAlways=0x7f09003f; + public static int enterAlwaysCollapsed=0x7f090040; + public static int exitUntilCollapsed=0x7f090041; + public static int expand_activities_button=0x7f09005e; + public static int expanded_menu=0x7f090072; + public static int fill=0x7f090050; + public static int fill_horizontal=0x7f090051; + public static int fill_vertical=0x7f090048; + public static int fixed=0x7f090054; + public static int forever=0x7f090058; + public static int ghost_view=0x7f09000a; + public static int home=0x7f090005; + public static int homeAsUp=0x7f090021; + public static int icon=0x7f090062; + public static int icon_group=0x7f0900c4; + public static int ifRoom=0x7f09003a; + public static int image=0x7f09005f; + public static int info=0x7f0900c0; + public static int italic=0x7f090059; + public static int item_touch_helper_previous_elevation=0x7f090000; + public static int largeLabel=0x7f09008c; + public static int left=0x7f090049; + public static int line1=0x7f090017; + public static int line3=0x7f090018; + public static int listMode=0x7f09001d; + public static int list_item=0x7f090061; + public static int masked=0x7f0900ca; + public static int media_actions=0x7f0900b9; + public static int message=0x7f0900c8; + public static int middle=0x7f090031; + public static int mini=0x7f090053; + public static int mr_art=0x7f0900a5; + public static int mr_chooser_list=0x7f09009a; + public static int mr_chooser_route_desc=0x7f09009d; + public static int mr_chooser_route_icon=0x7f09009b; + public static int mr_chooser_route_name=0x7f09009c; + public static int mr_chooser_title=0x7f090099; + public static int mr_close=0x7f0900a2; + public static int mr_control_divider=0x7f0900a8; + public static int mr_control_playback_ctrl=0x7f0900ae; + public static int mr_control_subtitle=0x7f0900b1; + public static int mr_control_title=0x7f0900b0; + public static int mr_control_title_container=0x7f0900af; + public static int mr_custom_control=0x7f0900a3; + public static int mr_default_control=0x7f0900a4; + public static int mr_dialog_area=0x7f09009f; + public static int mr_expandable_area=0x7f09009e; + public static int mr_group_expand_collapse=0x7f0900b2; + public static int mr_media_main_control=0x7f0900a6; + public static int mr_name=0x7f0900a1; + public static int mr_playback_control=0x7f0900a7; + public static int mr_title_bar=0x7f0900a0; + public static int mr_volume_control=0x7f0900a9; + public static int mr_volume_group_list=0x7f0900aa; + public static int mr_volume_item_icon=0x7f0900ac; + public static int mr_volume_slider=0x7f0900ad; + public static int multiply=0x7f090028; + public static int navigation_header_container=0x7f090093; + public static int never=0x7f09003b; + public static int none=0x7f090022; + public static int normal=0x7f09001e; + public static int notification_background=0x7f0900c2; + public static int notification_main_column=0x7f0900bc; + public static int notification_main_column_container=0x7f0900bb; + public static int parallax=0x7f09004c; + public static int parentPanel=0x7f090065; + public static int parent_matrix=0x7f09000b; + public static int pin=0x7f09004d; + public static int progress_circular=0x7f090006; + public static int progress_horizontal=0x7f090007; + public static int radio=0x7f090075; + public static int right=0x7f09004a; + public static int right_icon=0x7f0900c1; + public static int right_side=0x7f0900bd; + public static int save_image_matrix=0x7f09000c; + public static int save_non_transition_alpha=0x7f09000d; + public static int save_scale_type=0x7f09000e; + public static int screen=0x7f090029; + public static int scroll=0x7f090042; + public static int scrollIndicatorDown=0x7f09006b; + public static int scrollIndicatorUp=0x7f090067; + public static int scrollView=0x7f090068; + public static int scrollable=0x7f090055; + public static int search_badge=0x7f090080; + public static int search_bar=0x7f09007f; + public static int search_button=0x7f090081; + public static int search_close_btn=0x7f090086; + public static int search_edit_frame=0x7f090082; + public static int search_go_btn=0x7f090088; + public static int search_mag_icon=0x7f090083; + public static int search_plate=0x7f090084; + public static int search_src_text=0x7f090085; + public static int search_voice_btn=0x7f090089; + public static int select_dialog_listview=0x7f09008a; + public static int shortcut=0x7f090074; + public static int showCustom=0x7f090023; + public static int showHome=0x7f090024; + public static int showTitle=0x7f090025; + public static int sliding_tabs=0x7f0900c6; + public static int smallLabel=0x7f09008b; + public static int snackbar_action=0x7f090092; + public static int snackbar_text=0x7f090091; + public static int snap=0x7f090043; + public static int spacer=0x7f090064; + public static int split_action_bar=0x7f090008; + public static int src_atop=0x7f09002a; + public static int src_in=0x7f09002b; + public static int src_over=0x7f09002c; + public static int start=0x7f09004b; + public static int status_bar_latest_event_content=0x7f0900b8; + public static int submenuarrow=0x7f090076; + public static int submit_area=0x7f090087; + public static int tabMode=0x7f09001f; + public static int tag_transition_group=0x7f090019; + public static int text=0x7f09001a; + public static int text2=0x7f09001b; + public static int textSpacerNoButtons=0x7f09006a; + public static int textSpacerNoTitle=0x7f090069; + public static int text_input_password_toggle=0x7f090098; + public static int textinput_counter=0x7f090014; + public static int textinput_error=0x7f090015; + public static int time=0x7f0900be; + public static int title=0x7f09001c; + public static int titleDividerNoCustom=0x7f090071; + public static int title_template=0x7f09006f; + public static int toolbar=0x7f0900c7; + public static int top=0x7f09003e; + public static int topPanel=0x7f09006e; + public static int touch_outside=0x7f09008f; + public static int transition_current_scene=0x7f09000f; + public static int transition_layout_save=0x7f090010; + public static int transition_position=0x7f090011; + public static int transition_scene_layoutid_cache=0x7f090012; + public static int transition_transform=0x7f090013; + public static int uniform=0x7f09002d; + public static int up=0x7f090009; + public static int useLogo=0x7f090026; + public static int view_offset_helper=0x7f090016; + public static int visible=0x7f0900c9; + public static int volume_item_container=0x7f0900ab; + public static int withText=0x7f09003c; + public static int wrap_content=0x7f09002e; + } + public static final class integer { + public static int abc_config_activityDefaultDur=0x7f0b0003; + public static int abc_config_activityShortDur=0x7f0b0004; + public static int app_bar_elevation_anim_duration=0x7f0b0008; + public static int bottom_sheet_slide_duration=0x7f0b0009; + public static int cancel_button_image_alpha=0x7f0b0005; + public static int config_tooltipAnimTime=0x7f0b0006; + public static int design_snackbar_text_max_lines=0x7f0b0007; + public static int hide_password_duration=0x7f0b000a; + public static int mr_controller_volume_group_list_animation_duration_ms=0x7f0b0000; + public static int mr_controller_volume_group_list_fade_in_duration_ms=0x7f0b0001; + public static int mr_controller_volume_group_list_fade_out_duration_ms=0x7f0b0002; + public static int show_password_duration=0x7f0b000b; + public static int status_bar_notification_info_maxnum=0x7f0b000c; + } + public static final class interpolator { + public static int mr_fast_out_slow_in=0x7f070000; + public static int mr_linear_out_slow_in=0x7f070001; + } + public static final class layout { + public static int abc_action_bar_title_item=0x7f040000; + public static int abc_action_bar_up_container=0x7f040001; + public static int abc_action_menu_item_layout=0x7f040002; + public static int abc_action_menu_layout=0x7f040003; + public static int abc_action_mode_bar=0x7f040004; + public static int abc_action_mode_close_item_material=0x7f040005; + public static int abc_activity_chooser_view=0x7f040006; + public static int abc_activity_chooser_view_list_item=0x7f040007; + public static int abc_alert_dialog_button_bar_material=0x7f040008; + public static int abc_alert_dialog_material=0x7f040009; + public static int abc_alert_dialog_title_material=0x7f04000a; + public static int abc_dialog_title_material=0x7f04000b; + public static int abc_expanded_menu_layout=0x7f04000c; + public static int abc_list_menu_item_checkbox=0x7f04000d; + public static int abc_list_menu_item_icon=0x7f04000e; + public static int abc_list_menu_item_layout=0x7f04000f; + public static int abc_list_menu_item_radio=0x7f040010; + public static int abc_popup_menu_header_item_layout=0x7f040011; + public static int abc_popup_menu_item_layout=0x7f040012; + public static int abc_screen_content_include=0x7f040013; + public static int abc_screen_simple=0x7f040014; + public static int abc_screen_simple_overlay_action_mode=0x7f040015; + public static int abc_screen_toolbar=0x7f040016; + public static int abc_search_dropdown_item_icons_2line=0x7f040017; + public static int abc_search_view=0x7f040018; + public static int abc_select_dialog_material=0x7f040019; + public static int design_bottom_navigation_item=0x7f04001a; + public static int design_bottom_sheet_dialog=0x7f04001b; + public static int design_layout_snackbar=0x7f04001c; + public static int design_layout_snackbar_include=0x7f04001d; + public static int design_layout_tab_icon=0x7f04001e; + public static int design_layout_tab_text=0x7f04001f; + public static int design_menu_item_action_area=0x7f040020; + public static int design_navigation_item=0x7f040021; + public static int design_navigation_item_header=0x7f040022; + public static int design_navigation_item_separator=0x7f040023; + public static int design_navigation_item_subheader=0x7f040024; + public static int design_navigation_menu=0x7f040025; + public static int design_navigation_menu_item=0x7f040026; + public static int design_text_input_password_icon=0x7f040027; + public static int mr_chooser_dialog=0x7f040028; + public static int mr_chooser_list_item=0x7f040029; + public static int mr_controller_material_dialog_b=0x7f04002a; + public static int mr_controller_volume_item=0x7f04002b; + public static int mr_playback_control=0x7f04002c; + public static int mr_volume_control=0x7f04002d; + public static int notification_action=0x7f04002e; + public static int notification_action_tombstone=0x7f04002f; + public static int notification_media_action=0x7f040030; + public static int notification_media_cancel_action=0x7f040031; + public static int notification_template_big_media=0x7f040032; + public static int notification_template_big_media_custom=0x7f040033; + public static int notification_template_big_media_narrow=0x7f040034; + public static int notification_template_big_media_narrow_custom=0x7f040035; + public static int notification_template_custom_big=0x7f040036; + public static int notification_template_icon_group=0x7f040037; + public static int notification_template_lines_media=0x7f040038; + public static int notification_template_media=0x7f040039; + public static int notification_template_media_custom=0x7f04003a; + public static int notification_template_part_chronometer=0x7f04003b; + public static int notification_template_part_time=0x7f04003c; + public static int select_dialog_item_material=0x7f04003d; + public static int select_dialog_multichoice_material=0x7f04003e; + public static int select_dialog_singlechoice_material=0x7f04003f; + public static int support_simple_spinner_dropdown_item=0x7f040040; + public static int tabbar=0x7f040041; + public static int toolbar=0x7f040042; + public static int tooltip=0x7f040043; + } + public static final class mipmap { + public static int icon=0x7f030000; + public static int icon_round=0x7f030001; + public static int launcher_foreground=0x7f030002; + } + public static final class string { + public static int abc_action_bar_home_description=0x7f0a0015; + public static int abc_action_bar_up_description=0x7f0a0016; + public static int abc_action_menu_overflow_description=0x7f0a0017; + public static int abc_action_mode_done=0x7f0a0018; + public static int abc_activity_chooser_view_see_all=0x7f0a0019; + public static int abc_activitychooserview_choose_application=0x7f0a001a; + public static int abc_capital_off=0x7f0a001b; + public static int abc_capital_on=0x7f0a001c; + public static int abc_font_family_body_1_material=0x7f0a0027; + public static int abc_font_family_body_2_material=0x7f0a0028; + public static int abc_font_family_button_material=0x7f0a0029; + public static int abc_font_family_caption_material=0x7f0a002a; + public static int abc_font_family_display_1_material=0x7f0a002b; + public static int abc_font_family_display_2_material=0x7f0a002c; + public static int abc_font_family_display_3_material=0x7f0a002d; + public static int abc_font_family_display_4_material=0x7f0a002e; + public static int abc_font_family_headline_material=0x7f0a002f; + public static int abc_font_family_menu_material=0x7f0a0030; + public static int abc_font_family_subhead_material=0x7f0a0031; + public static int abc_font_family_title_material=0x7f0a0032; + public static int abc_search_hint=0x7f0a001d; + public static int abc_searchview_description_clear=0x7f0a001e; + public static int abc_searchview_description_query=0x7f0a001f; + public static int abc_searchview_description_search=0x7f0a0020; + public static int abc_searchview_description_submit=0x7f0a0021; + public static int abc_searchview_description_voice=0x7f0a0022; + public static int abc_shareactionprovider_share_with=0x7f0a0023; + public static int abc_shareactionprovider_share_with_application=0x7f0a0024; + public static int abc_toolbar_collapse_description=0x7f0a0025; + public static int appbar_scrolling_view_behavior=0x7f0a0033; + public static int bottom_sheet_behavior=0x7f0a0034; + public static int character_counter_pattern=0x7f0a0035; + public static int mr_button_content_description=0x7f0a0000; + public static int mr_cast_button_connected=0x7f0a0001; + public static int mr_cast_button_connecting=0x7f0a0002; + public static int mr_cast_button_disconnected=0x7f0a0003; + public static int mr_chooser_searching=0x7f0a0004; + public static int mr_chooser_title=0x7f0a0005; + public static int mr_controller_album_art=0x7f0a0006; + public static int mr_controller_casting_screen=0x7f0a0007; + public static int mr_controller_close_description=0x7f0a0008; + public static int mr_controller_collapse_group=0x7f0a0009; + public static int mr_controller_disconnect=0x7f0a000a; + public static int mr_controller_expand_group=0x7f0a000b; + public static int mr_controller_no_info_available=0x7f0a000c; + public static int mr_controller_no_media_selected=0x7f0a000d; + public static int mr_controller_pause=0x7f0a000e; + public static int mr_controller_play=0x7f0a000f; + public static int mr_controller_stop=0x7f0a0010; + public static int mr_controller_stop_casting=0x7f0a0011; + public static int mr_controller_volume_slider=0x7f0a0012; + public static int mr_system_route_name=0x7f0a0013; + public static int mr_user_route_category_name=0x7f0a0014; + public static int password_toggle_content_description=0x7f0a0036; + public static int path_password_eye=0x7f0a0037; + public static int path_password_eye_mask_strike_through=0x7f0a0038; + public static int path_password_eye_mask_visible=0x7f0a0039; + public static int path_password_strike_through=0x7f0a003a; + public static int search_menu_title=0x7f0a0026; + public static int status_bar_notification_info_overflow=0x7f0a003b; + } + public static final class style { + public static int AlertDialog_AppCompat=0x7f0c00a4; + public static int AlertDialog_AppCompat_Light=0x7f0c00a5; + public static int Animation_AppCompat_Dialog=0x7f0c00a6; + public static int Animation_AppCompat_DropDownUp=0x7f0c00a7; + public static int Animation_AppCompat_Tooltip=0x7f0c00a8; + public static int Animation_Design_BottomSheetDialog=0x7f0c016e; + public static int AppCompatDialogStyle=0x7f0c0191; + public static int Base_AlertDialog_AppCompat=0x7f0c00a9; + public static int Base_AlertDialog_AppCompat_Light=0x7f0c00aa; + public static int Base_Animation_AppCompat_Dialog=0x7f0c00ab; + public static int Base_Animation_AppCompat_DropDownUp=0x7f0c00ac; + public static int Base_Animation_AppCompat_Tooltip=0x7f0c00ad; + public static int Base_CardView=0x7f0c000c; + public static int Base_DialogWindowTitle_AppCompat=0x7f0c00ae; + public static int Base_DialogWindowTitleBackground_AppCompat=0x7f0c00af; + public static int Base_TextAppearance_AppCompat=0x7f0c0048; + public static int Base_TextAppearance_AppCompat_Body1=0x7f0c0049; + public static int Base_TextAppearance_AppCompat_Body2=0x7f0c004a; + public static int Base_TextAppearance_AppCompat_Button=0x7f0c0036; + public static int Base_TextAppearance_AppCompat_Caption=0x7f0c004b; + public static int Base_TextAppearance_AppCompat_Display1=0x7f0c004c; + public static int Base_TextAppearance_AppCompat_Display2=0x7f0c004d; + public static int Base_TextAppearance_AppCompat_Display3=0x7f0c004e; + public static int Base_TextAppearance_AppCompat_Display4=0x7f0c004f; + public static int Base_TextAppearance_AppCompat_Headline=0x7f0c0050; + public static int Base_TextAppearance_AppCompat_Inverse=0x7f0c001a; + public static int Base_TextAppearance_AppCompat_Large=0x7f0c0051; + public static int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0c001b; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c0052; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c0053; + public static int Base_TextAppearance_AppCompat_Medium=0x7f0c0054; + public static int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0c001c; + public static int Base_TextAppearance_AppCompat_Menu=0x7f0c0055; + public static int Base_TextAppearance_AppCompat_SearchResult=0x7f0c00b0; + public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c0056; + public static int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0c0057; + public static int Base_TextAppearance_AppCompat_Small=0x7f0c0058; + public static int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0c001d; + public static int Base_TextAppearance_AppCompat_Subhead=0x7f0c0059; + public static int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0c001e; + public static int Base_TextAppearance_AppCompat_Title=0x7f0c005a; + public static int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0c001f; + public static int Base_TextAppearance_AppCompat_Tooltip=0x7f0c00b1; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c0095; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c005b; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c005c; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c005d; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c005e; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c005f; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c0060; + public static int Base_TextAppearance_AppCompat_Widget_Button=0x7f0c0061; + public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c009c; + public static int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c009d; + public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c0096; + public static int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00b2; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0062; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0063; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0064; + public static int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0c0065; + public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0066; + public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c00b3; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0067; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0068; + public static int Base_Theme_AppCompat=0x7f0c0069; + public static int Base_Theme_AppCompat_CompactMenu=0x7f0c00b4; + public static int Base_Theme_AppCompat_Dialog=0x7f0c0020; + public static int Base_Theme_AppCompat_Dialog_Alert=0x7f0c0021; + public static int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0c00b5; + public static int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0c0022; + public static int Base_Theme_AppCompat_DialogWhenLarge=0x7f0c0010; + public static int Base_Theme_AppCompat_Light=0x7f0c006a; + public static int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0c00b6; + public static int Base_Theme_AppCompat_Light_Dialog=0x7f0c0023; + public static int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0c0024; + public static int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0c00b7; + public static int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0025; + public static int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0011; + public static int Base_ThemeOverlay_AppCompat=0x7f0c00b8; + public static int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0c00b9; + public static int Base_ThemeOverlay_AppCompat_Dark=0x7f0c00ba; + public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c00bb; + public static int Base_ThemeOverlay_AppCompat_Dialog=0x7f0c0026; + public static int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c0027; + public static int Base_ThemeOverlay_AppCompat_Light=0x7f0c00bc; + public static int Base_V11_Theme_AppCompat_Dialog=0x7f0c0028; + public static int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0c0029; + public static int Base_V11_ThemeOverlay_AppCompat_Dialog=0x7f0c002a; + public static int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0c0032; + public static int Base_V12_Widget_AppCompat_EditText=0x7f0c0033; + public static int Base_V14_Widget_Design_AppBarLayout=0x7f0c016f; + public static int Base_V21_Theme_AppCompat=0x7f0c006b; + public static int Base_V21_Theme_AppCompat_Dialog=0x7f0c006c; + public static int Base_V21_Theme_AppCompat_Light=0x7f0c006d; + public static int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0c006e; + public static int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0c006f; + public static int Base_V21_Widget_Design_AppBarLayout=0x7f0c016b; + public static int Base_V22_Theme_AppCompat=0x7f0c0093; + public static int Base_V22_Theme_AppCompat_Light=0x7f0c0094; + public static int Base_V23_Theme_AppCompat=0x7f0c0097; + public static int Base_V23_Theme_AppCompat_Light=0x7f0c0098; + public static int Base_V26_Theme_AppCompat=0x7f0c00a0; + public static int Base_V26_Theme_AppCompat_Light=0x7f0c00a1; + public static int Base_V26_Widget_AppCompat_Toolbar=0x7f0c00a2; + public static int Base_V26_Widget_Design_AppBarLayout=0x7f0c016d; + public static int Base_V7_Theme_AppCompat=0x7f0c00bd; + public static int Base_V7_Theme_AppCompat_Dialog=0x7f0c00be; + public static int Base_V7_Theme_AppCompat_Light=0x7f0c00bf; + public static int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0c00c0; + public static int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0c00c1; + public static int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0c00c2; + public static int Base_V7_Widget_AppCompat_EditText=0x7f0c00c3; + public static int Base_V7_Widget_AppCompat_Toolbar=0x7f0c00c4; + public static int Base_Widget_AppCompat_ActionBar=0x7f0c00c5; + public static int Base_Widget_AppCompat_ActionBar_Solid=0x7f0c00c6; + public static int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0c00c7; + public static int Base_Widget_AppCompat_ActionBar_TabText=0x7f0c0070; + public static int Base_Widget_AppCompat_ActionBar_TabView=0x7f0c0071; + public static int Base_Widget_AppCompat_ActionButton=0x7f0c0072; + public static int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0c0073; + public static int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0c0074; + public static int Base_Widget_AppCompat_ActionMode=0x7f0c00c8; + public static int Base_Widget_AppCompat_ActivityChooserView=0x7f0c00c9; + public static int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0c0034; + public static int Base_Widget_AppCompat_Button=0x7f0c0075; + public static int Base_Widget_AppCompat_Button_Borderless=0x7f0c0076; + public static int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0c0077; + public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c00ca; + public static int Base_Widget_AppCompat_Button_Colored=0x7f0c0099; + public static int Base_Widget_AppCompat_Button_Small=0x7f0c0078; + public static int Base_Widget_AppCompat_ButtonBar=0x7f0c0079; + public static int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c00cb; + public static int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0c007a; + public static int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0c007b; + public static int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0c00cc; + public static int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0c000f; + public static int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0c00cd; + public static int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0c007c; + public static int Base_Widget_AppCompat_EditText=0x7f0c0035; + public static int Base_Widget_AppCompat_ImageButton=0x7f0c007d; + public static int Base_Widget_AppCompat_Light_ActionBar=0x7f0c00ce; + public static int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0c00cf; + public static int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c00d0; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0c007e; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c007f; + public static int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0c0080; + public static int Base_Widget_AppCompat_Light_PopupMenu=0x7f0c0081; + public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c0082; + public static int Base_Widget_AppCompat_ListMenuView=0x7f0c00d1; + public static int Base_Widget_AppCompat_ListPopupWindow=0x7f0c0083; + public static int Base_Widget_AppCompat_ListView=0x7f0c0084; + public static int Base_Widget_AppCompat_ListView_DropDown=0x7f0c0085; + public static int Base_Widget_AppCompat_ListView_Menu=0x7f0c0086; + public static int Base_Widget_AppCompat_PopupMenu=0x7f0c0087; + public static int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0c0088; + public static int Base_Widget_AppCompat_PopupWindow=0x7f0c00d2; + public static int Base_Widget_AppCompat_ProgressBar=0x7f0c002b; + public static int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0c002c; + public static int Base_Widget_AppCompat_RatingBar=0x7f0c0089; + public static int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0c009a; + public static int Base_Widget_AppCompat_RatingBar_Small=0x7f0c009b; + public static int Base_Widget_AppCompat_SearchView=0x7f0c00d3; + public static int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0c00d4; + public static int Base_Widget_AppCompat_SeekBar=0x7f0c008a; + public static int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0c00d5; + public static int Base_Widget_AppCompat_Spinner=0x7f0c008b; + public static int Base_Widget_AppCompat_Spinner_Underlined=0x7f0c0012; + public static int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0c008c; + public static int Base_Widget_AppCompat_Toolbar=0x7f0c00a3; + public static int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c008d; + public static int Base_Widget_Design_AppBarLayout=0x7f0c016c; + public static int Base_Widget_Design_TabLayout=0x7f0c0170; + public static int CardView=0x7f0c000b; + public static int CardView_Dark=0x7f0c000d; + public static int CardView_Light=0x7f0c000e; + public static int MainTheme=0x7f0c018f; + /** Base theme applied no matter what API + */ + public static int MainTheme_Base=0x7f0c0190; + public static int Platform_AppCompat=0x7f0c002d; + public static int Platform_AppCompat_Light=0x7f0c002e; + public static int Platform_ThemeOverlay_AppCompat=0x7f0c008e; + public static int Platform_ThemeOverlay_AppCompat_Dark=0x7f0c008f; + public static int Platform_ThemeOverlay_AppCompat_Light=0x7f0c0090; + public static int Platform_V11_AppCompat=0x7f0c002f; + public static int Platform_V11_AppCompat_Light=0x7f0c0030; + public static int Platform_V14_AppCompat=0x7f0c0037; + public static int Platform_V14_AppCompat_Light=0x7f0c0038; + public static int Platform_V21_AppCompat=0x7f0c0091; + public static int Platform_V21_AppCompat_Light=0x7f0c0092; + public static int Platform_V25_AppCompat=0x7f0c009e; + public static int Platform_V25_AppCompat_Light=0x7f0c009f; + public static int Platform_Widget_AppCompat_Spinner=0x7f0c0031; + public static int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0c003a; + public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0c003b; + public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0c003c; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0c003d; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0c003e; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0c003f; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0c0040; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0c0041; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0c0042; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0c0043; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0c0044; + public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0c0045; + public static int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0c0046; + public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0c0047; + public static int TextAppearance_AppCompat=0x7f0c00d6; + public static int TextAppearance_AppCompat_Body1=0x7f0c00d7; + public static int TextAppearance_AppCompat_Body2=0x7f0c00d8; + public static int TextAppearance_AppCompat_Button=0x7f0c00d9; + public static int TextAppearance_AppCompat_Caption=0x7f0c00da; + public static int TextAppearance_AppCompat_Display1=0x7f0c00db; + public static int TextAppearance_AppCompat_Display2=0x7f0c00dc; + public static int TextAppearance_AppCompat_Display3=0x7f0c00dd; + public static int TextAppearance_AppCompat_Display4=0x7f0c00de; + public static int TextAppearance_AppCompat_Headline=0x7f0c00df; + public static int TextAppearance_AppCompat_Inverse=0x7f0c00e0; + public static int TextAppearance_AppCompat_Large=0x7f0c00e1; + public static int TextAppearance_AppCompat_Large_Inverse=0x7f0c00e2; + public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0c00e3; + public static int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0c00e4; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c00e5; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c00e6; + public static int TextAppearance_AppCompat_Medium=0x7f0c00e7; + public static int TextAppearance_AppCompat_Medium_Inverse=0x7f0c00e8; + public static int TextAppearance_AppCompat_Menu=0x7f0c00e9; + public static int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c00ea; + public static int TextAppearance_AppCompat_SearchResult_Title=0x7f0c00eb; + public static int TextAppearance_AppCompat_Small=0x7f0c00ec; + public static int TextAppearance_AppCompat_Small_Inverse=0x7f0c00ed; + public static int TextAppearance_AppCompat_Subhead=0x7f0c00ee; + public static int TextAppearance_AppCompat_Subhead_Inverse=0x7f0c00ef; + public static int TextAppearance_AppCompat_Title=0x7f0c00f0; + public static int TextAppearance_AppCompat_Title_Inverse=0x7f0c00f1; + public static int TextAppearance_AppCompat_Tooltip=0x7f0c0039; + public static int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c00f2; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c00f3; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c00f4; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c00f5; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c00f6; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c00f7; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0c00f8; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c00f9; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0c00fa; + public static int TextAppearance_AppCompat_Widget_Button=0x7f0c00fb; + public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c00fc; + public static int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c00fd; + public static int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c00fe; + public static int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00ff; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0100; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0101; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0102; + public static int TextAppearance_AppCompat_Widget_Switch=0x7f0c0103; + public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0104; + public static int TextAppearance_Compat_Notification=0x7f0c0188; + public static int TextAppearance_Compat_Notification_Info=0x7f0c0189; + public static int TextAppearance_Compat_Notification_Info_Media=0x7f0c0165; + public static int TextAppearance_Compat_Notification_Line2=0x7f0c018e; + public static int TextAppearance_Compat_Notification_Line2_Media=0x7f0c0169; + public static int TextAppearance_Compat_Notification_Media=0x7f0c0166; + public static int TextAppearance_Compat_Notification_Time=0x7f0c018a; + public static int TextAppearance_Compat_Notification_Time_Media=0x7f0c0167; + public static int TextAppearance_Compat_Notification_Title=0x7f0c018b; + public static int TextAppearance_Compat_Notification_Title_Media=0x7f0c0168; + public static int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0c0171; + public static int TextAppearance_Design_Counter=0x7f0c0172; + public static int TextAppearance_Design_Counter_Overflow=0x7f0c0173; + public static int TextAppearance_Design_Error=0x7f0c0174; + public static int TextAppearance_Design_Hint=0x7f0c0175; + public static int TextAppearance_Design_Snackbar_Message=0x7f0c0176; + public static int TextAppearance_Design_Tab=0x7f0c0177; + public static int TextAppearance_MediaRouter_PrimaryText=0x7f0c0000; + public static int TextAppearance_MediaRouter_SecondaryText=0x7f0c0001; + public static int TextAppearance_MediaRouter_Title=0x7f0c0002; + public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c0105; + public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0106; + public static int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0107; + public static int Theme_AppCompat=0x7f0c0108; + public static int Theme_AppCompat_CompactMenu=0x7f0c0109; + public static int Theme_AppCompat_DayNight=0x7f0c0013; + public static int Theme_AppCompat_DayNight_DarkActionBar=0x7f0c0014; + public static int Theme_AppCompat_DayNight_Dialog=0x7f0c0015; + public static int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0c0016; + public static int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0c0017; + public static int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0c0018; + public static int Theme_AppCompat_DayNight_NoActionBar=0x7f0c0019; + public static int Theme_AppCompat_Dialog=0x7f0c010a; + public static int Theme_AppCompat_Dialog_Alert=0x7f0c010b; + public static int Theme_AppCompat_Dialog_MinWidth=0x7f0c010c; + public static int Theme_AppCompat_DialogWhenLarge=0x7f0c010d; + public static int Theme_AppCompat_Light=0x7f0c010e; + public static int Theme_AppCompat_Light_DarkActionBar=0x7f0c010f; + public static int Theme_AppCompat_Light_Dialog=0x7f0c0110; + public static int Theme_AppCompat_Light_Dialog_Alert=0x7f0c0111; + public static int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0112; + public static int Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0113; + public static int Theme_AppCompat_Light_NoActionBar=0x7f0c0114; + public static int Theme_AppCompat_NoActionBar=0x7f0c0115; + public static int Theme_Design=0x7f0c0178; + public static int Theme_Design_BottomSheetDialog=0x7f0c0179; + public static int Theme_Design_Light=0x7f0c017a; + public static int Theme_Design_Light_BottomSheetDialog=0x7f0c017b; + public static int Theme_Design_Light_NoActionBar=0x7f0c017c; + public static int Theme_Design_NoActionBar=0x7f0c017d; + public static int Theme_MediaRouter=0x7f0c0003; + public static int Theme_MediaRouter_Light=0x7f0c0004; + public static int Theme_MediaRouter_Light_DarkControlPanel=0x7f0c0005; + public static int Theme_MediaRouter_LightControlPanel=0x7f0c0006; + public static int ThemeOverlay_AppCompat=0x7f0c0116; + public static int ThemeOverlay_AppCompat_ActionBar=0x7f0c0117; + public static int ThemeOverlay_AppCompat_Dark=0x7f0c0118; + public static int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c0119; + public static int ThemeOverlay_AppCompat_Dialog=0x7f0c011a; + public static int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c011b; + public static int ThemeOverlay_AppCompat_Light=0x7f0c011c; + public static int ThemeOverlay_MediaRouter_Dark=0x7f0c0007; + public static int ThemeOverlay_MediaRouter_Light=0x7f0c0008; + public static int Widget_AppCompat_ActionBar=0x7f0c011d; + public static int Widget_AppCompat_ActionBar_Solid=0x7f0c011e; + public static int Widget_AppCompat_ActionBar_TabBar=0x7f0c011f; + public static int Widget_AppCompat_ActionBar_TabText=0x7f0c0120; + public static int Widget_AppCompat_ActionBar_TabView=0x7f0c0121; + public static int Widget_AppCompat_ActionButton=0x7f0c0122; + public static int Widget_AppCompat_ActionButton_CloseMode=0x7f0c0123; + public static int Widget_AppCompat_ActionButton_Overflow=0x7f0c0124; + public static int Widget_AppCompat_ActionMode=0x7f0c0125; + public static int Widget_AppCompat_ActivityChooserView=0x7f0c0126; + public static int Widget_AppCompat_AutoCompleteTextView=0x7f0c0127; + public static int Widget_AppCompat_Button=0x7f0c0128; + public static int Widget_AppCompat_Button_Borderless=0x7f0c0129; + public static int Widget_AppCompat_Button_Borderless_Colored=0x7f0c012a; + public static int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c012b; + public static int Widget_AppCompat_Button_Colored=0x7f0c012c; + public static int Widget_AppCompat_Button_Small=0x7f0c012d; + public static int Widget_AppCompat_ButtonBar=0x7f0c012e; + public static int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c012f; + public static int Widget_AppCompat_CompoundButton_CheckBox=0x7f0c0130; + public static int Widget_AppCompat_CompoundButton_RadioButton=0x7f0c0131; + public static int Widget_AppCompat_CompoundButton_Switch=0x7f0c0132; + public static int Widget_AppCompat_DrawerArrowToggle=0x7f0c0133; + public static int Widget_AppCompat_DropDownItem_Spinner=0x7f0c0134; + public static int Widget_AppCompat_EditText=0x7f0c0135; + public static int Widget_AppCompat_ImageButton=0x7f0c0136; + public static int Widget_AppCompat_Light_ActionBar=0x7f0c0137; + public static int Widget_AppCompat_Light_ActionBar_Solid=0x7f0c0138; + public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0c0139; + public static int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c013a; + public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0c013b; + public static int Widget_AppCompat_Light_ActionBar_TabText=0x7f0c013c; + public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c013d; + public static int Widget_AppCompat_Light_ActionBar_TabView=0x7f0c013e; + public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0c013f; + public static int Widget_AppCompat_Light_ActionButton=0x7f0c0140; + public static int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0c0141; + public static int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0c0142; + public static int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0c0143; + public static int Widget_AppCompat_Light_ActivityChooserView=0x7f0c0144; + public static int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0c0145; + public static int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0c0146; + public static int Widget_AppCompat_Light_ListPopupWindow=0x7f0c0147; + public static int Widget_AppCompat_Light_ListView_DropDown=0x7f0c0148; + public static int Widget_AppCompat_Light_PopupMenu=0x7f0c0149; + public static int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c014a; + public static int Widget_AppCompat_Light_SearchView=0x7f0c014b; + public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0c014c; + public static int Widget_AppCompat_ListMenuView=0x7f0c014d; + public static int Widget_AppCompat_ListPopupWindow=0x7f0c014e; + public static int Widget_AppCompat_ListView=0x7f0c014f; + public static int Widget_AppCompat_ListView_DropDown=0x7f0c0150; + public static int Widget_AppCompat_ListView_Menu=0x7f0c0151; + public static int Widget_AppCompat_PopupMenu=0x7f0c0152; + public static int Widget_AppCompat_PopupMenu_Overflow=0x7f0c0153; + public static int Widget_AppCompat_PopupWindow=0x7f0c0154; + public static int Widget_AppCompat_ProgressBar=0x7f0c0155; + public static int Widget_AppCompat_ProgressBar_Horizontal=0x7f0c0156; + public static int Widget_AppCompat_RatingBar=0x7f0c0157; + public static int Widget_AppCompat_RatingBar_Indicator=0x7f0c0158; + public static int Widget_AppCompat_RatingBar_Small=0x7f0c0159; + public static int Widget_AppCompat_SearchView=0x7f0c015a; + public static int Widget_AppCompat_SearchView_ActionBar=0x7f0c015b; + public static int Widget_AppCompat_SeekBar=0x7f0c015c; + public static int Widget_AppCompat_SeekBar_Discrete=0x7f0c015d; + public static int Widget_AppCompat_Spinner=0x7f0c015e; + public static int Widget_AppCompat_Spinner_DropDown=0x7f0c015f; + public static int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c0160; + public static int Widget_AppCompat_Spinner_Underlined=0x7f0c0161; + public static int Widget_AppCompat_TextView_SpinnerItem=0x7f0c0162; + public static int Widget_AppCompat_Toolbar=0x7f0c0163; + public static int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c0164; + public static int Widget_Compat_NotificationActionContainer=0x7f0c018c; + public static int Widget_Compat_NotificationActionText=0x7f0c018d; + public static int Widget_Design_AppBarLayout=0x7f0c017e; + public static int Widget_Design_BottomNavigationView=0x7f0c017f; + public static int Widget_Design_BottomSheet_Modal=0x7f0c0180; + public static int Widget_Design_CollapsingToolbar=0x7f0c0181; + public static int Widget_Design_CoordinatorLayout=0x7f0c0182; + public static int Widget_Design_FloatingActionButton=0x7f0c0183; + public static int Widget_Design_NavigationView=0x7f0c0184; + public static int Widget_Design_ScrimInsetsFrameLayout=0x7f0c0185; + public static int Widget_Design_Snackbar=0x7f0c0186; + public static int Widget_Design_TabLayout=0x7f0c016a; + public static int Widget_Design_TextInputLayout=0x7f0c0187; + public static int Widget_MediaRouter_Light_MediaRouteButton=0x7f0c0009; + public static int Widget_MediaRouter_MediaRouteButton=0x7f0c000a; + } + public static final class styleable { + /** Attributes that can be used with a ActionBar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #ActionBar_background android.support.v7.cardview:background}
{@link #ActionBar_backgroundSplit android.support.v7.cardview:backgroundSplit}
{@link #ActionBar_backgroundStacked android.support.v7.cardview:backgroundStacked}
{@link #ActionBar_contentInsetEnd android.support.v7.cardview:contentInsetEnd}
{@link #ActionBar_contentInsetEndWithActions android.support.v7.cardview:contentInsetEndWithActions}
{@link #ActionBar_contentInsetLeft android.support.v7.cardview:contentInsetLeft}
{@link #ActionBar_contentInsetRight android.support.v7.cardview:contentInsetRight}
{@link #ActionBar_contentInsetStart android.support.v7.cardview:contentInsetStart}
{@link #ActionBar_contentInsetStartWithNavigation android.support.v7.cardview:contentInsetStartWithNavigation}
{@link #ActionBar_customNavigationLayout android.support.v7.cardview:customNavigationLayout}
{@link #ActionBar_displayOptions android.support.v7.cardview:displayOptions}
{@link #ActionBar_divider android.support.v7.cardview:divider}
{@link #ActionBar_elevation android.support.v7.cardview:elevation}
{@link #ActionBar_height android.support.v7.cardview:height}
{@link #ActionBar_hideOnContentScroll android.support.v7.cardview:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator android.support.v7.cardview:homeAsUpIndicator}
{@link #ActionBar_homeLayout android.support.v7.cardview:homeLayout}
{@link #ActionBar_icon android.support.v7.cardview:icon}
{@link #ActionBar_indeterminateProgressStyle android.support.v7.cardview:indeterminateProgressStyle}
{@link #ActionBar_itemPadding android.support.v7.cardview:itemPadding}
{@link #ActionBar_logo android.support.v7.cardview:logo}
{@link #ActionBar_navigationMode android.support.v7.cardview:navigationMode}
{@link #ActionBar_popupTheme android.support.v7.cardview:popupTheme}
{@link #ActionBar_progressBarPadding android.support.v7.cardview:progressBarPadding}
{@link #ActionBar_progressBarStyle android.support.v7.cardview:progressBarStyle}
{@link #ActionBar_subtitle android.support.v7.cardview:subtitle}
{@link #ActionBar_subtitleTextStyle android.support.v7.cardview:subtitleTextStyle}
{@link #ActionBar_title android.support.v7.cardview:title}
{@link #ActionBar_titleTextStyle android.support.v7.cardview:titleTextStyle}
+ @see #ActionBar_background + @see #ActionBar_backgroundSplit + @see #ActionBar_backgroundStacked + @see #ActionBar_contentInsetEnd + @see #ActionBar_contentInsetEndWithActions + @see #ActionBar_contentInsetLeft + @see #ActionBar_contentInsetRight + @see #ActionBar_contentInsetStart + @see #ActionBar_contentInsetStartWithNavigation + @see #ActionBar_customNavigationLayout + @see #ActionBar_displayOptions + @see #ActionBar_divider + @see #ActionBar_elevation + @see #ActionBar_height + @see #ActionBar_hideOnContentScroll + @see #ActionBar_homeAsUpIndicator + @see #ActionBar_homeLayout + @see #ActionBar_icon + @see #ActionBar_indeterminateProgressStyle + @see #ActionBar_itemPadding + @see #ActionBar_logo + @see #ActionBar_navigationMode + @see #ActionBar_popupTheme + @see #ActionBar_progressBarPadding + @see #ActionBar_progressBarStyle + @see #ActionBar_subtitle + @see #ActionBar_subtitleTextStyle + @see #ActionBar_title + @see #ActionBar_titleTextStyle + */ + public static final int[] ActionBar = { + 0x7f010023, 0x7f010025, 0x7f010026, 0x7f010027, + 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, + 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, + 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, + 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, + 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, + 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, + 0x7f010085 + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#background} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:background + */ + public static int ActionBar_background = 10; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.cardview:backgroundSplit + */ + public static int ActionBar_backgroundSplit = 12; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#backgroundStacked} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.cardview:backgroundStacked + */ + public static int ActionBar_backgroundStacked = 11; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:contentInsetEnd + */ + public static int ActionBar_contentInsetEnd = 21; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:contentInsetEndWithActions + */ + public static int ActionBar_contentInsetEndWithActions = 25; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:contentInsetLeft + */ + public static int ActionBar_contentInsetLeft = 22; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#contentInsetRight} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:contentInsetRight + */ + public static int ActionBar_contentInsetRight = 23; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#contentInsetStart} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:contentInsetStart + */ + public static int ActionBar_contentInsetStart = 20; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:contentInsetStartWithNavigation + */ + public static int ActionBar_contentInsetStartWithNavigation = 24; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#customNavigationLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:customNavigationLayout + */ + public static int ActionBar_customNavigationLayout = 13; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#displayOptions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ @attr name android.support.v7.cardview:displayOptions + */ + public static int ActionBar_displayOptions = 3; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#divider} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:divider + */ + public static int ActionBar_divider = 9; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#elevation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:elevation + */ + public static int ActionBar_elevation = 26; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#height} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:height + */ + public static int ActionBar_height = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#hideOnContentScroll} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:hideOnContentScroll + */ + public static int ActionBar_hideOnContentScroll = 19; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:homeAsUpIndicator + */ + public static int ActionBar_homeAsUpIndicator = 28; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#homeLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:homeLayout + */ + public static int ActionBar_homeLayout = 14; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#icon} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:icon + */ + public static int ActionBar_icon = 7; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#indeterminateProgressStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:indeterminateProgressStyle + */ + public static int ActionBar_indeterminateProgressStyle = 16; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#itemPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:itemPadding + */ + public static int ActionBar_itemPadding = 18; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#logo} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:logo + */ + public static int ActionBar_logo = 8; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#navigationMode} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ @attr name android.support.v7.cardview:navigationMode + */ + public static int ActionBar_navigationMode = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#popupTheme} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:popupTheme + */ + public static int ActionBar_popupTheme = 27; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#progressBarPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:progressBarPadding + */ + public static int ActionBar_progressBarPadding = 17; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#progressBarStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:progressBarStyle + */ + public static int ActionBar_progressBarStyle = 15; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#subtitle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:subtitle + */ + public static int ActionBar_subtitle = 4; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:subtitleTextStyle + */ + public static int ActionBar_subtitleTextStyle = 6; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#title} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:title + */ + public static int ActionBar_title = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:titleTextStyle + */ + public static int ActionBar_titleTextStyle = 5; + /** Attributes that can be used with a ActionBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout = { + 0x010100b3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #ActionBarLayout} array. + @attr name android:layout_gravity + */ + public static int ActionBarLayout_android_layout_gravity = 0; + /** Attributes that can be used with a ActionMenuItemView. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView = { + 0x0101013f + }; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #ActionMenuItemView} array. + @attr name android:minWidth + */ + public static int ActionMenuItemView_android_minWidth = 0; + /** Attributes that can be used with a ActionMenuView. + */ + public static final int[] ActionMenuView = { + + }; + /** Attributes that can be used with a ActionMode. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #ActionMode_background android.support.v7.cardview:background}
{@link #ActionMode_backgroundSplit android.support.v7.cardview:backgroundSplit}
{@link #ActionMode_closeItemLayout android.support.v7.cardview:closeItemLayout}
{@link #ActionMode_height android.support.v7.cardview:height}
{@link #ActionMode_subtitleTextStyle android.support.v7.cardview:subtitleTextStyle}
{@link #ActionMode_titleTextStyle android.support.v7.cardview:titleTextStyle}
+ @see #ActionMode_background + @see #ActionMode_backgroundSplit + @see #ActionMode_closeItemLayout + @see #ActionMode_height + @see #ActionMode_subtitleTextStyle + @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode = { + 0x7f010023, 0x7f010029, 0x7f01002a, 0x7f01002e, + 0x7f010030, 0x7f010040 + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#background} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:background + */ + public static int ActionMode_background = 3; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionMode} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.cardview:backgroundSplit + */ + public static int ActionMode_backgroundSplit = 4; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#closeItemLayout} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:closeItemLayout + */ + public static int ActionMode_closeItemLayout = 5; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#height} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:height + */ + public static int ActionMode_height = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:subtitleTextStyle + */ + public static int ActionMode_subtitleTextStyle = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:titleTextStyle + */ + public static int ActionMode_titleTextStyle = 1; + /** Attributes that can be used with a ActivityChooserView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable android.support.v7.cardview:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount android.support.v7.cardview:initialActivityCount}
+ @see #ActivityChooserView_expandActivityOverflowButtonDrawable + @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView = { + 0x7f010041, 0x7f010042 + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#expandActivityOverflowButtonDrawable} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:expandActivityOverflowButtonDrawable + */ + public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#initialActivityCount} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:initialActivityCount + */ + public static int ActivityChooserView_initialActivityCount = 0; + /** Attributes that can be used with a AlertDialog. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout android.support.v7.cardview:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout android.support.v7.cardview:listItemLayout}
{@link #AlertDialog_listLayout android.support.v7.cardview:listLayout}
{@link #AlertDialog_multiChoiceItemLayout android.support.v7.cardview:multiChoiceItemLayout}
{@link #AlertDialog_showTitle android.support.v7.cardview:showTitle}
{@link #AlertDialog_singleChoiceItemLayout android.support.v7.cardview:singleChoiceItemLayout}
+ @see #AlertDialog_android_layout + @see #AlertDialog_buttonPanelSideLayout + @see #AlertDialog_listItemLayout + @see #AlertDialog_listLayout + @see #AlertDialog_multiChoiceItemLayout + @see #AlertDialog_showTitle + @see #AlertDialog_singleChoiceItemLayout + */ + public static final int[] AlertDialog = { + 0x010100f2, 0x7f010043, 0x7f010044, 0x7f010045, + 0x7f010046, 0x7f010047, 0x7f010048 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #AlertDialog} array. + @attr name android:layout + */ + public static int AlertDialog_android_layout = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#buttonPanelSideLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:buttonPanelSideLayout + */ + public static int AlertDialog_buttonPanelSideLayout = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#listItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:listItemLayout + */ + public static int AlertDialog_listItemLayout = 5; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#listLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:listLayout + */ + public static int AlertDialog_listLayout = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#multiChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:multiChoiceItemLayout + */ + public static int AlertDialog_multiChoiceItemLayout = 3; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#showTitle} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:showTitle + */ + public static int AlertDialog_showTitle = 6; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#singleChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:singleChoiceItemLayout + */ + public static int AlertDialog_singleChoiceItemLayout = 4; + /** Attributes that can be used with a AppBarLayout. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #AppBarLayout_android_background android:background}
{@link #AppBarLayout_android_keyboardNavigationCluster android:keyboardNavigationCluster}
{@link #AppBarLayout_android_touchscreenBlocksFocus android:touchscreenBlocksFocus}
{@link #AppBarLayout_elevation android.support.v7.cardview:elevation}
{@link #AppBarLayout_expanded android.support.v7.cardview:expanded}
+ @see #AppBarLayout_android_background + @see #AppBarLayout_android_keyboardNavigationCluster + @see #AppBarLayout_android_touchscreenBlocksFocus + @see #AppBarLayout_elevation + @see #AppBarLayout_expanded + */ + public static final int[] AppBarLayout = { + 0x010100d4, 0x0101048f, 0x01010540, 0x7f01003e, + 0x7f010118 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:background + */ + public static int AppBarLayout_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#keyboardNavigationCluster} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:keyboardNavigationCluster + */ + public static int AppBarLayout_android_keyboardNavigationCluster = 2; + /** +

This symbol is the offset where the {@link android.R.attr#touchscreenBlocksFocus} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:touchscreenBlocksFocus + */ + public static int AppBarLayout_android_touchscreenBlocksFocus = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#elevation} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:elevation + */ + public static int AppBarLayout_elevation = 3; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#expanded} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:expanded + */ + public static int AppBarLayout_expanded = 4; + /** Attributes that can be used with a AppBarLayoutStates. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayoutStates_state_collapsed android.support.v7.cardview:state_collapsed}
{@link #AppBarLayoutStates_state_collapsible android.support.v7.cardview:state_collapsible}
+ @see #AppBarLayoutStates_state_collapsed + @see #AppBarLayoutStates_state_collapsible + */ + public static final int[] AppBarLayoutStates = { + 0x7f010119, 0x7f01011a + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#state_collapsed} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:state_collapsed + */ + public static int AppBarLayoutStates_state_collapsed = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#state_collapsible} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:state_collapsible + */ + public static int AppBarLayoutStates_state_collapsible = 1; + /** Attributes that can be used with a AppBarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayout_Layout_layout_scrollFlags android.support.v7.cardview:layout_scrollFlags}
{@link #AppBarLayout_Layout_layout_scrollInterpolator android.support.v7.cardview:layout_scrollInterpolator}
+ @see #AppBarLayout_Layout_layout_scrollFlags + @see #AppBarLayout_Layout_layout_scrollInterpolator + */ + public static final int[] AppBarLayout_Layout = { + 0x7f01011b, 0x7f01011c + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#layout_scrollFlags} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ @attr name android.support.v7.cardview:layout_scrollFlags + */ + public static int AppBarLayout_Layout_layout_scrollFlags = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#layout_scrollInterpolator} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:layout_scrollInterpolator + */ + public static int AppBarLayout_Layout_layout_scrollInterpolator = 1; + /** Attributes that can be used with a AppCompatImageView. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatImageView_android_src android:src}
{@link #AppCompatImageView_srcCompat android.support.v7.cardview:srcCompat}
{@link #AppCompatImageView_tint android.support.v7.cardview:tint}
{@link #AppCompatImageView_tintMode android.support.v7.cardview:tintMode}
+ @see #AppCompatImageView_android_src + @see #AppCompatImageView_srcCompat + @see #AppCompatImageView_tint + @see #AppCompatImageView_tintMode + */ + public static final int[] AppCompatImageView = { + 0x01010119, 0x7f010049, 0x7f01004a, 0x7f01004b + }; + /** +

This symbol is the offset where the {@link android.R.attr#src} + attribute's value can be found in the {@link #AppCompatImageView} array. + @attr name android:src + */ + public static int AppCompatImageView_android_src = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#srcCompat} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:srcCompat + */ + public static int AppCompatImageView_srcCompat = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tint} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:tint + */ + public static int AppCompatImageView_tint = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tintMode} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.cardview:tintMode + */ + public static int AppCompatImageView_tintMode = 3; + /** Attributes that can be used with a AppCompatSeekBar. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatSeekBar_android_thumb android:thumb}
{@link #AppCompatSeekBar_tickMark android.support.v7.cardview:tickMark}
{@link #AppCompatSeekBar_tickMarkTint android.support.v7.cardview:tickMarkTint}
{@link #AppCompatSeekBar_tickMarkTintMode android.support.v7.cardview:tickMarkTintMode}
+ @see #AppCompatSeekBar_android_thumb + @see #AppCompatSeekBar_tickMark + @see #AppCompatSeekBar_tickMarkTint + @see #AppCompatSeekBar_tickMarkTintMode + */ + public static final int[] AppCompatSeekBar = { + 0x01010142, 0x7f01004c, 0x7f01004d, 0x7f01004e + }; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + @attr name android:thumb + */ + public static int AppCompatSeekBar_android_thumb = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tickMark} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:tickMark + */ + public static int AppCompatSeekBar_tickMark = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tickMarkTint} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:tickMarkTint + */ + public static int AppCompatSeekBar_tickMarkTint = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tickMarkTintMode} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.cardview:tickMarkTintMode + */ + public static int AppCompatSeekBar_tickMarkTintMode = 3; + /** Attributes that can be used with a AppCompatTextHelper. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextHelper_android_drawableBottom android:drawableBottom}
{@link #AppCompatTextHelper_android_drawableEnd android:drawableEnd}
{@link #AppCompatTextHelper_android_drawableLeft android:drawableLeft}
{@link #AppCompatTextHelper_android_drawableRight android:drawableRight}
{@link #AppCompatTextHelper_android_drawableStart android:drawableStart}
{@link #AppCompatTextHelper_android_drawableTop android:drawableTop}
{@link #AppCompatTextHelper_android_textAppearance android:textAppearance}
+ @see #AppCompatTextHelper_android_drawableBottom + @see #AppCompatTextHelper_android_drawableEnd + @see #AppCompatTextHelper_android_drawableLeft + @see #AppCompatTextHelper_android_drawableRight + @see #AppCompatTextHelper_android_drawableStart + @see #AppCompatTextHelper_android_drawableTop + @see #AppCompatTextHelper_android_textAppearance + */ + public static final int[] AppCompatTextHelper = { + 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, + 0x01010170, 0x01010392, 0x01010393 + }; + /** +

This symbol is the offset where the {@link android.R.attr#drawableBottom} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableBottom + */ + public static int AppCompatTextHelper_android_drawableBottom = 2; + /** +

This symbol is the offset where the {@link android.R.attr#drawableEnd} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableEnd + */ + public static int AppCompatTextHelper_android_drawableEnd = 6; + /** +

This symbol is the offset where the {@link android.R.attr#drawableLeft} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableLeft + */ + public static int AppCompatTextHelper_android_drawableLeft = 3; + /** +

This symbol is the offset where the {@link android.R.attr#drawableRight} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableRight + */ + public static int AppCompatTextHelper_android_drawableRight = 4; + /** +

This symbol is the offset where the {@link android.R.attr#drawableStart} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableStart + */ + public static int AppCompatTextHelper_android_drawableStart = 5; + /** +

This symbol is the offset where the {@link android.R.attr#drawableTop} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableTop + */ + public static int AppCompatTextHelper_android_drawableTop = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:textAppearance + */ + public static int AppCompatTextHelper_android_textAppearance = 0; + /** Attributes that can be used with a AppCompatTextView. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_autoSizeMaxTextSize android.support.v7.cardview:autoSizeMaxTextSize}
{@link #AppCompatTextView_autoSizeMinTextSize android.support.v7.cardview:autoSizeMinTextSize}
{@link #AppCompatTextView_autoSizePresetSizes android.support.v7.cardview:autoSizePresetSizes}
{@link #AppCompatTextView_autoSizeStepGranularity android.support.v7.cardview:autoSizeStepGranularity}
{@link #AppCompatTextView_autoSizeTextType android.support.v7.cardview:autoSizeTextType}
{@link #AppCompatTextView_fontFamily android.support.v7.cardview:fontFamily}
{@link #AppCompatTextView_textAllCaps android.support.v7.cardview:textAllCaps}
+ @see #AppCompatTextView_android_textAppearance + @see #AppCompatTextView_autoSizeMaxTextSize + @see #AppCompatTextView_autoSizeMinTextSize + @see #AppCompatTextView_autoSizePresetSizes + @see #AppCompatTextView_autoSizeStepGranularity + @see #AppCompatTextView_autoSizeTextType + @see #AppCompatTextView_fontFamily + @see #AppCompatTextView_textAllCaps + */ + public static final int[] AppCompatTextView = { + 0x01010034, 0x7f01004f, 0x7f010050, 0x7f010051, + 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextView} array. + @attr name android:textAppearance + */ + public static int AppCompatTextView_android_textAppearance = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#autoSizeMaxTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:autoSizeMaxTextSize + */ + public static int AppCompatTextView_autoSizeMaxTextSize = 6; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#autoSizeMinTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:autoSizeMinTextSize + */ + public static int AppCompatTextView_autoSizeMinTextSize = 5; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#autoSizePresetSizes} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:autoSizePresetSizes + */ + public static int AppCompatTextView_autoSizePresetSizes = 4; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#autoSizeStepGranularity} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:autoSizeStepGranularity + */ + public static int AppCompatTextView_autoSizeStepGranularity = 3; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#autoSizeTextType} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ @attr name android.support.v7.cardview:autoSizeTextType + */ + public static int AppCompatTextView_autoSizeTextType = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#fontFamily} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:fontFamily + */ + public static int AppCompatTextView_fontFamily = 7; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#textAllCaps} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name android.support.v7.cardview:textAllCaps + */ + public static int AppCompatTextView_textAllCaps = 1; + /** Attributes that can be used with a AppCompatTheme. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTheme_actionBarDivider android.support.v7.cardview:actionBarDivider}
{@link #AppCompatTheme_actionBarItemBackground android.support.v7.cardview:actionBarItemBackground}
{@link #AppCompatTheme_actionBarPopupTheme android.support.v7.cardview:actionBarPopupTheme}
{@link #AppCompatTheme_actionBarSize android.support.v7.cardview:actionBarSize}
{@link #AppCompatTheme_actionBarSplitStyle android.support.v7.cardview:actionBarSplitStyle}
{@link #AppCompatTheme_actionBarStyle android.support.v7.cardview:actionBarStyle}
{@link #AppCompatTheme_actionBarTabBarStyle android.support.v7.cardview:actionBarTabBarStyle}
{@link #AppCompatTheme_actionBarTabStyle android.support.v7.cardview:actionBarTabStyle}
{@link #AppCompatTheme_actionBarTabTextStyle android.support.v7.cardview:actionBarTabTextStyle}
{@link #AppCompatTheme_actionBarTheme android.support.v7.cardview:actionBarTheme}
{@link #AppCompatTheme_actionBarWidgetTheme android.support.v7.cardview:actionBarWidgetTheme}
{@link #AppCompatTheme_actionButtonStyle android.support.v7.cardview:actionButtonStyle}
{@link #AppCompatTheme_actionDropDownStyle android.support.v7.cardview:actionDropDownStyle}
{@link #AppCompatTheme_actionMenuTextAppearance android.support.v7.cardview:actionMenuTextAppearance}
{@link #AppCompatTheme_actionMenuTextColor android.support.v7.cardview:actionMenuTextColor}
{@link #AppCompatTheme_actionModeBackground android.support.v7.cardview:actionModeBackground}
{@link #AppCompatTheme_actionModeCloseButtonStyle android.support.v7.cardview:actionModeCloseButtonStyle}
{@link #AppCompatTheme_actionModeCloseDrawable android.support.v7.cardview:actionModeCloseDrawable}
{@link #AppCompatTheme_actionModeCopyDrawable android.support.v7.cardview:actionModeCopyDrawable}
{@link #AppCompatTheme_actionModeCutDrawable android.support.v7.cardview:actionModeCutDrawable}
{@link #AppCompatTheme_actionModeFindDrawable android.support.v7.cardview:actionModeFindDrawable}
{@link #AppCompatTheme_actionModePasteDrawable android.support.v7.cardview:actionModePasteDrawable}
{@link #AppCompatTheme_actionModePopupWindowStyle android.support.v7.cardview:actionModePopupWindowStyle}
{@link #AppCompatTheme_actionModeSelectAllDrawable android.support.v7.cardview:actionModeSelectAllDrawable}
{@link #AppCompatTheme_actionModeShareDrawable android.support.v7.cardview:actionModeShareDrawable}
{@link #AppCompatTheme_actionModeSplitBackground android.support.v7.cardview:actionModeSplitBackground}
{@link #AppCompatTheme_actionModeStyle android.support.v7.cardview:actionModeStyle}
{@link #AppCompatTheme_actionModeWebSearchDrawable android.support.v7.cardview:actionModeWebSearchDrawable}
{@link #AppCompatTheme_actionOverflowButtonStyle android.support.v7.cardview:actionOverflowButtonStyle}
{@link #AppCompatTheme_actionOverflowMenuStyle android.support.v7.cardview:actionOverflowMenuStyle}
{@link #AppCompatTheme_activityChooserViewStyle android.support.v7.cardview:activityChooserViewStyle}
{@link #AppCompatTheme_alertDialogButtonGroupStyle android.support.v7.cardview:alertDialogButtonGroupStyle}
{@link #AppCompatTheme_alertDialogCenterButtons android.support.v7.cardview:alertDialogCenterButtons}
{@link #AppCompatTheme_alertDialogStyle android.support.v7.cardview:alertDialogStyle}
{@link #AppCompatTheme_alertDialogTheme android.support.v7.cardview:alertDialogTheme}
{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating}
{@link #AppCompatTheme_autoCompleteTextViewStyle android.support.v7.cardview:autoCompleteTextViewStyle}
{@link #AppCompatTheme_borderlessButtonStyle android.support.v7.cardview:borderlessButtonStyle}
{@link #AppCompatTheme_buttonBarButtonStyle android.support.v7.cardview:buttonBarButtonStyle}
{@link #AppCompatTheme_buttonBarNegativeButtonStyle android.support.v7.cardview:buttonBarNegativeButtonStyle}
{@link #AppCompatTheme_buttonBarNeutralButtonStyle android.support.v7.cardview:buttonBarNeutralButtonStyle}
{@link #AppCompatTheme_buttonBarPositiveButtonStyle android.support.v7.cardview:buttonBarPositiveButtonStyle}
{@link #AppCompatTheme_buttonBarStyle android.support.v7.cardview:buttonBarStyle}
{@link #AppCompatTheme_buttonStyle android.support.v7.cardview:buttonStyle}
{@link #AppCompatTheme_buttonStyleSmall android.support.v7.cardview:buttonStyleSmall}
{@link #AppCompatTheme_checkboxStyle android.support.v7.cardview:checkboxStyle}
{@link #AppCompatTheme_checkedTextViewStyle android.support.v7.cardview:checkedTextViewStyle}
{@link #AppCompatTheme_colorAccent android.support.v7.cardview:colorAccent}
{@link #AppCompatTheme_colorBackgroundFloating android.support.v7.cardview:colorBackgroundFloating}
{@link #AppCompatTheme_colorButtonNormal android.support.v7.cardview:colorButtonNormal}
{@link #AppCompatTheme_colorControlActivated android.support.v7.cardview:colorControlActivated}
{@link #AppCompatTheme_colorControlHighlight android.support.v7.cardview:colorControlHighlight}
{@link #AppCompatTheme_colorControlNormal android.support.v7.cardview:colorControlNormal}
{@link #AppCompatTheme_colorError android.support.v7.cardview:colorError}
{@link #AppCompatTheme_colorPrimary android.support.v7.cardview:colorPrimary}
{@link #AppCompatTheme_colorPrimaryDark android.support.v7.cardview:colorPrimaryDark}
{@link #AppCompatTheme_colorSwitchThumbNormal android.support.v7.cardview:colorSwitchThumbNormal}
{@link #AppCompatTheme_controlBackground android.support.v7.cardview:controlBackground}
{@link #AppCompatTheme_dialogPreferredPadding android.support.v7.cardview:dialogPreferredPadding}
{@link #AppCompatTheme_dialogTheme android.support.v7.cardview:dialogTheme}
{@link #AppCompatTheme_dividerHorizontal android.support.v7.cardview:dividerHorizontal}
{@link #AppCompatTheme_dividerVertical android.support.v7.cardview:dividerVertical}
{@link #AppCompatTheme_dropDownListViewStyle android.support.v7.cardview:dropDownListViewStyle}
{@link #AppCompatTheme_dropdownListPreferredItemHeight android.support.v7.cardview:dropdownListPreferredItemHeight}
{@link #AppCompatTheme_editTextBackground android.support.v7.cardview:editTextBackground}
{@link #AppCompatTheme_editTextColor android.support.v7.cardview:editTextColor}
{@link #AppCompatTheme_editTextStyle android.support.v7.cardview:editTextStyle}
{@link #AppCompatTheme_homeAsUpIndicator android.support.v7.cardview:homeAsUpIndicator}
{@link #AppCompatTheme_imageButtonStyle android.support.v7.cardview:imageButtonStyle}
{@link #AppCompatTheme_listChoiceBackgroundIndicator android.support.v7.cardview:listChoiceBackgroundIndicator}
{@link #AppCompatTheme_listDividerAlertDialog android.support.v7.cardview:listDividerAlertDialog}
{@link #AppCompatTheme_listMenuViewStyle android.support.v7.cardview:listMenuViewStyle}
{@link #AppCompatTheme_listPopupWindowStyle android.support.v7.cardview:listPopupWindowStyle}
{@link #AppCompatTheme_listPreferredItemHeight android.support.v7.cardview:listPreferredItemHeight}
{@link #AppCompatTheme_listPreferredItemHeightLarge android.support.v7.cardview:listPreferredItemHeightLarge}
{@link #AppCompatTheme_listPreferredItemHeightSmall android.support.v7.cardview:listPreferredItemHeightSmall}
{@link #AppCompatTheme_listPreferredItemPaddingLeft android.support.v7.cardview:listPreferredItemPaddingLeft}
{@link #AppCompatTheme_listPreferredItemPaddingRight android.support.v7.cardview:listPreferredItemPaddingRight}
{@link #AppCompatTheme_panelBackground android.support.v7.cardview:panelBackground}
{@link #AppCompatTheme_panelMenuListTheme android.support.v7.cardview:panelMenuListTheme}
{@link #AppCompatTheme_panelMenuListWidth android.support.v7.cardview:panelMenuListWidth}
{@link #AppCompatTheme_popupMenuStyle android.support.v7.cardview:popupMenuStyle}
{@link #AppCompatTheme_popupWindowStyle android.support.v7.cardview:popupWindowStyle}
{@link #AppCompatTheme_radioButtonStyle android.support.v7.cardview:radioButtonStyle}
{@link #AppCompatTheme_ratingBarStyle android.support.v7.cardview:ratingBarStyle}
{@link #AppCompatTheme_ratingBarStyleIndicator android.support.v7.cardview:ratingBarStyleIndicator}
{@link #AppCompatTheme_ratingBarStyleSmall android.support.v7.cardview:ratingBarStyleSmall}
{@link #AppCompatTheme_searchViewStyle android.support.v7.cardview:searchViewStyle}
{@link #AppCompatTheme_seekBarStyle android.support.v7.cardview:seekBarStyle}
{@link #AppCompatTheme_selectableItemBackground android.support.v7.cardview:selectableItemBackground}
{@link #AppCompatTheme_selectableItemBackgroundBorderless android.support.v7.cardview:selectableItemBackgroundBorderless}
{@link #AppCompatTheme_spinnerDropDownItemStyle android.support.v7.cardview:spinnerDropDownItemStyle}
{@link #AppCompatTheme_spinnerStyle android.support.v7.cardview:spinnerStyle}
{@link #AppCompatTheme_switchStyle android.support.v7.cardview:switchStyle}
{@link #AppCompatTheme_textAppearanceLargePopupMenu android.support.v7.cardview:textAppearanceLargePopupMenu}
{@link #AppCompatTheme_textAppearanceListItem android.support.v7.cardview:textAppearanceListItem}
{@link #AppCompatTheme_textAppearanceListItemSecondary android.support.v7.cardview:textAppearanceListItemSecondary}
{@link #AppCompatTheme_textAppearanceListItemSmall android.support.v7.cardview:textAppearanceListItemSmall}
{@link #AppCompatTheme_textAppearancePopupMenuHeader android.support.v7.cardview:textAppearancePopupMenuHeader}
{@link #AppCompatTheme_textAppearanceSearchResultSubtitle android.support.v7.cardview:textAppearanceSearchResultSubtitle}
{@link #AppCompatTheme_textAppearanceSearchResultTitle android.support.v7.cardview:textAppearanceSearchResultTitle}
{@link #AppCompatTheme_textAppearanceSmallPopupMenu android.support.v7.cardview:textAppearanceSmallPopupMenu}
{@link #AppCompatTheme_textColorAlertDialogListItem android.support.v7.cardview:textColorAlertDialogListItem}
{@link #AppCompatTheme_textColorSearchUrl android.support.v7.cardview:textColorSearchUrl}
{@link #AppCompatTheme_toolbarNavigationButtonStyle android.support.v7.cardview:toolbarNavigationButtonStyle}
{@link #AppCompatTheme_toolbarStyle android.support.v7.cardview:toolbarStyle}
{@link #AppCompatTheme_tooltipForegroundColor android.support.v7.cardview:tooltipForegroundColor}
{@link #AppCompatTheme_tooltipFrameBackground android.support.v7.cardview:tooltipFrameBackground}
{@link #AppCompatTheme_windowActionBar android.support.v7.cardview:windowActionBar}
{@link #AppCompatTheme_windowActionBarOverlay android.support.v7.cardview:windowActionBarOverlay}
{@link #AppCompatTheme_windowActionModeOverlay android.support.v7.cardview:windowActionModeOverlay}
{@link #AppCompatTheme_windowFixedHeightMajor android.support.v7.cardview:windowFixedHeightMajor}
{@link #AppCompatTheme_windowFixedHeightMinor android.support.v7.cardview:windowFixedHeightMinor}
{@link #AppCompatTheme_windowFixedWidthMajor android.support.v7.cardview:windowFixedWidthMajor}
{@link #AppCompatTheme_windowFixedWidthMinor android.support.v7.cardview:windowFixedWidthMinor}
{@link #AppCompatTheme_windowMinWidthMajor android.support.v7.cardview:windowMinWidthMajor}
{@link #AppCompatTheme_windowMinWidthMinor android.support.v7.cardview:windowMinWidthMinor}
{@link #AppCompatTheme_windowNoTitle android.support.v7.cardview:windowNoTitle}
+ @see #AppCompatTheme_actionBarDivider + @see #AppCompatTheme_actionBarItemBackground + @see #AppCompatTheme_actionBarPopupTheme + @see #AppCompatTheme_actionBarSize + @see #AppCompatTheme_actionBarSplitStyle + @see #AppCompatTheme_actionBarStyle + @see #AppCompatTheme_actionBarTabBarStyle + @see #AppCompatTheme_actionBarTabStyle + @see #AppCompatTheme_actionBarTabTextStyle + @see #AppCompatTheme_actionBarTheme + @see #AppCompatTheme_actionBarWidgetTheme + @see #AppCompatTheme_actionButtonStyle + @see #AppCompatTheme_actionDropDownStyle + @see #AppCompatTheme_actionMenuTextAppearance + @see #AppCompatTheme_actionMenuTextColor + @see #AppCompatTheme_actionModeBackground + @see #AppCompatTheme_actionModeCloseButtonStyle + @see #AppCompatTheme_actionModeCloseDrawable + @see #AppCompatTheme_actionModeCopyDrawable + @see #AppCompatTheme_actionModeCutDrawable + @see #AppCompatTheme_actionModeFindDrawable + @see #AppCompatTheme_actionModePasteDrawable + @see #AppCompatTheme_actionModePopupWindowStyle + @see #AppCompatTheme_actionModeSelectAllDrawable + @see #AppCompatTheme_actionModeShareDrawable + @see #AppCompatTheme_actionModeSplitBackground + @see #AppCompatTheme_actionModeStyle + @see #AppCompatTheme_actionModeWebSearchDrawable + @see #AppCompatTheme_actionOverflowButtonStyle + @see #AppCompatTheme_actionOverflowMenuStyle + @see #AppCompatTheme_activityChooserViewStyle + @see #AppCompatTheme_alertDialogButtonGroupStyle + @see #AppCompatTheme_alertDialogCenterButtons + @see #AppCompatTheme_alertDialogStyle + @see #AppCompatTheme_alertDialogTheme + @see #AppCompatTheme_android_windowAnimationStyle + @see #AppCompatTheme_android_windowIsFloating + @see #AppCompatTheme_autoCompleteTextViewStyle + @see #AppCompatTheme_borderlessButtonStyle + @see #AppCompatTheme_buttonBarButtonStyle + @see #AppCompatTheme_buttonBarNegativeButtonStyle + @see #AppCompatTheme_buttonBarNeutralButtonStyle + @see #AppCompatTheme_buttonBarPositiveButtonStyle + @see #AppCompatTheme_buttonBarStyle + @see #AppCompatTheme_buttonStyle + @see #AppCompatTheme_buttonStyleSmall + @see #AppCompatTheme_checkboxStyle + @see #AppCompatTheme_checkedTextViewStyle + @see #AppCompatTheme_colorAccent + @see #AppCompatTheme_colorBackgroundFloating + @see #AppCompatTheme_colorButtonNormal + @see #AppCompatTheme_colorControlActivated + @see #AppCompatTheme_colorControlHighlight + @see #AppCompatTheme_colorControlNormal + @see #AppCompatTheme_colorError + @see #AppCompatTheme_colorPrimary + @see #AppCompatTheme_colorPrimaryDark + @see #AppCompatTheme_colorSwitchThumbNormal + @see #AppCompatTheme_controlBackground + @see #AppCompatTheme_dialogPreferredPadding + @see #AppCompatTheme_dialogTheme + @see #AppCompatTheme_dividerHorizontal + @see #AppCompatTheme_dividerVertical + @see #AppCompatTheme_dropDownListViewStyle + @see #AppCompatTheme_dropdownListPreferredItemHeight + @see #AppCompatTheme_editTextBackground + @see #AppCompatTheme_editTextColor + @see #AppCompatTheme_editTextStyle + @see #AppCompatTheme_homeAsUpIndicator + @see #AppCompatTheme_imageButtonStyle + @see #AppCompatTheme_listChoiceBackgroundIndicator + @see #AppCompatTheme_listDividerAlertDialog + @see #AppCompatTheme_listMenuViewStyle + @see #AppCompatTheme_listPopupWindowStyle + @see #AppCompatTheme_listPreferredItemHeight + @see #AppCompatTheme_listPreferredItemHeightLarge + @see #AppCompatTheme_listPreferredItemHeightSmall + @see #AppCompatTheme_listPreferredItemPaddingLeft + @see #AppCompatTheme_listPreferredItemPaddingRight + @see #AppCompatTheme_panelBackground + @see #AppCompatTheme_panelMenuListTheme + @see #AppCompatTheme_panelMenuListWidth + @see #AppCompatTheme_popupMenuStyle + @see #AppCompatTheme_popupWindowStyle + @see #AppCompatTheme_radioButtonStyle + @see #AppCompatTheme_ratingBarStyle + @see #AppCompatTheme_ratingBarStyleIndicator + @see #AppCompatTheme_ratingBarStyleSmall + @see #AppCompatTheme_searchViewStyle + @see #AppCompatTheme_seekBarStyle + @see #AppCompatTheme_selectableItemBackground + @see #AppCompatTheme_selectableItemBackgroundBorderless + @see #AppCompatTheme_spinnerDropDownItemStyle + @see #AppCompatTheme_spinnerStyle + @see #AppCompatTheme_switchStyle + @see #AppCompatTheme_textAppearanceLargePopupMenu + @see #AppCompatTheme_textAppearanceListItem + @see #AppCompatTheme_textAppearanceListItemSecondary + @see #AppCompatTheme_textAppearanceListItemSmall + @see #AppCompatTheme_textAppearancePopupMenuHeader + @see #AppCompatTheme_textAppearanceSearchResultSubtitle + @see #AppCompatTheme_textAppearanceSearchResultTitle + @see #AppCompatTheme_textAppearanceSmallPopupMenu + @see #AppCompatTheme_textColorAlertDialogListItem + @see #AppCompatTheme_textColorSearchUrl + @see #AppCompatTheme_toolbarNavigationButtonStyle + @see #AppCompatTheme_toolbarStyle + @see #AppCompatTheme_tooltipForegroundColor + @see #AppCompatTheme_tooltipFrameBackground + @see #AppCompatTheme_windowActionBar + @see #AppCompatTheme_windowActionBarOverlay + @see #AppCompatTheme_windowActionModeOverlay + @see #AppCompatTheme_windowFixedHeightMajor + @see #AppCompatTheme_windowFixedHeightMinor + @see #AppCompatTheme_windowFixedWidthMajor + @see #AppCompatTheme_windowFixedWidthMinor + @see #AppCompatTheme_windowMinWidthMajor + @see #AppCompatTheme_windowMinWidthMinor + @see #AppCompatTheme_windowNoTitle + */ + public static final int[] AppCompatTheme = { + 0x01010057, 0x010100ae, 0x7f010056, 0x7f010057, + 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, + 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, + 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, + 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, + 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, + 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, + 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, + 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, + 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, + 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, + 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, + 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, + 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, + 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, + 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, + 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, + 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, + 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, + 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, + 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, + 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, + 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, + 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, + 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, + 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, + 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, + 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, + 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, + 0x7f0100c8, 0x7f0100c9, 0x7f0100ca + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionBarDivider} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionBarDivider + */ + public static int AppCompatTheme_actionBarDivider = 23; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionBarItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionBarItemBackground + */ + public static int AppCompatTheme_actionBarItemBackground = 24; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionBarPopupTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionBarPopupTheme + */ + public static int AppCompatTheme_actionBarPopupTheme = 17; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionBarSize} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ @attr name android.support.v7.cardview:actionBarSize + */ + public static int AppCompatTheme_actionBarSize = 22; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionBarSplitStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionBarSplitStyle + */ + public static int AppCompatTheme_actionBarSplitStyle = 19; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionBarStyle + */ + public static int AppCompatTheme_actionBarStyle = 18; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionBarTabBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionBarTabBarStyle + */ + public static int AppCompatTheme_actionBarTabBarStyle = 13; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionBarTabStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionBarTabStyle + */ + public static int AppCompatTheme_actionBarTabStyle = 12; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionBarTabTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionBarTabTextStyle + */ + public static int AppCompatTheme_actionBarTabTextStyle = 14; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionBarTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionBarTheme + */ + public static int AppCompatTheme_actionBarTheme = 20; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionBarWidgetTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionBarWidgetTheme + */ + public static int AppCompatTheme_actionBarWidgetTheme = 21; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionButtonStyle + */ + public static int AppCompatTheme_actionButtonStyle = 50; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionDropDownStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionDropDownStyle + */ + public static int AppCompatTheme_actionDropDownStyle = 46; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionMenuTextAppearance} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionMenuTextAppearance + */ + public static int AppCompatTheme_actionMenuTextAppearance = 25; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionMenuTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.cardview:actionMenuTextColor + */ + public static int AppCompatTheme_actionMenuTextColor = 26; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionModeBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionModeBackground + */ + public static int AppCompatTheme_actionModeBackground = 29; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionModeCloseButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionModeCloseButtonStyle + */ + public static int AppCompatTheme_actionModeCloseButtonStyle = 28; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionModeCloseDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionModeCloseDrawable + */ + public static int AppCompatTheme_actionModeCloseDrawable = 31; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionModeCopyDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionModeCopyDrawable + */ + public static int AppCompatTheme_actionModeCopyDrawable = 33; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionModeCutDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionModeCutDrawable + */ + public static int AppCompatTheme_actionModeCutDrawable = 32; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionModeFindDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionModeFindDrawable + */ + public static int AppCompatTheme_actionModeFindDrawable = 37; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionModePasteDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionModePasteDrawable + */ + public static int AppCompatTheme_actionModePasteDrawable = 34; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionModePopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionModePopupWindowStyle + */ + public static int AppCompatTheme_actionModePopupWindowStyle = 39; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionModeSelectAllDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionModeSelectAllDrawable + */ + public static int AppCompatTheme_actionModeSelectAllDrawable = 35; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionModeShareDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionModeShareDrawable + */ + public static int AppCompatTheme_actionModeShareDrawable = 36; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionModeSplitBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionModeSplitBackground + */ + public static int AppCompatTheme_actionModeSplitBackground = 30; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionModeStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionModeStyle + */ + public static int AppCompatTheme_actionModeStyle = 27; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionModeWebSearchDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionModeWebSearchDrawable + */ + public static int AppCompatTheme_actionModeWebSearchDrawable = 38; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionOverflowButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionOverflowButtonStyle + */ + public static int AppCompatTheme_actionOverflowButtonStyle = 15; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionOverflowMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionOverflowMenuStyle + */ + public static int AppCompatTheme_actionOverflowMenuStyle = 16; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#activityChooserViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:activityChooserViewStyle + */ + public static int AppCompatTheme_activityChooserViewStyle = 58; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#alertDialogButtonGroupStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:alertDialogButtonGroupStyle + */ + public static int AppCompatTheme_alertDialogButtonGroupStyle = 95; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#alertDialogCenterButtons} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:alertDialogCenterButtons + */ + public static int AppCompatTheme_alertDialogCenterButtons = 96; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#alertDialogStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:alertDialogStyle + */ + public static int AppCompatTheme_alertDialogStyle = 94; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#alertDialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:alertDialogTheme + */ + public static int AppCompatTheme_alertDialogTheme = 97; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowAnimationStyle + */ + public static int AppCompatTheme_android_windowAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#windowIsFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowIsFloating + */ + public static int AppCompatTheme_android_windowIsFloating = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#autoCompleteTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:autoCompleteTextViewStyle + */ + public static int AppCompatTheme_autoCompleteTextViewStyle = 102; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#borderlessButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:borderlessButtonStyle + */ + public static int AppCompatTheme_borderlessButtonStyle = 55; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#buttonBarButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:buttonBarButtonStyle + */ + public static int AppCompatTheme_buttonBarButtonStyle = 52; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#buttonBarNegativeButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:buttonBarNegativeButtonStyle + */ + public static int AppCompatTheme_buttonBarNegativeButtonStyle = 100; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#buttonBarNeutralButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:buttonBarNeutralButtonStyle + */ + public static int AppCompatTheme_buttonBarNeutralButtonStyle = 101; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#buttonBarPositiveButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:buttonBarPositiveButtonStyle + */ + public static int AppCompatTheme_buttonBarPositiveButtonStyle = 99; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#buttonBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:buttonBarStyle + */ + public static int AppCompatTheme_buttonBarStyle = 51; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#buttonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:buttonStyle + */ + public static int AppCompatTheme_buttonStyle = 103; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#buttonStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:buttonStyleSmall + */ + public static int AppCompatTheme_buttonStyleSmall = 104; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#checkboxStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:checkboxStyle + */ + public static int AppCompatTheme_checkboxStyle = 105; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#checkedTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:checkedTextViewStyle + */ + public static int AppCompatTheme_checkedTextViewStyle = 106; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#colorAccent} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:colorAccent + */ + public static int AppCompatTheme_colorAccent = 86; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#colorBackgroundFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:colorBackgroundFloating + */ + public static int AppCompatTheme_colorBackgroundFloating = 93; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#colorButtonNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:colorButtonNormal + */ + public static int AppCompatTheme_colorButtonNormal = 90; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#colorControlActivated} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:colorControlActivated + */ + public static int AppCompatTheme_colorControlActivated = 88; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#colorControlHighlight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:colorControlHighlight + */ + public static int AppCompatTheme_colorControlHighlight = 89; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#colorControlNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:colorControlNormal + */ + public static int AppCompatTheme_colorControlNormal = 87; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#colorError} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.cardview:colorError + */ + public static int AppCompatTheme_colorError = 118; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#colorPrimary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:colorPrimary + */ + public static int AppCompatTheme_colorPrimary = 84; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#colorPrimaryDark} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:colorPrimaryDark + */ + public static int AppCompatTheme_colorPrimaryDark = 85; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#colorSwitchThumbNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:colorSwitchThumbNormal + */ + public static int AppCompatTheme_colorSwitchThumbNormal = 91; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#controlBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:controlBackground + */ + public static int AppCompatTheme_controlBackground = 92; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#dialogPreferredPadding} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:dialogPreferredPadding + */ + public static int AppCompatTheme_dialogPreferredPadding = 44; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#dialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:dialogTheme + */ + public static int AppCompatTheme_dialogTheme = 43; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#dividerHorizontal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:dividerHorizontal + */ + public static int AppCompatTheme_dividerHorizontal = 57; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#dividerVertical} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:dividerVertical + */ + public static int AppCompatTheme_dividerVertical = 56; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#dropDownListViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:dropDownListViewStyle + */ + public static int AppCompatTheme_dropDownListViewStyle = 75; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#dropdownListPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:dropdownListPreferredItemHeight + */ + public static int AppCompatTheme_dropdownListPreferredItemHeight = 47; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#editTextBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:editTextBackground + */ + public static int AppCompatTheme_editTextBackground = 64; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#editTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.cardview:editTextColor + */ + public static int AppCompatTheme_editTextColor = 63; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#editTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:editTextStyle + */ + public static int AppCompatTheme_editTextStyle = 107; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:homeAsUpIndicator + */ + public static int AppCompatTheme_homeAsUpIndicator = 49; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#imageButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:imageButtonStyle + */ + public static int AppCompatTheme_imageButtonStyle = 65; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#listChoiceBackgroundIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:listChoiceBackgroundIndicator + */ + public static int AppCompatTheme_listChoiceBackgroundIndicator = 83; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#listDividerAlertDialog} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:listDividerAlertDialog + */ + public static int AppCompatTheme_listDividerAlertDialog = 45; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#listMenuViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:listMenuViewStyle + */ + public static int AppCompatTheme_listMenuViewStyle = 115; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#listPopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:listPopupWindowStyle + */ + public static int AppCompatTheme_listPopupWindowStyle = 76; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#listPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:listPreferredItemHeight + */ + public static int AppCompatTheme_listPreferredItemHeight = 70; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#listPreferredItemHeightLarge} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:listPreferredItemHeightLarge + */ + public static int AppCompatTheme_listPreferredItemHeightLarge = 72; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#listPreferredItemHeightSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:listPreferredItemHeightSmall + */ + public static int AppCompatTheme_listPreferredItemHeightSmall = 71; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#listPreferredItemPaddingLeft} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:listPreferredItemPaddingLeft + */ + public static int AppCompatTheme_listPreferredItemPaddingLeft = 73; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#listPreferredItemPaddingRight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:listPreferredItemPaddingRight + */ + public static int AppCompatTheme_listPreferredItemPaddingRight = 74; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#panelBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:panelBackground + */ + public static int AppCompatTheme_panelBackground = 80; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#panelMenuListTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:panelMenuListTheme + */ + public static int AppCompatTheme_panelMenuListTheme = 82; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#panelMenuListWidth} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:panelMenuListWidth + */ + public static int AppCompatTheme_panelMenuListWidth = 81; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#popupMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:popupMenuStyle + */ + public static int AppCompatTheme_popupMenuStyle = 61; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#popupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:popupWindowStyle + */ + public static int AppCompatTheme_popupWindowStyle = 62; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#radioButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:radioButtonStyle + */ + public static int AppCompatTheme_radioButtonStyle = 108; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#ratingBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:ratingBarStyle + */ + public static int AppCompatTheme_ratingBarStyle = 109; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#ratingBarStyleIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:ratingBarStyleIndicator + */ + public static int AppCompatTheme_ratingBarStyleIndicator = 110; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#ratingBarStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:ratingBarStyleSmall + */ + public static int AppCompatTheme_ratingBarStyleSmall = 111; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#searchViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:searchViewStyle + */ + public static int AppCompatTheme_searchViewStyle = 69; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#seekBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:seekBarStyle + */ + public static int AppCompatTheme_seekBarStyle = 112; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#selectableItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:selectableItemBackground + */ + public static int AppCompatTheme_selectableItemBackground = 53; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#selectableItemBackgroundBorderless} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:selectableItemBackgroundBorderless + */ + public static int AppCompatTheme_selectableItemBackgroundBorderless = 54; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#spinnerDropDownItemStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:spinnerDropDownItemStyle + */ + public static int AppCompatTheme_spinnerDropDownItemStyle = 48; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#spinnerStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:spinnerStyle + */ + public static int AppCompatTheme_spinnerStyle = 113; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#switchStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:switchStyle + */ + public static int AppCompatTheme_switchStyle = 114; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#textAppearanceLargePopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:textAppearanceLargePopupMenu + */ + public static int AppCompatTheme_textAppearanceLargePopupMenu = 40; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#textAppearanceListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:textAppearanceListItem + */ + public static int AppCompatTheme_textAppearanceListItem = 77; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#textAppearanceListItemSecondary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:textAppearanceListItemSecondary + */ + public static int AppCompatTheme_textAppearanceListItemSecondary = 78; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#textAppearanceListItemSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:textAppearanceListItemSmall + */ + public static int AppCompatTheme_textAppearanceListItemSmall = 79; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#textAppearancePopupMenuHeader} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:textAppearancePopupMenuHeader + */ + public static int AppCompatTheme_textAppearancePopupMenuHeader = 42; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#textAppearanceSearchResultSubtitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:textAppearanceSearchResultSubtitle + */ + public static int AppCompatTheme_textAppearanceSearchResultSubtitle = 67; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#textAppearanceSearchResultTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:textAppearanceSearchResultTitle + */ + public static int AppCompatTheme_textAppearanceSearchResultTitle = 66; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#textAppearanceSmallPopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:textAppearanceSmallPopupMenu + */ + public static int AppCompatTheme_textAppearanceSmallPopupMenu = 41; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#textColorAlertDialogListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.cardview:textColorAlertDialogListItem + */ + public static int AppCompatTheme_textColorAlertDialogListItem = 98; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#textColorSearchUrl} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.cardview:textColorSearchUrl + */ + public static int AppCompatTheme_textColorSearchUrl = 68; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#toolbarNavigationButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:toolbarNavigationButtonStyle + */ + public static int AppCompatTheme_toolbarNavigationButtonStyle = 60; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#toolbarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:toolbarStyle + */ + public static int AppCompatTheme_toolbarStyle = 59; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tooltipForegroundColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.cardview:tooltipForegroundColor + */ + public static int AppCompatTheme_tooltipForegroundColor = 117; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tooltipFrameBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:tooltipFrameBackground + */ + public static int AppCompatTheme_tooltipFrameBackground = 116; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#windowActionBar} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:windowActionBar + */ + public static int AppCompatTheme_windowActionBar = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#windowActionBarOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:windowActionBarOverlay + */ + public static int AppCompatTheme_windowActionBarOverlay = 4; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#windowActionModeOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:windowActionModeOverlay + */ + public static int AppCompatTheme_windowActionModeOverlay = 5; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#windowFixedHeightMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:windowFixedHeightMajor + */ + public static int AppCompatTheme_windowFixedHeightMajor = 9; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#windowFixedHeightMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:windowFixedHeightMinor + */ + public static int AppCompatTheme_windowFixedHeightMinor = 7; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#windowFixedWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:windowFixedWidthMajor + */ + public static int AppCompatTheme_windowFixedWidthMajor = 6; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#windowFixedWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:windowFixedWidthMinor + */ + public static int AppCompatTheme_windowFixedWidthMinor = 8; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#windowMinWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:windowMinWidthMajor + */ + public static int AppCompatTheme_windowMinWidthMajor = 10; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#windowMinWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:windowMinWidthMinor + */ + public static int AppCompatTheme_windowMinWidthMinor = 11; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#windowNoTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:windowNoTitle + */ + public static int AppCompatTheme_windowNoTitle = 3; + /** Attributes that can be used with a BottomNavigationView. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #BottomNavigationView_elevation android.support.v7.cardview:elevation}
{@link #BottomNavigationView_itemBackground android.support.v7.cardview:itemBackground}
{@link #BottomNavigationView_itemIconTint android.support.v7.cardview:itemIconTint}
{@link #BottomNavigationView_itemTextColor android.support.v7.cardview:itemTextColor}
{@link #BottomNavigationView_menu android.support.v7.cardview:menu}
+ @see #BottomNavigationView_elevation + @see #BottomNavigationView_itemBackground + @see #BottomNavigationView_itemIconTint + @see #BottomNavigationView_itemTextColor + @see #BottomNavigationView_menu + */ + public static final int[] BottomNavigationView = { + 0x7f01003e, 0x7f010143, 0x7f010144, 0x7f010145, + 0x7f010146 + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#elevation} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:elevation + */ + public static int BottomNavigationView_elevation = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#itemBackground} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:itemBackground + */ + public static int BottomNavigationView_itemBackground = 4; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#itemIconTint} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:itemIconTint + */ + public static int BottomNavigationView_itemIconTint = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#itemTextColor} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:itemTextColor + */ + public static int BottomNavigationView_itemTextColor = 3; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#menu} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:menu + */ + public static int BottomNavigationView_menu = 1; + /** Attributes that can be used with a BottomSheetBehavior_Layout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #BottomSheetBehavior_Layout_behavior_hideable android.support.v7.cardview:behavior_hideable}
{@link #BottomSheetBehavior_Layout_behavior_peekHeight android.support.v7.cardview:behavior_peekHeight}
{@link #BottomSheetBehavior_Layout_behavior_skipCollapsed android.support.v7.cardview:behavior_skipCollapsed}
+ @see #BottomSheetBehavior_Layout_behavior_hideable + @see #BottomSheetBehavior_Layout_behavior_peekHeight + @see #BottomSheetBehavior_Layout_behavior_skipCollapsed + */ + public static final int[] BottomSheetBehavior_Layout = { + 0x7f01011d, 0x7f01011e, 0x7f01011f + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#behavior_hideable} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:behavior_hideable + */ + public static int BottomSheetBehavior_Layout_behavior_hideable = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#behavior_peekHeight} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ @attr name android.support.v7.cardview:behavior_peekHeight + */ + public static int BottomSheetBehavior_Layout_behavior_peekHeight = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#behavior_skipCollapsed} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:behavior_skipCollapsed + */ + public static int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2; + /** Attributes that can be used with a ButtonBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ButtonBarLayout_allowStacking android.support.v7.cardview:allowStacking}
+ @see #ButtonBarLayout_allowStacking + */ + public static final int[] ButtonBarLayout = { + 0x7f0100cb + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#allowStacking} + attribute's value can be found in the {@link #ButtonBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:allowStacking + */ + public static int ButtonBarLayout_allowStacking = 0; + /** Attributes that can be used with a CardView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CardView_android_minHeight android:minHeight}
{@link #CardView_android_minWidth android:minWidth}
{@link #CardView_cardBackgroundColor android.support.v7.cardview:cardBackgroundColor}
{@link #CardView_cardCornerRadius android.support.v7.cardview:cardCornerRadius}
{@link #CardView_cardElevation android.support.v7.cardview:cardElevation}
{@link #CardView_cardMaxElevation android.support.v7.cardview:cardMaxElevation}
{@link #CardView_cardPreventCornerOverlap android.support.v7.cardview:cardPreventCornerOverlap}
{@link #CardView_cardUseCompatPadding android.support.v7.cardview:cardUseCompatPadding}
{@link #CardView_contentPadding android.support.v7.cardview:contentPadding}
{@link #CardView_contentPaddingBottom android.support.v7.cardview:contentPaddingBottom}
{@link #CardView_contentPaddingLeft android.support.v7.cardview:contentPaddingLeft}
{@link #CardView_contentPaddingRight android.support.v7.cardview:contentPaddingRight}
{@link #CardView_contentPaddingTop android.support.v7.cardview:contentPaddingTop}
+ @see #CardView_android_minHeight + @see #CardView_android_minWidth + @see #CardView_cardBackgroundColor + @see #CardView_cardCornerRadius + @see #CardView_cardElevation + @see #CardView_cardMaxElevation + @see #CardView_cardPreventCornerOverlap + @see #CardView_cardUseCompatPadding + @see #CardView_contentPadding + @see #CardView_contentPaddingBottom + @see #CardView_contentPaddingLeft + @see #CardView_contentPaddingRight + @see #CardView_contentPaddingTop + */ + public static final int[] CardView = { + 0x0101013f, 0x01010140, 0x7f010017, 0x7f010018, + 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01001c, + 0x7f01001d, 0x7f01001e, 0x7f01001f, 0x7f010020, + 0x7f010021 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minHeight + */ + public static int CardView_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minWidth + */ + public static int CardView_android_minWidth = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#cardBackgroundColor} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:cardBackgroundColor + */ + public static int CardView_cardBackgroundColor = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#cardCornerRadius} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:cardCornerRadius + */ + public static int CardView_cardCornerRadius = 3; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#cardElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:cardElevation + */ + public static int CardView_cardElevation = 4; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#cardMaxElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:cardMaxElevation + */ + public static int CardView_cardMaxElevation = 5; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#cardPreventCornerOverlap} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:cardPreventCornerOverlap + */ + public static int CardView_cardPreventCornerOverlap = 7; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#cardUseCompatPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:cardUseCompatPadding + */ + public static int CardView_cardUseCompatPadding = 6; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#contentPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:contentPadding + */ + public static int CardView_contentPadding = 8; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#contentPaddingBottom} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:contentPaddingBottom + */ + public static int CardView_contentPaddingBottom = 12; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#contentPaddingLeft} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:contentPaddingLeft + */ + public static int CardView_contentPaddingLeft = 9; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#contentPaddingRight} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:contentPaddingRight + */ + public static int CardView_contentPaddingRight = 10; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#contentPaddingTop} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:contentPaddingTop + */ + public static int CardView_contentPaddingTop = 11; + /** Attributes that can be used with a CollapsingToolbarLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_collapsedTitleGravity android.support.v7.cardview:collapsedTitleGravity}
{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance android.support.v7.cardview:collapsedTitleTextAppearance}
{@link #CollapsingToolbarLayout_contentScrim android.support.v7.cardview:contentScrim}
{@link #CollapsingToolbarLayout_expandedTitleGravity android.support.v7.cardview:expandedTitleGravity}
{@link #CollapsingToolbarLayout_expandedTitleMargin android.support.v7.cardview:expandedTitleMargin}
{@link #CollapsingToolbarLayout_expandedTitleMarginBottom android.support.v7.cardview:expandedTitleMarginBottom}
{@link #CollapsingToolbarLayout_expandedTitleMarginEnd android.support.v7.cardview:expandedTitleMarginEnd}
{@link #CollapsingToolbarLayout_expandedTitleMarginStart android.support.v7.cardview:expandedTitleMarginStart}
{@link #CollapsingToolbarLayout_expandedTitleMarginTop android.support.v7.cardview:expandedTitleMarginTop}
{@link #CollapsingToolbarLayout_expandedTitleTextAppearance android.support.v7.cardview:expandedTitleTextAppearance}
{@link #CollapsingToolbarLayout_scrimAnimationDuration android.support.v7.cardview:scrimAnimationDuration}
{@link #CollapsingToolbarLayout_scrimVisibleHeightTrigger android.support.v7.cardview:scrimVisibleHeightTrigger}
{@link #CollapsingToolbarLayout_statusBarScrim android.support.v7.cardview:statusBarScrim}
{@link #CollapsingToolbarLayout_title android.support.v7.cardview:title}
{@link #CollapsingToolbarLayout_titleEnabled android.support.v7.cardview:titleEnabled}
{@link #CollapsingToolbarLayout_toolbarId android.support.v7.cardview:toolbarId}
+ @see #CollapsingToolbarLayout_collapsedTitleGravity + @see #CollapsingToolbarLayout_collapsedTitleTextAppearance + @see #CollapsingToolbarLayout_contentScrim + @see #CollapsingToolbarLayout_expandedTitleGravity + @see #CollapsingToolbarLayout_expandedTitleMargin + @see #CollapsingToolbarLayout_expandedTitleMarginBottom + @see #CollapsingToolbarLayout_expandedTitleMarginEnd + @see #CollapsingToolbarLayout_expandedTitleMarginStart + @see #CollapsingToolbarLayout_expandedTitleMarginTop + @see #CollapsingToolbarLayout_expandedTitleTextAppearance + @see #CollapsingToolbarLayout_scrimAnimationDuration + @see #CollapsingToolbarLayout_scrimVisibleHeightTrigger + @see #CollapsingToolbarLayout_statusBarScrim + @see #CollapsingToolbarLayout_title + @see #CollapsingToolbarLayout_titleEnabled + @see #CollapsingToolbarLayout_toolbarId + */ + public static final int[] CollapsingToolbarLayout = { + 0x7f010025, 0x7f010120, 0x7f010121, 0x7f010122, + 0x7f010123, 0x7f010124, 0x7f010125, 0x7f010126, + 0x7f010127, 0x7f010128, 0x7f010129, 0x7f01012a, + 0x7f01012b, 0x7f01012c, 0x7f01012d, 0x7f01012e + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#collapsedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name android.support.v7.cardview:collapsedTitleGravity + */ + public static int CollapsingToolbarLayout_collapsedTitleGravity = 13; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#collapsedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:collapsedTitleTextAppearance + */ + public static int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#contentScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:contentScrim + */ + public static int CollapsingToolbarLayout_contentScrim = 8; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#expandedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name android.support.v7.cardview:expandedTitleGravity + */ + public static int CollapsingToolbarLayout_expandedTitleGravity = 14; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#expandedTitleMargin} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:expandedTitleMargin + */ + public static int CollapsingToolbarLayout_expandedTitleMargin = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#expandedTitleMarginBottom} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:expandedTitleMarginBottom + */ + public static int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#expandedTitleMarginEnd} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:expandedTitleMarginEnd + */ + public static int CollapsingToolbarLayout_expandedTitleMarginEnd = 4; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#expandedTitleMarginStart} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:expandedTitleMarginStart + */ + public static int CollapsingToolbarLayout_expandedTitleMarginStart = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#expandedTitleMarginTop} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:expandedTitleMarginTop + */ + public static int CollapsingToolbarLayout_expandedTitleMarginTop = 3; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#expandedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:expandedTitleTextAppearance + */ + public static int CollapsingToolbarLayout_expandedTitleTextAppearance = 6; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#scrimAnimationDuration} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:scrimAnimationDuration + */ + public static int CollapsingToolbarLayout_scrimAnimationDuration = 12; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#scrimVisibleHeightTrigger} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:scrimVisibleHeightTrigger + */ + public static int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#statusBarScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:statusBarScrim + */ + public static int CollapsingToolbarLayout_statusBarScrim = 9; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#title} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:title + */ + public static int CollapsingToolbarLayout_title = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#titleEnabled} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:titleEnabled + */ + public static int CollapsingToolbarLayout_titleEnabled = 15; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#toolbarId} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:toolbarId + */ + public static int CollapsingToolbarLayout_toolbarId = 10; + /** Attributes that can be used with a CollapsingToolbarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_Layout_layout_collapseMode android.support.v7.cardview:layout_collapseMode}
{@link #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier android.support.v7.cardview:layout_collapseParallaxMultiplier}
+ @see #CollapsingToolbarLayout_Layout_layout_collapseMode + @see #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier + */ + public static final int[] CollapsingToolbarLayout_Layout = { + 0x7f01012f, 0x7f010130 + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#layout_collapseMode} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ @attr name android.support.v7.cardview:layout_collapseMode + */ + public static int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#layout_collapseParallaxMultiplier} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:layout_collapseParallaxMultiplier + */ + public static int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1; + /** Attributes that can be used with a ColorStateListItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ColorStateListItem_alpha android.support.v7.cardview:alpha}
{@link #ColorStateListItem_android_alpha android:alpha}
{@link #ColorStateListItem_android_color android:color}
+ @see #ColorStateListItem_alpha + @see #ColorStateListItem_android_alpha + @see #ColorStateListItem_android_color + */ + public static final int[] ColorStateListItem = { + 0x010101a5, 0x0101031f, 0x7f0100cc + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:alpha + */ + public static int ColorStateListItem_alpha = 2; + /** +

This symbol is the offset where the {@link android.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:alpha + */ + public static int ColorStateListItem_android_alpha = 1; + /** +

This symbol is the offset where the {@link android.R.attr#color} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:color + */ + public static int ColorStateListItem_android_color = 0; + /** Attributes that can be used with a CompoundButton. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint android.support.v7.cardview:buttonTint}
{@link #CompoundButton_buttonTintMode android.support.v7.cardview:buttonTintMode}
+ @see #CompoundButton_android_button + @see #CompoundButton_buttonTint + @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton = { + 0x01010107, 0x7f0100cd, 0x7f0100ce + }; + /** +

This symbol is the offset where the {@link android.R.attr#button} + attribute's value can be found in the {@link #CompoundButton} array. + @attr name android:button + */ + public static int CompoundButton_android_button = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#buttonTint} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:buttonTint + */ + public static int CompoundButton_buttonTint = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#buttonTintMode} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.cardview:buttonTintMode + */ + public static int CompoundButton_buttonTintMode = 2; + /** Attributes that can be used with a CoordinatorLayout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CoordinatorLayout_keylines android.support.v7.cardview:keylines}
{@link #CoordinatorLayout_statusBarBackground android.support.v7.cardview:statusBarBackground}
+ @see #CoordinatorLayout_keylines + @see #CoordinatorLayout_statusBarBackground + */ + public static final int[] CoordinatorLayout = { + 0x7f010131, 0x7f010132 + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#keylines} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:keylines + */ + public static int CoordinatorLayout_keylines = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#statusBarBackground} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:statusBarBackground + */ + public static int CoordinatorLayout_statusBarBackground = 1; + /** Attributes that can be used with a CoordinatorLayout_Layout. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity}
{@link #CoordinatorLayout_Layout_layout_anchor android.support.v7.cardview:layout_anchor}
{@link #CoordinatorLayout_Layout_layout_anchorGravity android.support.v7.cardview:layout_anchorGravity}
{@link #CoordinatorLayout_Layout_layout_behavior android.support.v7.cardview:layout_behavior}
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges android.support.v7.cardview:layout_dodgeInsetEdges}
{@link #CoordinatorLayout_Layout_layout_insetEdge android.support.v7.cardview:layout_insetEdge}
{@link #CoordinatorLayout_Layout_layout_keyline android.support.v7.cardview:layout_keyline}
+ @see #CoordinatorLayout_Layout_android_layout_gravity + @see #CoordinatorLayout_Layout_layout_anchor + @see #CoordinatorLayout_Layout_layout_anchorGravity + @see #CoordinatorLayout_Layout_layout_behavior + @see #CoordinatorLayout_Layout_layout_dodgeInsetEdges + @see #CoordinatorLayout_Layout_layout_insetEdge + @see #CoordinatorLayout_Layout_layout_keyline + */ + public static final int[] CoordinatorLayout_Layout = { + 0x010100b3, 0x7f010133, 0x7f010134, 0x7f010135, + 0x7f010136, 0x7f010137, 0x7f010138 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + @attr name android:layout_gravity + */ + public static int CoordinatorLayout_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#layout_anchor} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:layout_anchor + */ + public static int CoordinatorLayout_Layout_layout_anchor = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#layout_anchorGravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ @attr name android.support.v7.cardview:layout_anchorGravity + */ + public static int CoordinatorLayout_Layout_layout_anchorGravity = 4; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#layout_behavior} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:layout_behavior + */ + public static int CoordinatorLayout_Layout_layout_behavior = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#layout_dodgeInsetEdges} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ @attr name android.support.v7.cardview:layout_dodgeInsetEdges + */ + public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#layout_insetEdge} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ @attr name android.support.v7.cardview:layout_insetEdge + */ + public static int CoordinatorLayout_Layout_layout_insetEdge = 5; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#layout_keyline} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:layout_keyline + */ + public static int CoordinatorLayout_Layout_layout_keyline = 3; + /** Attributes that can be used with a DesignTheme. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #DesignTheme_bottomSheetDialogTheme android.support.v7.cardview:bottomSheetDialogTheme}
{@link #DesignTheme_bottomSheetStyle android.support.v7.cardview:bottomSheetStyle}
{@link #DesignTheme_textColorError android.support.v7.cardview:textColorError}
+ @see #DesignTheme_bottomSheetDialogTheme + @see #DesignTheme_bottomSheetStyle + @see #DesignTheme_textColorError + */ + public static final int[] DesignTheme = { + 0x7f010139, 0x7f01013a, 0x7f01013b + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#bottomSheetDialogTheme} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:bottomSheetDialogTheme + */ + public static int DesignTheme_bottomSheetDialogTheme = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#bottomSheetStyle} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:bottomSheetStyle + */ + public static int DesignTheme_bottomSheetStyle = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#textColorError} + attribute's value can be found in the {@link #DesignTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.cardview:textColorError + */ + public static int DesignTheme_textColorError = 2; + /** Attributes that can be used with a DrawerArrowToggle. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength android.support.v7.cardview:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength android.support.v7.cardview:arrowShaftLength}
{@link #DrawerArrowToggle_barLength android.support.v7.cardview:barLength}
{@link #DrawerArrowToggle_color android.support.v7.cardview:color}
{@link #DrawerArrowToggle_drawableSize android.support.v7.cardview:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars android.support.v7.cardview:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars android.support.v7.cardview:spinBars}
{@link #DrawerArrowToggle_thickness android.support.v7.cardview:thickness}
+ @see #DrawerArrowToggle_arrowHeadLength + @see #DrawerArrowToggle_arrowShaftLength + @see #DrawerArrowToggle_barLength + @see #DrawerArrowToggle_color + @see #DrawerArrowToggle_drawableSize + @see #DrawerArrowToggle_gapBetweenBars + @see #DrawerArrowToggle_spinBars + @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle = { + 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2, + 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6 + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#arrowHeadLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:arrowHeadLength + */ + public static int DrawerArrowToggle_arrowHeadLength = 4; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#arrowShaftLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:arrowShaftLength + */ + public static int DrawerArrowToggle_arrowShaftLength = 5; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#barLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:barLength + */ + public static int DrawerArrowToggle_barLength = 6; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#color} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:color + */ + public static int DrawerArrowToggle_color = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#drawableSize} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:drawableSize + */ + public static int DrawerArrowToggle_drawableSize = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#gapBetweenBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:gapBetweenBars + */ + public static int DrawerArrowToggle_gapBetweenBars = 3; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#spinBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:spinBars + */ + public static int DrawerArrowToggle_spinBars = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#thickness} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:thickness + */ + public static int DrawerArrowToggle_thickness = 7; + /** Attributes that can be used with a FloatingActionButton. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #FloatingActionButton_backgroundTint android.support.v7.cardview:backgroundTint}
{@link #FloatingActionButton_backgroundTintMode android.support.v7.cardview:backgroundTintMode}
{@link #FloatingActionButton_borderWidth android.support.v7.cardview:borderWidth}
{@link #FloatingActionButton_elevation android.support.v7.cardview:elevation}
{@link #FloatingActionButton_fabSize android.support.v7.cardview:fabSize}
{@link #FloatingActionButton_pressedTranslationZ android.support.v7.cardview:pressedTranslationZ}
{@link #FloatingActionButton_rippleColor android.support.v7.cardview:rippleColor}
{@link #FloatingActionButton_useCompatPadding android.support.v7.cardview:useCompatPadding}
+ @see #FloatingActionButton_backgroundTint + @see #FloatingActionButton_backgroundTintMode + @see #FloatingActionButton_borderWidth + @see #FloatingActionButton_elevation + @see #FloatingActionButton_fabSize + @see #FloatingActionButton_pressedTranslationZ + @see #FloatingActionButton_rippleColor + @see #FloatingActionButton_useCompatPadding + */ + public static final int[] FloatingActionButton = { + 0x7f01003e, 0x7f010116, 0x7f010117, 0x7f01013c, + 0x7f01013d, 0x7f01013e, 0x7f01013f, 0x7f010140 + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#backgroundTint} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:backgroundTint + */ + public static int FloatingActionButton_backgroundTint = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.cardview:backgroundTintMode + */ + public static int FloatingActionButton_backgroundTintMode = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#borderWidth} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:borderWidth + */ + public static int FloatingActionButton_borderWidth = 6; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#elevation} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:elevation + */ + public static int FloatingActionButton_elevation = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#fabSize} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ @attr name android.support.v7.cardview:fabSize + */ + public static int FloatingActionButton_fabSize = 4; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#pressedTranslationZ} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:pressedTranslationZ + */ + public static int FloatingActionButton_pressedTranslationZ = 5; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#rippleColor} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:rippleColor + */ + public static int FloatingActionButton_rippleColor = 3; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#useCompatPadding} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:useCompatPadding + */ + public static int FloatingActionButton_useCompatPadding = 7; + /** Attributes that can be used with a FloatingActionButton_Behavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #FloatingActionButton_Behavior_Layout_behavior_autoHide android.support.v7.cardview:behavior_autoHide}
+ @see #FloatingActionButton_Behavior_Layout_behavior_autoHide + */ + public static final int[] FloatingActionButton_Behavior_Layout = { + 0x7f010141 + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#behavior_autoHide} + attribute's value can be found in the {@link #FloatingActionButton_Behavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:behavior_autoHide + */ + public static int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; + /** Attributes that can be used with a FontFamily. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamily_fontProviderAuthority android.support.v7.cardview:fontProviderAuthority}
{@link #FontFamily_fontProviderCerts android.support.v7.cardview:fontProviderCerts}
{@link #FontFamily_fontProviderFetchStrategy android.support.v7.cardview:fontProviderFetchStrategy}
{@link #FontFamily_fontProviderFetchTimeout android.support.v7.cardview:fontProviderFetchTimeout}
{@link #FontFamily_fontProviderPackage android.support.v7.cardview:fontProviderPackage}
{@link #FontFamily_fontProviderQuery android.support.v7.cardview:fontProviderQuery}
+ @see #FontFamily_fontProviderAuthority + @see #FontFamily_fontProviderCerts + @see #FontFamily_fontProviderFetchStrategy + @see #FontFamily_fontProviderFetchTimeout + @see #FontFamily_fontProviderPackage + @see #FontFamily_fontProviderQuery + */ + public static final int[] FontFamily = { + 0x7f01016a, 0x7f01016b, 0x7f01016c, 0x7f01016d, + 0x7f01016e, 0x7f01016f + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#fontProviderAuthority} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:fontProviderAuthority + */ + public static int FontFamily_fontProviderAuthority = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#fontProviderCerts} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:fontProviderCerts + */ + public static int FontFamily_fontProviderCerts = 3; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#fontProviderFetchStrategy} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ @attr name android.support.v7.cardview:fontProviderFetchStrategy + */ + public static int FontFamily_fontProviderFetchStrategy = 4; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#fontProviderFetchTimeout} + attribute's value can be found in the {@link #FontFamily} array. + + +

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ @attr name android.support.v7.cardview:fontProviderFetchTimeout + */ + public static int FontFamily_fontProviderFetchTimeout = 5; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#fontProviderPackage} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:fontProviderPackage + */ + public static int FontFamily_fontProviderPackage = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#fontProviderQuery} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:fontProviderQuery + */ + public static int FontFamily_fontProviderQuery = 2; + /** Attributes that can be used with a FontFamilyFont. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamilyFont_android_font android:font}
{@link #FontFamilyFont_android_fontStyle android:fontStyle}
{@link #FontFamilyFont_android_fontWeight android:fontWeight}
{@link #FontFamilyFont_font android.support.v7.cardview:font}
{@link #FontFamilyFont_fontStyle android.support.v7.cardview:fontStyle}
{@link #FontFamilyFont_fontWeight android.support.v7.cardview:fontWeight}
+ @see #FontFamilyFont_android_font + @see #FontFamilyFont_android_fontStyle + @see #FontFamilyFont_android_fontWeight + @see #FontFamilyFont_font + @see #FontFamilyFont_fontStyle + @see #FontFamilyFont_fontWeight + */ + public static final int[] FontFamilyFont = { + 0x01010532, 0x01010533, 0x0101053f, 0x7f010170, + 0x7f010171, 0x7f010172 + }; + /** +

This symbol is the offset where the {@link android.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:font + */ + public static int FontFamilyFont_android_font = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontStyle + */ + public static int FontFamilyFont_android_fontStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontWeight + */ + public static int FontFamilyFont_android_fontWeight = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:font + */ + public static int FontFamilyFont_font = 4; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ @attr name android.support.v7.cardview:fontStyle + */ + public static int FontFamilyFont_fontStyle = 3; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:fontWeight + */ + public static int FontFamilyFont_fontWeight = 5; + /** Attributes that can be used with a ForegroundLinearLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ForegroundLinearLayout_android_foreground android:foreground}
{@link #ForegroundLinearLayout_android_foregroundGravity android:foregroundGravity}
{@link #ForegroundLinearLayout_foregroundInsidePadding android.support.v7.cardview:foregroundInsidePadding}
+ @see #ForegroundLinearLayout_android_foreground + @see #ForegroundLinearLayout_android_foregroundGravity + @see #ForegroundLinearLayout_foregroundInsidePadding + */ + public static final int[] ForegroundLinearLayout = { + 0x01010109, 0x01010200, 0x7f010142 + }; + /** +

This symbol is the offset where the {@link android.R.attr#foreground} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foreground + */ + public static int ForegroundLinearLayout_android_foreground = 0; + /** +

This symbol is the offset where the {@link android.R.attr#foregroundGravity} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foregroundGravity + */ + public static int ForegroundLinearLayout_android_foregroundGravity = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#foregroundInsidePadding} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:foregroundInsidePadding + */ + public static int ForegroundLinearLayout_foregroundInsidePadding = 2; + /** Attributes that can be used with a LinearLayoutCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider android.support.v7.cardview:divider}
{@link #LinearLayoutCompat_dividerPadding android.support.v7.cardview:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild android.support.v7.cardview:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers android.support.v7.cardview:showDividers}
+ @see #LinearLayoutCompat_android_baselineAligned + @see #LinearLayoutCompat_android_baselineAlignedChildIndex + @see #LinearLayoutCompat_android_gravity + @see #LinearLayoutCompat_android_orientation + @see #LinearLayoutCompat_android_weightSum + @see #LinearLayoutCompat_divider + @see #LinearLayoutCompat_dividerPadding + @see #LinearLayoutCompat_measureWithLargestChild + @see #LinearLayoutCompat_showDividers + */ + public static final int[] LinearLayoutCompat = { + 0x010100af, 0x010100c4, 0x01010126, 0x01010127, + 0x01010128, 0x7f01002d, 0x7f0100d7, 0x7f0100d8, + 0x7f0100d9 + }; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAligned} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAligned + */ + public static int LinearLayoutCompat_android_baselineAligned = 2; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAlignedChildIndex + */ + public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:gravity + */ + public static int LinearLayoutCompat_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:orientation + */ + public static int LinearLayoutCompat_android_orientation = 1; + /** +

This symbol is the offset where the {@link android.R.attr#weightSum} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:weightSum + */ + public static int LinearLayoutCompat_android_weightSum = 4; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#divider} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:divider + */ + public static int LinearLayoutCompat_divider = 5; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#dividerPadding} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:dividerPadding + */ + public static int LinearLayoutCompat_dividerPadding = 8; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#measureWithLargestChild} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:measureWithLargestChild + */ + public static int LinearLayoutCompat_measureWithLargestChild = 6; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#showDividers} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ @attr name android.support.v7.cardview:showDividers + */ + public static int LinearLayoutCompat_showDividers = 7; + /** Attributes that can be used with a LinearLayoutCompat_Layout. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
+ @see #LinearLayoutCompat_Layout_android_layout_gravity + @see #LinearLayoutCompat_Layout_android_layout_height + @see #LinearLayoutCompat_Layout_android_layout_weight + @see #LinearLayoutCompat_Layout_android_layout_width + */ + public static final int[] LinearLayoutCompat_Layout = { + 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_gravity + */ + public static int LinearLayoutCompat_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout_height} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_height + */ + public static int LinearLayoutCompat_Layout_android_layout_height = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout_weight} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_weight + */ + public static int LinearLayoutCompat_Layout_android_layout_weight = 3; + /** +

This symbol is the offset where the {@link android.R.attr#layout_width} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_width + */ + public static int LinearLayoutCompat_Layout_android_layout_width = 1; + /** Attributes that can be used with a ListPopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
+ @see #ListPopupWindow_android_dropDownHorizontalOffset + @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow = { + 0x010102ac, 0x010102ad + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownHorizontalOffset + */ + public static int ListPopupWindow_android_dropDownHorizontalOffset = 0; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownVerticalOffset + */ + public static int ListPopupWindow_android_dropDownVerticalOffset = 1; + /** Attributes that can be used with a MediaRouteButton. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #MediaRouteButton_android_minHeight android:minHeight}
{@link #MediaRouteButton_android_minWidth android:minWidth}
{@link #MediaRouteButton_externalRouteEnabledDrawable android.support.v7.cardview:externalRouteEnabledDrawable}
{@link #MediaRouteButton_mediaRouteButtonTint android.support.v7.cardview:mediaRouteButtonTint}
+ @see #MediaRouteButton_android_minHeight + @see #MediaRouteButton_android_minWidth + @see #MediaRouteButton_externalRouteEnabledDrawable + @see #MediaRouteButton_mediaRouteButtonTint + */ + public static final int[] MediaRouteButton = { + 0x0101013f, 0x01010140, 0x7f010015, 0x7f010016 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minHeight + */ + public static int MediaRouteButton_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minWidth + */ + public static int MediaRouteButton_android_minWidth = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#externalRouteEnabledDrawable} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:externalRouteEnabledDrawable + */ + public static int MediaRouteButton_externalRouteEnabledDrawable = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#mediaRouteButtonTint} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:mediaRouteButtonTint + */ + public static int MediaRouteButton_mediaRouteButtonTint = 3; + /** Attributes that can be used with a MenuGroup. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_visible android:visible}
+ @see #MenuGroup_android_checkableBehavior + @see #MenuGroup_android_enabled + @see #MenuGroup_android_id + @see #MenuGroup_android_menuCategory + @see #MenuGroup_android_orderInCategory + @see #MenuGroup_android_visible + */ + public static final int[] MenuGroup = { + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** +

This symbol is the offset where the {@link android.R.attr#checkableBehavior} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:checkableBehavior + */ + public static int MenuGroup_android_checkableBehavior = 5; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:enabled + */ + public static int MenuGroup_android_enabled = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:id + */ + public static int MenuGroup_android_id = 1; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:menuCategory + */ + public static int MenuGroup_android_menuCategory = 3; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:orderInCategory + */ + public static int MenuGroup_android_orderInCategory = 4; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:visible + */ + public static int MenuGroup_android_visible = 2; + /** Attributes that can be used with a MenuItem. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #MenuItem_actionLayout android.support.v7.cardview:actionLayout}
{@link #MenuItem_actionProviderClass android.support.v7.cardview:actionProviderClass}
{@link #MenuItem_actionViewClass android.support.v7.cardview:actionViewClass}
{@link #MenuItem_alphabeticModifiers android.support.v7.cardview:alphabeticModifiers}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_contentDescription android.support.v7.cardview:contentDescription}
{@link #MenuItem_iconTint android.support.v7.cardview:iconTint}
{@link #MenuItem_iconTintMode android.support.v7.cardview:iconTintMode}
{@link #MenuItem_numericModifiers android.support.v7.cardview:numericModifiers}
{@link #MenuItem_showAsAction android.support.v7.cardview:showAsAction}
{@link #MenuItem_tooltipText android.support.v7.cardview:tooltipText}
+ @see #MenuItem_actionLayout + @see #MenuItem_actionProviderClass + @see #MenuItem_actionViewClass + @see #MenuItem_alphabeticModifiers + @see #MenuItem_android_alphabeticShortcut + @see #MenuItem_android_checkable + @see #MenuItem_android_checked + @see #MenuItem_android_enabled + @see #MenuItem_android_icon + @see #MenuItem_android_id + @see #MenuItem_android_menuCategory + @see #MenuItem_android_numericShortcut + @see #MenuItem_android_onClick + @see #MenuItem_android_orderInCategory + @see #MenuItem_android_title + @see #MenuItem_android_titleCondensed + @see #MenuItem_android_visible + @see #MenuItem_contentDescription + @see #MenuItem_iconTint + @see #MenuItem_iconTintMode + @see #MenuItem_numericModifiers + @see #MenuItem_showAsAction + @see #MenuItem_tooltipText + */ + public static final int[] MenuItem = { + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f0100da, 0x7f0100db, 0x7f0100dc, + 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, + 0x7f0100e1, 0x7f0100e2, 0x7f0100e3 + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionLayout} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:actionLayout + */ + public static int MenuItem_actionLayout = 16; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionProviderClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:actionProviderClass + */ + public static int MenuItem_actionProviderClass = 18; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#actionViewClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:actionViewClass + */ + public static int MenuItem_actionViewClass = 17; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#alphabeticModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name android.support.v7.cardview:alphabeticModifiers + */ + public static int MenuItem_alphabeticModifiers = 13; + /** +

This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:alphabeticShortcut + */ + public static int MenuItem_android_alphabeticShortcut = 9; + /** +

This symbol is the offset where the {@link android.R.attr#checkable} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checkable + */ + public static int MenuItem_android_checkable = 11; + /** +

This symbol is the offset where the {@link android.R.attr#checked} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checked + */ + public static int MenuItem_android_checked = 3; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:enabled + */ + public static int MenuItem_android_enabled = 1; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:icon + */ + public static int MenuItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:id + */ + public static int MenuItem_android_id = 2; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:menuCategory + */ + public static int MenuItem_android_menuCategory = 5; + /** +

This symbol is the offset where the {@link android.R.attr#numericShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:numericShortcut + */ + public static int MenuItem_android_numericShortcut = 10; + /** +

This symbol is the offset where the {@link android.R.attr#onClick} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:onClick + */ + public static int MenuItem_android_onClick = 12; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:orderInCategory + */ + public static int MenuItem_android_orderInCategory = 6; + /** +

This symbol is the offset where the {@link android.R.attr#title} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:title + */ + public static int MenuItem_android_title = 7; + /** +

This symbol is the offset where the {@link android.R.attr#titleCondensed} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:titleCondensed + */ + public static int MenuItem_android_titleCondensed = 8; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:visible + */ + public static int MenuItem_android_visible = 4; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#contentDescription} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:contentDescription + */ + public static int MenuItem_contentDescription = 19; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#iconTint} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:iconTint + */ + public static int MenuItem_iconTint = 21; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#iconTintMode} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.cardview:iconTintMode + */ + public static int MenuItem_iconTintMode = 22; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#numericModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name android.support.v7.cardview:numericModifiers + */ + public static int MenuItem_numericModifiers = 14; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#showAsAction} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ @attr name android.support.v7.cardview:showAsAction + */ + public static int MenuItem_showAsAction = 15; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tooltipText} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:tooltipText + */ + public static int MenuItem_tooltipText = 20; + /** Attributes that can be used with a MenuView. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_preserveIconSpacing android.support.v7.cardview:preserveIconSpacing}
{@link #MenuView_subMenuArrow android.support.v7.cardview:subMenuArrow}
+ @see #MenuView_android_headerBackground + @see #MenuView_android_horizontalDivider + @see #MenuView_android_itemBackground + @see #MenuView_android_itemIconDisabledAlpha + @see #MenuView_android_itemTextAppearance + @see #MenuView_android_verticalDivider + @see #MenuView_android_windowAnimationStyle + @see #MenuView_preserveIconSpacing + @see #MenuView_subMenuArrow + */ + public static final int[] MenuView = { + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f0100e4, + 0x7f0100e5 + }; + /** +

This symbol is the offset where the {@link android.R.attr#headerBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:headerBackground + */ + public static int MenuView_android_headerBackground = 4; + /** +

This symbol is the offset where the {@link android.R.attr#horizontalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:horizontalDivider + */ + public static int MenuView_android_horizontalDivider = 2; + /** +

This symbol is the offset where the {@link android.R.attr#itemBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemBackground + */ + public static int MenuView_android_itemBackground = 5; + /** +

This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemIconDisabledAlpha + */ + public static int MenuView_android_itemIconDisabledAlpha = 6; + /** +

This symbol is the offset where the {@link android.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemTextAppearance + */ + public static int MenuView_android_itemTextAppearance = 1; + /** +

This symbol is the offset where the {@link android.R.attr#verticalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:verticalDivider + */ + public static int MenuView_android_verticalDivider = 3; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:windowAnimationStyle + */ + public static int MenuView_android_windowAnimationStyle = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#preserveIconSpacing} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:preserveIconSpacing + */ + public static int MenuView_preserveIconSpacing = 7; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#subMenuArrow} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:subMenuArrow + */ + public static int MenuView_subMenuArrow = 8; + /** Attributes that can be used with a NavigationView. +

Includes the following attributes:

+ + + + + + + + + + + + + + +
AttributeDescription
{@link #NavigationView_android_background android:background}
{@link #NavigationView_android_fitsSystemWindows android:fitsSystemWindows}
{@link #NavigationView_android_maxWidth android:maxWidth}
{@link #NavigationView_elevation android.support.v7.cardview:elevation}
{@link #NavigationView_headerLayout android.support.v7.cardview:headerLayout}
{@link #NavigationView_itemBackground android.support.v7.cardview:itemBackground}
{@link #NavigationView_itemIconTint android.support.v7.cardview:itemIconTint}
{@link #NavigationView_itemTextAppearance android.support.v7.cardview:itemTextAppearance}
{@link #NavigationView_itemTextColor android.support.v7.cardview:itemTextColor}
{@link #NavigationView_menu android.support.v7.cardview:menu}
+ @see #NavigationView_android_background + @see #NavigationView_android_fitsSystemWindows + @see #NavigationView_android_maxWidth + @see #NavigationView_elevation + @see #NavigationView_headerLayout + @see #NavigationView_itemBackground + @see #NavigationView_itemIconTint + @see #NavigationView_itemTextAppearance + @see #NavigationView_itemTextColor + @see #NavigationView_menu + */ + public static final int[] NavigationView = { + 0x010100d4, 0x010100dd, 0x0101011f, 0x7f01003e, + 0x7f010143, 0x7f010144, 0x7f010145, 0x7f010146, + 0x7f010147, 0x7f010148 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:background + */ + public static int NavigationView_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fitsSystemWindows} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:fitsSystemWindows + */ + public static int NavigationView_android_fitsSystemWindows = 1; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:maxWidth + */ + public static int NavigationView_android_maxWidth = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#elevation} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:elevation + */ + public static int NavigationView_elevation = 3; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#headerLayout} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:headerLayout + */ + public static int NavigationView_headerLayout = 9; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#itemBackground} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:itemBackground + */ + public static int NavigationView_itemBackground = 7; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#itemIconTint} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:itemIconTint + */ + public static int NavigationView_itemIconTint = 5; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:itemTextAppearance + */ + public static int NavigationView_itemTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#itemTextColor} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:itemTextColor + */ + public static int NavigationView_itemTextColor = 6; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#menu} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:menu + */ + public static int NavigationView_menu = 4; + /** Attributes that can be used with a PopupWindow. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle}
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_overlapAnchor android.support.v7.cardview:overlapAnchor}
+ @see #PopupWindow_android_popupAnimationStyle + @see #PopupWindow_android_popupBackground + @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow = { + 0x01010176, 0x010102c9, 0x7f0100e6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#popupAnimationStyle} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupAnimationStyle + */ + public static int PopupWindow_android_popupAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupBackground + */ + public static int PopupWindow_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#overlapAnchor} + attribute's value can be found in the {@link #PopupWindow} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:overlapAnchor + */ + public static int PopupWindow_overlapAnchor = 2; + /** Attributes that can be used with a PopupWindowBackgroundState. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor android.support.v7.cardview:state_above_anchor}
+ @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState = { + 0x7f0100e7 + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#state_above_anchor} + attribute's value can be found in the {@link #PopupWindowBackgroundState} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:state_above_anchor + */ + public static int PopupWindowBackgroundState_state_above_anchor = 0; + /** Attributes that can be used with a RecycleListView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #RecycleListView_paddingBottomNoButtons android.support.v7.cardview:paddingBottomNoButtons}
{@link #RecycleListView_paddingTopNoTitle android.support.v7.cardview:paddingTopNoTitle}
+ @see #RecycleListView_paddingBottomNoButtons + @see #RecycleListView_paddingTopNoTitle + */ + public static final int[] RecycleListView = { + 0x7f0100e8, 0x7f0100e9 + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#paddingBottomNoButtons} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:paddingBottomNoButtons + */ + public static int RecycleListView_paddingBottomNoButtons = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#paddingTopNoTitle} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:paddingTopNoTitle + */ + public static int RecycleListView_paddingTopNoTitle = 1; + /** Attributes that can be used with a RecyclerView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + +
AttributeDescription
{@link #RecyclerView_android_descendantFocusability android:descendantFocusability}
{@link #RecyclerView_android_orientation android:orientation}
{@link #RecyclerView_fastScrollEnabled android.support.v7.cardview:fastScrollEnabled}
{@link #RecyclerView_fastScrollHorizontalThumbDrawable android.support.v7.cardview:fastScrollHorizontalThumbDrawable}
{@link #RecyclerView_fastScrollHorizontalTrackDrawable android.support.v7.cardview:fastScrollHorizontalTrackDrawable}
{@link #RecyclerView_fastScrollVerticalThumbDrawable android.support.v7.cardview:fastScrollVerticalThumbDrawable}
{@link #RecyclerView_fastScrollVerticalTrackDrawable android.support.v7.cardview:fastScrollVerticalTrackDrawable}
{@link #RecyclerView_layoutManager android.support.v7.cardview:layoutManager}
{@link #RecyclerView_reverseLayout android.support.v7.cardview:reverseLayout}
{@link #RecyclerView_spanCount android.support.v7.cardview:spanCount}
{@link #RecyclerView_stackFromEnd android.support.v7.cardview:stackFromEnd}
+ @see #RecyclerView_android_descendantFocusability + @see #RecyclerView_android_orientation + @see #RecyclerView_fastScrollEnabled + @see #RecyclerView_fastScrollHorizontalThumbDrawable + @see #RecyclerView_fastScrollHorizontalTrackDrawable + @see #RecyclerView_fastScrollVerticalThumbDrawable + @see #RecyclerView_fastScrollVerticalTrackDrawable + @see #RecyclerView_layoutManager + @see #RecyclerView_reverseLayout + @see #RecyclerView_spanCount + @see #RecyclerView_stackFromEnd + */ + public static final int[] RecyclerView = { + 0x010100c4, 0x010100f1, 0x7f010000, 0x7f010001, + 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, + 0x7f010006, 0x7f010007, 0x7f010008 + }; + /** +

This symbol is the offset where the {@link android.R.attr#descendantFocusability} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:descendantFocusability + */ + public static int RecyclerView_android_descendantFocusability = 1; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:orientation + */ + public static int RecyclerView_android_orientation = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#fastScrollEnabled} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:fastScrollEnabled + */ + public static int RecyclerView_fastScrollEnabled = 6; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#fastScrollHorizontalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:fastScrollHorizontalThumbDrawable + */ + public static int RecyclerView_fastScrollHorizontalThumbDrawable = 9; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#fastScrollHorizontalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:fastScrollHorizontalTrackDrawable + */ + public static int RecyclerView_fastScrollHorizontalTrackDrawable = 10; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#fastScrollVerticalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:fastScrollVerticalThumbDrawable + */ + public static int RecyclerView_fastScrollVerticalThumbDrawable = 7; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#fastScrollVerticalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:fastScrollVerticalTrackDrawable + */ + public static int RecyclerView_fastScrollVerticalTrackDrawable = 8; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#layoutManager} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:layoutManager + */ + public static int RecyclerView_layoutManager = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#reverseLayout} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:reverseLayout + */ + public static int RecyclerView_reverseLayout = 4; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#spanCount} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:spanCount + */ + public static int RecyclerView_spanCount = 3; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#stackFromEnd} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:stackFromEnd + */ + public static int RecyclerView_stackFromEnd = 5; + /** Attributes that can be used with a ScrimInsetsFrameLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrimInsetsFrameLayout_insetForeground android.support.v7.cardview:insetForeground}
+ @see #ScrimInsetsFrameLayout_insetForeground + */ + public static final int[] ScrimInsetsFrameLayout = { + 0x7f010149 + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#insetForeground} + attribute's value can be found in the {@link #ScrimInsetsFrameLayout} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.cardview:insetForeground + */ + public static int ScrimInsetsFrameLayout_insetForeground = 0; + /** Attributes that can be used with a ScrollingViewBehavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrollingViewBehavior_Layout_behavior_overlapTop android.support.v7.cardview:behavior_overlapTop}
+ @see #ScrollingViewBehavior_Layout_behavior_overlapTop + */ + public static final int[] ScrollingViewBehavior_Layout = { + 0x7f01014a + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#behavior_overlapTop} + attribute's value can be found in the {@link #ScrollingViewBehavior_Layout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:behavior_overlapTop + */ + public static int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; + /** Attributes that can be used with a SearchView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_closeIcon android.support.v7.cardview:closeIcon}
{@link #SearchView_commitIcon android.support.v7.cardview:commitIcon}
{@link #SearchView_defaultQueryHint android.support.v7.cardview:defaultQueryHint}
{@link #SearchView_goIcon android.support.v7.cardview:goIcon}
{@link #SearchView_iconifiedByDefault android.support.v7.cardview:iconifiedByDefault}
{@link #SearchView_layout android.support.v7.cardview:layout}
{@link #SearchView_queryBackground android.support.v7.cardview:queryBackground}
{@link #SearchView_queryHint android.support.v7.cardview:queryHint}
{@link #SearchView_searchHintIcon android.support.v7.cardview:searchHintIcon}
{@link #SearchView_searchIcon android.support.v7.cardview:searchIcon}
{@link #SearchView_submitBackground android.support.v7.cardview:submitBackground}
{@link #SearchView_suggestionRowLayout android.support.v7.cardview:suggestionRowLayout}
{@link #SearchView_voiceIcon android.support.v7.cardview:voiceIcon}
+ @see #SearchView_android_focusable + @see #SearchView_android_imeOptions + @see #SearchView_android_inputType + @see #SearchView_android_maxWidth + @see #SearchView_closeIcon + @see #SearchView_commitIcon + @see #SearchView_defaultQueryHint + @see #SearchView_goIcon + @see #SearchView_iconifiedByDefault + @see #SearchView_layout + @see #SearchView_queryBackground + @see #SearchView_queryHint + @see #SearchView_searchHintIcon + @see #SearchView_searchIcon + @see #SearchView_submitBackground + @see #SearchView_suggestionRowLayout + @see #SearchView_voiceIcon + */ + public static final int[] SearchView = { + 0x010100da, 0x0101011f, 0x01010220, 0x01010264, + 0x7f0100ea, 0x7f0100eb, 0x7f0100ec, 0x7f0100ed, + 0x7f0100ee, 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, + 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, + 0x7f0100f6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:focusable + */ + public static int SearchView_android_focusable = 0; + /** +

This symbol is the offset where the {@link android.R.attr#imeOptions} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:imeOptions + */ + public static int SearchView_android_imeOptions = 3; + /** +

This symbol is the offset where the {@link android.R.attr#inputType} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:inputType + */ + public static int SearchView_android_inputType = 2; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:maxWidth + */ + public static int SearchView_android_maxWidth = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#closeIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:closeIcon + */ + public static int SearchView_closeIcon = 8; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#commitIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:commitIcon + */ + public static int SearchView_commitIcon = 13; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#defaultQueryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:defaultQueryHint + */ + public static int SearchView_defaultQueryHint = 7; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#goIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:goIcon + */ + public static int SearchView_goIcon = 9; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#iconifiedByDefault} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:iconifiedByDefault + */ + public static int SearchView_iconifiedByDefault = 5; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#layout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:layout + */ + public static int SearchView_layout = 4; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#queryBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:queryBackground + */ + public static int SearchView_queryBackground = 15; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#queryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:queryHint + */ + public static int SearchView_queryHint = 6; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#searchHintIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:searchHintIcon + */ + public static int SearchView_searchHintIcon = 11; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#searchIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:searchIcon + */ + public static int SearchView_searchIcon = 10; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#submitBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:submitBackground + */ + public static int SearchView_submitBackground = 16; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#suggestionRowLayout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:suggestionRowLayout + */ + public static int SearchView_suggestionRowLayout = 14; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#voiceIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:voiceIcon + */ + public static int SearchView_voiceIcon = 12; + /** Attributes that can be used with a SnackbarLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #SnackbarLayout_android_maxWidth android:maxWidth}
{@link #SnackbarLayout_elevation android.support.v7.cardview:elevation}
{@link #SnackbarLayout_maxActionInlineWidth android.support.v7.cardview:maxActionInlineWidth}
+ @see #SnackbarLayout_android_maxWidth + @see #SnackbarLayout_elevation + @see #SnackbarLayout_maxActionInlineWidth + */ + public static final int[] SnackbarLayout = { + 0x0101011f, 0x7f01003e, 0x7f01014b + }; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + @attr name android:maxWidth + */ + public static int SnackbarLayout_android_maxWidth = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#elevation} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:elevation + */ + public static int SnackbarLayout_elevation = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#maxActionInlineWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:maxActionInlineWidth + */ + public static int SnackbarLayout_maxActionInlineWidth = 2; + /** Attributes that can be used with a Spinner. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_android_entries android:entries}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_popupTheme android.support.v7.cardview:popupTheme}
+ @see #Spinner_android_dropDownWidth + @see #Spinner_android_entries + @see #Spinner_android_popupBackground + @see #Spinner_android_prompt + @see #Spinner_popupTheme + */ + public static final int[] Spinner = { + 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, + 0x7f01003f + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:dropDownWidth + */ + public static int Spinner_android_dropDownWidth = 3; + /** +

This symbol is the offset where the {@link android.R.attr#entries} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:entries + */ + public static int Spinner_android_entries = 0; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:popupBackground + */ + public static int Spinner_android_popupBackground = 1; + /** +

This symbol is the offset where the {@link android.R.attr#prompt} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:prompt + */ + public static int Spinner_android_prompt = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#popupTheme} + attribute's value can be found in the {@link #Spinner} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:popupTheme + */ + public static int Spinner_popupTheme = 4; + /** Attributes that can be used with a SwitchCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText android.support.v7.cardview:showText}
{@link #SwitchCompat_splitTrack android.support.v7.cardview:splitTrack}
{@link #SwitchCompat_switchMinWidth android.support.v7.cardview:switchMinWidth}
{@link #SwitchCompat_switchPadding android.support.v7.cardview:switchPadding}
{@link #SwitchCompat_switchTextAppearance android.support.v7.cardview:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding android.support.v7.cardview:thumbTextPadding}
{@link #SwitchCompat_thumbTint android.support.v7.cardview:thumbTint}
{@link #SwitchCompat_thumbTintMode android.support.v7.cardview:thumbTintMode}
{@link #SwitchCompat_track android.support.v7.cardview:track}
{@link #SwitchCompat_trackTint android.support.v7.cardview:trackTint}
{@link #SwitchCompat_trackTintMode android.support.v7.cardview:trackTintMode}
+ @see #SwitchCompat_android_textOff + @see #SwitchCompat_android_textOn + @see #SwitchCompat_android_thumb + @see #SwitchCompat_showText + @see #SwitchCompat_splitTrack + @see #SwitchCompat_switchMinWidth + @see #SwitchCompat_switchPadding + @see #SwitchCompat_switchTextAppearance + @see #SwitchCompat_thumbTextPadding + @see #SwitchCompat_thumbTint + @see #SwitchCompat_thumbTintMode + @see #SwitchCompat_track + @see #SwitchCompat_trackTint + @see #SwitchCompat_trackTintMode + */ + public static final int[] SwitchCompat = { + 0x01010124, 0x01010125, 0x01010142, 0x7f0100f7, + 0x7f0100f8, 0x7f0100f9, 0x7f0100fa, 0x7f0100fb, + 0x7f0100fc, 0x7f0100fd, 0x7f0100fe, 0x7f0100ff, + 0x7f010100, 0x7f010101 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textOff} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOff + */ + public static int SwitchCompat_android_textOff = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textOn} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOn + */ + public static int SwitchCompat_android_textOn = 0; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:thumb + */ + public static int SwitchCompat_android_thumb = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#showText} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:showText + */ + public static int SwitchCompat_showText = 13; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#splitTrack} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:splitTrack + */ + public static int SwitchCompat_splitTrack = 12; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#switchMinWidth} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:switchMinWidth + */ + public static int SwitchCompat_switchMinWidth = 10; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#switchPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:switchPadding + */ + public static int SwitchCompat_switchPadding = 11; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#switchTextAppearance} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:switchTextAppearance + */ + public static int SwitchCompat_switchTextAppearance = 9; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#thumbTextPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:thumbTextPadding + */ + public static int SwitchCompat_thumbTextPadding = 8; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#thumbTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:thumbTint + */ + public static int SwitchCompat_thumbTint = 3; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#thumbTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.cardview:thumbTintMode + */ + public static int SwitchCompat_thumbTintMode = 4; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#track} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:track + */ + public static int SwitchCompat_track = 5; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#trackTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:trackTint + */ + public static int SwitchCompat_trackTint = 6; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#trackTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.cardview:trackTintMode + */ + public static int SwitchCompat_trackTintMode = 7; + /** Attributes that can be used with a TabItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #TabItem_android_icon android:icon}
{@link #TabItem_android_layout android:layout}
{@link #TabItem_android_text android:text}
+ @see #TabItem_android_icon + @see #TabItem_android_layout + @see #TabItem_android_text + */ + public static final int[] TabItem = { + 0x01010002, 0x010100f2, 0x0101014f + }; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:icon + */ + public static int TabItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:layout + */ + public static int TabItem_android_layout = 1; + /** +

This symbol is the offset where the {@link android.R.attr#text} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:text + */ + public static int TabItem_android_text = 2; + /** Attributes that can be used with a TabLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TabLayout_tabBackground android.support.v7.cardview:tabBackground}
{@link #TabLayout_tabContentStart android.support.v7.cardview:tabContentStart}
{@link #TabLayout_tabGravity android.support.v7.cardview:tabGravity}
{@link #TabLayout_tabIndicatorColor android.support.v7.cardview:tabIndicatorColor}
{@link #TabLayout_tabIndicatorHeight android.support.v7.cardview:tabIndicatorHeight}
{@link #TabLayout_tabMaxWidth android.support.v7.cardview:tabMaxWidth}
{@link #TabLayout_tabMinWidth android.support.v7.cardview:tabMinWidth}
{@link #TabLayout_tabMode android.support.v7.cardview:tabMode}
{@link #TabLayout_tabPadding android.support.v7.cardview:tabPadding}
{@link #TabLayout_tabPaddingBottom android.support.v7.cardview:tabPaddingBottom}
{@link #TabLayout_tabPaddingEnd android.support.v7.cardview:tabPaddingEnd}
{@link #TabLayout_tabPaddingStart android.support.v7.cardview:tabPaddingStart}
{@link #TabLayout_tabPaddingTop android.support.v7.cardview:tabPaddingTop}
{@link #TabLayout_tabSelectedTextColor android.support.v7.cardview:tabSelectedTextColor}
{@link #TabLayout_tabTextAppearance android.support.v7.cardview:tabTextAppearance}
{@link #TabLayout_tabTextColor android.support.v7.cardview:tabTextColor}
+ @see #TabLayout_tabBackground + @see #TabLayout_tabContentStart + @see #TabLayout_tabGravity + @see #TabLayout_tabIndicatorColor + @see #TabLayout_tabIndicatorHeight + @see #TabLayout_tabMaxWidth + @see #TabLayout_tabMinWidth + @see #TabLayout_tabMode + @see #TabLayout_tabPadding + @see #TabLayout_tabPaddingBottom + @see #TabLayout_tabPaddingEnd + @see #TabLayout_tabPaddingStart + @see #TabLayout_tabPaddingTop + @see #TabLayout_tabSelectedTextColor + @see #TabLayout_tabTextAppearance + @see #TabLayout_tabTextColor + */ + public static final int[] TabLayout = { + 0x7f01014c, 0x7f01014d, 0x7f01014e, 0x7f01014f, + 0x7f010150, 0x7f010151, 0x7f010152, 0x7f010153, + 0x7f010154, 0x7f010155, 0x7f010156, 0x7f010157, + 0x7f010158, 0x7f010159, 0x7f01015a, 0x7f01015b + }; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tabBackground} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:tabBackground + */ + public static int TabLayout_tabBackground = 3; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tabContentStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:tabContentStart + */ + public static int TabLayout_tabContentStart = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tabGravity} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ @attr name android.support.v7.cardview:tabGravity + */ + public static int TabLayout_tabGravity = 5; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tabIndicatorColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:tabIndicatorColor + */ + public static int TabLayout_tabIndicatorColor = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tabIndicatorHeight} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:tabIndicatorHeight + */ + public static int TabLayout_tabIndicatorHeight = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tabMaxWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:tabMaxWidth + */ + public static int TabLayout_tabMaxWidth = 7; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tabMinWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:tabMinWidth + */ + public static int TabLayout_tabMinWidth = 6; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tabMode} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ @attr name android.support.v7.cardview:tabMode + */ + public static int TabLayout_tabMode = 4; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tabPadding} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:tabPadding + */ + public static int TabLayout_tabPadding = 15; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tabPaddingBottom} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:tabPaddingBottom + */ + public static int TabLayout_tabPaddingBottom = 14; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tabPaddingEnd} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:tabPaddingEnd + */ + public static int TabLayout_tabPaddingEnd = 13; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tabPaddingStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:tabPaddingStart + */ + public static int TabLayout_tabPaddingStart = 11; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tabPaddingTop} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:tabPaddingTop + */ + public static int TabLayout_tabPaddingTop = 12; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tabSelectedTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:tabSelectedTextColor + */ + public static int TabLayout_tabSelectedTextColor = 10; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tabTextAppearance} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:tabTextAppearance + */ + public static int TabLayout_tabTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#tabTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:tabTextColor + */ + public static int TabLayout_tabTextColor = 9; + /** Attributes that can be used with a TextAppearance. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextAppearance_android_fontFamily android:fontFamily}
{@link #TextAppearance_android_shadowColor android:shadowColor}
{@link #TextAppearance_android_shadowDx android:shadowDx}
{@link #TextAppearance_android_shadowDy android:shadowDy}
{@link #TextAppearance_android_shadowRadius android:shadowRadius}
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textColorHint android:textColorHint}
{@link #TextAppearance_android_textColorLink android:textColorLink}
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_fontFamily android.support.v7.cardview:fontFamily}
{@link #TextAppearance_textAllCaps android.support.v7.cardview:textAllCaps}
+ @see #TextAppearance_android_fontFamily + @see #TextAppearance_android_shadowColor + @see #TextAppearance_android_shadowDx + @see #TextAppearance_android_shadowDy + @see #TextAppearance_android_shadowRadius + @see #TextAppearance_android_textColor + @see #TextAppearance_android_textColorHint + @see #TextAppearance_android_textColorLink + @see #TextAppearance_android_textSize + @see #TextAppearance_android_textStyle + @see #TextAppearance_android_typeface + @see #TextAppearance_fontFamily + @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance = { + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, + 0x01010163, 0x01010164, 0x010103ac, 0x7f01004f, + 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:fontFamily + */ + public static int TextAppearance_android_fontFamily = 10; + /** +

This symbol is the offset where the {@link android.R.attr#shadowColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowColor + */ + public static int TextAppearance_android_shadowColor = 6; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDx} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDx + */ + public static int TextAppearance_android_shadowDx = 7; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDy} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDy + */ + public static int TextAppearance_android_shadowDy = 8; + /** +

This symbol is the offset where the {@link android.R.attr#shadowRadius} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowRadius + */ + public static int TextAppearance_android_shadowRadius = 9; + /** +

This symbol is the offset where the {@link android.R.attr#textColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColor + */ + public static int TextAppearance_android_textColor = 3; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorHint + */ + public static int TextAppearance_android_textColorHint = 4; + /** +

This symbol is the offset where the {@link android.R.attr#textColorLink} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorLink + */ + public static int TextAppearance_android_textColorLink = 5; + /** +

This symbol is the offset where the {@link android.R.attr#textSize} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textSize + */ + public static int TextAppearance_android_textSize = 0; + /** +

This symbol is the offset where the {@link android.R.attr#textStyle} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textStyle + */ + public static int TextAppearance_android_textStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#typeface} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:typeface + */ + public static int TextAppearance_android_typeface = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:fontFamily + */ + public static int TextAppearance_fontFamily = 12; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#textAllCaps} + attribute's value can be found in the {@link #TextAppearance} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name android.support.v7.cardview:textAllCaps + */ + public static int TextAppearance_textAllCaps = 11; + /** Attributes that can be used with a TextInputLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextInputLayout_android_hint android:hint}
{@link #TextInputLayout_android_textColorHint android:textColorHint}
{@link #TextInputLayout_counterEnabled android.support.v7.cardview:counterEnabled}
{@link #TextInputLayout_counterMaxLength android.support.v7.cardview:counterMaxLength}
{@link #TextInputLayout_counterOverflowTextAppearance android.support.v7.cardview:counterOverflowTextAppearance}
{@link #TextInputLayout_counterTextAppearance android.support.v7.cardview:counterTextAppearance}
{@link #TextInputLayout_errorEnabled android.support.v7.cardview:errorEnabled}
{@link #TextInputLayout_errorTextAppearance android.support.v7.cardview:errorTextAppearance}
{@link #TextInputLayout_hintAnimationEnabled android.support.v7.cardview:hintAnimationEnabled}
{@link #TextInputLayout_hintEnabled android.support.v7.cardview:hintEnabled}
{@link #TextInputLayout_hintTextAppearance android.support.v7.cardview:hintTextAppearance}
{@link #TextInputLayout_passwordToggleContentDescription android.support.v7.cardview:passwordToggleContentDescription}
{@link #TextInputLayout_passwordToggleDrawable android.support.v7.cardview:passwordToggleDrawable}
{@link #TextInputLayout_passwordToggleEnabled android.support.v7.cardview:passwordToggleEnabled}
{@link #TextInputLayout_passwordToggleTint android.support.v7.cardview:passwordToggleTint}
{@link #TextInputLayout_passwordToggleTintMode android.support.v7.cardview:passwordToggleTintMode}
+ @see #TextInputLayout_android_hint + @see #TextInputLayout_android_textColorHint + @see #TextInputLayout_counterEnabled + @see #TextInputLayout_counterMaxLength + @see #TextInputLayout_counterOverflowTextAppearance + @see #TextInputLayout_counterTextAppearance + @see #TextInputLayout_errorEnabled + @see #TextInputLayout_errorTextAppearance + @see #TextInputLayout_hintAnimationEnabled + @see #TextInputLayout_hintEnabled + @see #TextInputLayout_hintTextAppearance + @see #TextInputLayout_passwordToggleContentDescription + @see #TextInputLayout_passwordToggleDrawable + @see #TextInputLayout_passwordToggleEnabled + @see #TextInputLayout_passwordToggleTint + @see #TextInputLayout_passwordToggleTintMode + */ + public static final int[] TextInputLayout = { + 0x0101009a, 0x01010150, 0x7f01015c, 0x7f01015d, + 0x7f01015e, 0x7f01015f, 0x7f010160, 0x7f010161, + 0x7f010162, 0x7f010163, 0x7f010164, 0x7f010165, + 0x7f010166, 0x7f010167, 0x7f010168, 0x7f010169 + }; + /** +

This symbol is the offset where the {@link android.R.attr#hint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:hint + */ + public static int TextInputLayout_android_hint = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:textColorHint + */ + public static int TextInputLayout_android_textColorHint = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#counterEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:counterEnabled + */ + public static int TextInputLayout_counterEnabled = 6; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#counterMaxLength} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:counterMaxLength + */ + public static int TextInputLayout_counterMaxLength = 7; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#counterOverflowTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:counterOverflowTextAppearance + */ + public static int TextInputLayout_counterOverflowTextAppearance = 9; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#counterTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:counterTextAppearance + */ + public static int TextInputLayout_counterTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#errorEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:errorEnabled + */ + public static int TextInputLayout_errorEnabled = 4; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#errorTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:errorTextAppearance + */ + public static int TextInputLayout_errorTextAppearance = 5; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#hintAnimationEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:hintAnimationEnabled + */ + public static int TextInputLayout_hintAnimationEnabled = 10; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#hintEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:hintEnabled + */ + public static int TextInputLayout_hintEnabled = 3; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#hintTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:hintTextAppearance + */ + public static int TextInputLayout_hintTextAppearance = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#passwordToggleContentDescription} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:passwordToggleContentDescription + */ + public static int TextInputLayout_passwordToggleContentDescription = 13; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#passwordToggleDrawable} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:passwordToggleDrawable + */ + public static int TextInputLayout_passwordToggleDrawable = 12; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#passwordToggleEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:passwordToggleEnabled + */ + public static int TextInputLayout_passwordToggleEnabled = 11; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#passwordToggleTint} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:passwordToggleTint + */ + public static int TextInputLayout_passwordToggleTint = 14; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#passwordToggleTintMode} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name android.support.v7.cardview:passwordToggleTintMode + */ + public static int TextInputLayout_passwordToggleTintMode = 15; + /** Attributes that can be used with a Toolbar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_buttonGravity android.support.v7.cardview:buttonGravity}
{@link #Toolbar_collapseContentDescription android.support.v7.cardview:collapseContentDescription}
{@link #Toolbar_collapseIcon android.support.v7.cardview:collapseIcon}
{@link #Toolbar_contentInsetEnd android.support.v7.cardview:contentInsetEnd}
{@link #Toolbar_contentInsetEndWithActions android.support.v7.cardview:contentInsetEndWithActions}
{@link #Toolbar_contentInsetLeft android.support.v7.cardview:contentInsetLeft}
{@link #Toolbar_contentInsetRight android.support.v7.cardview:contentInsetRight}
{@link #Toolbar_contentInsetStart android.support.v7.cardview:contentInsetStart}
{@link #Toolbar_contentInsetStartWithNavigation android.support.v7.cardview:contentInsetStartWithNavigation}
{@link #Toolbar_logo android.support.v7.cardview:logo}
{@link #Toolbar_logoDescription android.support.v7.cardview:logoDescription}
{@link #Toolbar_maxButtonHeight android.support.v7.cardview:maxButtonHeight}
{@link #Toolbar_navigationContentDescription android.support.v7.cardview:navigationContentDescription}
{@link #Toolbar_navigationIcon android.support.v7.cardview:navigationIcon}
{@link #Toolbar_popupTheme android.support.v7.cardview:popupTheme}
{@link #Toolbar_subtitle android.support.v7.cardview:subtitle}
{@link #Toolbar_subtitleTextAppearance android.support.v7.cardview:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor android.support.v7.cardview:subtitleTextColor}
{@link #Toolbar_title android.support.v7.cardview:title}
{@link #Toolbar_titleMargin android.support.v7.cardview:titleMargin}
{@link #Toolbar_titleMarginBottom android.support.v7.cardview:titleMarginBottom}
{@link #Toolbar_titleMarginEnd android.support.v7.cardview:titleMarginEnd}
{@link #Toolbar_titleMarginStart android.support.v7.cardview:titleMarginStart}
{@link #Toolbar_titleMarginTop android.support.v7.cardview:titleMarginTop}
{@link #Toolbar_titleMargins android.support.v7.cardview:titleMargins}
{@link #Toolbar_titleTextAppearance android.support.v7.cardview:titleTextAppearance}
{@link #Toolbar_titleTextColor android.support.v7.cardview:titleTextColor}
+ @see #Toolbar_android_gravity + @see #Toolbar_android_minHeight + @see #Toolbar_buttonGravity + @see #Toolbar_collapseContentDescription + @see #Toolbar_collapseIcon + @see #Toolbar_contentInsetEnd + @see #Toolbar_contentInsetEndWithActions + @see #Toolbar_contentInsetLeft + @see #Toolbar_contentInsetRight + @see #Toolbar_contentInsetStart + @see #Toolbar_contentInsetStartWithNavigation + @see #Toolbar_logo + @see #Toolbar_logoDescription + @see #Toolbar_maxButtonHeight + @see #Toolbar_navigationContentDescription + @see #Toolbar_navigationIcon + @see #Toolbar_popupTheme + @see #Toolbar_subtitle + @see #Toolbar_subtitleTextAppearance + @see #Toolbar_subtitleTextColor + @see #Toolbar_title + @see #Toolbar_titleMargin + @see #Toolbar_titleMarginBottom + @see #Toolbar_titleMarginEnd + @see #Toolbar_titleMarginStart + @see #Toolbar_titleMarginTop + @see #Toolbar_titleMargins + @see #Toolbar_titleTextAppearance + @see #Toolbar_titleTextColor + */ + public static final int[] Toolbar = { + 0x010100af, 0x01010140, 0x7f010025, 0x7f010028, + 0x7f01002c, 0x7f010038, 0x7f010039, 0x7f01003a, + 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003f, + 0x7f010102, 0x7f010103, 0x7f010104, 0x7f010105, + 0x7f010106, 0x7f010107, 0x7f010108, 0x7f010109, + 0x7f01010a, 0x7f01010b, 0x7f01010c, 0x7f01010d, + 0x7f01010e, 0x7f01010f, 0x7f010110, 0x7f010111, + 0x7f010112 + }; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:gravity + */ + public static int Toolbar_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:minHeight + */ + public static int Toolbar_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#buttonGravity} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ @attr name android.support.v7.cardview:buttonGravity + */ + public static int Toolbar_buttonGravity = 21; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#collapseContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:collapseContentDescription + */ + public static int Toolbar_collapseContentDescription = 23; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#collapseIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:collapseIcon + */ + public static int Toolbar_collapseIcon = 22; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:contentInsetEnd + */ + public static int Toolbar_contentInsetEnd = 6; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:contentInsetEndWithActions + */ + public static int Toolbar_contentInsetEndWithActions = 10; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:contentInsetLeft + */ + public static int Toolbar_contentInsetLeft = 7; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#contentInsetRight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:contentInsetRight + */ + public static int Toolbar_contentInsetRight = 8; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#contentInsetStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:contentInsetStart + */ + public static int Toolbar_contentInsetStart = 5; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:contentInsetStartWithNavigation + */ + public static int Toolbar_contentInsetStartWithNavigation = 9; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#logo} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:logo + */ + public static int Toolbar_logo = 4; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#logoDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:logoDescription + */ + public static int Toolbar_logoDescription = 26; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#maxButtonHeight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:maxButtonHeight + */ + public static int Toolbar_maxButtonHeight = 20; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#navigationContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:navigationContentDescription + */ + public static int Toolbar_navigationContentDescription = 25; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#navigationIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:navigationIcon + */ + public static int Toolbar_navigationIcon = 24; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#popupTheme} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:popupTheme + */ + public static int Toolbar_popupTheme = 11; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#subtitle} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:subtitle + */ + public static int Toolbar_subtitle = 3; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#subtitleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:subtitleTextAppearance + */ + public static int Toolbar_subtitleTextAppearance = 13; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#subtitleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:subtitleTextColor + */ + public static int Toolbar_subtitleTextColor = 28; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#title} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:title + */ + public static int Toolbar_title = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#titleMargin} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:titleMargin + */ + public static int Toolbar_titleMargin = 14; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#titleMarginBottom} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:titleMarginBottom + */ + public static int Toolbar_titleMarginBottom = 18; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#titleMarginEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:titleMarginEnd + */ + public static int Toolbar_titleMarginEnd = 16; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#titleMarginStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:titleMarginStart + */ + public static int Toolbar_titleMarginStart = 15; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#titleMarginTop} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:titleMarginTop + */ + public static int Toolbar_titleMarginTop = 17; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#titleMargins} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:titleMargins + */ + public static int Toolbar_titleMargins = 19; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#titleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:titleTextAppearance + */ + public static int Toolbar_titleTextAppearance = 12; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#titleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:titleTextColor + */ + public static int Toolbar_titleTextColor = 27; + /** Attributes that can be used with a View. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #View_android_focusable android:focusable}
{@link #View_android_theme android:theme}
{@link #View_paddingEnd android.support.v7.cardview:paddingEnd}
{@link #View_paddingStart android.support.v7.cardview:paddingStart}
{@link #View_theme android.support.v7.cardview:theme}
+ @see #View_android_focusable + @see #View_android_theme + @see #View_paddingEnd + @see #View_paddingStart + @see #View_theme + */ + public static final int[] View = { + 0x01010000, 0x010100da, 0x7f010113, 0x7f010114, + 0x7f010115 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #View} array. + @attr name android:focusable + */ + public static int View_android_focusable = 1; + /** +

This symbol is the offset where the {@link android.R.attr#theme} + attribute's value can be found in the {@link #View} array. + @attr name android:theme + */ + public static int View_android_theme = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#paddingEnd} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:paddingEnd + */ + public static int View_paddingEnd = 3; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#paddingStart} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:paddingStart + */ + public static int View_paddingStart = 2; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#theme} + attribute's value can be found in the {@link #View} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.cardview:theme + */ + public static int View_theme = 4; + /** Attributes that can be used with a ViewBackgroundHelper. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint android.support.v7.cardview:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode android.support.v7.cardview:backgroundTintMode}
+ @see #ViewBackgroundHelper_android_background + @see #ViewBackgroundHelper_backgroundTint + @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper = { + 0x010100d4, 0x7f010116, 0x7f010117 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + @attr name android:background + */ + public static int ViewBackgroundHelper_android_background = 0; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#backgroundTint} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.cardview:backgroundTint + */ + public static int ViewBackgroundHelper_backgroundTint = 1; + /** +

This symbol is the offset where the {@link android.support.v7.cardview.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.cardview:backgroundTintMode + */ + public static int ViewBackgroundHelper_backgroundTintMode = 2; + /** Attributes that can be used with a ViewStubCompat. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
{@link #ViewStubCompat_android_layout android:layout}
+ @see #ViewStubCompat_android_id + @see #ViewStubCompat_android_inflatedId + @see #ViewStubCompat_android_layout + */ + public static final int[] ViewStubCompat = { + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:id + */ + public static int ViewStubCompat_android_id = 0; + /** +

This symbol is the offset where the {@link android.R.attr#inflatedId} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:inflatedId + */ + public static int ViewStubCompat_android_inflatedId = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:layout + */ + public static int ViewStubCompat_android_layout = 1; + }; +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/mediarouter/R.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/mediarouter/R.java new file mode 100644 index 0000000..b69ddf1 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/mediarouter/R.java @@ -0,0 +1,11703 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package android.support.v7.mediarouter; + +public final class R { + public static final class anim { + public static int abc_fade_in=0x7f050000; + public static int abc_fade_out=0x7f050001; + public static int abc_grow_fade_in_from_bottom=0x7f050002; + public static int abc_popup_enter=0x7f050003; + public static int abc_popup_exit=0x7f050004; + public static int abc_shrink_fade_out_from_bottom=0x7f050005; + public static int abc_slide_in_bottom=0x7f050006; + public static int abc_slide_in_top=0x7f050007; + public static int abc_slide_out_bottom=0x7f050008; + public static int abc_slide_out_top=0x7f050009; + public static int design_bottom_sheet_slide_in=0x7f05000a; + public static int design_bottom_sheet_slide_out=0x7f05000b; + public static int design_snackbar_in=0x7f05000c; + public static int design_snackbar_out=0x7f05000d; + public static int tooltip_enter=0x7f05000e; + public static int tooltip_exit=0x7f05000f; + } + public static final class animator { + public static int design_appbar_state_list_animator=0x7f060000; + } + public static final class attr { + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarDivider=0x7f01006b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarItemBackground=0x7f01006c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarPopupTheme=0x7f010065; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ */ + public static int actionBarSize=0x7f01006a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarSplitStyle=0x7f010067; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarStyle=0x7f010066; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabBarStyle=0x7f010061; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabStyle=0x7f010060; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabTextStyle=0x7f010062; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTheme=0x7f010068; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarWidgetTheme=0x7f010069; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionButtonStyle=0x7f010086; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionDropDownStyle=0x7f010082; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionLayout=0x7f0100dd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionMenuTextAppearance=0x7f01006d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int actionMenuTextColor=0x7f01006e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeBackground=0x7f010071; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseButtonStyle=0x7f010070; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseDrawable=0x7f010073; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCopyDrawable=0x7f010075; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCutDrawable=0x7f010074; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeFindDrawable=0x7f010079; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePasteDrawable=0x7f010076; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePopupWindowStyle=0x7f01007b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSelectAllDrawable=0x7f010077; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeShareDrawable=0x7f010078; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSplitBackground=0x7f010072; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeStyle=0x7f01006f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeWebSearchDrawable=0x7f01007a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowButtonStyle=0x7f010063; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowMenuStyle=0x7f010064; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionProviderClass=0x7f0100df; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionViewClass=0x7f0100de; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int activityChooserViewStyle=0x7f01008e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogButtonGroupStyle=0x7f0100b3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int alertDialogCenterButtons=0x7f0100b4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogStyle=0x7f0100b2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogTheme=0x7f0100b5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int allowStacking=0x7f0100cb; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int alpha=0x7f0100cc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static int alphabeticModifiers=0x7f0100da; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowHeadLength=0x7f0100d3; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowShaftLength=0x7f0100d4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int autoCompleteTextViewStyle=0x7f0100ba; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeMaxTextSize=0x7f010054; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeMinTextSize=0x7f010053; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int autoSizePresetSizes=0x7f010052; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeStepGranularity=0x7f010051; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ */ + public static int autoSizeTextType=0x7f010050; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int background=0x7f01002e; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundSplit=0x7f010030; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundStacked=0x7f01002f; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int backgroundTint=0x7f010116; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int backgroundTintMode=0x7f010117; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int barLength=0x7f0100d5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_autoHide=0x7f010141; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_hideable=0x7f01011e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_overlapTop=0x7f01014a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ */ + public static int behavior_peekHeight=0x7f01011d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_skipCollapsed=0x7f01011f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int borderWidth=0x7f01013f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int borderlessButtonStyle=0x7f01008b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int bottomSheetDialogTheme=0x7f010139; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int bottomSheetStyle=0x7f01013a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarButtonStyle=0x7f010088; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNegativeButtonStyle=0x7f0100b8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNeutralButtonStyle=0x7f0100b9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarPositiveButtonStyle=0x7f0100b7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarStyle=0x7f010087; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ */ + public static int buttonGravity=0x7f01010b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonPanelSideLayout=0x7f010043; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyle=0x7f0100bb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyleSmall=0x7f0100bc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int buttonTint=0x7f0100cd; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int buttonTintMode=0x7f0100ce; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardBackgroundColor=0x7f010017; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardCornerRadius=0x7f010018; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardElevation=0x7f010019; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardMaxElevation=0x7f01001a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardPreventCornerOverlap=0x7f01001c; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardUseCompatPadding=0x7f01001b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkboxStyle=0x7f0100bd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkedTextViewStyle=0x7f0100be; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeIcon=0x7f0100ee; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeItemLayout=0x7f010040; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int collapseContentDescription=0x7f01010d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int collapseIcon=0x7f01010c; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static int collapsedTitleGravity=0x7f01012c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int collapsedTitleTextAppearance=0x7f010126; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int color=0x7f0100cf; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorAccent=0x7f0100aa; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorBackgroundFloating=0x7f0100b1; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorButtonNormal=0x7f0100ae; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlActivated=0x7f0100ac; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlHighlight=0x7f0100ad; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlNormal=0x7f0100ab; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int colorError=0x7f0100ca; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimary=0x7f0100a8; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimaryDark=0x7f0100a9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorSwitchThumbNormal=0x7f0100af; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int commitIcon=0x7f0100f3; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentDescription=0x7f0100e0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetEnd=0x7f010039; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetEndWithActions=0x7f01003d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetLeft=0x7f01003a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetRight=0x7f01003b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetStart=0x7f010038; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetStartWithNavigation=0x7f01003c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPadding=0x7f01001d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingBottom=0x7f010021; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingLeft=0x7f01001e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingRight=0x7f01001f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingTop=0x7f010020; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentScrim=0x7f010127; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int controlBackground=0x7f0100b0; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int counterEnabled=0x7f010160; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int counterMaxLength=0x7f010161; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int counterOverflowTextAppearance=0x7f010163; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int counterTextAppearance=0x7f010162; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int customNavigationLayout=0x7f010031; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int defaultQueryHint=0x7f0100ed; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dialogPreferredPadding=0x7f010080; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dialogTheme=0x7f01007f; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ */ + public static int displayOptions=0x7f010027; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int divider=0x7f01002d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerHorizontal=0x7f01008d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dividerPadding=0x7f0100d9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerVertical=0x7f01008c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int drawableSize=0x7f0100d1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int drawerArrowStyle=0x7f010022; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dropDownListViewStyle=0x7f01009f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dropdownListPreferredItemHeight=0x7f010083; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextBackground=0x7f010094; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int editTextColor=0x7f010093; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextStyle=0x7f0100bf; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int elevation=0x7f01003e; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int errorEnabled=0x7f01015e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int errorTextAppearance=0x7f01015f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int expandActivityOverflowButtonDrawable=0x7f010042; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expanded=0x7f010118; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static int expandedTitleGravity=0x7f01012d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMargin=0x7f010120; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginBottom=0x7f010124; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginEnd=0x7f010123; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginStart=0x7f010121; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginTop=0x7f010122; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int expandedTitleTextAppearance=0x7f010125; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int externalRouteEnabledDrawable=0x7f010015; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ */ + public static int fabSize=0x7f01013d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fastScrollEnabled=0x7f010004; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollHorizontalThumbDrawable=0x7f010007; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollHorizontalTrackDrawable=0x7f010008; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollVerticalThumbDrawable=0x7f010005; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollVerticalTrackDrawable=0x7f010006; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int font=0x7f010171; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontFamily=0x7f010055; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderAuthority=0x7f01016a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fontProviderCerts=0x7f01016d; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ */ + public static int fontProviderFetchStrategy=0x7f01016e; + /**

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ */ + public static int fontProviderFetchTimeout=0x7f01016f; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderPackage=0x7f01016b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderQuery=0x7f01016c; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ */ + public static int fontStyle=0x7f010170; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontWeight=0x7f010172; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int foregroundInsidePadding=0x7f010142; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int gapBetweenBars=0x7f0100d2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int goIcon=0x7f0100ef; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int headerLayout=0x7f010148; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int height=0x7f010023; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hideOnContentScroll=0x7f010037; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hintAnimationEnabled=0x7f010164; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hintEnabled=0x7f01015d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int hintTextAppearance=0x7f01015c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeAsUpIndicator=0x7f010085; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeLayout=0x7f010032; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int icon=0x7f01002b; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int iconTint=0x7f0100e2; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int iconTintMode=0x7f0100e3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int iconifiedByDefault=0x7f0100eb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int imageButtonStyle=0x7f010095; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int indeterminateProgressStyle=0x7f010034; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int initialActivityCount=0x7f010041; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int insetForeground=0x7f010149; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int isLightTheme=0x7f010024; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int itemBackground=0x7f010146; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemIconTint=0x7f010144; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemPadding=0x7f010036; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int itemTextAppearance=0x7f010147; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemTextColor=0x7f010145; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int keylines=0x7f010131; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout=0x7f0100ea; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layoutManager=0x7f010000; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout_anchor=0x7f010134; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ */ + public static int layout_anchorGravity=0x7f010136; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_behavior=0x7f010133; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ */ + public static int layout_collapseMode=0x7f01012f; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_collapseParallaxMultiplier=0x7f010130; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ */ + public static int layout_dodgeInsetEdges=0x7f010138; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ */ + public static int layout_insetEdge=0x7f010137; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_keyline=0x7f010135; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ */ + public static int layout_scrollFlags=0x7f01011b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout_scrollInterpolator=0x7f01011c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listChoiceBackgroundIndicator=0x7f0100a7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listDividerAlertDialog=0x7f010081; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listItemLayout=0x7f010047; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listLayout=0x7f010044; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listMenuViewStyle=0x7f0100c7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listPopupWindowStyle=0x7f0100a0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeight=0x7f01009a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightLarge=0x7f01009c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightSmall=0x7f01009b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingLeft=0x7f01009d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingRight=0x7f01009e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int logo=0x7f01002c; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int logoDescription=0x7f010110; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int maxActionInlineWidth=0x7f01014b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int maxButtonHeight=0x7f01010a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int measureWithLargestChild=0x7f0100d7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteAudioTrackDrawable=0x7f010009; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteButtonStyle=0x7f01000a; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int mediaRouteButtonTint=0x7f010016; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteCloseDrawable=0x7f01000b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteControlPanelThemeOverlay=0x7f01000c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteDefaultIconDrawable=0x7f01000d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRoutePauseDrawable=0x7f01000e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRoutePlayDrawable=0x7f01000f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteSpeakerGroupIconDrawable=0x7f010010; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteSpeakerIconDrawable=0x7f010011; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteStopDrawable=0x7f010012; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteTheme=0x7f010013; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteTvIconDrawable=0x7f010014; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int menu=0x7f010143; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int multiChoiceItemLayout=0x7f010045; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int navigationContentDescription=0x7f01010f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int navigationIcon=0x7f01010e; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ */ + public static int navigationMode=0x7f010026; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static int numericModifiers=0x7f0100db; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int overlapAnchor=0x7f0100e6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingBottomNoButtons=0x7f0100e8; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingEnd=0x7f010114; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingStart=0x7f010113; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingTopNoTitle=0x7f0100e9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelBackground=0x7f0100a4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelMenuListTheme=0x7f0100a6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int panelMenuListWidth=0x7f0100a5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleContentDescription=0x7f010167; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int passwordToggleDrawable=0x7f010166; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleEnabled=0x7f010165; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleTint=0x7f010168; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static int passwordToggleTintMode=0x7f010169; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupMenuStyle=0x7f010091; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupTheme=0x7f01003f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupWindowStyle=0x7f010092; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int preserveIconSpacing=0x7f0100e4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int pressedTranslationZ=0x7f01013e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int progressBarPadding=0x7f010035; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int progressBarStyle=0x7f010033; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int queryBackground=0x7f0100f5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int queryHint=0x7f0100ec; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int radioButtonStyle=0x7f0100c0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyle=0x7f0100c1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyleIndicator=0x7f0100c2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyleSmall=0x7f0100c3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int reverseLayout=0x7f010002; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int rippleColor=0x7f01013c; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int scrimAnimationDuration=0x7f01012b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int scrimVisibleHeightTrigger=0x7f01012a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchHintIcon=0x7f0100f1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchIcon=0x7f0100f0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchViewStyle=0x7f010099; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int seekBarStyle=0x7f0100c4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackground=0x7f010089; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackgroundBorderless=0x7f01008a; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ */ + public static int showAsAction=0x7f0100dc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ */ + public static int showDividers=0x7f0100d8; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int showText=0x7f010101; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int showTitle=0x7f010048; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int singleChoiceItemLayout=0x7f010046; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spanCount=0x7f010001; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spinBars=0x7f0100d0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerDropDownItemStyle=0x7f010084; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerStyle=0x7f0100c5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int splitTrack=0x7f010100; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int srcCompat=0x7f010049; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int stackFromEnd=0x7f010003; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_above_anchor=0x7f0100e7; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_collapsed=0x7f010119; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_collapsible=0x7f01011a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int statusBarBackground=0x7f010132; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int statusBarScrim=0x7f010128; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subMenuArrow=0x7f0100e5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int submitBackground=0x7f0100f6; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitle=0x7f010028; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextAppearance=0x7f010103; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitleTextColor=0x7f010112; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextStyle=0x7f01002a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int suggestionRowLayout=0x7f0100f4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchMinWidth=0x7f0100fe; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchPadding=0x7f0100ff; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchStyle=0x7f0100c6; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchTextAppearance=0x7f0100fd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tabBackground=0x7f01014f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabContentStart=0x7f01014e; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ */ + public static int tabGravity=0x7f010151; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabIndicatorColor=0x7f01014c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabIndicatorHeight=0x7f01014d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabMaxWidth=0x7f010153; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabMinWidth=0x7f010152; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ */ + public static int tabMode=0x7f010150; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPadding=0x7f01015b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingBottom=0x7f01015a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingEnd=0x7f010159; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingStart=0x7f010157; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingTop=0x7f010158; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabSelectedTextColor=0x7f010156; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tabTextAppearance=0x7f010154; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabTextColor=0x7f010155; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + */ + public static int textAllCaps=0x7f01004f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceLargePopupMenu=0x7f01007c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItem=0x7f0100a1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItemSecondary=0x7f0100a2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItemSmall=0x7f0100a3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearancePopupMenuHeader=0x7f01007e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultSubtitle=0x7f010097; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultTitle=0x7f010096; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSmallPopupMenu=0x7f01007d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorAlertDialogListItem=0x7f0100b6; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorError=0x7f01013b; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorSearchUrl=0x7f010098; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int theme=0x7f010115; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thickness=0x7f0100d6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thumbTextPadding=0x7f0100fc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thumbTint=0x7f0100f7; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int thumbTintMode=0x7f0100f8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tickMark=0x7f01004c; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tickMarkTint=0x7f01004d; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int tickMarkTintMode=0x7f01004e; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tint=0x7f01004a; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int tintMode=0x7f01004b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int title=0x7f010025; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleEnabled=0x7f01012e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMargin=0x7f010104; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginBottom=0x7f010108; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginEnd=0x7f010106; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginStart=0x7f010105; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginTop=0x7f010107; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMargins=0x7f010109; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextAppearance=0x7f010102; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleTextColor=0x7f010111; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextStyle=0x7f010029; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarId=0x7f010129; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarNavigationButtonStyle=0x7f010090; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarStyle=0x7f01008f; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int tooltipForegroundColor=0x7f0100c9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tooltipFrameBackground=0x7f0100c8; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tooltipText=0x7f0100e1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int track=0x7f0100f9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int trackTint=0x7f0100fa; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int trackTintMode=0x7f0100fb; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int useCompatPadding=0x7f010140; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int voiceIcon=0x7f0100f2; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBar=0x7f010056; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBarOverlay=0x7f010058; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionModeOverlay=0x7f010059; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMajor=0x7f01005d; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMinor=0x7f01005b; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMajor=0x7f01005a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMinor=0x7f01005c; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMajor=0x7f01005e; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMinor=0x7f01005f; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowNoTitle=0x7f010057; + } + public static final class bool { + public static int abc_action_bar_embed_tabs=0x7f0e0000; + public static int abc_allow_stacked_button_bar=0x7f0e0001; + public static int abc_config_actionMenuItemAllCaps=0x7f0e0002; + public static int abc_config_closeDialogWhenTouchOutside=0x7f0e0003; + public static int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f0e0004; + } + public static final class color { + public static int abc_background_cache_hint_selector_material_dark=0x7f0d004f; + public static int abc_background_cache_hint_selector_material_light=0x7f0d0050; + public static int abc_btn_colored_borderless_text_material=0x7f0d0051; + public static int abc_btn_colored_text_material=0x7f0d0052; + public static int abc_color_highlight_material=0x7f0d0053; + public static int abc_hint_foreground_material_dark=0x7f0d0054; + public static int abc_hint_foreground_material_light=0x7f0d0055; + public static int abc_input_method_navigation_guard=0x7f0d0004; + public static int abc_primary_text_disable_only_material_dark=0x7f0d0056; + public static int abc_primary_text_disable_only_material_light=0x7f0d0057; + public static int abc_primary_text_material_dark=0x7f0d0058; + public static int abc_primary_text_material_light=0x7f0d0059; + public static int abc_search_url_text=0x7f0d005a; + public static int abc_search_url_text_normal=0x7f0d0005; + public static int abc_search_url_text_pressed=0x7f0d0006; + public static int abc_search_url_text_selected=0x7f0d0007; + public static int abc_secondary_text_material_dark=0x7f0d005b; + public static int abc_secondary_text_material_light=0x7f0d005c; + public static int abc_tint_btn_checkable=0x7f0d005d; + public static int abc_tint_default=0x7f0d005e; + public static int abc_tint_edittext=0x7f0d005f; + public static int abc_tint_seek_thumb=0x7f0d0060; + public static int abc_tint_spinner=0x7f0d0061; + public static int abc_tint_switch_track=0x7f0d0062; + public static int accent_material_dark=0x7f0d0008; + public static int accent_material_light=0x7f0d0009; + public static int background_floating_material_dark=0x7f0d000a; + public static int background_floating_material_light=0x7f0d000b; + public static int background_material_dark=0x7f0d000c; + public static int background_material_light=0x7f0d000d; + public static int bright_foreground_disabled_material_dark=0x7f0d000e; + public static int bright_foreground_disabled_material_light=0x7f0d000f; + public static int bright_foreground_inverse_material_dark=0x7f0d0010; + public static int bright_foreground_inverse_material_light=0x7f0d0011; + public static int bright_foreground_material_dark=0x7f0d0012; + public static int bright_foreground_material_light=0x7f0d0013; + public static int button_material_dark=0x7f0d0014; + public static int button_material_light=0x7f0d0015; + public static int cardview_dark_background=0x7f0d0000; + public static int cardview_light_background=0x7f0d0001; + public static int cardview_shadow_end_color=0x7f0d0002; + public static int cardview_shadow_start_color=0x7f0d0003; + public static int colorAccent=0x7f0d004e; + public static int colorPrimary=0x7f0d004c; + public static int colorPrimaryDark=0x7f0d004d; + public static int design_bottom_navigation_shadow_color=0x7f0d0040; + public static int design_error=0x7f0d0063; + public static int design_fab_shadow_end_color=0x7f0d0041; + public static int design_fab_shadow_mid_color=0x7f0d0042; + public static int design_fab_shadow_start_color=0x7f0d0043; + public static int design_fab_stroke_end_inner_color=0x7f0d0044; + public static int design_fab_stroke_end_outer_color=0x7f0d0045; + public static int design_fab_stroke_top_inner_color=0x7f0d0046; + public static int design_fab_stroke_top_outer_color=0x7f0d0047; + public static int design_snackbar_background_color=0x7f0d0048; + public static int design_tint_password_toggle=0x7f0d0064; + public static int dim_foreground_disabled_material_dark=0x7f0d0016; + public static int dim_foreground_disabled_material_light=0x7f0d0017; + public static int dim_foreground_material_dark=0x7f0d0018; + public static int dim_foreground_material_light=0x7f0d0019; + public static int error_color_material=0x7f0d001a; + public static int foreground_material_dark=0x7f0d001b; + public static int foreground_material_light=0x7f0d001c; + public static int highlighted_text_material_dark=0x7f0d001d; + public static int highlighted_text_material_light=0x7f0d001e; + public static int launcher_background=0x7f0d004b; + public static int material_blue_grey_800=0x7f0d001f; + public static int material_blue_grey_900=0x7f0d0020; + public static int material_blue_grey_950=0x7f0d0021; + public static int material_deep_teal_200=0x7f0d0022; + public static int material_deep_teal_500=0x7f0d0023; + public static int material_grey_100=0x7f0d0024; + public static int material_grey_300=0x7f0d0025; + public static int material_grey_50=0x7f0d0026; + public static int material_grey_600=0x7f0d0027; + public static int material_grey_800=0x7f0d0028; + public static int material_grey_850=0x7f0d0029; + public static int material_grey_900=0x7f0d002a; + public static int notification_action_color_filter=0x7f0d0049; + public static int notification_icon_bg_color=0x7f0d004a; + public static int notification_material_background_media_default_color=0x7f0d003f; + public static int primary_dark_material_dark=0x7f0d002b; + public static int primary_dark_material_light=0x7f0d002c; + public static int primary_material_dark=0x7f0d002d; + public static int primary_material_light=0x7f0d002e; + public static int primary_text_default_material_dark=0x7f0d002f; + public static int primary_text_default_material_light=0x7f0d0030; + public static int primary_text_disabled_material_dark=0x7f0d0031; + public static int primary_text_disabled_material_light=0x7f0d0032; + public static int ripple_material_dark=0x7f0d0033; + public static int ripple_material_light=0x7f0d0034; + public static int secondary_text_default_material_dark=0x7f0d0035; + public static int secondary_text_default_material_light=0x7f0d0036; + public static int secondary_text_disabled_material_dark=0x7f0d0037; + public static int secondary_text_disabled_material_light=0x7f0d0038; + public static int switch_thumb_disabled_material_dark=0x7f0d0039; + public static int switch_thumb_disabled_material_light=0x7f0d003a; + public static int switch_thumb_material_dark=0x7f0d0065; + public static int switch_thumb_material_light=0x7f0d0066; + public static int switch_thumb_normal_material_dark=0x7f0d003b; + public static int switch_thumb_normal_material_light=0x7f0d003c; + public static int tooltip_background_dark=0x7f0d003d; + public static int tooltip_background_light=0x7f0d003e; + } + public static final class dimen { + public static int abc_action_bar_content_inset_material=0x7f08001b; + public static int abc_action_bar_content_inset_with_nav=0x7f08001c; + public static int abc_action_bar_default_height_material=0x7f080010; + public static int abc_action_bar_default_padding_end_material=0x7f08001d; + public static int abc_action_bar_default_padding_start_material=0x7f08001e; + public static int abc_action_bar_elevation_material=0x7f080020; + public static int abc_action_bar_icon_vertical_padding_material=0x7f080021; + public static int abc_action_bar_overflow_padding_end_material=0x7f080022; + public static int abc_action_bar_overflow_padding_start_material=0x7f080023; + public static int abc_action_bar_progress_bar_size=0x7f080011; + public static int abc_action_bar_stacked_max_height=0x7f080024; + public static int abc_action_bar_stacked_tab_max_width=0x7f080025; + public static int abc_action_bar_subtitle_bottom_margin_material=0x7f080026; + public static int abc_action_bar_subtitle_top_margin_material=0x7f080027; + public static int abc_action_button_min_height_material=0x7f080028; + public static int abc_action_button_min_width_material=0x7f080029; + public static int abc_action_button_min_width_overflow_material=0x7f08002a; + public static int abc_alert_dialog_button_bar_height=0x7f08000f; + public static int abc_button_inset_horizontal_material=0x7f08002b; + public static int abc_button_inset_vertical_material=0x7f08002c; + public static int abc_button_padding_horizontal_material=0x7f08002d; + public static int abc_button_padding_vertical_material=0x7f08002e; + public static int abc_cascading_menus_min_smallest_width=0x7f08002f; + public static int abc_config_prefDialogWidth=0x7f080014; + public static int abc_control_corner_material=0x7f080030; + public static int abc_control_inset_material=0x7f080031; + public static int abc_control_padding_material=0x7f080032; + public static int abc_dialog_fixed_height_major=0x7f080015; + public static int abc_dialog_fixed_height_minor=0x7f080016; + public static int abc_dialog_fixed_width_major=0x7f080017; + public static int abc_dialog_fixed_width_minor=0x7f080018; + public static int abc_dialog_list_padding_bottom_no_buttons=0x7f080033; + public static int abc_dialog_list_padding_top_no_title=0x7f080034; + public static int abc_dialog_min_width_major=0x7f080019; + public static int abc_dialog_min_width_minor=0x7f08001a; + public static int abc_dialog_padding_material=0x7f080035; + public static int abc_dialog_padding_top_material=0x7f080036; + public static int abc_dialog_title_divider_material=0x7f080037; + public static int abc_disabled_alpha_material_dark=0x7f080038; + public static int abc_disabled_alpha_material_light=0x7f080039; + public static int abc_dropdownitem_icon_width=0x7f08003a; + public static int abc_dropdownitem_text_padding_left=0x7f08003b; + public static int abc_dropdownitem_text_padding_right=0x7f08003c; + public static int abc_edit_text_inset_bottom_material=0x7f08003d; + public static int abc_edit_text_inset_horizontal_material=0x7f08003e; + public static int abc_edit_text_inset_top_material=0x7f08003f; + public static int abc_floating_window_z=0x7f080040; + public static int abc_list_item_padding_horizontal_material=0x7f080041; + public static int abc_panel_menu_list_width=0x7f080042; + public static int abc_progress_bar_height_material=0x7f080043; + public static int abc_search_view_preferred_height=0x7f080044; + public static int abc_search_view_preferred_width=0x7f080045; + public static int abc_seekbar_track_background_height_material=0x7f080046; + public static int abc_seekbar_track_progress_height_material=0x7f080047; + public static int abc_select_dialog_padding_start_material=0x7f080048; + public static int abc_switch_padding=0x7f08001f; + public static int abc_text_size_body_1_material=0x7f080049; + public static int abc_text_size_body_2_material=0x7f08004a; + public static int abc_text_size_button_material=0x7f08004b; + public static int abc_text_size_caption_material=0x7f08004c; + public static int abc_text_size_display_1_material=0x7f08004d; + public static int abc_text_size_display_2_material=0x7f08004e; + public static int abc_text_size_display_3_material=0x7f08004f; + public static int abc_text_size_display_4_material=0x7f080050; + public static int abc_text_size_headline_material=0x7f080051; + public static int abc_text_size_large_material=0x7f080052; + public static int abc_text_size_medium_material=0x7f080053; + public static int abc_text_size_menu_header_material=0x7f080054; + public static int abc_text_size_menu_material=0x7f080055; + public static int abc_text_size_small_material=0x7f080056; + public static int abc_text_size_subhead_material=0x7f080057; + public static int abc_text_size_subtitle_material_toolbar=0x7f080012; + public static int abc_text_size_title_material=0x7f080058; + public static int abc_text_size_title_material_toolbar=0x7f080013; + public static int cardview_compat_inset_shadow=0x7f08000c; + public static int cardview_default_elevation=0x7f08000d; + public static int cardview_default_radius=0x7f08000e; + public static int compat_button_inset_horizontal_material=0x7f080094; + public static int compat_button_inset_vertical_material=0x7f080095; + public static int compat_button_padding_horizontal_material=0x7f080096; + public static int compat_button_padding_vertical_material=0x7f080097; + public static int compat_control_corner_material=0x7f080098; + public static int design_appbar_elevation=0x7f080072; + public static int design_bottom_navigation_active_item_max_width=0x7f080073; + public static int design_bottom_navigation_active_text_size=0x7f080074; + public static int design_bottom_navigation_elevation=0x7f080075; + public static int design_bottom_navigation_height=0x7f080076; + public static int design_bottom_navigation_item_max_width=0x7f080077; + public static int design_bottom_navigation_item_min_width=0x7f080078; + public static int design_bottom_navigation_margin=0x7f080079; + public static int design_bottom_navigation_shadow_height=0x7f08007a; + public static int design_bottom_navigation_text_size=0x7f08007b; + public static int design_bottom_sheet_modal_elevation=0x7f08007c; + public static int design_bottom_sheet_peek_height_min=0x7f08007d; + public static int design_fab_border_width=0x7f08007e; + public static int design_fab_elevation=0x7f08007f; + public static int design_fab_image_size=0x7f080080; + public static int design_fab_size_mini=0x7f080081; + public static int design_fab_size_normal=0x7f080082; + public static int design_fab_translation_z_pressed=0x7f080083; + public static int design_navigation_elevation=0x7f080084; + public static int design_navigation_icon_padding=0x7f080085; + public static int design_navigation_icon_size=0x7f080086; + public static int design_navigation_max_width=0x7f08006a; + public static int design_navigation_padding_bottom=0x7f080087; + public static int design_navigation_separator_vertical_padding=0x7f080088; + public static int design_snackbar_action_inline_max_width=0x7f08006b; + public static int design_snackbar_background_corner_radius=0x7f08006c; + public static int design_snackbar_elevation=0x7f080089; + public static int design_snackbar_extra_spacing_horizontal=0x7f08006d; + public static int design_snackbar_max_width=0x7f08006e; + public static int design_snackbar_min_width=0x7f08006f; + public static int design_snackbar_padding_horizontal=0x7f08008a; + public static int design_snackbar_padding_vertical=0x7f08008b; + public static int design_snackbar_padding_vertical_2lines=0x7f080070; + public static int design_snackbar_text_size=0x7f08008c; + public static int design_tab_max_width=0x7f08008d; + public static int design_tab_scrollable_min_width=0x7f080071; + public static int design_tab_text_size=0x7f08008e; + public static int design_tab_text_size_2line=0x7f08008f; + public static int disabled_alpha_material_dark=0x7f080059; + public static int disabled_alpha_material_light=0x7f08005a; + public static int fastscroll_default_thickness=0x7f080000; + public static int fastscroll_margin=0x7f080001; + public static int fastscroll_minimum_range=0x7f080002; + public static int highlight_alpha_material_colored=0x7f08005b; + public static int highlight_alpha_material_dark=0x7f08005c; + public static int highlight_alpha_material_light=0x7f08005d; + public static int hint_alpha_material_dark=0x7f08005e; + public static int hint_alpha_material_light=0x7f08005f; + public static int hint_pressed_alpha_material_dark=0x7f080060; + public static int hint_pressed_alpha_material_light=0x7f080061; + public static int item_touch_helper_max_drag_scroll_per_frame=0x7f080003; + public static int item_touch_helper_swipe_escape_max_velocity=0x7f080004; + public static int item_touch_helper_swipe_escape_velocity=0x7f080005; + public static int mr_controller_volume_group_list_item_height=0x7f080006; + public static int mr_controller_volume_group_list_item_icon_size=0x7f080007; + public static int mr_controller_volume_group_list_max_height=0x7f080008; + public static int mr_controller_volume_group_list_padding_top=0x7f08000b; + public static int mr_dialog_fixed_width_major=0x7f080009; + public static int mr_dialog_fixed_width_minor=0x7f08000a; + public static int notification_action_icon_size=0x7f080099; + public static int notification_action_text_size=0x7f08009a; + public static int notification_big_circle_margin=0x7f08009b; + public static int notification_content_margin_start=0x7f080091; + public static int notification_large_icon_height=0x7f08009c; + public static int notification_large_icon_width=0x7f08009d; + public static int notification_main_column_padding_top=0x7f080092; + public static int notification_media_narrow_margin=0x7f080093; + public static int notification_right_icon_size=0x7f08009e; + public static int notification_right_side_padding_top=0x7f080090; + public static int notification_small_icon_background_padding=0x7f08009f; + public static int notification_small_icon_size_as_large=0x7f0800a0; + public static int notification_subtext_size=0x7f0800a1; + public static int notification_top_pad=0x7f0800a2; + public static int notification_top_pad_large_text=0x7f0800a3; + public static int tooltip_corner_radius=0x7f080062; + public static int tooltip_horizontal_padding=0x7f080063; + public static int tooltip_margin=0x7f080064; + public static int tooltip_precise_anchor_extra_offset=0x7f080065; + public static int tooltip_precise_anchor_threshold=0x7f080066; + public static int tooltip_vertical_padding=0x7f080067; + public static int tooltip_y_offset_non_touch=0x7f080068; + public static int tooltip_y_offset_touch=0x7f080069; + } + public static final class drawable { + public static int abc_ab_share_pack_mtrl_alpha=0x7f020000; + public static int abc_action_bar_item_background_material=0x7f020001; + public static int abc_btn_borderless_material=0x7f020002; + public static int abc_btn_check_material=0x7f020003; + public static int abc_btn_check_to_on_mtrl_000=0x7f020004; + public static int abc_btn_check_to_on_mtrl_015=0x7f020005; + public static int abc_btn_colored_material=0x7f020006; + public static int abc_btn_default_mtrl_shape=0x7f020007; + public static int abc_btn_radio_material=0x7f020008; + public static int abc_btn_radio_to_on_mtrl_000=0x7f020009; + public static int abc_btn_radio_to_on_mtrl_015=0x7f02000a; + public static int abc_btn_switch_to_on_mtrl_00001=0x7f02000b; + public static int abc_btn_switch_to_on_mtrl_00012=0x7f02000c; + public static int abc_cab_background_internal_bg=0x7f02000d; + public static int abc_cab_background_top_material=0x7f02000e; + public static int abc_cab_background_top_mtrl_alpha=0x7f02000f; + public static int abc_control_background_material=0x7f020010; + public static int abc_dialog_material_background=0x7f020011; + public static int abc_edit_text_material=0x7f020012; + public static int abc_ic_ab_back_material=0x7f020013; + public static int abc_ic_arrow_drop_right_black_24dp=0x7f020014; + public static int abc_ic_clear_material=0x7f020015; + public static int abc_ic_commit_search_api_mtrl_alpha=0x7f020016; + public static int abc_ic_go_search_api_material=0x7f020017; + public static int abc_ic_menu_copy_mtrl_am_alpha=0x7f020018; + public static int abc_ic_menu_cut_mtrl_alpha=0x7f020019; + public static int abc_ic_menu_overflow_material=0x7f02001a; + public static int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001b; + public static int abc_ic_menu_selectall_mtrl_alpha=0x7f02001c; + public static int abc_ic_menu_share_mtrl_alpha=0x7f02001d; + public static int abc_ic_search_api_material=0x7f02001e; + public static int abc_ic_star_black_16dp=0x7f02001f; + public static int abc_ic_star_black_36dp=0x7f020020; + public static int abc_ic_star_black_48dp=0x7f020021; + public static int abc_ic_star_half_black_16dp=0x7f020022; + public static int abc_ic_star_half_black_36dp=0x7f020023; + public static int abc_ic_star_half_black_48dp=0x7f020024; + public static int abc_ic_voice_search_api_material=0x7f020025; + public static int abc_item_background_holo_dark=0x7f020026; + public static int abc_item_background_holo_light=0x7f020027; + public static int abc_list_divider_mtrl_alpha=0x7f020028; + public static int abc_list_focused_holo=0x7f020029; + public static int abc_list_longpressed_holo=0x7f02002a; + public static int abc_list_pressed_holo_dark=0x7f02002b; + public static int abc_list_pressed_holo_light=0x7f02002c; + public static int abc_list_selector_background_transition_holo_dark=0x7f02002d; + public static int abc_list_selector_background_transition_holo_light=0x7f02002e; + public static int abc_list_selector_disabled_holo_dark=0x7f02002f; + public static int abc_list_selector_disabled_holo_light=0x7f020030; + public static int abc_list_selector_holo_dark=0x7f020031; + public static int abc_list_selector_holo_light=0x7f020032; + public static int abc_menu_hardkey_panel_mtrl_mult=0x7f020033; + public static int abc_popup_background_mtrl_mult=0x7f020034; + public static int abc_ratingbar_indicator_material=0x7f020035; + public static int abc_ratingbar_material=0x7f020036; + public static int abc_ratingbar_small_material=0x7f020037; + public static int abc_scrubber_control_off_mtrl_alpha=0x7f020038; + public static int abc_scrubber_control_to_pressed_mtrl_000=0x7f020039; + public static int abc_scrubber_control_to_pressed_mtrl_005=0x7f02003a; + public static int abc_scrubber_primary_mtrl_alpha=0x7f02003b; + public static int abc_scrubber_track_mtrl_alpha=0x7f02003c; + public static int abc_seekbar_thumb_material=0x7f02003d; + public static int abc_seekbar_tick_mark_material=0x7f02003e; + public static int abc_seekbar_track_material=0x7f02003f; + public static int abc_spinner_mtrl_am_alpha=0x7f020040; + public static int abc_spinner_textfield_background_material=0x7f020041; + public static int abc_switch_thumb_material=0x7f020042; + public static int abc_switch_track_mtrl_alpha=0x7f020043; + public static int abc_tab_indicator_material=0x7f020044; + public static int abc_tab_indicator_mtrl_alpha=0x7f020045; + public static int abc_text_cursor_material=0x7f020046; + public static int abc_text_select_handle_left_mtrl_dark=0x7f020047; + public static int abc_text_select_handle_left_mtrl_light=0x7f020048; + public static int abc_text_select_handle_middle_mtrl_dark=0x7f020049; + public static int abc_text_select_handle_middle_mtrl_light=0x7f02004a; + public static int abc_text_select_handle_right_mtrl_dark=0x7f02004b; + public static int abc_text_select_handle_right_mtrl_light=0x7f02004c; + public static int abc_textfield_activated_mtrl_alpha=0x7f02004d; + public static int abc_textfield_default_mtrl_alpha=0x7f02004e; + public static int abc_textfield_search_activated_mtrl_alpha=0x7f02004f; + public static int abc_textfield_search_default_mtrl_alpha=0x7f020050; + public static int abc_textfield_search_material=0x7f020051; + public static int abc_vector_test=0x7f020052; + public static int avd_hide_password=0x7f020053; + public static int avd_hide_password_1=0x7f02012f; + public static int avd_hide_password_2=0x7f020130; + public static int avd_hide_password_3=0x7f020131; + public static int avd_show_password=0x7f020054; + public static int avd_show_password_1=0x7f020132; + public static int avd_show_password_2=0x7f020133; + public static int avd_show_password_3=0x7f020134; + public static int design_bottom_navigation_item_background=0x7f020055; + public static int design_fab_background=0x7f020056; + public static int design_ic_visibility=0x7f020057; + public static int design_ic_visibility_off=0x7f020058; + public static int design_password_eye=0x7f020059; + public static int design_snackbar_background=0x7f02005a; + public static int ic_audiotrack_dark=0x7f02005b; + public static int ic_audiotrack_light=0x7f02005c; + public static int ic_dialog_close_dark=0x7f02005d; + public static int ic_dialog_close_light=0x7f02005e; + public static int ic_group_collapse_00=0x7f02005f; + public static int ic_group_collapse_01=0x7f020060; + public static int ic_group_collapse_02=0x7f020061; + public static int ic_group_collapse_03=0x7f020062; + public static int ic_group_collapse_04=0x7f020063; + public static int ic_group_collapse_05=0x7f020064; + public static int ic_group_collapse_06=0x7f020065; + public static int ic_group_collapse_07=0x7f020066; + public static int ic_group_collapse_08=0x7f020067; + public static int ic_group_collapse_09=0x7f020068; + public static int ic_group_collapse_10=0x7f020069; + public static int ic_group_collapse_11=0x7f02006a; + public static int ic_group_collapse_12=0x7f02006b; + public static int ic_group_collapse_13=0x7f02006c; + public static int ic_group_collapse_14=0x7f02006d; + public static int ic_group_collapse_15=0x7f02006e; + public static int ic_group_expand_00=0x7f02006f; + public static int ic_group_expand_01=0x7f020070; + public static int ic_group_expand_02=0x7f020071; + public static int ic_group_expand_03=0x7f020072; + public static int ic_group_expand_04=0x7f020073; + public static int ic_group_expand_05=0x7f020074; + public static int ic_group_expand_06=0x7f020075; + public static int ic_group_expand_07=0x7f020076; + public static int ic_group_expand_08=0x7f020077; + public static int ic_group_expand_09=0x7f020078; + public static int ic_group_expand_10=0x7f020079; + public static int ic_group_expand_11=0x7f02007a; + public static int ic_group_expand_12=0x7f02007b; + public static int ic_group_expand_13=0x7f02007c; + public static int ic_group_expand_14=0x7f02007d; + public static int ic_group_expand_15=0x7f02007e; + public static int ic_media_pause_dark=0x7f02007f; + public static int ic_media_pause_light=0x7f020080; + public static int ic_media_play_dark=0x7f020081; + public static int ic_media_play_light=0x7f020082; + public static int ic_media_stop_dark=0x7f020083; + public static int ic_media_stop_light=0x7f020084; + public static int ic_mr_button_connected_00_dark=0x7f020085; + public static int ic_mr_button_connected_00_light=0x7f020086; + public static int ic_mr_button_connected_01_dark=0x7f020087; + public static int ic_mr_button_connected_01_light=0x7f020088; + public static int ic_mr_button_connected_02_dark=0x7f020089; + public static int ic_mr_button_connected_02_light=0x7f02008a; + public static int ic_mr_button_connected_03_dark=0x7f02008b; + public static int ic_mr_button_connected_03_light=0x7f02008c; + public static int ic_mr_button_connected_04_dark=0x7f02008d; + public static int ic_mr_button_connected_04_light=0x7f02008e; + public static int ic_mr_button_connected_05_dark=0x7f02008f; + public static int ic_mr_button_connected_05_light=0x7f020090; + public static int ic_mr_button_connected_06_dark=0x7f020091; + public static int ic_mr_button_connected_06_light=0x7f020092; + public static int ic_mr_button_connected_07_dark=0x7f020093; + public static int ic_mr_button_connected_07_light=0x7f020094; + public static int ic_mr_button_connected_08_dark=0x7f020095; + public static int ic_mr_button_connected_08_light=0x7f020096; + public static int ic_mr_button_connected_09_dark=0x7f020097; + public static int ic_mr_button_connected_09_light=0x7f020098; + public static int ic_mr_button_connected_10_dark=0x7f020099; + public static int ic_mr_button_connected_10_light=0x7f02009a; + public static int ic_mr_button_connected_11_dark=0x7f02009b; + public static int ic_mr_button_connected_11_light=0x7f02009c; + public static int ic_mr_button_connected_12_dark=0x7f02009d; + public static int ic_mr_button_connected_12_light=0x7f02009e; + public static int ic_mr_button_connected_13_dark=0x7f02009f; + public static int ic_mr_button_connected_13_light=0x7f0200a0; + public static int ic_mr_button_connected_14_dark=0x7f0200a1; + public static int ic_mr_button_connected_14_light=0x7f0200a2; + public static int ic_mr_button_connected_15_dark=0x7f0200a3; + public static int ic_mr_button_connected_15_light=0x7f0200a4; + public static int ic_mr_button_connected_16_dark=0x7f0200a5; + public static int ic_mr_button_connected_16_light=0x7f0200a6; + public static int ic_mr_button_connected_17_dark=0x7f0200a7; + public static int ic_mr_button_connected_17_light=0x7f0200a8; + public static int ic_mr_button_connected_18_dark=0x7f0200a9; + public static int ic_mr_button_connected_18_light=0x7f0200aa; + public static int ic_mr_button_connected_19_dark=0x7f0200ab; + public static int ic_mr_button_connected_19_light=0x7f0200ac; + public static int ic_mr_button_connected_20_dark=0x7f0200ad; + public static int ic_mr_button_connected_20_light=0x7f0200ae; + public static int ic_mr_button_connected_21_dark=0x7f0200af; + public static int ic_mr_button_connected_21_light=0x7f0200b0; + public static int ic_mr_button_connected_22_dark=0x7f0200b1; + public static int ic_mr_button_connected_22_light=0x7f0200b2; + public static int ic_mr_button_connected_23_dark=0x7f0200b3; + public static int ic_mr_button_connected_23_light=0x7f0200b4; + public static int ic_mr_button_connected_24_dark=0x7f0200b5; + public static int ic_mr_button_connected_24_light=0x7f0200b6; + public static int ic_mr_button_connected_25_dark=0x7f0200b7; + public static int ic_mr_button_connected_25_light=0x7f0200b8; + public static int ic_mr_button_connected_26_dark=0x7f0200b9; + public static int ic_mr_button_connected_26_light=0x7f0200ba; + public static int ic_mr_button_connected_27_dark=0x7f0200bb; + public static int ic_mr_button_connected_27_light=0x7f0200bc; + public static int ic_mr_button_connected_28_dark=0x7f0200bd; + public static int ic_mr_button_connected_28_light=0x7f0200be; + public static int ic_mr_button_connected_29_dark=0x7f0200bf; + public static int ic_mr_button_connected_29_light=0x7f0200c0; + public static int ic_mr_button_connected_30_dark=0x7f0200c1; + public static int ic_mr_button_connected_30_light=0x7f0200c2; + public static int ic_mr_button_connecting_00_dark=0x7f0200c3; + public static int ic_mr_button_connecting_00_light=0x7f0200c4; + public static int ic_mr_button_connecting_01_dark=0x7f0200c5; + public static int ic_mr_button_connecting_01_light=0x7f0200c6; + public static int ic_mr_button_connecting_02_dark=0x7f0200c7; + public static int ic_mr_button_connecting_02_light=0x7f0200c8; + public static int ic_mr_button_connecting_03_dark=0x7f0200c9; + public static int ic_mr_button_connecting_03_light=0x7f0200ca; + public static int ic_mr_button_connecting_04_dark=0x7f0200cb; + public static int ic_mr_button_connecting_04_light=0x7f0200cc; + public static int ic_mr_button_connecting_05_dark=0x7f0200cd; + public static int ic_mr_button_connecting_05_light=0x7f0200ce; + public static int ic_mr_button_connecting_06_dark=0x7f0200cf; + public static int ic_mr_button_connecting_06_light=0x7f0200d0; + public static int ic_mr_button_connecting_07_dark=0x7f0200d1; + public static int ic_mr_button_connecting_07_light=0x7f0200d2; + public static int ic_mr_button_connecting_08_dark=0x7f0200d3; + public static int ic_mr_button_connecting_08_light=0x7f0200d4; + public static int ic_mr_button_connecting_09_dark=0x7f0200d5; + public static int ic_mr_button_connecting_09_light=0x7f0200d6; + public static int ic_mr_button_connecting_10_dark=0x7f0200d7; + public static int ic_mr_button_connecting_10_light=0x7f0200d8; + public static int ic_mr_button_connecting_11_dark=0x7f0200d9; + public static int ic_mr_button_connecting_11_light=0x7f0200da; + public static int ic_mr_button_connecting_12_dark=0x7f0200db; + public static int ic_mr_button_connecting_12_light=0x7f0200dc; + public static int ic_mr_button_connecting_13_dark=0x7f0200dd; + public static int ic_mr_button_connecting_13_light=0x7f0200de; + public static int ic_mr_button_connecting_14_dark=0x7f0200df; + public static int ic_mr_button_connecting_14_light=0x7f0200e0; + public static int ic_mr_button_connecting_15_dark=0x7f0200e1; + public static int ic_mr_button_connecting_15_light=0x7f0200e2; + public static int ic_mr_button_connecting_16_dark=0x7f0200e3; + public static int ic_mr_button_connecting_16_light=0x7f0200e4; + public static int ic_mr_button_connecting_17_dark=0x7f0200e5; + public static int ic_mr_button_connecting_17_light=0x7f0200e6; + public static int ic_mr_button_connecting_18_dark=0x7f0200e7; + public static int ic_mr_button_connecting_18_light=0x7f0200e8; + public static int ic_mr_button_connecting_19_dark=0x7f0200e9; + public static int ic_mr_button_connecting_19_light=0x7f0200ea; + public static int ic_mr_button_connecting_20_dark=0x7f0200eb; + public static int ic_mr_button_connecting_20_light=0x7f0200ec; + public static int ic_mr_button_connecting_21_dark=0x7f0200ed; + public static int ic_mr_button_connecting_21_light=0x7f0200ee; + public static int ic_mr_button_connecting_22_dark=0x7f0200ef; + public static int ic_mr_button_connecting_22_light=0x7f0200f0; + public static int ic_mr_button_connecting_23_dark=0x7f0200f1; + public static int ic_mr_button_connecting_23_light=0x7f0200f2; + public static int ic_mr_button_connecting_24_dark=0x7f0200f3; + public static int ic_mr_button_connecting_24_light=0x7f0200f4; + public static int ic_mr_button_connecting_25_dark=0x7f0200f5; + public static int ic_mr_button_connecting_25_light=0x7f0200f6; + public static int ic_mr_button_connecting_26_dark=0x7f0200f7; + public static int ic_mr_button_connecting_26_light=0x7f0200f8; + public static int ic_mr_button_connecting_27_dark=0x7f0200f9; + public static int ic_mr_button_connecting_27_light=0x7f0200fa; + public static int ic_mr_button_connecting_28_dark=0x7f0200fb; + public static int ic_mr_button_connecting_28_light=0x7f0200fc; + public static int ic_mr_button_connecting_29_dark=0x7f0200fd; + public static int ic_mr_button_connecting_29_light=0x7f0200fe; + public static int ic_mr_button_connecting_30_dark=0x7f0200ff; + public static int ic_mr_button_connecting_30_light=0x7f020100; + public static int ic_mr_button_disabled_dark=0x7f020101; + public static int ic_mr_button_disabled_light=0x7f020102; + public static int ic_mr_button_disconnected_dark=0x7f020103; + public static int ic_mr_button_disconnected_light=0x7f020104; + public static int ic_mr_button_grey=0x7f020105; + public static int ic_vol_type_speaker_dark=0x7f020106; + public static int ic_vol_type_speaker_group_dark=0x7f020107; + public static int ic_vol_type_speaker_group_light=0x7f020108; + public static int ic_vol_type_speaker_light=0x7f020109; + public static int ic_vol_type_tv_dark=0x7f02010a; + public static int ic_vol_type_tv_light=0x7f02010b; + public static int mr_button_connected_dark=0x7f02010c; + public static int mr_button_connected_light=0x7f02010d; + public static int mr_button_connecting_dark=0x7f02010e; + public static int mr_button_connecting_light=0x7f02010f; + public static int mr_button_dark=0x7f020110; + public static int mr_button_light=0x7f020111; + public static int mr_dialog_close_dark=0x7f020112; + public static int mr_dialog_close_light=0x7f020113; + public static int mr_dialog_material_background_dark=0x7f020114; + public static int mr_dialog_material_background_light=0x7f020115; + public static int mr_group_collapse=0x7f020116; + public static int mr_group_expand=0x7f020117; + public static int mr_media_pause_dark=0x7f020118; + public static int mr_media_pause_light=0x7f020119; + public static int mr_media_play_dark=0x7f02011a; + public static int mr_media_play_light=0x7f02011b; + public static int mr_media_stop_dark=0x7f02011c; + public static int mr_media_stop_light=0x7f02011d; + public static int mr_vol_type_audiotrack_dark=0x7f02011e; + public static int mr_vol_type_audiotrack_light=0x7f02011f; + public static int navigation_empty_icon=0x7f020120; + public static int notification_action_background=0x7f020121; + public static int notification_bg=0x7f020122; + public static int notification_bg_low=0x7f020123; + public static int notification_bg_low_normal=0x7f020124; + public static int notification_bg_low_pressed=0x7f020125; + public static int notification_bg_normal=0x7f020126; + public static int notification_bg_normal_pressed=0x7f020127; + public static int notification_icon_background=0x7f020128; + public static int notification_template_icon_bg=0x7f02012d; + public static int notification_template_icon_low_bg=0x7f02012e; + public static int notification_tile_bg=0x7f020129; + public static int notify_panel_notification_icon_bg=0x7f02012a; + public static int tooltip_frame_dark=0x7f02012b; + public static int tooltip_frame_light=0x7f02012c; + } + public static final class id { + public static int ALT=0x7f090032; + public static int CTRL=0x7f090033; + public static int FUNCTION=0x7f090034; + public static int META=0x7f090035; + public static int SHIFT=0x7f090036; + public static int SYM=0x7f090037; + public static int action0=0x7f0900b6; + public static int action_bar=0x7f09007c; + public static int action_bar_activity_content=0x7f090001; + public static int action_bar_container=0x7f09007b; + public static int action_bar_root=0x7f090077; + public static int action_bar_spinner=0x7f090002; + public static int action_bar_subtitle=0x7f09005b; + public static int action_bar_title=0x7f09005a; + public static int action_container=0x7f0900b3; + public static int action_context_bar=0x7f09007d; + public static int action_divider=0x7f0900ba; + public static int action_image=0x7f0900b4; + public static int action_menu_divider=0x7f090003; + public static int action_menu_presenter=0x7f090004; + public static int action_mode_bar=0x7f090079; + public static int action_mode_bar_stub=0x7f090078; + public static int action_mode_close_button=0x7f09005c; + public static int action_text=0x7f0900b5; + public static int actions=0x7f0900c3; + public static int activity_chooser_view_content=0x7f09005d; + public static int add=0x7f090027; + public static int alertTitle=0x7f090070; + public static int all=0x7f090052; + public static int always=0x7f090038; + public static int async=0x7f090056; + public static int auto=0x7f090044; + public static int beginning=0x7f09002f; + public static int blocking=0x7f090057; + public static int bottom=0x7f09003d; + public static int buttonPanel=0x7f090063; + public static int cancel_action=0x7f0900b7; + public static int center=0x7f090045; + public static int center_horizontal=0x7f090046; + public static int center_vertical=0x7f090047; + public static int checkbox=0x7f090073; + public static int chronometer=0x7f0900bf; + public static int clip_horizontal=0x7f09004e; + public static int clip_vertical=0x7f09004f; + public static int collapseActionView=0x7f090039; + public static int container=0x7f09008d; + public static int contentPanel=0x7f090066; + public static int coordinator=0x7f09008e; + public static int custom=0x7f09006d; + public static int customPanel=0x7f09006c; + public static int decor_content_parent=0x7f09007a; + public static int default_activity_button=0x7f090060; + public static int design_bottom_sheet=0x7f090090; + public static int design_menu_item_action_area=0x7f090097; + public static int design_menu_item_action_area_stub=0x7f090096; + public static int design_menu_item_text=0x7f090095; + public static int design_navigation_view=0x7f090094; + public static int disableHome=0x7f090020; + public static int edit_query=0x7f09007e; + public static int end=0x7f090030; + public static int end_padder=0x7f0900c5; + public static int enterAlways=0x7f09003f; + public static int enterAlwaysCollapsed=0x7f090040; + public static int exitUntilCollapsed=0x7f090041; + public static int expand_activities_button=0x7f09005e; + public static int expanded_menu=0x7f090072; + public static int fill=0x7f090050; + public static int fill_horizontal=0x7f090051; + public static int fill_vertical=0x7f090048; + public static int fixed=0x7f090054; + public static int forever=0x7f090058; + public static int ghost_view=0x7f09000a; + public static int home=0x7f090005; + public static int homeAsUp=0x7f090021; + public static int icon=0x7f090062; + public static int icon_group=0x7f0900c4; + public static int ifRoom=0x7f09003a; + public static int image=0x7f09005f; + public static int info=0x7f0900c0; + public static int italic=0x7f090059; + public static int item_touch_helper_previous_elevation=0x7f090000; + public static int largeLabel=0x7f09008c; + public static int left=0x7f090049; + public static int line1=0x7f090017; + public static int line3=0x7f090018; + public static int listMode=0x7f09001d; + public static int list_item=0x7f090061; + public static int masked=0x7f0900ca; + public static int media_actions=0x7f0900b9; + public static int message=0x7f0900c8; + public static int middle=0x7f090031; + public static int mini=0x7f090053; + public static int mr_art=0x7f0900a5; + public static int mr_chooser_list=0x7f09009a; + public static int mr_chooser_route_desc=0x7f09009d; + public static int mr_chooser_route_icon=0x7f09009b; + public static int mr_chooser_route_name=0x7f09009c; + public static int mr_chooser_title=0x7f090099; + public static int mr_close=0x7f0900a2; + public static int mr_control_divider=0x7f0900a8; + public static int mr_control_playback_ctrl=0x7f0900ae; + public static int mr_control_subtitle=0x7f0900b1; + public static int mr_control_title=0x7f0900b0; + public static int mr_control_title_container=0x7f0900af; + public static int mr_custom_control=0x7f0900a3; + public static int mr_default_control=0x7f0900a4; + public static int mr_dialog_area=0x7f09009f; + public static int mr_expandable_area=0x7f09009e; + public static int mr_group_expand_collapse=0x7f0900b2; + public static int mr_media_main_control=0x7f0900a6; + public static int mr_name=0x7f0900a1; + public static int mr_playback_control=0x7f0900a7; + public static int mr_title_bar=0x7f0900a0; + public static int mr_volume_control=0x7f0900a9; + public static int mr_volume_group_list=0x7f0900aa; + public static int mr_volume_item_icon=0x7f0900ac; + public static int mr_volume_slider=0x7f0900ad; + public static int multiply=0x7f090028; + public static int navigation_header_container=0x7f090093; + public static int never=0x7f09003b; + public static int none=0x7f090022; + public static int normal=0x7f09001e; + public static int notification_background=0x7f0900c2; + public static int notification_main_column=0x7f0900bc; + public static int notification_main_column_container=0x7f0900bb; + public static int parallax=0x7f09004c; + public static int parentPanel=0x7f090065; + public static int parent_matrix=0x7f09000b; + public static int pin=0x7f09004d; + public static int progress_circular=0x7f090006; + public static int progress_horizontal=0x7f090007; + public static int radio=0x7f090075; + public static int right=0x7f09004a; + public static int right_icon=0x7f0900c1; + public static int right_side=0x7f0900bd; + public static int save_image_matrix=0x7f09000c; + public static int save_non_transition_alpha=0x7f09000d; + public static int save_scale_type=0x7f09000e; + public static int screen=0x7f090029; + public static int scroll=0x7f090042; + public static int scrollIndicatorDown=0x7f09006b; + public static int scrollIndicatorUp=0x7f090067; + public static int scrollView=0x7f090068; + public static int scrollable=0x7f090055; + public static int search_badge=0x7f090080; + public static int search_bar=0x7f09007f; + public static int search_button=0x7f090081; + public static int search_close_btn=0x7f090086; + public static int search_edit_frame=0x7f090082; + public static int search_go_btn=0x7f090088; + public static int search_mag_icon=0x7f090083; + public static int search_plate=0x7f090084; + public static int search_src_text=0x7f090085; + public static int search_voice_btn=0x7f090089; + public static int select_dialog_listview=0x7f09008a; + public static int shortcut=0x7f090074; + public static int showCustom=0x7f090023; + public static int showHome=0x7f090024; + public static int showTitle=0x7f090025; + public static int sliding_tabs=0x7f0900c6; + public static int smallLabel=0x7f09008b; + public static int snackbar_action=0x7f090092; + public static int snackbar_text=0x7f090091; + public static int snap=0x7f090043; + public static int spacer=0x7f090064; + public static int split_action_bar=0x7f090008; + public static int src_atop=0x7f09002a; + public static int src_in=0x7f09002b; + public static int src_over=0x7f09002c; + public static int start=0x7f09004b; + public static int status_bar_latest_event_content=0x7f0900b8; + public static int submenuarrow=0x7f090076; + public static int submit_area=0x7f090087; + public static int tabMode=0x7f09001f; + public static int tag_transition_group=0x7f090019; + public static int text=0x7f09001a; + public static int text2=0x7f09001b; + public static int textSpacerNoButtons=0x7f09006a; + public static int textSpacerNoTitle=0x7f090069; + public static int text_input_password_toggle=0x7f090098; + public static int textinput_counter=0x7f090014; + public static int textinput_error=0x7f090015; + public static int time=0x7f0900be; + public static int title=0x7f09001c; + public static int titleDividerNoCustom=0x7f090071; + public static int title_template=0x7f09006f; + public static int toolbar=0x7f0900c7; + public static int top=0x7f09003e; + public static int topPanel=0x7f09006e; + public static int touch_outside=0x7f09008f; + public static int transition_current_scene=0x7f09000f; + public static int transition_layout_save=0x7f090010; + public static int transition_position=0x7f090011; + public static int transition_scene_layoutid_cache=0x7f090012; + public static int transition_transform=0x7f090013; + public static int uniform=0x7f09002d; + public static int up=0x7f090009; + public static int useLogo=0x7f090026; + public static int view_offset_helper=0x7f090016; + public static int visible=0x7f0900c9; + public static int volume_item_container=0x7f0900ab; + public static int withText=0x7f09003c; + public static int wrap_content=0x7f09002e; + } + public static final class integer { + public static int abc_config_activityDefaultDur=0x7f0b0003; + public static int abc_config_activityShortDur=0x7f0b0004; + public static int app_bar_elevation_anim_duration=0x7f0b0008; + public static int bottom_sheet_slide_duration=0x7f0b0009; + public static int cancel_button_image_alpha=0x7f0b0005; + public static int config_tooltipAnimTime=0x7f0b0006; + public static int design_snackbar_text_max_lines=0x7f0b0007; + public static int hide_password_duration=0x7f0b000a; + public static int mr_controller_volume_group_list_animation_duration_ms=0x7f0b0000; + public static int mr_controller_volume_group_list_fade_in_duration_ms=0x7f0b0001; + public static int mr_controller_volume_group_list_fade_out_duration_ms=0x7f0b0002; + public static int show_password_duration=0x7f0b000b; + public static int status_bar_notification_info_maxnum=0x7f0b000c; + } + public static final class interpolator { + public static int mr_fast_out_slow_in=0x7f070000; + public static int mr_linear_out_slow_in=0x7f070001; + } + public static final class layout { + public static int abc_action_bar_title_item=0x7f040000; + public static int abc_action_bar_up_container=0x7f040001; + public static int abc_action_menu_item_layout=0x7f040002; + public static int abc_action_menu_layout=0x7f040003; + public static int abc_action_mode_bar=0x7f040004; + public static int abc_action_mode_close_item_material=0x7f040005; + public static int abc_activity_chooser_view=0x7f040006; + public static int abc_activity_chooser_view_list_item=0x7f040007; + public static int abc_alert_dialog_button_bar_material=0x7f040008; + public static int abc_alert_dialog_material=0x7f040009; + public static int abc_alert_dialog_title_material=0x7f04000a; + public static int abc_dialog_title_material=0x7f04000b; + public static int abc_expanded_menu_layout=0x7f04000c; + public static int abc_list_menu_item_checkbox=0x7f04000d; + public static int abc_list_menu_item_icon=0x7f04000e; + public static int abc_list_menu_item_layout=0x7f04000f; + public static int abc_list_menu_item_radio=0x7f040010; + public static int abc_popup_menu_header_item_layout=0x7f040011; + public static int abc_popup_menu_item_layout=0x7f040012; + public static int abc_screen_content_include=0x7f040013; + public static int abc_screen_simple=0x7f040014; + public static int abc_screen_simple_overlay_action_mode=0x7f040015; + public static int abc_screen_toolbar=0x7f040016; + public static int abc_search_dropdown_item_icons_2line=0x7f040017; + public static int abc_search_view=0x7f040018; + public static int abc_select_dialog_material=0x7f040019; + public static int design_bottom_navigation_item=0x7f04001a; + public static int design_bottom_sheet_dialog=0x7f04001b; + public static int design_layout_snackbar=0x7f04001c; + public static int design_layout_snackbar_include=0x7f04001d; + public static int design_layout_tab_icon=0x7f04001e; + public static int design_layout_tab_text=0x7f04001f; + public static int design_menu_item_action_area=0x7f040020; + public static int design_navigation_item=0x7f040021; + public static int design_navigation_item_header=0x7f040022; + public static int design_navigation_item_separator=0x7f040023; + public static int design_navigation_item_subheader=0x7f040024; + public static int design_navigation_menu=0x7f040025; + public static int design_navigation_menu_item=0x7f040026; + public static int design_text_input_password_icon=0x7f040027; + public static int mr_chooser_dialog=0x7f040028; + public static int mr_chooser_list_item=0x7f040029; + public static int mr_controller_material_dialog_b=0x7f04002a; + public static int mr_controller_volume_item=0x7f04002b; + public static int mr_playback_control=0x7f04002c; + public static int mr_volume_control=0x7f04002d; + public static int notification_action=0x7f04002e; + public static int notification_action_tombstone=0x7f04002f; + public static int notification_media_action=0x7f040030; + public static int notification_media_cancel_action=0x7f040031; + public static int notification_template_big_media=0x7f040032; + public static int notification_template_big_media_custom=0x7f040033; + public static int notification_template_big_media_narrow=0x7f040034; + public static int notification_template_big_media_narrow_custom=0x7f040035; + public static int notification_template_custom_big=0x7f040036; + public static int notification_template_icon_group=0x7f040037; + public static int notification_template_lines_media=0x7f040038; + public static int notification_template_media=0x7f040039; + public static int notification_template_media_custom=0x7f04003a; + public static int notification_template_part_chronometer=0x7f04003b; + public static int notification_template_part_time=0x7f04003c; + public static int select_dialog_item_material=0x7f04003d; + public static int select_dialog_multichoice_material=0x7f04003e; + public static int select_dialog_singlechoice_material=0x7f04003f; + public static int support_simple_spinner_dropdown_item=0x7f040040; + public static int tabbar=0x7f040041; + public static int toolbar=0x7f040042; + public static int tooltip=0x7f040043; + } + public static final class mipmap { + public static int icon=0x7f030000; + public static int icon_round=0x7f030001; + public static int launcher_foreground=0x7f030002; + } + public static final class string { + public static int abc_action_bar_home_description=0x7f0a0015; + public static int abc_action_bar_up_description=0x7f0a0016; + public static int abc_action_menu_overflow_description=0x7f0a0017; + public static int abc_action_mode_done=0x7f0a0018; + public static int abc_activity_chooser_view_see_all=0x7f0a0019; + public static int abc_activitychooserview_choose_application=0x7f0a001a; + public static int abc_capital_off=0x7f0a001b; + public static int abc_capital_on=0x7f0a001c; + public static int abc_font_family_body_1_material=0x7f0a0027; + public static int abc_font_family_body_2_material=0x7f0a0028; + public static int abc_font_family_button_material=0x7f0a0029; + public static int abc_font_family_caption_material=0x7f0a002a; + public static int abc_font_family_display_1_material=0x7f0a002b; + public static int abc_font_family_display_2_material=0x7f0a002c; + public static int abc_font_family_display_3_material=0x7f0a002d; + public static int abc_font_family_display_4_material=0x7f0a002e; + public static int abc_font_family_headline_material=0x7f0a002f; + public static int abc_font_family_menu_material=0x7f0a0030; + public static int abc_font_family_subhead_material=0x7f0a0031; + public static int abc_font_family_title_material=0x7f0a0032; + public static int abc_search_hint=0x7f0a001d; + public static int abc_searchview_description_clear=0x7f0a001e; + public static int abc_searchview_description_query=0x7f0a001f; + public static int abc_searchview_description_search=0x7f0a0020; + public static int abc_searchview_description_submit=0x7f0a0021; + public static int abc_searchview_description_voice=0x7f0a0022; + public static int abc_shareactionprovider_share_with=0x7f0a0023; + public static int abc_shareactionprovider_share_with_application=0x7f0a0024; + public static int abc_toolbar_collapse_description=0x7f0a0025; + public static int appbar_scrolling_view_behavior=0x7f0a0033; + public static int bottom_sheet_behavior=0x7f0a0034; + public static int character_counter_pattern=0x7f0a0035; + public static int mr_button_content_description=0x7f0a0000; + public static int mr_cast_button_connected=0x7f0a0001; + public static int mr_cast_button_connecting=0x7f0a0002; + public static int mr_cast_button_disconnected=0x7f0a0003; + public static int mr_chooser_searching=0x7f0a0004; + public static int mr_chooser_title=0x7f0a0005; + public static int mr_controller_album_art=0x7f0a0006; + public static int mr_controller_casting_screen=0x7f0a0007; + public static int mr_controller_close_description=0x7f0a0008; + public static int mr_controller_collapse_group=0x7f0a0009; + public static int mr_controller_disconnect=0x7f0a000a; + public static int mr_controller_expand_group=0x7f0a000b; + public static int mr_controller_no_info_available=0x7f0a000c; + public static int mr_controller_no_media_selected=0x7f0a000d; + public static int mr_controller_pause=0x7f0a000e; + public static int mr_controller_play=0x7f0a000f; + public static int mr_controller_stop=0x7f0a0010; + public static int mr_controller_stop_casting=0x7f0a0011; + public static int mr_controller_volume_slider=0x7f0a0012; + public static int mr_system_route_name=0x7f0a0013; + public static int mr_user_route_category_name=0x7f0a0014; + public static int password_toggle_content_description=0x7f0a0036; + public static int path_password_eye=0x7f0a0037; + public static int path_password_eye_mask_strike_through=0x7f0a0038; + public static int path_password_eye_mask_visible=0x7f0a0039; + public static int path_password_strike_through=0x7f0a003a; + public static int search_menu_title=0x7f0a0026; + public static int status_bar_notification_info_overflow=0x7f0a003b; + } + public static final class style { + public static int AlertDialog_AppCompat=0x7f0c00a4; + public static int AlertDialog_AppCompat_Light=0x7f0c00a5; + public static int Animation_AppCompat_Dialog=0x7f0c00a6; + public static int Animation_AppCompat_DropDownUp=0x7f0c00a7; + public static int Animation_AppCompat_Tooltip=0x7f0c00a8; + public static int Animation_Design_BottomSheetDialog=0x7f0c016e; + public static int AppCompatDialogStyle=0x7f0c0191; + public static int Base_AlertDialog_AppCompat=0x7f0c00a9; + public static int Base_AlertDialog_AppCompat_Light=0x7f0c00aa; + public static int Base_Animation_AppCompat_Dialog=0x7f0c00ab; + public static int Base_Animation_AppCompat_DropDownUp=0x7f0c00ac; + public static int Base_Animation_AppCompat_Tooltip=0x7f0c00ad; + public static int Base_CardView=0x7f0c000c; + public static int Base_DialogWindowTitle_AppCompat=0x7f0c00ae; + public static int Base_DialogWindowTitleBackground_AppCompat=0x7f0c00af; + public static int Base_TextAppearance_AppCompat=0x7f0c0048; + public static int Base_TextAppearance_AppCompat_Body1=0x7f0c0049; + public static int Base_TextAppearance_AppCompat_Body2=0x7f0c004a; + public static int Base_TextAppearance_AppCompat_Button=0x7f0c0036; + public static int Base_TextAppearance_AppCompat_Caption=0x7f0c004b; + public static int Base_TextAppearance_AppCompat_Display1=0x7f0c004c; + public static int Base_TextAppearance_AppCompat_Display2=0x7f0c004d; + public static int Base_TextAppearance_AppCompat_Display3=0x7f0c004e; + public static int Base_TextAppearance_AppCompat_Display4=0x7f0c004f; + public static int Base_TextAppearance_AppCompat_Headline=0x7f0c0050; + public static int Base_TextAppearance_AppCompat_Inverse=0x7f0c001a; + public static int Base_TextAppearance_AppCompat_Large=0x7f0c0051; + public static int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0c001b; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c0052; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c0053; + public static int Base_TextAppearance_AppCompat_Medium=0x7f0c0054; + public static int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0c001c; + public static int Base_TextAppearance_AppCompat_Menu=0x7f0c0055; + public static int Base_TextAppearance_AppCompat_SearchResult=0x7f0c00b0; + public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c0056; + public static int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0c0057; + public static int Base_TextAppearance_AppCompat_Small=0x7f0c0058; + public static int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0c001d; + public static int Base_TextAppearance_AppCompat_Subhead=0x7f0c0059; + public static int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0c001e; + public static int Base_TextAppearance_AppCompat_Title=0x7f0c005a; + public static int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0c001f; + public static int Base_TextAppearance_AppCompat_Tooltip=0x7f0c00b1; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c0095; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c005b; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c005c; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c005d; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c005e; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c005f; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c0060; + public static int Base_TextAppearance_AppCompat_Widget_Button=0x7f0c0061; + public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c009c; + public static int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c009d; + public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c0096; + public static int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00b2; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0062; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0063; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0064; + public static int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0c0065; + public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0066; + public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c00b3; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0067; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0068; + public static int Base_Theme_AppCompat=0x7f0c0069; + public static int Base_Theme_AppCompat_CompactMenu=0x7f0c00b4; + public static int Base_Theme_AppCompat_Dialog=0x7f0c0020; + public static int Base_Theme_AppCompat_Dialog_Alert=0x7f0c0021; + public static int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0c00b5; + public static int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0c0022; + public static int Base_Theme_AppCompat_DialogWhenLarge=0x7f0c0010; + public static int Base_Theme_AppCompat_Light=0x7f0c006a; + public static int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0c00b6; + public static int Base_Theme_AppCompat_Light_Dialog=0x7f0c0023; + public static int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0c0024; + public static int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0c00b7; + public static int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0025; + public static int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0011; + public static int Base_ThemeOverlay_AppCompat=0x7f0c00b8; + public static int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0c00b9; + public static int Base_ThemeOverlay_AppCompat_Dark=0x7f0c00ba; + public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c00bb; + public static int Base_ThemeOverlay_AppCompat_Dialog=0x7f0c0026; + public static int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c0027; + public static int Base_ThemeOverlay_AppCompat_Light=0x7f0c00bc; + public static int Base_V11_Theme_AppCompat_Dialog=0x7f0c0028; + public static int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0c0029; + public static int Base_V11_ThemeOverlay_AppCompat_Dialog=0x7f0c002a; + public static int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0c0032; + public static int Base_V12_Widget_AppCompat_EditText=0x7f0c0033; + public static int Base_V14_Widget_Design_AppBarLayout=0x7f0c016f; + public static int Base_V21_Theme_AppCompat=0x7f0c006b; + public static int Base_V21_Theme_AppCompat_Dialog=0x7f0c006c; + public static int Base_V21_Theme_AppCompat_Light=0x7f0c006d; + public static int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0c006e; + public static int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0c006f; + public static int Base_V21_Widget_Design_AppBarLayout=0x7f0c016b; + public static int Base_V22_Theme_AppCompat=0x7f0c0093; + public static int Base_V22_Theme_AppCompat_Light=0x7f0c0094; + public static int Base_V23_Theme_AppCompat=0x7f0c0097; + public static int Base_V23_Theme_AppCompat_Light=0x7f0c0098; + public static int Base_V26_Theme_AppCompat=0x7f0c00a0; + public static int Base_V26_Theme_AppCompat_Light=0x7f0c00a1; + public static int Base_V26_Widget_AppCompat_Toolbar=0x7f0c00a2; + public static int Base_V26_Widget_Design_AppBarLayout=0x7f0c016d; + public static int Base_V7_Theme_AppCompat=0x7f0c00bd; + public static int Base_V7_Theme_AppCompat_Dialog=0x7f0c00be; + public static int Base_V7_Theme_AppCompat_Light=0x7f0c00bf; + public static int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0c00c0; + public static int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0c00c1; + public static int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0c00c2; + public static int Base_V7_Widget_AppCompat_EditText=0x7f0c00c3; + public static int Base_V7_Widget_AppCompat_Toolbar=0x7f0c00c4; + public static int Base_Widget_AppCompat_ActionBar=0x7f0c00c5; + public static int Base_Widget_AppCompat_ActionBar_Solid=0x7f0c00c6; + public static int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0c00c7; + public static int Base_Widget_AppCompat_ActionBar_TabText=0x7f0c0070; + public static int Base_Widget_AppCompat_ActionBar_TabView=0x7f0c0071; + public static int Base_Widget_AppCompat_ActionButton=0x7f0c0072; + public static int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0c0073; + public static int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0c0074; + public static int Base_Widget_AppCompat_ActionMode=0x7f0c00c8; + public static int Base_Widget_AppCompat_ActivityChooserView=0x7f0c00c9; + public static int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0c0034; + public static int Base_Widget_AppCompat_Button=0x7f0c0075; + public static int Base_Widget_AppCompat_Button_Borderless=0x7f0c0076; + public static int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0c0077; + public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c00ca; + public static int Base_Widget_AppCompat_Button_Colored=0x7f0c0099; + public static int Base_Widget_AppCompat_Button_Small=0x7f0c0078; + public static int Base_Widget_AppCompat_ButtonBar=0x7f0c0079; + public static int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c00cb; + public static int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0c007a; + public static int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0c007b; + public static int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0c00cc; + public static int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0c000f; + public static int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0c00cd; + public static int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0c007c; + public static int Base_Widget_AppCompat_EditText=0x7f0c0035; + public static int Base_Widget_AppCompat_ImageButton=0x7f0c007d; + public static int Base_Widget_AppCompat_Light_ActionBar=0x7f0c00ce; + public static int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0c00cf; + public static int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c00d0; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0c007e; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c007f; + public static int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0c0080; + public static int Base_Widget_AppCompat_Light_PopupMenu=0x7f0c0081; + public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c0082; + public static int Base_Widget_AppCompat_ListMenuView=0x7f0c00d1; + public static int Base_Widget_AppCompat_ListPopupWindow=0x7f0c0083; + public static int Base_Widget_AppCompat_ListView=0x7f0c0084; + public static int Base_Widget_AppCompat_ListView_DropDown=0x7f0c0085; + public static int Base_Widget_AppCompat_ListView_Menu=0x7f0c0086; + public static int Base_Widget_AppCompat_PopupMenu=0x7f0c0087; + public static int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0c0088; + public static int Base_Widget_AppCompat_PopupWindow=0x7f0c00d2; + public static int Base_Widget_AppCompat_ProgressBar=0x7f0c002b; + public static int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0c002c; + public static int Base_Widget_AppCompat_RatingBar=0x7f0c0089; + public static int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0c009a; + public static int Base_Widget_AppCompat_RatingBar_Small=0x7f0c009b; + public static int Base_Widget_AppCompat_SearchView=0x7f0c00d3; + public static int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0c00d4; + public static int Base_Widget_AppCompat_SeekBar=0x7f0c008a; + public static int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0c00d5; + public static int Base_Widget_AppCompat_Spinner=0x7f0c008b; + public static int Base_Widget_AppCompat_Spinner_Underlined=0x7f0c0012; + public static int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0c008c; + public static int Base_Widget_AppCompat_Toolbar=0x7f0c00a3; + public static int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c008d; + public static int Base_Widget_Design_AppBarLayout=0x7f0c016c; + public static int Base_Widget_Design_TabLayout=0x7f0c0170; + public static int CardView=0x7f0c000b; + public static int CardView_Dark=0x7f0c000d; + public static int CardView_Light=0x7f0c000e; + public static int MainTheme=0x7f0c018f; + /** Base theme applied no matter what API + */ + public static int MainTheme_Base=0x7f0c0190; + public static int Platform_AppCompat=0x7f0c002d; + public static int Platform_AppCompat_Light=0x7f0c002e; + public static int Platform_ThemeOverlay_AppCompat=0x7f0c008e; + public static int Platform_ThemeOverlay_AppCompat_Dark=0x7f0c008f; + public static int Platform_ThemeOverlay_AppCompat_Light=0x7f0c0090; + public static int Platform_V11_AppCompat=0x7f0c002f; + public static int Platform_V11_AppCompat_Light=0x7f0c0030; + public static int Platform_V14_AppCompat=0x7f0c0037; + public static int Platform_V14_AppCompat_Light=0x7f0c0038; + public static int Platform_V21_AppCompat=0x7f0c0091; + public static int Platform_V21_AppCompat_Light=0x7f0c0092; + public static int Platform_V25_AppCompat=0x7f0c009e; + public static int Platform_V25_AppCompat_Light=0x7f0c009f; + public static int Platform_Widget_AppCompat_Spinner=0x7f0c0031; + public static int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0c003a; + public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0c003b; + public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0c003c; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0c003d; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0c003e; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0c003f; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0c0040; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0c0041; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0c0042; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0c0043; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0c0044; + public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0c0045; + public static int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0c0046; + public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0c0047; + public static int TextAppearance_AppCompat=0x7f0c00d6; + public static int TextAppearance_AppCompat_Body1=0x7f0c00d7; + public static int TextAppearance_AppCompat_Body2=0x7f0c00d8; + public static int TextAppearance_AppCompat_Button=0x7f0c00d9; + public static int TextAppearance_AppCompat_Caption=0x7f0c00da; + public static int TextAppearance_AppCompat_Display1=0x7f0c00db; + public static int TextAppearance_AppCompat_Display2=0x7f0c00dc; + public static int TextAppearance_AppCompat_Display3=0x7f0c00dd; + public static int TextAppearance_AppCompat_Display4=0x7f0c00de; + public static int TextAppearance_AppCompat_Headline=0x7f0c00df; + public static int TextAppearance_AppCompat_Inverse=0x7f0c00e0; + public static int TextAppearance_AppCompat_Large=0x7f0c00e1; + public static int TextAppearance_AppCompat_Large_Inverse=0x7f0c00e2; + public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0c00e3; + public static int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0c00e4; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c00e5; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c00e6; + public static int TextAppearance_AppCompat_Medium=0x7f0c00e7; + public static int TextAppearance_AppCompat_Medium_Inverse=0x7f0c00e8; + public static int TextAppearance_AppCompat_Menu=0x7f0c00e9; + public static int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c00ea; + public static int TextAppearance_AppCompat_SearchResult_Title=0x7f0c00eb; + public static int TextAppearance_AppCompat_Small=0x7f0c00ec; + public static int TextAppearance_AppCompat_Small_Inverse=0x7f0c00ed; + public static int TextAppearance_AppCompat_Subhead=0x7f0c00ee; + public static int TextAppearance_AppCompat_Subhead_Inverse=0x7f0c00ef; + public static int TextAppearance_AppCompat_Title=0x7f0c00f0; + public static int TextAppearance_AppCompat_Title_Inverse=0x7f0c00f1; + public static int TextAppearance_AppCompat_Tooltip=0x7f0c0039; + public static int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c00f2; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c00f3; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c00f4; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c00f5; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c00f6; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c00f7; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0c00f8; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c00f9; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0c00fa; + public static int TextAppearance_AppCompat_Widget_Button=0x7f0c00fb; + public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c00fc; + public static int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c00fd; + public static int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c00fe; + public static int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00ff; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0100; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0101; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0102; + public static int TextAppearance_AppCompat_Widget_Switch=0x7f0c0103; + public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0104; + public static int TextAppearance_Compat_Notification=0x7f0c0188; + public static int TextAppearance_Compat_Notification_Info=0x7f0c0189; + public static int TextAppearance_Compat_Notification_Info_Media=0x7f0c0165; + public static int TextAppearance_Compat_Notification_Line2=0x7f0c018e; + public static int TextAppearance_Compat_Notification_Line2_Media=0x7f0c0169; + public static int TextAppearance_Compat_Notification_Media=0x7f0c0166; + public static int TextAppearance_Compat_Notification_Time=0x7f0c018a; + public static int TextAppearance_Compat_Notification_Time_Media=0x7f0c0167; + public static int TextAppearance_Compat_Notification_Title=0x7f0c018b; + public static int TextAppearance_Compat_Notification_Title_Media=0x7f0c0168; + public static int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0c0171; + public static int TextAppearance_Design_Counter=0x7f0c0172; + public static int TextAppearance_Design_Counter_Overflow=0x7f0c0173; + public static int TextAppearance_Design_Error=0x7f0c0174; + public static int TextAppearance_Design_Hint=0x7f0c0175; + public static int TextAppearance_Design_Snackbar_Message=0x7f0c0176; + public static int TextAppearance_Design_Tab=0x7f0c0177; + public static int TextAppearance_MediaRouter_PrimaryText=0x7f0c0000; + public static int TextAppearance_MediaRouter_SecondaryText=0x7f0c0001; + public static int TextAppearance_MediaRouter_Title=0x7f0c0002; + public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c0105; + public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0106; + public static int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0107; + public static int Theme_AppCompat=0x7f0c0108; + public static int Theme_AppCompat_CompactMenu=0x7f0c0109; + public static int Theme_AppCompat_DayNight=0x7f0c0013; + public static int Theme_AppCompat_DayNight_DarkActionBar=0x7f0c0014; + public static int Theme_AppCompat_DayNight_Dialog=0x7f0c0015; + public static int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0c0016; + public static int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0c0017; + public static int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0c0018; + public static int Theme_AppCompat_DayNight_NoActionBar=0x7f0c0019; + public static int Theme_AppCompat_Dialog=0x7f0c010a; + public static int Theme_AppCompat_Dialog_Alert=0x7f0c010b; + public static int Theme_AppCompat_Dialog_MinWidth=0x7f0c010c; + public static int Theme_AppCompat_DialogWhenLarge=0x7f0c010d; + public static int Theme_AppCompat_Light=0x7f0c010e; + public static int Theme_AppCompat_Light_DarkActionBar=0x7f0c010f; + public static int Theme_AppCompat_Light_Dialog=0x7f0c0110; + public static int Theme_AppCompat_Light_Dialog_Alert=0x7f0c0111; + public static int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0112; + public static int Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0113; + public static int Theme_AppCompat_Light_NoActionBar=0x7f0c0114; + public static int Theme_AppCompat_NoActionBar=0x7f0c0115; + public static int Theme_Design=0x7f0c0178; + public static int Theme_Design_BottomSheetDialog=0x7f0c0179; + public static int Theme_Design_Light=0x7f0c017a; + public static int Theme_Design_Light_BottomSheetDialog=0x7f0c017b; + public static int Theme_Design_Light_NoActionBar=0x7f0c017c; + public static int Theme_Design_NoActionBar=0x7f0c017d; + public static int Theme_MediaRouter=0x7f0c0003; + public static int Theme_MediaRouter_Light=0x7f0c0004; + public static int Theme_MediaRouter_Light_DarkControlPanel=0x7f0c0005; + public static int Theme_MediaRouter_LightControlPanel=0x7f0c0006; + public static int ThemeOverlay_AppCompat=0x7f0c0116; + public static int ThemeOverlay_AppCompat_ActionBar=0x7f0c0117; + public static int ThemeOverlay_AppCompat_Dark=0x7f0c0118; + public static int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c0119; + public static int ThemeOverlay_AppCompat_Dialog=0x7f0c011a; + public static int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c011b; + public static int ThemeOverlay_AppCompat_Light=0x7f0c011c; + public static int ThemeOverlay_MediaRouter_Dark=0x7f0c0007; + public static int ThemeOverlay_MediaRouter_Light=0x7f0c0008; + public static int Widget_AppCompat_ActionBar=0x7f0c011d; + public static int Widget_AppCompat_ActionBar_Solid=0x7f0c011e; + public static int Widget_AppCompat_ActionBar_TabBar=0x7f0c011f; + public static int Widget_AppCompat_ActionBar_TabText=0x7f0c0120; + public static int Widget_AppCompat_ActionBar_TabView=0x7f0c0121; + public static int Widget_AppCompat_ActionButton=0x7f0c0122; + public static int Widget_AppCompat_ActionButton_CloseMode=0x7f0c0123; + public static int Widget_AppCompat_ActionButton_Overflow=0x7f0c0124; + public static int Widget_AppCompat_ActionMode=0x7f0c0125; + public static int Widget_AppCompat_ActivityChooserView=0x7f0c0126; + public static int Widget_AppCompat_AutoCompleteTextView=0x7f0c0127; + public static int Widget_AppCompat_Button=0x7f0c0128; + public static int Widget_AppCompat_Button_Borderless=0x7f0c0129; + public static int Widget_AppCompat_Button_Borderless_Colored=0x7f0c012a; + public static int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c012b; + public static int Widget_AppCompat_Button_Colored=0x7f0c012c; + public static int Widget_AppCompat_Button_Small=0x7f0c012d; + public static int Widget_AppCompat_ButtonBar=0x7f0c012e; + public static int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c012f; + public static int Widget_AppCompat_CompoundButton_CheckBox=0x7f0c0130; + public static int Widget_AppCompat_CompoundButton_RadioButton=0x7f0c0131; + public static int Widget_AppCompat_CompoundButton_Switch=0x7f0c0132; + public static int Widget_AppCompat_DrawerArrowToggle=0x7f0c0133; + public static int Widget_AppCompat_DropDownItem_Spinner=0x7f0c0134; + public static int Widget_AppCompat_EditText=0x7f0c0135; + public static int Widget_AppCompat_ImageButton=0x7f0c0136; + public static int Widget_AppCompat_Light_ActionBar=0x7f0c0137; + public static int Widget_AppCompat_Light_ActionBar_Solid=0x7f0c0138; + public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0c0139; + public static int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c013a; + public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0c013b; + public static int Widget_AppCompat_Light_ActionBar_TabText=0x7f0c013c; + public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c013d; + public static int Widget_AppCompat_Light_ActionBar_TabView=0x7f0c013e; + public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0c013f; + public static int Widget_AppCompat_Light_ActionButton=0x7f0c0140; + public static int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0c0141; + public static int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0c0142; + public static int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0c0143; + public static int Widget_AppCompat_Light_ActivityChooserView=0x7f0c0144; + public static int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0c0145; + public static int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0c0146; + public static int Widget_AppCompat_Light_ListPopupWindow=0x7f0c0147; + public static int Widget_AppCompat_Light_ListView_DropDown=0x7f0c0148; + public static int Widget_AppCompat_Light_PopupMenu=0x7f0c0149; + public static int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c014a; + public static int Widget_AppCompat_Light_SearchView=0x7f0c014b; + public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0c014c; + public static int Widget_AppCompat_ListMenuView=0x7f0c014d; + public static int Widget_AppCompat_ListPopupWindow=0x7f0c014e; + public static int Widget_AppCompat_ListView=0x7f0c014f; + public static int Widget_AppCompat_ListView_DropDown=0x7f0c0150; + public static int Widget_AppCompat_ListView_Menu=0x7f0c0151; + public static int Widget_AppCompat_PopupMenu=0x7f0c0152; + public static int Widget_AppCompat_PopupMenu_Overflow=0x7f0c0153; + public static int Widget_AppCompat_PopupWindow=0x7f0c0154; + public static int Widget_AppCompat_ProgressBar=0x7f0c0155; + public static int Widget_AppCompat_ProgressBar_Horizontal=0x7f0c0156; + public static int Widget_AppCompat_RatingBar=0x7f0c0157; + public static int Widget_AppCompat_RatingBar_Indicator=0x7f0c0158; + public static int Widget_AppCompat_RatingBar_Small=0x7f0c0159; + public static int Widget_AppCompat_SearchView=0x7f0c015a; + public static int Widget_AppCompat_SearchView_ActionBar=0x7f0c015b; + public static int Widget_AppCompat_SeekBar=0x7f0c015c; + public static int Widget_AppCompat_SeekBar_Discrete=0x7f0c015d; + public static int Widget_AppCompat_Spinner=0x7f0c015e; + public static int Widget_AppCompat_Spinner_DropDown=0x7f0c015f; + public static int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c0160; + public static int Widget_AppCompat_Spinner_Underlined=0x7f0c0161; + public static int Widget_AppCompat_TextView_SpinnerItem=0x7f0c0162; + public static int Widget_AppCompat_Toolbar=0x7f0c0163; + public static int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c0164; + public static int Widget_Compat_NotificationActionContainer=0x7f0c018c; + public static int Widget_Compat_NotificationActionText=0x7f0c018d; + public static int Widget_Design_AppBarLayout=0x7f0c017e; + public static int Widget_Design_BottomNavigationView=0x7f0c017f; + public static int Widget_Design_BottomSheet_Modal=0x7f0c0180; + public static int Widget_Design_CollapsingToolbar=0x7f0c0181; + public static int Widget_Design_CoordinatorLayout=0x7f0c0182; + public static int Widget_Design_FloatingActionButton=0x7f0c0183; + public static int Widget_Design_NavigationView=0x7f0c0184; + public static int Widget_Design_ScrimInsetsFrameLayout=0x7f0c0185; + public static int Widget_Design_Snackbar=0x7f0c0186; + public static int Widget_Design_TabLayout=0x7f0c016a; + public static int Widget_Design_TextInputLayout=0x7f0c0187; + public static int Widget_MediaRouter_Light_MediaRouteButton=0x7f0c0009; + public static int Widget_MediaRouter_MediaRouteButton=0x7f0c000a; + } + public static final class styleable { + /** Attributes that can be used with a ActionBar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #ActionBar_background android.support.v7.mediarouter:background}
{@link #ActionBar_backgroundSplit android.support.v7.mediarouter:backgroundSplit}
{@link #ActionBar_backgroundStacked android.support.v7.mediarouter:backgroundStacked}
{@link #ActionBar_contentInsetEnd android.support.v7.mediarouter:contentInsetEnd}
{@link #ActionBar_contentInsetEndWithActions android.support.v7.mediarouter:contentInsetEndWithActions}
{@link #ActionBar_contentInsetLeft android.support.v7.mediarouter:contentInsetLeft}
{@link #ActionBar_contentInsetRight android.support.v7.mediarouter:contentInsetRight}
{@link #ActionBar_contentInsetStart android.support.v7.mediarouter:contentInsetStart}
{@link #ActionBar_contentInsetStartWithNavigation android.support.v7.mediarouter:contentInsetStartWithNavigation}
{@link #ActionBar_customNavigationLayout android.support.v7.mediarouter:customNavigationLayout}
{@link #ActionBar_displayOptions android.support.v7.mediarouter:displayOptions}
{@link #ActionBar_divider android.support.v7.mediarouter:divider}
{@link #ActionBar_elevation android.support.v7.mediarouter:elevation}
{@link #ActionBar_height android.support.v7.mediarouter:height}
{@link #ActionBar_hideOnContentScroll android.support.v7.mediarouter:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator android.support.v7.mediarouter:homeAsUpIndicator}
{@link #ActionBar_homeLayout android.support.v7.mediarouter:homeLayout}
{@link #ActionBar_icon android.support.v7.mediarouter:icon}
{@link #ActionBar_indeterminateProgressStyle android.support.v7.mediarouter:indeterminateProgressStyle}
{@link #ActionBar_itemPadding android.support.v7.mediarouter:itemPadding}
{@link #ActionBar_logo android.support.v7.mediarouter:logo}
{@link #ActionBar_navigationMode android.support.v7.mediarouter:navigationMode}
{@link #ActionBar_popupTheme android.support.v7.mediarouter:popupTheme}
{@link #ActionBar_progressBarPadding android.support.v7.mediarouter:progressBarPadding}
{@link #ActionBar_progressBarStyle android.support.v7.mediarouter:progressBarStyle}
{@link #ActionBar_subtitle android.support.v7.mediarouter:subtitle}
{@link #ActionBar_subtitleTextStyle android.support.v7.mediarouter:subtitleTextStyle}
{@link #ActionBar_title android.support.v7.mediarouter:title}
{@link #ActionBar_titleTextStyle android.support.v7.mediarouter:titleTextStyle}
+ @see #ActionBar_background + @see #ActionBar_backgroundSplit + @see #ActionBar_backgroundStacked + @see #ActionBar_contentInsetEnd + @see #ActionBar_contentInsetEndWithActions + @see #ActionBar_contentInsetLeft + @see #ActionBar_contentInsetRight + @see #ActionBar_contentInsetStart + @see #ActionBar_contentInsetStartWithNavigation + @see #ActionBar_customNavigationLayout + @see #ActionBar_displayOptions + @see #ActionBar_divider + @see #ActionBar_elevation + @see #ActionBar_height + @see #ActionBar_hideOnContentScroll + @see #ActionBar_homeAsUpIndicator + @see #ActionBar_homeLayout + @see #ActionBar_icon + @see #ActionBar_indeterminateProgressStyle + @see #ActionBar_itemPadding + @see #ActionBar_logo + @see #ActionBar_navigationMode + @see #ActionBar_popupTheme + @see #ActionBar_progressBarPadding + @see #ActionBar_progressBarStyle + @see #ActionBar_subtitle + @see #ActionBar_subtitleTextStyle + @see #ActionBar_title + @see #ActionBar_titleTextStyle + */ + public static final int[] ActionBar = { + 0x7f010023, 0x7f010025, 0x7f010026, 0x7f010027, + 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, + 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, + 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, + 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, + 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, + 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, + 0x7f010085 + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#background} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:background + */ + public static int ActionBar_background = 10; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.mediarouter:backgroundSplit + */ + public static int ActionBar_backgroundSplit = 12; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#backgroundStacked} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.mediarouter:backgroundStacked + */ + public static int ActionBar_backgroundStacked = 11; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:contentInsetEnd + */ + public static int ActionBar_contentInsetEnd = 21; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:contentInsetEndWithActions + */ + public static int ActionBar_contentInsetEndWithActions = 25; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:contentInsetLeft + */ + public static int ActionBar_contentInsetLeft = 22; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#contentInsetRight} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:contentInsetRight + */ + public static int ActionBar_contentInsetRight = 23; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#contentInsetStart} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:contentInsetStart + */ + public static int ActionBar_contentInsetStart = 20; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:contentInsetStartWithNavigation + */ + public static int ActionBar_contentInsetStartWithNavigation = 24; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#customNavigationLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:customNavigationLayout + */ + public static int ActionBar_customNavigationLayout = 13; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#displayOptions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ @attr name android.support.v7.mediarouter:displayOptions + */ + public static int ActionBar_displayOptions = 3; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#divider} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:divider + */ + public static int ActionBar_divider = 9; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#elevation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:elevation + */ + public static int ActionBar_elevation = 26; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#height} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:height + */ + public static int ActionBar_height = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#hideOnContentScroll} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:hideOnContentScroll + */ + public static int ActionBar_hideOnContentScroll = 19; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:homeAsUpIndicator + */ + public static int ActionBar_homeAsUpIndicator = 28; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#homeLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:homeLayout + */ + public static int ActionBar_homeLayout = 14; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#icon} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:icon + */ + public static int ActionBar_icon = 7; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#indeterminateProgressStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:indeterminateProgressStyle + */ + public static int ActionBar_indeterminateProgressStyle = 16; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#itemPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:itemPadding + */ + public static int ActionBar_itemPadding = 18; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#logo} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:logo + */ + public static int ActionBar_logo = 8; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#navigationMode} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ @attr name android.support.v7.mediarouter:navigationMode + */ + public static int ActionBar_navigationMode = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#popupTheme} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:popupTheme + */ + public static int ActionBar_popupTheme = 27; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#progressBarPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:progressBarPadding + */ + public static int ActionBar_progressBarPadding = 17; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#progressBarStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:progressBarStyle + */ + public static int ActionBar_progressBarStyle = 15; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#subtitle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:subtitle + */ + public static int ActionBar_subtitle = 4; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:subtitleTextStyle + */ + public static int ActionBar_subtitleTextStyle = 6; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#title} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:title + */ + public static int ActionBar_title = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:titleTextStyle + */ + public static int ActionBar_titleTextStyle = 5; + /** Attributes that can be used with a ActionBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout = { + 0x010100b3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #ActionBarLayout} array. + @attr name android:layout_gravity + */ + public static int ActionBarLayout_android_layout_gravity = 0; + /** Attributes that can be used with a ActionMenuItemView. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView = { + 0x0101013f + }; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #ActionMenuItemView} array. + @attr name android:minWidth + */ + public static int ActionMenuItemView_android_minWidth = 0; + /** Attributes that can be used with a ActionMenuView. + */ + public static final int[] ActionMenuView = { + + }; + /** Attributes that can be used with a ActionMode. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #ActionMode_background android.support.v7.mediarouter:background}
{@link #ActionMode_backgroundSplit android.support.v7.mediarouter:backgroundSplit}
{@link #ActionMode_closeItemLayout android.support.v7.mediarouter:closeItemLayout}
{@link #ActionMode_height android.support.v7.mediarouter:height}
{@link #ActionMode_subtitleTextStyle android.support.v7.mediarouter:subtitleTextStyle}
{@link #ActionMode_titleTextStyle android.support.v7.mediarouter:titleTextStyle}
+ @see #ActionMode_background + @see #ActionMode_backgroundSplit + @see #ActionMode_closeItemLayout + @see #ActionMode_height + @see #ActionMode_subtitleTextStyle + @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode = { + 0x7f010023, 0x7f010029, 0x7f01002a, 0x7f01002e, + 0x7f010030, 0x7f010040 + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#background} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:background + */ + public static int ActionMode_background = 3; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionMode} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.mediarouter:backgroundSplit + */ + public static int ActionMode_backgroundSplit = 4; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#closeItemLayout} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:closeItemLayout + */ + public static int ActionMode_closeItemLayout = 5; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#height} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:height + */ + public static int ActionMode_height = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:subtitleTextStyle + */ + public static int ActionMode_subtitleTextStyle = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:titleTextStyle + */ + public static int ActionMode_titleTextStyle = 1; + /** Attributes that can be used with a ActivityChooserView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable android.support.v7.mediarouter:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount android.support.v7.mediarouter:initialActivityCount}
+ @see #ActivityChooserView_expandActivityOverflowButtonDrawable + @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView = { + 0x7f010041, 0x7f010042 + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#expandActivityOverflowButtonDrawable} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:expandActivityOverflowButtonDrawable + */ + public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#initialActivityCount} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:initialActivityCount + */ + public static int ActivityChooserView_initialActivityCount = 0; + /** Attributes that can be used with a AlertDialog. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout android.support.v7.mediarouter:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout android.support.v7.mediarouter:listItemLayout}
{@link #AlertDialog_listLayout android.support.v7.mediarouter:listLayout}
{@link #AlertDialog_multiChoiceItemLayout android.support.v7.mediarouter:multiChoiceItemLayout}
{@link #AlertDialog_showTitle android.support.v7.mediarouter:showTitle}
{@link #AlertDialog_singleChoiceItemLayout android.support.v7.mediarouter:singleChoiceItemLayout}
+ @see #AlertDialog_android_layout + @see #AlertDialog_buttonPanelSideLayout + @see #AlertDialog_listItemLayout + @see #AlertDialog_listLayout + @see #AlertDialog_multiChoiceItemLayout + @see #AlertDialog_showTitle + @see #AlertDialog_singleChoiceItemLayout + */ + public static final int[] AlertDialog = { + 0x010100f2, 0x7f010043, 0x7f010044, 0x7f010045, + 0x7f010046, 0x7f010047, 0x7f010048 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #AlertDialog} array. + @attr name android:layout + */ + public static int AlertDialog_android_layout = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#buttonPanelSideLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:buttonPanelSideLayout + */ + public static int AlertDialog_buttonPanelSideLayout = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#listItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:listItemLayout + */ + public static int AlertDialog_listItemLayout = 5; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#listLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:listLayout + */ + public static int AlertDialog_listLayout = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#multiChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:multiChoiceItemLayout + */ + public static int AlertDialog_multiChoiceItemLayout = 3; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#showTitle} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:showTitle + */ + public static int AlertDialog_showTitle = 6; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#singleChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:singleChoiceItemLayout + */ + public static int AlertDialog_singleChoiceItemLayout = 4; + /** Attributes that can be used with a AppBarLayout. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #AppBarLayout_android_background android:background}
{@link #AppBarLayout_android_keyboardNavigationCluster android:keyboardNavigationCluster}
{@link #AppBarLayout_android_touchscreenBlocksFocus android:touchscreenBlocksFocus}
{@link #AppBarLayout_elevation android.support.v7.mediarouter:elevation}
{@link #AppBarLayout_expanded android.support.v7.mediarouter:expanded}
+ @see #AppBarLayout_android_background + @see #AppBarLayout_android_keyboardNavigationCluster + @see #AppBarLayout_android_touchscreenBlocksFocus + @see #AppBarLayout_elevation + @see #AppBarLayout_expanded + */ + public static final int[] AppBarLayout = { + 0x010100d4, 0x0101048f, 0x01010540, 0x7f01003e, + 0x7f010118 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:background + */ + public static int AppBarLayout_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#keyboardNavigationCluster} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:keyboardNavigationCluster + */ + public static int AppBarLayout_android_keyboardNavigationCluster = 2; + /** +

This symbol is the offset where the {@link android.R.attr#touchscreenBlocksFocus} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:touchscreenBlocksFocus + */ + public static int AppBarLayout_android_touchscreenBlocksFocus = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#elevation} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:elevation + */ + public static int AppBarLayout_elevation = 3; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#expanded} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:expanded + */ + public static int AppBarLayout_expanded = 4; + /** Attributes that can be used with a AppBarLayoutStates. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayoutStates_state_collapsed android.support.v7.mediarouter:state_collapsed}
{@link #AppBarLayoutStates_state_collapsible android.support.v7.mediarouter:state_collapsible}
+ @see #AppBarLayoutStates_state_collapsed + @see #AppBarLayoutStates_state_collapsible + */ + public static final int[] AppBarLayoutStates = { + 0x7f010119, 0x7f01011a + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#state_collapsed} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:state_collapsed + */ + public static int AppBarLayoutStates_state_collapsed = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#state_collapsible} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:state_collapsible + */ + public static int AppBarLayoutStates_state_collapsible = 1; + /** Attributes that can be used with a AppBarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayout_Layout_layout_scrollFlags android.support.v7.mediarouter:layout_scrollFlags}
{@link #AppBarLayout_Layout_layout_scrollInterpolator android.support.v7.mediarouter:layout_scrollInterpolator}
+ @see #AppBarLayout_Layout_layout_scrollFlags + @see #AppBarLayout_Layout_layout_scrollInterpolator + */ + public static final int[] AppBarLayout_Layout = { + 0x7f01011b, 0x7f01011c + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#layout_scrollFlags} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ @attr name android.support.v7.mediarouter:layout_scrollFlags + */ + public static int AppBarLayout_Layout_layout_scrollFlags = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#layout_scrollInterpolator} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:layout_scrollInterpolator + */ + public static int AppBarLayout_Layout_layout_scrollInterpolator = 1; + /** Attributes that can be used with a AppCompatImageView. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatImageView_android_src android:src}
{@link #AppCompatImageView_srcCompat android.support.v7.mediarouter:srcCompat}
{@link #AppCompatImageView_tint android.support.v7.mediarouter:tint}
{@link #AppCompatImageView_tintMode android.support.v7.mediarouter:tintMode}
+ @see #AppCompatImageView_android_src + @see #AppCompatImageView_srcCompat + @see #AppCompatImageView_tint + @see #AppCompatImageView_tintMode + */ + public static final int[] AppCompatImageView = { + 0x01010119, 0x7f010049, 0x7f01004a, 0x7f01004b + }; + /** +

This symbol is the offset where the {@link android.R.attr#src} + attribute's value can be found in the {@link #AppCompatImageView} array. + @attr name android:src + */ + public static int AppCompatImageView_android_src = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#srcCompat} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:srcCompat + */ + public static int AppCompatImageView_srcCompat = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tint} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:tint + */ + public static int AppCompatImageView_tint = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tintMode} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.mediarouter:tintMode + */ + public static int AppCompatImageView_tintMode = 3; + /** Attributes that can be used with a AppCompatSeekBar. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatSeekBar_android_thumb android:thumb}
{@link #AppCompatSeekBar_tickMark android.support.v7.mediarouter:tickMark}
{@link #AppCompatSeekBar_tickMarkTint android.support.v7.mediarouter:tickMarkTint}
{@link #AppCompatSeekBar_tickMarkTintMode android.support.v7.mediarouter:tickMarkTintMode}
+ @see #AppCompatSeekBar_android_thumb + @see #AppCompatSeekBar_tickMark + @see #AppCompatSeekBar_tickMarkTint + @see #AppCompatSeekBar_tickMarkTintMode + */ + public static final int[] AppCompatSeekBar = { + 0x01010142, 0x7f01004c, 0x7f01004d, 0x7f01004e + }; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + @attr name android:thumb + */ + public static int AppCompatSeekBar_android_thumb = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tickMark} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:tickMark + */ + public static int AppCompatSeekBar_tickMark = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tickMarkTint} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:tickMarkTint + */ + public static int AppCompatSeekBar_tickMarkTint = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tickMarkTintMode} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.mediarouter:tickMarkTintMode + */ + public static int AppCompatSeekBar_tickMarkTintMode = 3; + /** Attributes that can be used with a AppCompatTextHelper. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextHelper_android_drawableBottom android:drawableBottom}
{@link #AppCompatTextHelper_android_drawableEnd android:drawableEnd}
{@link #AppCompatTextHelper_android_drawableLeft android:drawableLeft}
{@link #AppCompatTextHelper_android_drawableRight android:drawableRight}
{@link #AppCompatTextHelper_android_drawableStart android:drawableStart}
{@link #AppCompatTextHelper_android_drawableTop android:drawableTop}
{@link #AppCompatTextHelper_android_textAppearance android:textAppearance}
+ @see #AppCompatTextHelper_android_drawableBottom + @see #AppCompatTextHelper_android_drawableEnd + @see #AppCompatTextHelper_android_drawableLeft + @see #AppCompatTextHelper_android_drawableRight + @see #AppCompatTextHelper_android_drawableStart + @see #AppCompatTextHelper_android_drawableTop + @see #AppCompatTextHelper_android_textAppearance + */ + public static final int[] AppCompatTextHelper = { + 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, + 0x01010170, 0x01010392, 0x01010393 + }; + /** +

This symbol is the offset where the {@link android.R.attr#drawableBottom} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableBottom + */ + public static int AppCompatTextHelper_android_drawableBottom = 2; + /** +

This symbol is the offset where the {@link android.R.attr#drawableEnd} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableEnd + */ + public static int AppCompatTextHelper_android_drawableEnd = 6; + /** +

This symbol is the offset where the {@link android.R.attr#drawableLeft} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableLeft + */ + public static int AppCompatTextHelper_android_drawableLeft = 3; + /** +

This symbol is the offset where the {@link android.R.attr#drawableRight} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableRight + */ + public static int AppCompatTextHelper_android_drawableRight = 4; + /** +

This symbol is the offset where the {@link android.R.attr#drawableStart} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableStart + */ + public static int AppCompatTextHelper_android_drawableStart = 5; + /** +

This symbol is the offset where the {@link android.R.attr#drawableTop} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableTop + */ + public static int AppCompatTextHelper_android_drawableTop = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:textAppearance + */ + public static int AppCompatTextHelper_android_textAppearance = 0; + /** Attributes that can be used with a AppCompatTextView. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_autoSizeMaxTextSize android.support.v7.mediarouter:autoSizeMaxTextSize}
{@link #AppCompatTextView_autoSizeMinTextSize android.support.v7.mediarouter:autoSizeMinTextSize}
{@link #AppCompatTextView_autoSizePresetSizes android.support.v7.mediarouter:autoSizePresetSizes}
{@link #AppCompatTextView_autoSizeStepGranularity android.support.v7.mediarouter:autoSizeStepGranularity}
{@link #AppCompatTextView_autoSizeTextType android.support.v7.mediarouter:autoSizeTextType}
{@link #AppCompatTextView_fontFamily android.support.v7.mediarouter:fontFamily}
{@link #AppCompatTextView_textAllCaps android.support.v7.mediarouter:textAllCaps}
+ @see #AppCompatTextView_android_textAppearance + @see #AppCompatTextView_autoSizeMaxTextSize + @see #AppCompatTextView_autoSizeMinTextSize + @see #AppCompatTextView_autoSizePresetSizes + @see #AppCompatTextView_autoSizeStepGranularity + @see #AppCompatTextView_autoSizeTextType + @see #AppCompatTextView_fontFamily + @see #AppCompatTextView_textAllCaps + */ + public static final int[] AppCompatTextView = { + 0x01010034, 0x7f01004f, 0x7f010050, 0x7f010051, + 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextView} array. + @attr name android:textAppearance + */ + public static int AppCompatTextView_android_textAppearance = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#autoSizeMaxTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:autoSizeMaxTextSize + */ + public static int AppCompatTextView_autoSizeMaxTextSize = 6; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#autoSizeMinTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:autoSizeMinTextSize + */ + public static int AppCompatTextView_autoSizeMinTextSize = 5; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#autoSizePresetSizes} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:autoSizePresetSizes + */ + public static int AppCompatTextView_autoSizePresetSizes = 4; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#autoSizeStepGranularity} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:autoSizeStepGranularity + */ + public static int AppCompatTextView_autoSizeStepGranularity = 3; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#autoSizeTextType} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ @attr name android.support.v7.mediarouter:autoSizeTextType + */ + public static int AppCompatTextView_autoSizeTextType = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#fontFamily} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:fontFamily + */ + public static int AppCompatTextView_fontFamily = 7; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#textAllCaps} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name android.support.v7.mediarouter:textAllCaps + */ + public static int AppCompatTextView_textAllCaps = 1; + /** Attributes that can be used with a AppCompatTheme. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTheme_actionBarDivider android.support.v7.mediarouter:actionBarDivider}
{@link #AppCompatTheme_actionBarItemBackground android.support.v7.mediarouter:actionBarItemBackground}
{@link #AppCompatTheme_actionBarPopupTheme android.support.v7.mediarouter:actionBarPopupTheme}
{@link #AppCompatTheme_actionBarSize android.support.v7.mediarouter:actionBarSize}
{@link #AppCompatTheme_actionBarSplitStyle android.support.v7.mediarouter:actionBarSplitStyle}
{@link #AppCompatTheme_actionBarStyle android.support.v7.mediarouter:actionBarStyle}
{@link #AppCompatTheme_actionBarTabBarStyle android.support.v7.mediarouter:actionBarTabBarStyle}
{@link #AppCompatTheme_actionBarTabStyle android.support.v7.mediarouter:actionBarTabStyle}
{@link #AppCompatTheme_actionBarTabTextStyle android.support.v7.mediarouter:actionBarTabTextStyle}
{@link #AppCompatTheme_actionBarTheme android.support.v7.mediarouter:actionBarTheme}
{@link #AppCompatTheme_actionBarWidgetTheme android.support.v7.mediarouter:actionBarWidgetTheme}
{@link #AppCompatTheme_actionButtonStyle android.support.v7.mediarouter:actionButtonStyle}
{@link #AppCompatTheme_actionDropDownStyle android.support.v7.mediarouter:actionDropDownStyle}
{@link #AppCompatTheme_actionMenuTextAppearance android.support.v7.mediarouter:actionMenuTextAppearance}
{@link #AppCompatTheme_actionMenuTextColor android.support.v7.mediarouter:actionMenuTextColor}
{@link #AppCompatTheme_actionModeBackground android.support.v7.mediarouter:actionModeBackground}
{@link #AppCompatTheme_actionModeCloseButtonStyle android.support.v7.mediarouter:actionModeCloseButtonStyle}
{@link #AppCompatTheme_actionModeCloseDrawable android.support.v7.mediarouter:actionModeCloseDrawable}
{@link #AppCompatTheme_actionModeCopyDrawable android.support.v7.mediarouter:actionModeCopyDrawable}
{@link #AppCompatTheme_actionModeCutDrawable android.support.v7.mediarouter:actionModeCutDrawable}
{@link #AppCompatTheme_actionModeFindDrawable android.support.v7.mediarouter:actionModeFindDrawable}
{@link #AppCompatTheme_actionModePasteDrawable android.support.v7.mediarouter:actionModePasteDrawable}
{@link #AppCompatTheme_actionModePopupWindowStyle android.support.v7.mediarouter:actionModePopupWindowStyle}
{@link #AppCompatTheme_actionModeSelectAllDrawable android.support.v7.mediarouter:actionModeSelectAllDrawable}
{@link #AppCompatTheme_actionModeShareDrawable android.support.v7.mediarouter:actionModeShareDrawable}
{@link #AppCompatTheme_actionModeSplitBackground android.support.v7.mediarouter:actionModeSplitBackground}
{@link #AppCompatTheme_actionModeStyle android.support.v7.mediarouter:actionModeStyle}
{@link #AppCompatTheme_actionModeWebSearchDrawable android.support.v7.mediarouter:actionModeWebSearchDrawable}
{@link #AppCompatTheme_actionOverflowButtonStyle android.support.v7.mediarouter:actionOverflowButtonStyle}
{@link #AppCompatTheme_actionOverflowMenuStyle android.support.v7.mediarouter:actionOverflowMenuStyle}
{@link #AppCompatTheme_activityChooserViewStyle android.support.v7.mediarouter:activityChooserViewStyle}
{@link #AppCompatTheme_alertDialogButtonGroupStyle android.support.v7.mediarouter:alertDialogButtonGroupStyle}
{@link #AppCompatTheme_alertDialogCenterButtons android.support.v7.mediarouter:alertDialogCenterButtons}
{@link #AppCompatTheme_alertDialogStyle android.support.v7.mediarouter:alertDialogStyle}
{@link #AppCompatTheme_alertDialogTheme android.support.v7.mediarouter:alertDialogTheme}
{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating}
{@link #AppCompatTheme_autoCompleteTextViewStyle android.support.v7.mediarouter:autoCompleteTextViewStyle}
{@link #AppCompatTheme_borderlessButtonStyle android.support.v7.mediarouter:borderlessButtonStyle}
{@link #AppCompatTheme_buttonBarButtonStyle android.support.v7.mediarouter:buttonBarButtonStyle}
{@link #AppCompatTheme_buttonBarNegativeButtonStyle android.support.v7.mediarouter:buttonBarNegativeButtonStyle}
{@link #AppCompatTheme_buttonBarNeutralButtonStyle android.support.v7.mediarouter:buttonBarNeutralButtonStyle}
{@link #AppCompatTheme_buttonBarPositiveButtonStyle android.support.v7.mediarouter:buttonBarPositiveButtonStyle}
{@link #AppCompatTheme_buttonBarStyle android.support.v7.mediarouter:buttonBarStyle}
{@link #AppCompatTheme_buttonStyle android.support.v7.mediarouter:buttonStyle}
{@link #AppCompatTheme_buttonStyleSmall android.support.v7.mediarouter:buttonStyleSmall}
{@link #AppCompatTheme_checkboxStyle android.support.v7.mediarouter:checkboxStyle}
{@link #AppCompatTheme_checkedTextViewStyle android.support.v7.mediarouter:checkedTextViewStyle}
{@link #AppCompatTheme_colorAccent android.support.v7.mediarouter:colorAccent}
{@link #AppCompatTheme_colorBackgroundFloating android.support.v7.mediarouter:colorBackgroundFloating}
{@link #AppCompatTheme_colorButtonNormal android.support.v7.mediarouter:colorButtonNormal}
{@link #AppCompatTheme_colorControlActivated android.support.v7.mediarouter:colorControlActivated}
{@link #AppCompatTheme_colorControlHighlight android.support.v7.mediarouter:colorControlHighlight}
{@link #AppCompatTheme_colorControlNormal android.support.v7.mediarouter:colorControlNormal}
{@link #AppCompatTheme_colorError android.support.v7.mediarouter:colorError}
{@link #AppCompatTheme_colorPrimary android.support.v7.mediarouter:colorPrimary}
{@link #AppCompatTheme_colorPrimaryDark android.support.v7.mediarouter:colorPrimaryDark}
{@link #AppCompatTheme_colorSwitchThumbNormal android.support.v7.mediarouter:colorSwitchThumbNormal}
{@link #AppCompatTheme_controlBackground android.support.v7.mediarouter:controlBackground}
{@link #AppCompatTheme_dialogPreferredPadding android.support.v7.mediarouter:dialogPreferredPadding}
{@link #AppCompatTheme_dialogTheme android.support.v7.mediarouter:dialogTheme}
{@link #AppCompatTheme_dividerHorizontal android.support.v7.mediarouter:dividerHorizontal}
{@link #AppCompatTheme_dividerVertical android.support.v7.mediarouter:dividerVertical}
{@link #AppCompatTheme_dropDownListViewStyle android.support.v7.mediarouter:dropDownListViewStyle}
{@link #AppCompatTheme_dropdownListPreferredItemHeight android.support.v7.mediarouter:dropdownListPreferredItemHeight}
{@link #AppCompatTheme_editTextBackground android.support.v7.mediarouter:editTextBackground}
{@link #AppCompatTheme_editTextColor android.support.v7.mediarouter:editTextColor}
{@link #AppCompatTheme_editTextStyle android.support.v7.mediarouter:editTextStyle}
{@link #AppCompatTheme_homeAsUpIndicator android.support.v7.mediarouter:homeAsUpIndicator}
{@link #AppCompatTheme_imageButtonStyle android.support.v7.mediarouter:imageButtonStyle}
{@link #AppCompatTheme_listChoiceBackgroundIndicator android.support.v7.mediarouter:listChoiceBackgroundIndicator}
{@link #AppCompatTheme_listDividerAlertDialog android.support.v7.mediarouter:listDividerAlertDialog}
{@link #AppCompatTheme_listMenuViewStyle android.support.v7.mediarouter:listMenuViewStyle}
{@link #AppCompatTheme_listPopupWindowStyle android.support.v7.mediarouter:listPopupWindowStyle}
{@link #AppCompatTheme_listPreferredItemHeight android.support.v7.mediarouter:listPreferredItemHeight}
{@link #AppCompatTheme_listPreferredItemHeightLarge android.support.v7.mediarouter:listPreferredItemHeightLarge}
{@link #AppCompatTheme_listPreferredItemHeightSmall android.support.v7.mediarouter:listPreferredItemHeightSmall}
{@link #AppCompatTheme_listPreferredItemPaddingLeft android.support.v7.mediarouter:listPreferredItemPaddingLeft}
{@link #AppCompatTheme_listPreferredItemPaddingRight android.support.v7.mediarouter:listPreferredItemPaddingRight}
{@link #AppCompatTheme_panelBackground android.support.v7.mediarouter:panelBackground}
{@link #AppCompatTheme_panelMenuListTheme android.support.v7.mediarouter:panelMenuListTheme}
{@link #AppCompatTheme_panelMenuListWidth android.support.v7.mediarouter:panelMenuListWidth}
{@link #AppCompatTheme_popupMenuStyle android.support.v7.mediarouter:popupMenuStyle}
{@link #AppCompatTheme_popupWindowStyle android.support.v7.mediarouter:popupWindowStyle}
{@link #AppCompatTheme_radioButtonStyle android.support.v7.mediarouter:radioButtonStyle}
{@link #AppCompatTheme_ratingBarStyle android.support.v7.mediarouter:ratingBarStyle}
{@link #AppCompatTheme_ratingBarStyleIndicator android.support.v7.mediarouter:ratingBarStyleIndicator}
{@link #AppCompatTheme_ratingBarStyleSmall android.support.v7.mediarouter:ratingBarStyleSmall}
{@link #AppCompatTheme_searchViewStyle android.support.v7.mediarouter:searchViewStyle}
{@link #AppCompatTheme_seekBarStyle android.support.v7.mediarouter:seekBarStyle}
{@link #AppCompatTheme_selectableItemBackground android.support.v7.mediarouter:selectableItemBackground}
{@link #AppCompatTheme_selectableItemBackgroundBorderless android.support.v7.mediarouter:selectableItemBackgroundBorderless}
{@link #AppCompatTheme_spinnerDropDownItemStyle android.support.v7.mediarouter:spinnerDropDownItemStyle}
{@link #AppCompatTheme_spinnerStyle android.support.v7.mediarouter:spinnerStyle}
{@link #AppCompatTheme_switchStyle android.support.v7.mediarouter:switchStyle}
{@link #AppCompatTheme_textAppearanceLargePopupMenu android.support.v7.mediarouter:textAppearanceLargePopupMenu}
{@link #AppCompatTheme_textAppearanceListItem android.support.v7.mediarouter:textAppearanceListItem}
{@link #AppCompatTheme_textAppearanceListItemSecondary android.support.v7.mediarouter:textAppearanceListItemSecondary}
{@link #AppCompatTheme_textAppearanceListItemSmall android.support.v7.mediarouter:textAppearanceListItemSmall}
{@link #AppCompatTheme_textAppearancePopupMenuHeader android.support.v7.mediarouter:textAppearancePopupMenuHeader}
{@link #AppCompatTheme_textAppearanceSearchResultSubtitle android.support.v7.mediarouter:textAppearanceSearchResultSubtitle}
{@link #AppCompatTheme_textAppearanceSearchResultTitle android.support.v7.mediarouter:textAppearanceSearchResultTitle}
{@link #AppCompatTheme_textAppearanceSmallPopupMenu android.support.v7.mediarouter:textAppearanceSmallPopupMenu}
{@link #AppCompatTheme_textColorAlertDialogListItem android.support.v7.mediarouter:textColorAlertDialogListItem}
{@link #AppCompatTheme_textColorSearchUrl android.support.v7.mediarouter:textColorSearchUrl}
{@link #AppCompatTheme_toolbarNavigationButtonStyle android.support.v7.mediarouter:toolbarNavigationButtonStyle}
{@link #AppCompatTheme_toolbarStyle android.support.v7.mediarouter:toolbarStyle}
{@link #AppCompatTheme_tooltipForegroundColor android.support.v7.mediarouter:tooltipForegroundColor}
{@link #AppCompatTheme_tooltipFrameBackground android.support.v7.mediarouter:tooltipFrameBackground}
{@link #AppCompatTheme_windowActionBar android.support.v7.mediarouter:windowActionBar}
{@link #AppCompatTheme_windowActionBarOverlay android.support.v7.mediarouter:windowActionBarOverlay}
{@link #AppCompatTheme_windowActionModeOverlay android.support.v7.mediarouter:windowActionModeOverlay}
{@link #AppCompatTheme_windowFixedHeightMajor android.support.v7.mediarouter:windowFixedHeightMajor}
{@link #AppCompatTheme_windowFixedHeightMinor android.support.v7.mediarouter:windowFixedHeightMinor}
{@link #AppCompatTheme_windowFixedWidthMajor android.support.v7.mediarouter:windowFixedWidthMajor}
{@link #AppCompatTheme_windowFixedWidthMinor android.support.v7.mediarouter:windowFixedWidthMinor}
{@link #AppCompatTheme_windowMinWidthMajor android.support.v7.mediarouter:windowMinWidthMajor}
{@link #AppCompatTheme_windowMinWidthMinor android.support.v7.mediarouter:windowMinWidthMinor}
{@link #AppCompatTheme_windowNoTitle android.support.v7.mediarouter:windowNoTitle}
+ @see #AppCompatTheme_actionBarDivider + @see #AppCompatTheme_actionBarItemBackground + @see #AppCompatTheme_actionBarPopupTheme + @see #AppCompatTheme_actionBarSize + @see #AppCompatTheme_actionBarSplitStyle + @see #AppCompatTheme_actionBarStyle + @see #AppCompatTheme_actionBarTabBarStyle + @see #AppCompatTheme_actionBarTabStyle + @see #AppCompatTheme_actionBarTabTextStyle + @see #AppCompatTheme_actionBarTheme + @see #AppCompatTheme_actionBarWidgetTheme + @see #AppCompatTheme_actionButtonStyle + @see #AppCompatTheme_actionDropDownStyle + @see #AppCompatTheme_actionMenuTextAppearance + @see #AppCompatTheme_actionMenuTextColor + @see #AppCompatTheme_actionModeBackground + @see #AppCompatTheme_actionModeCloseButtonStyle + @see #AppCompatTheme_actionModeCloseDrawable + @see #AppCompatTheme_actionModeCopyDrawable + @see #AppCompatTheme_actionModeCutDrawable + @see #AppCompatTheme_actionModeFindDrawable + @see #AppCompatTheme_actionModePasteDrawable + @see #AppCompatTheme_actionModePopupWindowStyle + @see #AppCompatTheme_actionModeSelectAllDrawable + @see #AppCompatTheme_actionModeShareDrawable + @see #AppCompatTheme_actionModeSplitBackground + @see #AppCompatTheme_actionModeStyle + @see #AppCompatTheme_actionModeWebSearchDrawable + @see #AppCompatTheme_actionOverflowButtonStyle + @see #AppCompatTheme_actionOverflowMenuStyle + @see #AppCompatTheme_activityChooserViewStyle + @see #AppCompatTheme_alertDialogButtonGroupStyle + @see #AppCompatTheme_alertDialogCenterButtons + @see #AppCompatTheme_alertDialogStyle + @see #AppCompatTheme_alertDialogTheme + @see #AppCompatTheme_android_windowAnimationStyle + @see #AppCompatTheme_android_windowIsFloating + @see #AppCompatTheme_autoCompleteTextViewStyle + @see #AppCompatTheme_borderlessButtonStyle + @see #AppCompatTheme_buttonBarButtonStyle + @see #AppCompatTheme_buttonBarNegativeButtonStyle + @see #AppCompatTheme_buttonBarNeutralButtonStyle + @see #AppCompatTheme_buttonBarPositiveButtonStyle + @see #AppCompatTheme_buttonBarStyle + @see #AppCompatTheme_buttonStyle + @see #AppCompatTheme_buttonStyleSmall + @see #AppCompatTheme_checkboxStyle + @see #AppCompatTheme_checkedTextViewStyle + @see #AppCompatTheme_colorAccent + @see #AppCompatTheme_colorBackgroundFloating + @see #AppCompatTheme_colorButtonNormal + @see #AppCompatTheme_colorControlActivated + @see #AppCompatTheme_colorControlHighlight + @see #AppCompatTheme_colorControlNormal + @see #AppCompatTheme_colorError + @see #AppCompatTheme_colorPrimary + @see #AppCompatTheme_colorPrimaryDark + @see #AppCompatTheme_colorSwitchThumbNormal + @see #AppCompatTheme_controlBackground + @see #AppCompatTheme_dialogPreferredPadding + @see #AppCompatTheme_dialogTheme + @see #AppCompatTheme_dividerHorizontal + @see #AppCompatTheme_dividerVertical + @see #AppCompatTheme_dropDownListViewStyle + @see #AppCompatTheme_dropdownListPreferredItemHeight + @see #AppCompatTheme_editTextBackground + @see #AppCompatTheme_editTextColor + @see #AppCompatTheme_editTextStyle + @see #AppCompatTheme_homeAsUpIndicator + @see #AppCompatTheme_imageButtonStyle + @see #AppCompatTheme_listChoiceBackgroundIndicator + @see #AppCompatTheme_listDividerAlertDialog + @see #AppCompatTheme_listMenuViewStyle + @see #AppCompatTheme_listPopupWindowStyle + @see #AppCompatTheme_listPreferredItemHeight + @see #AppCompatTheme_listPreferredItemHeightLarge + @see #AppCompatTheme_listPreferredItemHeightSmall + @see #AppCompatTheme_listPreferredItemPaddingLeft + @see #AppCompatTheme_listPreferredItemPaddingRight + @see #AppCompatTheme_panelBackground + @see #AppCompatTheme_panelMenuListTheme + @see #AppCompatTheme_panelMenuListWidth + @see #AppCompatTheme_popupMenuStyle + @see #AppCompatTheme_popupWindowStyle + @see #AppCompatTheme_radioButtonStyle + @see #AppCompatTheme_ratingBarStyle + @see #AppCompatTheme_ratingBarStyleIndicator + @see #AppCompatTheme_ratingBarStyleSmall + @see #AppCompatTheme_searchViewStyle + @see #AppCompatTheme_seekBarStyle + @see #AppCompatTheme_selectableItemBackground + @see #AppCompatTheme_selectableItemBackgroundBorderless + @see #AppCompatTheme_spinnerDropDownItemStyle + @see #AppCompatTheme_spinnerStyle + @see #AppCompatTheme_switchStyle + @see #AppCompatTheme_textAppearanceLargePopupMenu + @see #AppCompatTheme_textAppearanceListItem + @see #AppCompatTheme_textAppearanceListItemSecondary + @see #AppCompatTheme_textAppearanceListItemSmall + @see #AppCompatTheme_textAppearancePopupMenuHeader + @see #AppCompatTheme_textAppearanceSearchResultSubtitle + @see #AppCompatTheme_textAppearanceSearchResultTitle + @see #AppCompatTheme_textAppearanceSmallPopupMenu + @see #AppCompatTheme_textColorAlertDialogListItem + @see #AppCompatTheme_textColorSearchUrl + @see #AppCompatTheme_toolbarNavigationButtonStyle + @see #AppCompatTheme_toolbarStyle + @see #AppCompatTheme_tooltipForegroundColor + @see #AppCompatTheme_tooltipFrameBackground + @see #AppCompatTheme_windowActionBar + @see #AppCompatTheme_windowActionBarOverlay + @see #AppCompatTheme_windowActionModeOverlay + @see #AppCompatTheme_windowFixedHeightMajor + @see #AppCompatTheme_windowFixedHeightMinor + @see #AppCompatTheme_windowFixedWidthMajor + @see #AppCompatTheme_windowFixedWidthMinor + @see #AppCompatTheme_windowMinWidthMajor + @see #AppCompatTheme_windowMinWidthMinor + @see #AppCompatTheme_windowNoTitle + */ + public static final int[] AppCompatTheme = { + 0x01010057, 0x010100ae, 0x7f010056, 0x7f010057, + 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, + 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, + 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, + 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, + 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, + 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, + 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, + 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, + 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, + 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, + 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, + 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, + 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, + 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, + 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, + 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, + 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, + 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, + 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, + 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, + 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, + 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, + 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, + 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, + 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, + 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, + 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, + 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, + 0x7f0100c8, 0x7f0100c9, 0x7f0100ca + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionBarDivider} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionBarDivider + */ + public static int AppCompatTheme_actionBarDivider = 23; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionBarItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionBarItemBackground + */ + public static int AppCompatTheme_actionBarItemBackground = 24; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionBarPopupTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionBarPopupTheme + */ + public static int AppCompatTheme_actionBarPopupTheme = 17; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionBarSize} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ @attr name android.support.v7.mediarouter:actionBarSize + */ + public static int AppCompatTheme_actionBarSize = 22; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionBarSplitStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionBarSplitStyle + */ + public static int AppCompatTheme_actionBarSplitStyle = 19; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionBarStyle + */ + public static int AppCompatTheme_actionBarStyle = 18; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionBarTabBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionBarTabBarStyle + */ + public static int AppCompatTheme_actionBarTabBarStyle = 13; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionBarTabStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionBarTabStyle + */ + public static int AppCompatTheme_actionBarTabStyle = 12; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionBarTabTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionBarTabTextStyle + */ + public static int AppCompatTheme_actionBarTabTextStyle = 14; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionBarTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionBarTheme + */ + public static int AppCompatTheme_actionBarTheme = 20; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionBarWidgetTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionBarWidgetTheme + */ + public static int AppCompatTheme_actionBarWidgetTheme = 21; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionButtonStyle + */ + public static int AppCompatTheme_actionButtonStyle = 50; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionDropDownStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionDropDownStyle + */ + public static int AppCompatTheme_actionDropDownStyle = 46; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionMenuTextAppearance} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionMenuTextAppearance + */ + public static int AppCompatTheme_actionMenuTextAppearance = 25; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionMenuTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.mediarouter:actionMenuTextColor + */ + public static int AppCompatTheme_actionMenuTextColor = 26; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionModeBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionModeBackground + */ + public static int AppCompatTheme_actionModeBackground = 29; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionModeCloseButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionModeCloseButtonStyle + */ + public static int AppCompatTheme_actionModeCloseButtonStyle = 28; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionModeCloseDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionModeCloseDrawable + */ + public static int AppCompatTheme_actionModeCloseDrawable = 31; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionModeCopyDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionModeCopyDrawable + */ + public static int AppCompatTheme_actionModeCopyDrawable = 33; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionModeCutDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionModeCutDrawable + */ + public static int AppCompatTheme_actionModeCutDrawable = 32; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionModeFindDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionModeFindDrawable + */ + public static int AppCompatTheme_actionModeFindDrawable = 37; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionModePasteDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionModePasteDrawable + */ + public static int AppCompatTheme_actionModePasteDrawable = 34; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionModePopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionModePopupWindowStyle + */ + public static int AppCompatTheme_actionModePopupWindowStyle = 39; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionModeSelectAllDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionModeSelectAllDrawable + */ + public static int AppCompatTheme_actionModeSelectAllDrawable = 35; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionModeShareDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionModeShareDrawable + */ + public static int AppCompatTheme_actionModeShareDrawable = 36; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionModeSplitBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionModeSplitBackground + */ + public static int AppCompatTheme_actionModeSplitBackground = 30; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionModeStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionModeStyle + */ + public static int AppCompatTheme_actionModeStyle = 27; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionModeWebSearchDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionModeWebSearchDrawable + */ + public static int AppCompatTheme_actionModeWebSearchDrawable = 38; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionOverflowButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionOverflowButtonStyle + */ + public static int AppCompatTheme_actionOverflowButtonStyle = 15; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionOverflowMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionOverflowMenuStyle + */ + public static int AppCompatTheme_actionOverflowMenuStyle = 16; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#activityChooserViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:activityChooserViewStyle + */ + public static int AppCompatTheme_activityChooserViewStyle = 58; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#alertDialogButtonGroupStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:alertDialogButtonGroupStyle + */ + public static int AppCompatTheme_alertDialogButtonGroupStyle = 95; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#alertDialogCenterButtons} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:alertDialogCenterButtons + */ + public static int AppCompatTheme_alertDialogCenterButtons = 96; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#alertDialogStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:alertDialogStyle + */ + public static int AppCompatTheme_alertDialogStyle = 94; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#alertDialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:alertDialogTheme + */ + public static int AppCompatTheme_alertDialogTheme = 97; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowAnimationStyle + */ + public static int AppCompatTheme_android_windowAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#windowIsFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowIsFloating + */ + public static int AppCompatTheme_android_windowIsFloating = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#autoCompleteTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:autoCompleteTextViewStyle + */ + public static int AppCompatTheme_autoCompleteTextViewStyle = 102; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#borderlessButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:borderlessButtonStyle + */ + public static int AppCompatTheme_borderlessButtonStyle = 55; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#buttonBarButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:buttonBarButtonStyle + */ + public static int AppCompatTheme_buttonBarButtonStyle = 52; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#buttonBarNegativeButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:buttonBarNegativeButtonStyle + */ + public static int AppCompatTheme_buttonBarNegativeButtonStyle = 100; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#buttonBarNeutralButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:buttonBarNeutralButtonStyle + */ + public static int AppCompatTheme_buttonBarNeutralButtonStyle = 101; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#buttonBarPositiveButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:buttonBarPositiveButtonStyle + */ + public static int AppCompatTheme_buttonBarPositiveButtonStyle = 99; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#buttonBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:buttonBarStyle + */ + public static int AppCompatTheme_buttonBarStyle = 51; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#buttonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:buttonStyle + */ + public static int AppCompatTheme_buttonStyle = 103; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#buttonStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:buttonStyleSmall + */ + public static int AppCompatTheme_buttonStyleSmall = 104; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#checkboxStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:checkboxStyle + */ + public static int AppCompatTheme_checkboxStyle = 105; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#checkedTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:checkedTextViewStyle + */ + public static int AppCompatTheme_checkedTextViewStyle = 106; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#colorAccent} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:colorAccent + */ + public static int AppCompatTheme_colorAccent = 86; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#colorBackgroundFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:colorBackgroundFloating + */ + public static int AppCompatTheme_colorBackgroundFloating = 93; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#colorButtonNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:colorButtonNormal + */ + public static int AppCompatTheme_colorButtonNormal = 90; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#colorControlActivated} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:colorControlActivated + */ + public static int AppCompatTheme_colorControlActivated = 88; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#colorControlHighlight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:colorControlHighlight + */ + public static int AppCompatTheme_colorControlHighlight = 89; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#colorControlNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:colorControlNormal + */ + public static int AppCompatTheme_colorControlNormal = 87; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#colorError} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.mediarouter:colorError + */ + public static int AppCompatTheme_colorError = 118; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#colorPrimary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:colorPrimary + */ + public static int AppCompatTheme_colorPrimary = 84; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#colorPrimaryDark} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:colorPrimaryDark + */ + public static int AppCompatTheme_colorPrimaryDark = 85; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#colorSwitchThumbNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:colorSwitchThumbNormal + */ + public static int AppCompatTheme_colorSwitchThumbNormal = 91; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#controlBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:controlBackground + */ + public static int AppCompatTheme_controlBackground = 92; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#dialogPreferredPadding} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:dialogPreferredPadding + */ + public static int AppCompatTheme_dialogPreferredPadding = 44; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#dialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:dialogTheme + */ + public static int AppCompatTheme_dialogTheme = 43; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#dividerHorizontal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:dividerHorizontal + */ + public static int AppCompatTheme_dividerHorizontal = 57; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#dividerVertical} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:dividerVertical + */ + public static int AppCompatTheme_dividerVertical = 56; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#dropDownListViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:dropDownListViewStyle + */ + public static int AppCompatTheme_dropDownListViewStyle = 75; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#dropdownListPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:dropdownListPreferredItemHeight + */ + public static int AppCompatTheme_dropdownListPreferredItemHeight = 47; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#editTextBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:editTextBackground + */ + public static int AppCompatTheme_editTextBackground = 64; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#editTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.mediarouter:editTextColor + */ + public static int AppCompatTheme_editTextColor = 63; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#editTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:editTextStyle + */ + public static int AppCompatTheme_editTextStyle = 107; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:homeAsUpIndicator + */ + public static int AppCompatTheme_homeAsUpIndicator = 49; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#imageButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:imageButtonStyle + */ + public static int AppCompatTheme_imageButtonStyle = 65; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#listChoiceBackgroundIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:listChoiceBackgroundIndicator + */ + public static int AppCompatTheme_listChoiceBackgroundIndicator = 83; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#listDividerAlertDialog} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:listDividerAlertDialog + */ + public static int AppCompatTheme_listDividerAlertDialog = 45; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#listMenuViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:listMenuViewStyle + */ + public static int AppCompatTheme_listMenuViewStyle = 115; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#listPopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:listPopupWindowStyle + */ + public static int AppCompatTheme_listPopupWindowStyle = 76; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#listPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:listPreferredItemHeight + */ + public static int AppCompatTheme_listPreferredItemHeight = 70; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#listPreferredItemHeightLarge} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:listPreferredItemHeightLarge + */ + public static int AppCompatTheme_listPreferredItemHeightLarge = 72; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#listPreferredItemHeightSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:listPreferredItemHeightSmall + */ + public static int AppCompatTheme_listPreferredItemHeightSmall = 71; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#listPreferredItemPaddingLeft} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:listPreferredItemPaddingLeft + */ + public static int AppCompatTheme_listPreferredItemPaddingLeft = 73; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#listPreferredItemPaddingRight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:listPreferredItemPaddingRight + */ + public static int AppCompatTheme_listPreferredItemPaddingRight = 74; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#panelBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:panelBackground + */ + public static int AppCompatTheme_panelBackground = 80; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#panelMenuListTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:panelMenuListTheme + */ + public static int AppCompatTheme_panelMenuListTheme = 82; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#panelMenuListWidth} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:panelMenuListWidth + */ + public static int AppCompatTheme_panelMenuListWidth = 81; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#popupMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:popupMenuStyle + */ + public static int AppCompatTheme_popupMenuStyle = 61; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#popupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:popupWindowStyle + */ + public static int AppCompatTheme_popupWindowStyle = 62; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#radioButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:radioButtonStyle + */ + public static int AppCompatTheme_radioButtonStyle = 108; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#ratingBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:ratingBarStyle + */ + public static int AppCompatTheme_ratingBarStyle = 109; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#ratingBarStyleIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:ratingBarStyleIndicator + */ + public static int AppCompatTheme_ratingBarStyleIndicator = 110; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#ratingBarStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:ratingBarStyleSmall + */ + public static int AppCompatTheme_ratingBarStyleSmall = 111; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#searchViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:searchViewStyle + */ + public static int AppCompatTheme_searchViewStyle = 69; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#seekBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:seekBarStyle + */ + public static int AppCompatTheme_seekBarStyle = 112; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#selectableItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:selectableItemBackground + */ + public static int AppCompatTheme_selectableItemBackground = 53; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#selectableItemBackgroundBorderless} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:selectableItemBackgroundBorderless + */ + public static int AppCompatTheme_selectableItemBackgroundBorderless = 54; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#spinnerDropDownItemStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:spinnerDropDownItemStyle + */ + public static int AppCompatTheme_spinnerDropDownItemStyle = 48; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#spinnerStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:spinnerStyle + */ + public static int AppCompatTheme_spinnerStyle = 113; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#switchStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:switchStyle + */ + public static int AppCompatTheme_switchStyle = 114; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#textAppearanceLargePopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:textAppearanceLargePopupMenu + */ + public static int AppCompatTheme_textAppearanceLargePopupMenu = 40; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#textAppearanceListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:textAppearanceListItem + */ + public static int AppCompatTheme_textAppearanceListItem = 77; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#textAppearanceListItemSecondary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:textAppearanceListItemSecondary + */ + public static int AppCompatTheme_textAppearanceListItemSecondary = 78; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#textAppearanceListItemSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:textAppearanceListItemSmall + */ + public static int AppCompatTheme_textAppearanceListItemSmall = 79; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#textAppearancePopupMenuHeader} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:textAppearancePopupMenuHeader + */ + public static int AppCompatTheme_textAppearancePopupMenuHeader = 42; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#textAppearanceSearchResultSubtitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:textAppearanceSearchResultSubtitle + */ + public static int AppCompatTheme_textAppearanceSearchResultSubtitle = 67; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#textAppearanceSearchResultTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:textAppearanceSearchResultTitle + */ + public static int AppCompatTheme_textAppearanceSearchResultTitle = 66; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#textAppearanceSmallPopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:textAppearanceSmallPopupMenu + */ + public static int AppCompatTheme_textAppearanceSmallPopupMenu = 41; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#textColorAlertDialogListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.mediarouter:textColorAlertDialogListItem + */ + public static int AppCompatTheme_textColorAlertDialogListItem = 98; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#textColorSearchUrl} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.mediarouter:textColorSearchUrl + */ + public static int AppCompatTheme_textColorSearchUrl = 68; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#toolbarNavigationButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:toolbarNavigationButtonStyle + */ + public static int AppCompatTheme_toolbarNavigationButtonStyle = 60; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#toolbarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:toolbarStyle + */ + public static int AppCompatTheme_toolbarStyle = 59; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tooltipForegroundColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.mediarouter:tooltipForegroundColor + */ + public static int AppCompatTheme_tooltipForegroundColor = 117; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tooltipFrameBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:tooltipFrameBackground + */ + public static int AppCompatTheme_tooltipFrameBackground = 116; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#windowActionBar} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:windowActionBar + */ + public static int AppCompatTheme_windowActionBar = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#windowActionBarOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:windowActionBarOverlay + */ + public static int AppCompatTheme_windowActionBarOverlay = 4; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#windowActionModeOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:windowActionModeOverlay + */ + public static int AppCompatTheme_windowActionModeOverlay = 5; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#windowFixedHeightMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:windowFixedHeightMajor + */ + public static int AppCompatTheme_windowFixedHeightMajor = 9; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#windowFixedHeightMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:windowFixedHeightMinor + */ + public static int AppCompatTheme_windowFixedHeightMinor = 7; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#windowFixedWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:windowFixedWidthMajor + */ + public static int AppCompatTheme_windowFixedWidthMajor = 6; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#windowFixedWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:windowFixedWidthMinor + */ + public static int AppCompatTheme_windowFixedWidthMinor = 8; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#windowMinWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:windowMinWidthMajor + */ + public static int AppCompatTheme_windowMinWidthMajor = 10; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#windowMinWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:windowMinWidthMinor + */ + public static int AppCompatTheme_windowMinWidthMinor = 11; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#windowNoTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:windowNoTitle + */ + public static int AppCompatTheme_windowNoTitle = 3; + /** Attributes that can be used with a BottomNavigationView. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #BottomNavigationView_elevation android.support.v7.mediarouter:elevation}
{@link #BottomNavigationView_itemBackground android.support.v7.mediarouter:itemBackground}
{@link #BottomNavigationView_itemIconTint android.support.v7.mediarouter:itemIconTint}
{@link #BottomNavigationView_itemTextColor android.support.v7.mediarouter:itemTextColor}
{@link #BottomNavigationView_menu android.support.v7.mediarouter:menu}
+ @see #BottomNavigationView_elevation + @see #BottomNavigationView_itemBackground + @see #BottomNavigationView_itemIconTint + @see #BottomNavigationView_itemTextColor + @see #BottomNavigationView_menu + */ + public static final int[] BottomNavigationView = { + 0x7f01003e, 0x7f010143, 0x7f010144, 0x7f010145, + 0x7f010146 + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#elevation} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:elevation + */ + public static int BottomNavigationView_elevation = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#itemBackground} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:itemBackground + */ + public static int BottomNavigationView_itemBackground = 4; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#itemIconTint} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:itemIconTint + */ + public static int BottomNavigationView_itemIconTint = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#itemTextColor} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:itemTextColor + */ + public static int BottomNavigationView_itemTextColor = 3; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#menu} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:menu + */ + public static int BottomNavigationView_menu = 1; + /** Attributes that can be used with a BottomSheetBehavior_Layout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #BottomSheetBehavior_Layout_behavior_hideable android.support.v7.mediarouter:behavior_hideable}
{@link #BottomSheetBehavior_Layout_behavior_peekHeight android.support.v7.mediarouter:behavior_peekHeight}
{@link #BottomSheetBehavior_Layout_behavior_skipCollapsed android.support.v7.mediarouter:behavior_skipCollapsed}
+ @see #BottomSheetBehavior_Layout_behavior_hideable + @see #BottomSheetBehavior_Layout_behavior_peekHeight + @see #BottomSheetBehavior_Layout_behavior_skipCollapsed + */ + public static final int[] BottomSheetBehavior_Layout = { + 0x7f01011d, 0x7f01011e, 0x7f01011f + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#behavior_hideable} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:behavior_hideable + */ + public static int BottomSheetBehavior_Layout_behavior_hideable = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#behavior_peekHeight} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ @attr name android.support.v7.mediarouter:behavior_peekHeight + */ + public static int BottomSheetBehavior_Layout_behavior_peekHeight = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#behavior_skipCollapsed} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:behavior_skipCollapsed + */ + public static int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2; + /** Attributes that can be used with a ButtonBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ButtonBarLayout_allowStacking android.support.v7.mediarouter:allowStacking}
+ @see #ButtonBarLayout_allowStacking + */ + public static final int[] ButtonBarLayout = { + 0x7f0100cb + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#allowStacking} + attribute's value can be found in the {@link #ButtonBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:allowStacking + */ + public static int ButtonBarLayout_allowStacking = 0; + /** Attributes that can be used with a CardView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CardView_android_minHeight android:minHeight}
{@link #CardView_android_minWidth android:minWidth}
{@link #CardView_cardBackgroundColor android.support.v7.mediarouter:cardBackgroundColor}
{@link #CardView_cardCornerRadius android.support.v7.mediarouter:cardCornerRadius}
{@link #CardView_cardElevation android.support.v7.mediarouter:cardElevation}
{@link #CardView_cardMaxElevation android.support.v7.mediarouter:cardMaxElevation}
{@link #CardView_cardPreventCornerOverlap android.support.v7.mediarouter:cardPreventCornerOverlap}
{@link #CardView_cardUseCompatPadding android.support.v7.mediarouter:cardUseCompatPadding}
{@link #CardView_contentPadding android.support.v7.mediarouter:contentPadding}
{@link #CardView_contentPaddingBottom android.support.v7.mediarouter:contentPaddingBottom}
{@link #CardView_contentPaddingLeft android.support.v7.mediarouter:contentPaddingLeft}
{@link #CardView_contentPaddingRight android.support.v7.mediarouter:contentPaddingRight}
{@link #CardView_contentPaddingTop android.support.v7.mediarouter:contentPaddingTop}
+ @see #CardView_android_minHeight + @see #CardView_android_minWidth + @see #CardView_cardBackgroundColor + @see #CardView_cardCornerRadius + @see #CardView_cardElevation + @see #CardView_cardMaxElevation + @see #CardView_cardPreventCornerOverlap + @see #CardView_cardUseCompatPadding + @see #CardView_contentPadding + @see #CardView_contentPaddingBottom + @see #CardView_contentPaddingLeft + @see #CardView_contentPaddingRight + @see #CardView_contentPaddingTop + */ + public static final int[] CardView = { + 0x0101013f, 0x01010140, 0x7f010017, 0x7f010018, + 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01001c, + 0x7f01001d, 0x7f01001e, 0x7f01001f, 0x7f010020, + 0x7f010021 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minHeight + */ + public static int CardView_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minWidth + */ + public static int CardView_android_minWidth = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#cardBackgroundColor} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:cardBackgroundColor + */ + public static int CardView_cardBackgroundColor = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#cardCornerRadius} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:cardCornerRadius + */ + public static int CardView_cardCornerRadius = 3; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#cardElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:cardElevation + */ + public static int CardView_cardElevation = 4; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#cardMaxElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:cardMaxElevation + */ + public static int CardView_cardMaxElevation = 5; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#cardPreventCornerOverlap} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:cardPreventCornerOverlap + */ + public static int CardView_cardPreventCornerOverlap = 7; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#cardUseCompatPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:cardUseCompatPadding + */ + public static int CardView_cardUseCompatPadding = 6; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#contentPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:contentPadding + */ + public static int CardView_contentPadding = 8; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#contentPaddingBottom} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:contentPaddingBottom + */ + public static int CardView_contentPaddingBottom = 12; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#contentPaddingLeft} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:contentPaddingLeft + */ + public static int CardView_contentPaddingLeft = 9; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#contentPaddingRight} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:contentPaddingRight + */ + public static int CardView_contentPaddingRight = 10; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#contentPaddingTop} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:contentPaddingTop + */ + public static int CardView_contentPaddingTop = 11; + /** Attributes that can be used with a CollapsingToolbarLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_collapsedTitleGravity android.support.v7.mediarouter:collapsedTitleGravity}
{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance android.support.v7.mediarouter:collapsedTitleTextAppearance}
{@link #CollapsingToolbarLayout_contentScrim android.support.v7.mediarouter:contentScrim}
{@link #CollapsingToolbarLayout_expandedTitleGravity android.support.v7.mediarouter:expandedTitleGravity}
{@link #CollapsingToolbarLayout_expandedTitleMargin android.support.v7.mediarouter:expandedTitleMargin}
{@link #CollapsingToolbarLayout_expandedTitleMarginBottom android.support.v7.mediarouter:expandedTitleMarginBottom}
{@link #CollapsingToolbarLayout_expandedTitleMarginEnd android.support.v7.mediarouter:expandedTitleMarginEnd}
{@link #CollapsingToolbarLayout_expandedTitleMarginStart android.support.v7.mediarouter:expandedTitleMarginStart}
{@link #CollapsingToolbarLayout_expandedTitleMarginTop android.support.v7.mediarouter:expandedTitleMarginTop}
{@link #CollapsingToolbarLayout_expandedTitleTextAppearance android.support.v7.mediarouter:expandedTitleTextAppearance}
{@link #CollapsingToolbarLayout_scrimAnimationDuration android.support.v7.mediarouter:scrimAnimationDuration}
{@link #CollapsingToolbarLayout_scrimVisibleHeightTrigger android.support.v7.mediarouter:scrimVisibleHeightTrigger}
{@link #CollapsingToolbarLayout_statusBarScrim android.support.v7.mediarouter:statusBarScrim}
{@link #CollapsingToolbarLayout_title android.support.v7.mediarouter:title}
{@link #CollapsingToolbarLayout_titleEnabled android.support.v7.mediarouter:titleEnabled}
{@link #CollapsingToolbarLayout_toolbarId android.support.v7.mediarouter:toolbarId}
+ @see #CollapsingToolbarLayout_collapsedTitleGravity + @see #CollapsingToolbarLayout_collapsedTitleTextAppearance + @see #CollapsingToolbarLayout_contentScrim + @see #CollapsingToolbarLayout_expandedTitleGravity + @see #CollapsingToolbarLayout_expandedTitleMargin + @see #CollapsingToolbarLayout_expandedTitleMarginBottom + @see #CollapsingToolbarLayout_expandedTitleMarginEnd + @see #CollapsingToolbarLayout_expandedTitleMarginStart + @see #CollapsingToolbarLayout_expandedTitleMarginTop + @see #CollapsingToolbarLayout_expandedTitleTextAppearance + @see #CollapsingToolbarLayout_scrimAnimationDuration + @see #CollapsingToolbarLayout_scrimVisibleHeightTrigger + @see #CollapsingToolbarLayout_statusBarScrim + @see #CollapsingToolbarLayout_title + @see #CollapsingToolbarLayout_titleEnabled + @see #CollapsingToolbarLayout_toolbarId + */ + public static final int[] CollapsingToolbarLayout = { + 0x7f010025, 0x7f010120, 0x7f010121, 0x7f010122, + 0x7f010123, 0x7f010124, 0x7f010125, 0x7f010126, + 0x7f010127, 0x7f010128, 0x7f010129, 0x7f01012a, + 0x7f01012b, 0x7f01012c, 0x7f01012d, 0x7f01012e + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#collapsedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name android.support.v7.mediarouter:collapsedTitleGravity + */ + public static int CollapsingToolbarLayout_collapsedTitleGravity = 13; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#collapsedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:collapsedTitleTextAppearance + */ + public static int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#contentScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:contentScrim + */ + public static int CollapsingToolbarLayout_contentScrim = 8; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#expandedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name android.support.v7.mediarouter:expandedTitleGravity + */ + public static int CollapsingToolbarLayout_expandedTitleGravity = 14; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#expandedTitleMargin} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:expandedTitleMargin + */ + public static int CollapsingToolbarLayout_expandedTitleMargin = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#expandedTitleMarginBottom} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:expandedTitleMarginBottom + */ + public static int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#expandedTitleMarginEnd} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:expandedTitleMarginEnd + */ + public static int CollapsingToolbarLayout_expandedTitleMarginEnd = 4; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#expandedTitleMarginStart} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:expandedTitleMarginStart + */ + public static int CollapsingToolbarLayout_expandedTitleMarginStart = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#expandedTitleMarginTop} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:expandedTitleMarginTop + */ + public static int CollapsingToolbarLayout_expandedTitleMarginTop = 3; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#expandedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:expandedTitleTextAppearance + */ + public static int CollapsingToolbarLayout_expandedTitleTextAppearance = 6; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#scrimAnimationDuration} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:scrimAnimationDuration + */ + public static int CollapsingToolbarLayout_scrimAnimationDuration = 12; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#scrimVisibleHeightTrigger} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:scrimVisibleHeightTrigger + */ + public static int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#statusBarScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:statusBarScrim + */ + public static int CollapsingToolbarLayout_statusBarScrim = 9; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#title} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:title + */ + public static int CollapsingToolbarLayout_title = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#titleEnabled} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:titleEnabled + */ + public static int CollapsingToolbarLayout_titleEnabled = 15; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#toolbarId} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:toolbarId + */ + public static int CollapsingToolbarLayout_toolbarId = 10; + /** Attributes that can be used with a CollapsingToolbarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_Layout_layout_collapseMode android.support.v7.mediarouter:layout_collapseMode}
{@link #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier android.support.v7.mediarouter:layout_collapseParallaxMultiplier}
+ @see #CollapsingToolbarLayout_Layout_layout_collapseMode + @see #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier + */ + public static final int[] CollapsingToolbarLayout_Layout = { + 0x7f01012f, 0x7f010130 + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#layout_collapseMode} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ @attr name android.support.v7.mediarouter:layout_collapseMode + */ + public static int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#layout_collapseParallaxMultiplier} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:layout_collapseParallaxMultiplier + */ + public static int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1; + /** Attributes that can be used with a ColorStateListItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ColorStateListItem_alpha android.support.v7.mediarouter:alpha}
{@link #ColorStateListItem_android_alpha android:alpha}
{@link #ColorStateListItem_android_color android:color}
+ @see #ColorStateListItem_alpha + @see #ColorStateListItem_android_alpha + @see #ColorStateListItem_android_color + */ + public static final int[] ColorStateListItem = { + 0x010101a5, 0x0101031f, 0x7f0100cc + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:alpha + */ + public static int ColorStateListItem_alpha = 2; + /** +

This symbol is the offset where the {@link android.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:alpha + */ + public static int ColorStateListItem_android_alpha = 1; + /** +

This symbol is the offset where the {@link android.R.attr#color} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:color + */ + public static int ColorStateListItem_android_color = 0; + /** Attributes that can be used with a CompoundButton. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint android.support.v7.mediarouter:buttonTint}
{@link #CompoundButton_buttonTintMode android.support.v7.mediarouter:buttonTintMode}
+ @see #CompoundButton_android_button + @see #CompoundButton_buttonTint + @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton = { + 0x01010107, 0x7f0100cd, 0x7f0100ce + }; + /** +

This symbol is the offset where the {@link android.R.attr#button} + attribute's value can be found in the {@link #CompoundButton} array. + @attr name android:button + */ + public static int CompoundButton_android_button = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#buttonTint} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:buttonTint + */ + public static int CompoundButton_buttonTint = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#buttonTintMode} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.mediarouter:buttonTintMode + */ + public static int CompoundButton_buttonTintMode = 2; + /** Attributes that can be used with a CoordinatorLayout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CoordinatorLayout_keylines android.support.v7.mediarouter:keylines}
{@link #CoordinatorLayout_statusBarBackground android.support.v7.mediarouter:statusBarBackground}
+ @see #CoordinatorLayout_keylines + @see #CoordinatorLayout_statusBarBackground + */ + public static final int[] CoordinatorLayout = { + 0x7f010131, 0x7f010132 + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#keylines} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:keylines + */ + public static int CoordinatorLayout_keylines = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#statusBarBackground} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:statusBarBackground + */ + public static int CoordinatorLayout_statusBarBackground = 1; + /** Attributes that can be used with a CoordinatorLayout_Layout. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity}
{@link #CoordinatorLayout_Layout_layout_anchor android.support.v7.mediarouter:layout_anchor}
{@link #CoordinatorLayout_Layout_layout_anchorGravity android.support.v7.mediarouter:layout_anchorGravity}
{@link #CoordinatorLayout_Layout_layout_behavior android.support.v7.mediarouter:layout_behavior}
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges android.support.v7.mediarouter:layout_dodgeInsetEdges}
{@link #CoordinatorLayout_Layout_layout_insetEdge android.support.v7.mediarouter:layout_insetEdge}
{@link #CoordinatorLayout_Layout_layout_keyline android.support.v7.mediarouter:layout_keyline}
+ @see #CoordinatorLayout_Layout_android_layout_gravity + @see #CoordinatorLayout_Layout_layout_anchor + @see #CoordinatorLayout_Layout_layout_anchorGravity + @see #CoordinatorLayout_Layout_layout_behavior + @see #CoordinatorLayout_Layout_layout_dodgeInsetEdges + @see #CoordinatorLayout_Layout_layout_insetEdge + @see #CoordinatorLayout_Layout_layout_keyline + */ + public static final int[] CoordinatorLayout_Layout = { + 0x010100b3, 0x7f010133, 0x7f010134, 0x7f010135, + 0x7f010136, 0x7f010137, 0x7f010138 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + @attr name android:layout_gravity + */ + public static int CoordinatorLayout_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#layout_anchor} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:layout_anchor + */ + public static int CoordinatorLayout_Layout_layout_anchor = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#layout_anchorGravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ @attr name android.support.v7.mediarouter:layout_anchorGravity + */ + public static int CoordinatorLayout_Layout_layout_anchorGravity = 4; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#layout_behavior} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:layout_behavior + */ + public static int CoordinatorLayout_Layout_layout_behavior = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#layout_dodgeInsetEdges} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ @attr name android.support.v7.mediarouter:layout_dodgeInsetEdges + */ + public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#layout_insetEdge} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ @attr name android.support.v7.mediarouter:layout_insetEdge + */ + public static int CoordinatorLayout_Layout_layout_insetEdge = 5; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#layout_keyline} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:layout_keyline + */ + public static int CoordinatorLayout_Layout_layout_keyline = 3; + /** Attributes that can be used with a DesignTheme. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #DesignTheme_bottomSheetDialogTheme android.support.v7.mediarouter:bottomSheetDialogTheme}
{@link #DesignTheme_bottomSheetStyle android.support.v7.mediarouter:bottomSheetStyle}
{@link #DesignTheme_textColorError android.support.v7.mediarouter:textColorError}
+ @see #DesignTheme_bottomSheetDialogTheme + @see #DesignTheme_bottomSheetStyle + @see #DesignTheme_textColorError + */ + public static final int[] DesignTheme = { + 0x7f010139, 0x7f01013a, 0x7f01013b + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#bottomSheetDialogTheme} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:bottomSheetDialogTheme + */ + public static int DesignTheme_bottomSheetDialogTheme = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#bottomSheetStyle} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:bottomSheetStyle + */ + public static int DesignTheme_bottomSheetStyle = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#textColorError} + attribute's value can be found in the {@link #DesignTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.mediarouter:textColorError + */ + public static int DesignTheme_textColorError = 2; + /** Attributes that can be used with a DrawerArrowToggle. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength android.support.v7.mediarouter:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength android.support.v7.mediarouter:arrowShaftLength}
{@link #DrawerArrowToggle_barLength android.support.v7.mediarouter:barLength}
{@link #DrawerArrowToggle_color android.support.v7.mediarouter:color}
{@link #DrawerArrowToggle_drawableSize android.support.v7.mediarouter:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars android.support.v7.mediarouter:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars android.support.v7.mediarouter:spinBars}
{@link #DrawerArrowToggle_thickness android.support.v7.mediarouter:thickness}
+ @see #DrawerArrowToggle_arrowHeadLength + @see #DrawerArrowToggle_arrowShaftLength + @see #DrawerArrowToggle_barLength + @see #DrawerArrowToggle_color + @see #DrawerArrowToggle_drawableSize + @see #DrawerArrowToggle_gapBetweenBars + @see #DrawerArrowToggle_spinBars + @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle = { + 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2, + 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6 + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#arrowHeadLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:arrowHeadLength + */ + public static int DrawerArrowToggle_arrowHeadLength = 4; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#arrowShaftLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:arrowShaftLength + */ + public static int DrawerArrowToggle_arrowShaftLength = 5; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#barLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:barLength + */ + public static int DrawerArrowToggle_barLength = 6; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#color} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:color + */ + public static int DrawerArrowToggle_color = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#drawableSize} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:drawableSize + */ + public static int DrawerArrowToggle_drawableSize = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#gapBetweenBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:gapBetweenBars + */ + public static int DrawerArrowToggle_gapBetweenBars = 3; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#spinBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:spinBars + */ + public static int DrawerArrowToggle_spinBars = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#thickness} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:thickness + */ + public static int DrawerArrowToggle_thickness = 7; + /** Attributes that can be used with a FloatingActionButton. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #FloatingActionButton_backgroundTint android.support.v7.mediarouter:backgroundTint}
{@link #FloatingActionButton_backgroundTintMode android.support.v7.mediarouter:backgroundTintMode}
{@link #FloatingActionButton_borderWidth android.support.v7.mediarouter:borderWidth}
{@link #FloatingActionButton_elevation android.support.v7.mediarouter:elevation}
{@link #FloatingActionButton_fabSize android.support.v7.mediarouter:fabSize}
{@link #FloatingActionButton_pressedTranslationZ android.support.v7.mediarouter:pressedTranslationZ}
{@link #FloatingActionButton_rippleColor android.support.v7.mediarouter:rippleColor}
{@link #FloatingActionButton_useCompatPadding android.support.v7.mediarouter:useCompatPadding}
+ @see #FloatingActionButton_backgroundTint + @see #FloatingActionButton_backgroundTintMode + @see #FloatingActionButton_borderWidth + @see #FloatingActionButton_elevation + @see #FloatingActionButton_fabSize + @see #FloatingActionButton_pressedTranslationZ + @see #FloatingActionButton_rippleColor + @see #FloatingActionButton_useCompatPadding + */ + public static final int[] FloatingActionButton = { + 0x7f01003e, 0x7f010116, 0x7f010117, 0x7f01013c, + 0x7f01013d, 0x7f01013e, 0x7f01013f, 0x7f010140 + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#backgroundTint} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:backgroundTint + */ + public static int FloatingActionButton_backgroundTint = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.mediarouter:backgroundTintMode + */ + public static int FloatingActionButton_backgroundTintMode = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#borderWidth} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:borderWidth + */ + public static int FloatingActionButton_borderWidth = 6; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#elevation} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:elevation + */ + public static int FloatingActionButton_elevation = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#fabSize} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ @attr name android.support.v7.mediarouter:fabSize + */ + public static int FloatingActionButton_fabSize = 4; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#pressedTranslationZ} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:pressedTranslationZ + */ + public static int FloatingActionButton_pressedTranslationZ = 5; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#rippleColor} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:rippleColor + */ + public static int FloatingActionButton_rippleColor = 3; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#useCompatPadding} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:useCompatPadding + */ + public static int FloatingActionButton_useCompatPadding = 7; + /** Attributes that can be used with a FloatingActionButton_Behavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #FloatingActionButton_Behavior_Layout_behavior_autoHide android.support.v7.mediarouter:behavior_autoHide}
+ @see #FloatingActionButton_Behavior_Layout_behavior_autoHide + */ + public static final int[] FloatingActionButton_Behavior_Layout = { + 0x7f010141 + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#behavior_autoHide} + attribute's value can be found in the {@link #FloatingActionButton_Behavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:behavior_autoHide + */ + public static int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; + /** Attributes that can be used with a FontFamily. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamily_fontProviderAuthority android.support.v7.mediarouter:fontProviderAuthority}
{@link #FontFamily_fontProviderCerts android.support.v7.mediarouter:fontProviderCerts}
{@link #FontFamily_fontProviderFetchStrategy android.support.v7.mediarouter:fontProviderFetchStrategy}
{@link #FontFamily_fontProviderFetchTimeout android.support.v7.mediarouter:fontProviderFetchTimeout}
{@link #FontFamily_fontProviderPackage android.support.v7.mediarouter:fontProviderPackage}
{@link #FontFamily_fontProviderQuery android.support.v7.mediarouter:fontProviderQuery}
+ @see #FontFamily_fontProviderAuthority + @see #FontFamily_fontProviderCerts + @see #FontFamily_fontProviderFetchStrategy + @see #FontFamily_fontProviderFetchTimeout + @see #FontFamily_fontProviderPackage + @see #FontFamily_fontProviderQuery + */ + public static final int[] FontFamily = { + 0x7f01016a, 0x7f01016b, 0x7f01016c, 0x7f01016d, + 0x7f01016e, 0x7f01016f + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#fontProviderAuthority} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:fontProviderAuthority + */ + public static int FontFamily_fontProviderAuthority = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#fontProviderCerts} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:fontProviderCerts + */ + public static int FontFamily_fontProviderCerts = 3; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#fontProviderFetchStrategy} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ @attr name android.support.v7.mediarouter:fontProviderFetchStrategy + */ + public static int FontFamily_fontProviderFetchStrategy = 4; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#fontProviderFetchTimeout} + attribute's value can be found in the {@link #FontFamily} array. + + +

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ @attr name android.support.v7.mediarouter:fontProviderFetchTimeout + */ + public static int FontFamily_fontProviderFetchTimeout = 5; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#fontProviderPackage} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:fontProviderPackage + */ + public static int FontFamily_fontProviderPackage = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#fontProviderQuery} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:fontProviderQuery + */ + public static int FontFamily_fontProviderQuery = 2; + /** Attributes that can be used with a FontFamilyFont. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamilyFont_android_font android:font}
{@link #FontFamilyFont_android_fontStyle android:fontStyle}
{@link #FontFamilyFont_android_fontWeight android:fontWeight}
{@link #FontFamilyFont_font android.support.v7.mediarouter:font}
{@link #FontFamilyFont_fontStyle android.support.v7.mediarouter:fontStyle}
{@link #FontFamilyFont_fontWeight android.support.v7.mediarouter:fontWeight}
+ @see #FontFamilyFont_android_font + @see #FontFamilyFont_android_fontStyle + @see #FontFamilyFont_android_fontWeight + @see #FontFamilyFont_font + @see #FontFamilyFont_fontStyle + @see #FontFamilyFont_fontWeight + */ + public static final int[] FontFamilyFont = { + 0x01010532, 0x01010533, 0x0101053f, 0x7f010170, + 0x7f010171, 0x7f010172 + }; + /** +

This symbol is the offset where the {@link android.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:font + */ + public static int FontFamilyFont_android_font = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontStyle + */ + public static int FontFamilyFont_android_fontStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontWeight + */ + public static int FontFamilyFont_android_fontWeight = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:font + */ + public static int FontFamilyFont_font = 4; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ @attr name android.support.v7.mediarouter:fontStyle + */ + public static int FontFamilyFont_fontStyle = 3; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:fontWeight + */ + public static int FontFamilyFont_fontWeight = 5; + /** Attributes that can be used with a ForegroundLinearLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ForegroundLinearLayout_android_foreground android:foreground}
{@link #ForegroundLinearLayout_android_foregroundGravity android:foregroundGravity}
{@link #ForegroundLinearLayout_foregroundInsidePadding android.support.v7.mediarouter:foregroundInsidePadding}
+ @see #ForegroundLinearLayout_android_foreground + @see #ForegroundLinearLayout_android_foregroundGravity + @see #ForegroundLinearLayout_foregroundInsidePadding + */ + public static final int[] ForegroundLinearLayout = { + 0x01010109, 0x01010200, 0x7f010142 + }; + /** +

This symbol is the offset where the {@link android.R.attr#foreground} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foreground + */ + public static int ForegroundLinearLayout_android_foreground = 0; + /** +

This symbol is the offset where the {@link android.R.attr#foregroundGravity} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foregroundGravity + */ + public static int ForegroundLinearLayout_android_foregroundGravity = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#foregroundInsidePadding} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:foregroundInsidePadding + */ + public static int ForegroundLinearLayout_foregroundInsidePadding = 2; + /** Attributes that can be used with a LinearLayoutCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider android.support.v7.mediarouter:divider}
{@link #LinearLayoutCompat_dividerPadding android.support.v7.mediarouter:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild android.support.v7.mediarouter:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers android.support.v7.mediarouter:showDividers}
+ @see #LinearLayoutCompat_android_baselineAligned + @see #LinearLayoutCompat_android_baselineAlignedChildIndex + @see #LinearLayoutCompat_android_gravity + @see #LinearLayoutCompat_android_orientation + @see #LinearLayoutCompat_android_weightSum + @see #LinearLayoutCompat_divider + @see #LinearLayoutCompat_dividerPadding + @see #LinearLayoutCompat_measureWithLargestChild + @see #LinearLayoutCompat_showDividers + */ + public static final int[] LinearLayoutCompat = { + 0x010100af, 0x010100c4, 0x01010126, 0x01010127, + 0x01010128, 0x7f01002d, 0x7f0100d7, 0x7f0100d8, + 0x7f0100d9 + }; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAligned} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAligned + */ + public static int LinearLayoutCompat_android_baselineAligned = 2; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAlignedChildIndex + */ + public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:gravity + */ + public static int LinearLayoutCompat_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:orientation + */ + public static int LinearLayoutCompat_android_orientation = 1; + /** +

This symbol is the offset where the {@link android.R.attr#weightSum} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:weightSum + */ + public static int LinearLayoutCompat_android_weightSum = 4; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#divider} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:divider + */ + public static int LinearLayoutCompat_divider = 5; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#dividerPadding} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:dividerPadding + */ + public static int LinearLayoutCompat_dividerPadding = 8; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#measureWithLargestChild} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:measureWithLargestChild + */ + public static int LinearLayoutCompat_measureWithLargestChild = 6; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#showDividers} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ @attr name android.support.v7.mediarouter:showDividers + */ + public static int LinearLayoutCompat_showDividers = 7; + /** Attributes that can be used with a LinearLayoutCompat_Layout. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
+ @see #LinearLayoutCompat_Layout_android_layout_gravity + @see #LinearLayoutCompat_Layout_android_layout_height + @see #LinearLayoutCompat_Layout_android_layout_weight + @see #LinearLayoutCompat_Layout_android_layout_width + */ + public static final int[] LinearLayoutCompat_Layout = { + 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_gravity + */ + public static int LinearLayoutCompat_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout_height} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_height + */ + public static int LinearLayoutCompat_Layout_android_layout_height = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout_weight} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_weight + */ + public static int LinearLayoutCompat_Layout_android_layout_weight = 3; + /** +

This symbol is the offset where the {@link android.R.attr#layout_width} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_width + */ + public static int LinearLayoutCompat_Layout_android_layout_width = 1; + /** Attributes that can be used with a ListPopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
+ @see #ListPopupWindow_android_dropDownHorizontalOffset + @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow = { + 0x010102ac, 0x010102ad + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownHorizontalOffset + */ + public static int ListPopupWindow_android_dropDownHorizontalOffset = 0; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownVerticalOffset + */ + public static int ListPopupWindow_android_dropDownVerticalOffset = 1; + /** Attributes that can be used with a MediaRouteButton. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #MediaRouteButton_android_minHeight android:minHeight}
{@link #MediaRouteButton_android_minWidth android:minWidth}
{@link #MediaRouteButton_externalRouteEnabledDrawable android.support.v7.mediarouter:externalRouteEnabledDrawable}
{@link #MediaRouteButton_mediaRouteButtonTint android.support.v7.mediarouter:mediaRouteButtonTint}
+ @see #MediaRouteButton_android_minHeight + @see #MediaRouteButton_android_minWidth + @see #MediaRouteButton_externalRouteEnabledDrawable + @see #MediaRouteButton_mediaRouteButtonTint + */ + public static final int[] MediaRouteButton = { + 0x0101013f, 0x01010140, 0x7f010015, 0x7f010016 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minHeight + */ + public static int MediaRouteButton_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minWidth + */ + public static int MediaRouteButton_android_minWidth = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#externalRouteEnabledDrawable} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:externalRouteEnabledDrawable + */ + public static int MediaRouteButton_externalRouteEnabledDrawable = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#mediaRouteButtonTint} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:mediaRouteButtonTint + */ + public static int MediaRouteButton_mediaRouteButtonTint = 3; + /** Attributes that can be used with a MenuGroup. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_visible android:visible}
+ @see #MenuGroup_android_checkableBehavior + @see #MenuGroup_android_enabled + @see #MenuGroup_android_id + @see #MenuGroup_android_menuCategory + @see #MenuGroup_android_orderInCategory + @see #MenuGroup_android_visible + */ + public static final int[] MenuGroup = { + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** +

This symbol is the offset where the {@link android.R.attr#checkableBehavior} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:checkableBehavior + */ + public static int MenuGroup_android_checkableBehavior = 5; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:enabled + */ + public static int MenuGroup_android_enabled = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:id + */ + public static int MenuGroup_android_id = 1; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:menuCategory + */ + public static int MenuGroup_android_menuCategory = 3; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:orderInCategory + */ + public static int MenuGroup_android_orderInCategory = 4; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:visible + */ + public static int MenuGroup_android_visible = 2; + /** Attributes that can be used with a MenuItem. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #MenuItem_actionLayout android.support.v7.mediarouter:actionLayout}
{@link #MenuItem_actionProviderClass android.support.v7.mediarouter:actionProviderClass}
{@link #MenuItem_actionViewClass android.support.v7.mediarouter:actionViewClass}
{@link #MenuItem_alphabeticModifiers android.support.v7.mediarouter:alphabeticModifiers}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_contentDescription android.support.v7.mediarouter:contentDescription}
{@link #MenuItem_iconTint android.support.v7.mediarouter:iconTint}
{@link #MenuItem_iconTintMode android.support.v7.mediarouter:iconTintMode}
{@link #MenuItem_numericModifiers android.support.v7.mediarouter:numericModifiers}
{@link #MenuItem_showAsAction android.support.v7.mediarouter:showAsAction}
{@link #MenuItem_tooltipText android.support.v7.mediarouter:tooltipText}
+ @see #MenuItem_actionLayout + @see #MenuItem_actionProviderClass + @see #MenuItem_actionViewClass + @see #MenuItem_alphabeticModifiers + @see #MenuItem_android_alphabeticShortcut + @see #MenuItem_android_checkable + @see #MenuItem_android_checked + @see #MenuItem_android_enabled + @see #MenuItem_android_icon + @see #MenuItem_android_id + @see #MenuItem_android_menuCategory + @see #MenuItem_android_numericShortcut + @see #MenuItem_android_onClick + @see #MenuItem_android_orderInCategory + @see #MenuItem_android_title + @see #MenuItem_android_titleCondensed + @see #MenuItem_android_visible + @see #MenuItem_contentDescription + @see #MenuItem_iconTint + @see #MenuItem_iconTintMode + @see #MenuItem_numericModifiers + @see #MenuItem_showAsAction + @see #MenuItem_tooltipText + */ + public static final int[] MenuItem = { + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f0100da, 0x7f0100db, 0x7f0100dc, + 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, + 0x7f0100e1, 0x7f0100e2, 0x7f0100e3 + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionLayout} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:actionLayout + */ + public static int MenuItem_actionLayout = 16; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionProviderClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:actionProviderClass + */ + public static int MenuItem_actionProviderClass = 18; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#actionViewClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:actionViewClass + */ + public static int MenuItem_actionViewClass = 17; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#alphabeticModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name android.support.v7.mediarouter:alphabeticModifiers + */ + public static int MenuItem_alphabeticModifiers = 13; + /** +

This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:alphabeticShortcut + */ + public static int MenuItem_android_alphabeticShortcut = 9; + /** +

This symbol is the offset where the {@link android.R.attr#checkable} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checkable + */ + public static int MenuItem_android_checkable = 11; + /** +

This symbol is the offset where the {@link android.R.attr#checked} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checked + */ + public static int MenuItem_android_checked = 3; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:enabled + */ + public static int MenuItem_android_enabled = 1; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:icon + */ + public static int MenuItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:id + */ + public static int MenuItem_android_id = 2; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:menuCategory + */ + public static int MenuItem_android_menuCategory = 5; + /** +

This symbol is the offset where the {@link android.R.attr#numericShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:numericShortcut + */ + public static int MenuItem_android_numericShortcut = 10; + /** +

This symbol is the offset where the {@link android.R.attr#onClick} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:onClick + */ + public static int MenuItem_android_onClick = 12; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:orderInCategory + */ + public static int MenuItem_android_orderInCategory = 6; + /** +

This symbol is the offset where the {@link android.R.attr#title} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:title + */ + public static int MenuItem_android_title = 7; + /** +

This symbol is the offset where the {@link android.R.attr#titleCondensed} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:titleCondensed + */ + public static int MenuItem_android_titleCondensed = 8; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:visible + */ + public static int MenuItem_android_visible = 4; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#contentDescription} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:contentDescription + */ + public static int MenuItem_contentDescription = 19; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#iconTint} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:iconTint + */ + public static int MenuItem_iconTint = 21; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#iconTintMode} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.mediarouter:iconTintMode + */ + public static int MenuItem_iconTintMode = 22; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#numericModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name android.support.v7.mediarouter:numericModifiers + */ + public static int MenuItem_numericModifiers = 14; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#showAsAction} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ @attr name android.support.v7.mediarouter:showAsAction + */ + public static int MenuItem_showAsAction = 15; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tooltipText} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:tooltipText + */ + public static int MenuItem_tooltipText = 20; + /** Attributes that can be used with a MenuView. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_preserveIconSpacing android.support.v7.mediarouter:preserveIconSpacing}
{@link #MenuView_subMenuArrow android.support.v7.mediarouter:subMenuArrow}
+ @see #MenuView_android_headerBackground + @see #MenuView_android_horizontalDivider + @see #MenuView_android_itemBackground + @see #MenuView_android_itemIconDisabledAlpha + @see #MenuView_android_itemTextAppearance + @see #MenuView_android_verticalDivider + @see #MenuView_android_windowAnimationStyle + @see #MenuView_preserveIconSpacing + @see #MenuView_subMenuArrow + */ + public static final int[] MenuView = { + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f0100e4, + 0x7f0100e5 + }; + /** +

This symbol is the offset where the {@link android.R.attr#headerBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:headerBackground + */ + public static int MenuView_android_headerBackground = 4; + /** +

This symbol is the offset where the {@link android.R.attr#horizontalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:horizontalDivider + */ + public static int MenuView_android_horizontalDivider = 2; + /** +

This symbol is the offset where the {@link android.R.attr#itemBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemBackground + */ + public static int MenuView_android_itemBackground = 5; + /** +

This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemIconDisabledAlpha + */ + public static int MenuView_android_itemIconDisabledAlpha = 6; + /** +

This symbol is the offset where the {@link android.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemTextAppearance + */ + public static int MenuView_android_itemTextAppearance = 1; + /** +

This symbol is the offset where the {@link android.R.attr#verticalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:verticalDivider + */ + public static int MenuView_android_verticalDivider = 3; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:windowAnimationStyle + */ + public static int MenuView_android_windowAnimationStyle = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#preserveIconSpacing} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:preserveIconSpacing + */ + public static int MenuView_preserveIconSpacing = 7; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#subMenuArrow} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:subMenuArrow + */ + public static int MenuView_subMenuArrow = 8; + /** Attributes that can be used with a NavigationView. +

Includes the following attributes:

+ + + + + + + + + + + + + + +
AttributeDescription
{@link #NavigationView_android_background android:background}
{@link #NavigationView_android_fitsSystemWindows android:fitsSystemWindows}
{@link #NavigationView_android_maxWidth android:maxWidth}
{@link #NavigationView_elevation android.support.v7.mediarouter:elevation}
{@link #NavigationView_headerLayout android.support.v7.mediarouter:headerLayout}
{@link #NavigationView_itemBackground android.support.v7.mediarouter:itemBackground}
{@link #NavigationView_itemIconTint android.support.v7.mediarouter:itemIconTint}
{@link #NavigationView_itemTextAppearance android.support.v7.mediarouter:itemTextAppearance}
{@link #NavigationView_itemTextColor android.support.v7.mediarouter:itemTextColor}
{@link #NavigationView_menu android.support.v7.mediarouter:menu}
+ @see #NavigationView_android_background + @see #NavigationView_android_fitsSystemWindows + @see #NavigationView_android_maxWidth + @see #NavigationView_elevation + @see #NavigationView_headerLayout + @see #NavigationView_itemBackground + @see #NavigationView_itemIconTint + @see #NavigationView_itemTextAppearance + @see #NavigationView_itemTextColor + @see #NavigationView_menu + */ + public static final int[] NavigationView = { + 0x010100d4, 0x010100dd, 0x0101011f, 0x7f01003e, + 0x7f010143, 0x7f010144, 0x7f010145, 0x7f010146, + 0x7f010147, 0x7f010148 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:background + */ + public static int NavigationView_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fitsSystemWindows} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:fitsSystemWindows + */ + public static int NavigationView_android_fitsSystemWindows = 1; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:maxWidth + */ + public static int NavigationView_android_maxWidth = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#elevation} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:elevation + */ + public static int NavigationView_elevation = 3; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#headerLayout} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:headerLayout + */ + public static int NavigationView_headerLayout = 9; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#itemBackground} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:itemBackground + */ + public static int NavigationView_itemBackground = 7; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#itemIconTint} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:itemIconTint + */ + public static int NavigationView_itemIconTint = 5; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:itemTextAppearance + */ + public static int NavigationView_itemTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#itemTextColor} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:itemTextColor + */ + public static int NavigationView_itemTextColor = 6; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#menu} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:menu + */ + public static int NavigationView_menu = 4; + /** Attributes that can be used with a PopupWindow. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle}
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_overlapAnchor android.support.v7.mediarouter:overlapAnchor}
+ @see #PopupWindow_android_popupAnimationStyle + @see #PopupWindow_android_popupBackground + @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow = { + 0x01010176, 0x010102c9, 0x7f0100e6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#popupAnimationStyle} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupAnimationStyle + */ + public static int PopupWindow_android_popupAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupBackground + */ + public static int PopupWindow_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#overlapAnchor} + attribute's value can be found in the {@link #PopupWindow} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:overlapAnchor + */ + public static int PopupWindow_overlapAnchor = 2; + /** Attributes that can be used with a PopupWindowBackgroundState. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor android.support.v7.mediarouter:state_above_anchor}
+ @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState = { + 0x7f0100e7 + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#state_above_anchor} + attribute's value can be found in the {@link #PopupWindowBackgroundState} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:state_above_anchor + */ + public static int PopupWindowBackgroundState_state_above_anchor = 0; + /** Attributes that can be used with a RecycleListView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #RecycleListView_paddingBottomNoButtons android.support.v7.mediarouter:paddingBottomNoButtons}
{@link #RecycleListView_paddingTopNoTitle android.support.v7.mediarouter:paddingTopNoTitle}
+ @see #RecycleListView_paddingBottomNoButtons + @see #RecycleListView_paddingTopNoTitle + */ + public static final int[] RecycleListView = { + 0x7f0100e8, 0x7f0100e9 + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#paddingBottomNoButtons} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:paddingBottomNoButtons + */ + public static int RecycleListView_paddingBottomNoButtons = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#paddingTopNoTitle} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:paddingTopNoTitle + */ + public static int RecycleListView_paddingTopNoTitle = 1; + /** Attributes that can be used with a RecyclerView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + +
AttributeDescription
{@link #RecyclerView_android_descendantFocusability android:descendantFocusability}
{@link #RecyclerView_android_orientation android:orientation}
{@link #RecyclerView_fastScrollEnabled android.support.v7.mediarouter:fastScrollEnabled}
{@link #RecyclerView_fastScrollHorizontalThumbDrawable android.support.v7.mediarouter:fastScrollHorizontalThumbDrawable}
{@link #RecyclerView_fastScrollHorizontalTrackDrawable android.support.v7.mediarouter:fastScrollHorizontalTrackDrawable}
{@link #RecyclerView_fastScrollVerticalThumbDrawable android.support.v7.mediarouter:fastScrollVerticalThumbDrawable}
{@link #RecyclerView_fastScrollVerticalTrackDrawable android.support.v7.mediarouter:fastScrollVerticalTrackDrawable}
{@link #RecyclerView_layoutManager android.support.v7.mediarouter:layoutManager}
{@link #RecyclerView_reverseLayout android.support.v7.mediarouter:reverseLayout}
{@link #RecyclerView_spanCount android.support.v7.mediarouter:spanCount}
{@link #RecyclerView_stackFromEnd android.support.v7.mediarouter:stackFromEnd}
+ @see #RecyclerView_android_descendantFocusability + @see #RecyclerView_android_orientation + @see #RecyclerView_fastScrollEnabled + @see #RecyclerView_fastScrollHorizontalThumbDrawable + @see #RecyclerView_fastScrollHorizontalTrackDrawable + @see #RecyclerView_fastScrollVerticalThumbDrawable + @see #RecyclerView_fastScrollVerticalTrackDrawable + @see #RecyclerView_layoutManager + @see #RecyclerView_reverseLayout + @see #RecyclerView_spanCount + @see #RecyclerView_stackFromEnd + */ + public static final int[] RecyclerView = { + 0x010100c4, 0x010100f1, 0x7f010000, 0x7f010001, + 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, + 0x7f010006, 0x7f010007, 0x7f010008 + }; + /** +

This symbol is the offset where the {@link android.R.attr#descendantFocusability} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:descendantFocusability + */ + public static int RecyclerView_android_descendantFocusability = 1; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:orientation + */ + public static int RecyclerView_android_orientation = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#fastScrollEnabled} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:fastScrollEnabled + */ + public static int RecyclerView_fastScrollEnabled = 6; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#fastScrollHorizontalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:fastScrollHorizontalThumbDrawable + */ + public static int RecyclerView_fastScrollHorizontalThumbDrawable = 9; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#fastScrollHorizontalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:fastScrollHorizontalTrackDrawable + */ + public static int RecyclerView_fastScrollHorizontalTrackDrawable = 10; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#fastScrollVerticalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:fastScrollVerticalThumbDrawable + */ + public static int RecyclerView_fastScrollVerticalThumbDrawable = 7; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#fastScrollVerticalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:fastScrollVerticalTrackDrawable + */ + public static int RecyclerView_fastScrollVerticalTrackDrawable = 8; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#layoutManager} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:layoutManager + */ + public static int RecyclerView_layoutManager = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#reverseLayout} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:reverseLayout + */ + public static int RecyclerView_reverseLayout = 4; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#spanCount} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:spanCount + */ + public static int RecyclerView_spanCount = 3; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#stackFromEnd} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:stackFromEnd + */ + public static int RecyclerView_stackFromEnd = 5; + /** Attributes that can be used with a ScrimInsetsFrameLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrimInsetsFrameLayout_insetForeground android.support.v7.mediarouter:insetForeground}
+ @see #ScrimInsetsFrameLayout_insetForeground + */ + public static final int[] ScrimInsetsFrameLayout = { + 0x7f010149 + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#insetForeground} + attribute's value can be found in the {@link #ScrimInsetsFrameLayout} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.mediarouter:insetForeground + */ + public static int ScrimInsetsFrameLayout_insetForeground = 0; + /** Attributes that can be used with a ScrollingViewBehavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrollingViewBehavior_Layout_behavior_overlapTop android.support.v7.mediarouter:behavior_overlapTop}
+ @see #ScrollingViewBehavior_Layout_behavior_overlapTop + */ + public static final int[] ScrollingViewBehavior_Layout = { + 0x7f01014a + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#behavior_overlapTop} + attribute's value can be found in the {@link #ScrollingViewBehavior_Layout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:behavior_overlapTop + */ + public static int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; + /** Attributes that can be used with a SearchView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_closeIcon android.support.v7.mediarouter:closeIcon}
{@link #SearchView_commitIcon android.support.v7.mediarouter:commitIcon}
{@link #SearchView_defaultQueryHint android.support.v7.mediarouter:defaultQueryHint}
{@link #SearchView_goIcon android.support.v7.mediarouter:goIcon}
{@link #SearchView_iconifiedByDefault android.support.v7.mediarouter:iconifiedByDefault}
{@link #SearchView_layout android.support.v7.mediarouter:layout}
{@link #SearchView_queryBackground android.support.v7.mediarouter:queryBackground}
{@link #SearchView_queryHint android.support.v7.mediarouter:queryHint}
{@link #SearchView_searchHintIcon android.support.v7.mediarouter:searchHintIcon}
{@link #SearchView_searchIcon android.support.v7.mediarouter:searchIcon}
{@link #SearchView_submitBackground android.support.v7.mediarouter:submitBackground}
{@link #SearchView_suggestionRowLayout android.support.v7.mediarouter:suggestionRowLayout}
{@link #SearchView_voiceIcon android.support.v7.mediarouter:voiceIcon}
+ @see #SearchView_android_focusable + @see #SearchView_android_imeOptions + @see #SearchView_android_inputType + @see #SearchView_android_maxWidth + @see #SearchView_closeIcon + @see #SearchView_commitIcon + @see #SearchView_defaultQueryHint + @see #SearchView_goIcon + @see #SearchView_iconifiedByDefault + @see #SearchView_layout + @see #SearchView_queryBackground + @see #SearchView_queryHint + @see #SearchView_searchHintIcon + @see #SearchView_searchIcon + @see #SearchView_submitBackground + @see #SearchView_suggestionRowLayout + @see #SearchView_voiceIcon + */ + public static final int[] SearchView = { + 0x010100da, 0x0101011f, 0x01010220, 0x01010264, + 0x7f0100ea, 0x7f0100eb, 0x7f0100ec, 0x7f0100ed, + 0x7f0100ee, 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, + 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, + 0x7f0100f6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:focusable + */ + public static int SearchView_android_focusable = 0; + /** +

This symbol is the offset where the {@link android.R.attr#imeOptions} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:imeOptions + */ + public static int SearchView_android_imeOptions = 3; + /** +

This symbol is the offset where the {@link android.R.attr#inputType} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:inputType + */ + public static int SearchView_android_inputType = 2; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:maxWidth + */ + public static int SearchView_android_maxWidth = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#closeIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:closeIcon + */ + public static int SearchView_closeIcon = 8; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#commitIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:commitIcon + */ + public static int SearchView_commitIcon = 13; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#defaultQueryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:defaultQueryHint + */ + public static int SearchView_defaultQueryHint = 7; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#goIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:goIcon + */ + public static int SearchView_goIcon = 9; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#iconifiedByDefault} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:iconifiedByDefault + */ + public static int SearchView_iconifiedByDefault = 5; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#layout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:layout + */ + public static int SearchView_layout = 4; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#queryBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:queryBackground + */ + public static int SearchView_queryBackground = 15; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#queryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:queryHint + */ + public static int SearchView_queryHint = 6; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#searchHintIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:searchHintIcon + */ + public static int SearchView_searchHintIcon = 11; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#searchIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:searchIcon + */ + public static int SearchView_searchIcon = 10; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#submitBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:submitBackground + */ + public static int SearchView_submitBackground = 16; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#suggestionRowLayout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:suggestionRowLayout + */ + public static int SearchView_suggestionRowLayout = 14; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#voiceIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:voiceIcon + */ + public static int SearchView_voiceIcon = 12; + /** Attributes that can be used with a SnackbarLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #SnackbarLayout_android_maxWidth android:maxWidth}
{@link #SnackbarLayout_elevation android.support.v7.mediarouter:elevation}
{@link #SnackbarLayout_maxActionInlineWidth android.support.v7.mediarouter:maxActionInlineWidth}
+ @see #SnackbarLayout_android_maxWidth + @see #SnackbarLayout_elevation + @see #SnackbarLayout_maxActionInlineWidth + */ + public static final int[] SnackbarLayout = { + 0x0101011f, 0x7f01003e, 0x7f01014b + }; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + @attr name android:maxWidth + */ + public static int SnackbarLayout_android_maxWidth = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#elevation} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:elevation + */ + public static int SnackbarLayout_elevation = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#maxActionInlineWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:maxActionInlineWidth + */ + public static int SnackbarLayout_maxActionInlineWidth = 2; + /** Attributes that can be used with a Spinner. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_android_entries android:entries}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_popupTheme android.support.v7.mediarouter:popupTheme}
+ @see #Spinner_android_dropDownWidth + @see #Spinner_android_entries + @see #Spinner_android_popupBackground + @see #Spinner_android_prompt + @see #Spinner_popupTheme + */ + public static final int[] Spinner = { + 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, + 0x7f01003f + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:dropDownWidth + */ + public static int Spinner_android_dropDownWidth = 3; + /** +

This symbol is the offset where the {@link android.R.attr#entries} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:entries + */ + public static int Spinner_android_entries = 0; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:popupBackground + */ + public static int Spinner_android_popupBackground = 1; + /** +

This symbol is the offset where the {@link android.R.attr#prompt} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:prompt + */ + public static int Spinner_android_prompt = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#popupTheme} + attribute's value can be found in the {@link #Spinner} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:popupTheme + */ + public static int Spinner_popupTheme = 4; + /** Attributes that can be used with a SwitchCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText android.support.v7.mediarouter:showText}
{@link #SwitchCompat_splitTrack android.support.v7.mediarouter:splitTrack}
{@link #SwitchCompat_switchMinWidth android.support.v7.mediarouter:switchMinWidth}
{@link #SwitchCompat_switchPadding android.support.v7.mediarouter:switchPadding}
{@link #SwitchCompat_switchTextAppearance android.support.v7.mediarouter:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding android.support.v7.mediarouter:thumbTextPadding}
{@link #SwitchCompat_thumbTint android.support.v7.mediarouter:thumbTint}
{@link #SwitchCompat_thumbTintMode android.support.v7.mediarouter:thumbTintMode}
{@link #SwitchCompat_track android.support.v7.mediarouter:track}
{@link #SwitchCompat_trackTint android.support.v7.mediarouter:trackTint}
{@link #SwitchCompat_trackTintMode android.support.v7.mediarouter:trackTintMode}
+ @see #SwitchCompat_android_textOff + @see #SwitchCompat_android_textOn + @see #SwitchCompat_android_thumb + @see #SwitchCompat_showText + @see #SwitchCompat_splitTrack + @see #SwitchCompat_switchMinWidth + @see #SwitchCompat_switchPadding + @see #SwitchCompat_switchTextAppearance + @see #SwitchCompat_thumbTextPadding + @see #SwitchCompat_thumbTint + @see #SwitchCompat_thumbTintMode + @see #SwitchCompat_track + @see #SwitchCompat_trackTint + @see #SwitchCompat_trackTintMode + */ + public static final int[] SwitchCompat = { + 0x01010124, 0x01010125, 0x01010142, 0x7f0100f7, + 0x7f0100f8, 0x7f0100f9, 0x7f0100fa, 0x7f0100fb, + 0x7f0100fc, 0x7f0100fd, 0x7f0100fe, 0x7f0100ff, + 0x7f010100, 0x7f010101 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textOff} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOff + */ + public static int SwitchCompat_android_textOff = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textOn} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOn + */ + public static int SwitchCompat_android_textOn = 0; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:thumb + */ + public static int SwitchCompat_android_thumb = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#showText} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:showText + */ + public static int SwitchCompat_showText = 13; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#splitTrack} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:splitTrack + */ + public static int SwitchCompat_splitTrack = 12; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#switchMinWidth} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:switchMinWidth + */ + public static int SwitchCompat_switchMinWidth = 10; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#switchPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:switchPadding + */ + public static int SwitchCompat_switchPadding = 11; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#switchTextAppearance} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:switchTextAppearance + */ + public static int SwitchCompat_switchTextAppearance = 9; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#thumbTextPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:thumbTextPadding + */ + public static int SwitchCompat_thumbTextPadding = 8; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#thumbTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:thumbTint + */ + public static int SwitchCompat_thumbTint = 3; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#thumbTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.mediarouter:thumbTintMode + */ + public static int SwitchCompat_thumbTintMode = 4; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#track} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:track + */ + public static int SwitchCompat_track = 5; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#trackTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:trackTint + */ + public static int SwitchCompat_trackTint = 6; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#trackTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.mediarouter:trackTintMode + */ + public static int SwitchCompat_trackTintMode = 7; + /** Attributes that can be used with a TabItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #TabItem_android_icon android:icon}
{@link #TabItem_android_layout android:layout}
{@link #TabItem_android_text android:text}
+ @see #TabItem_android_icon + @see #TabItem_android_layout + @see #TabItem_android_text + */ + public static final int[] TabItem = { + 0x01010002, 0x010100f2, 0x0101014f + }; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:icon + */ + public static int TabItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:layout + */ + public static int TabItem_android_layout = 1; + /** +

This symbol is the offset where the {@link android.R.attr#text} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:text + */ + public static int TabItem_android_text = 2; + /** Attributes that can be used with a TabLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TabLayout_tabBackground android.support.v7.mediarouter:tabBackground}
{@link #TabLayout_tabContentStart android.support.v7.mediarouter:tabContentStart}
{@link #TabLayout_tabGravity android.support.v7.mediarouter:tabGravity}
{@link #TabLayout_tabIndicatorColor android.support.v7.mediarouter:tabIndicatorColor}
{@link #TabLayout_tabIndicatorHeight android.support.v7.mediarouter:tabIndicatorHeight}
{@link #TabLayout_tabMaxWidth android.support.v7.mediarouter:tabMaxWidth}
{@link #TabLayout_tabMinWidth android.support.v7.mediarouter:tabMinWidth}
{@link #TabLayout_tabMode android.support.v7.mediarouter:tabMode}
{@link #TabLayout_tabPadding android.support.v7.mediarouter:tabPadding}
{@link #TabLayout_tabPaddingBottom android.support.v7.mediarouter:tabPaddingBottom}
{@link #TabLayout_tabPaddingEnd android.support.v7.mediarouter:tabPaddingEnd}
{@link #TabLayout_tabPaddingStart android.support.v7.mediarouter:tabPaddingStart}
{@link #TabLayout_tabPaddingTop android.support.v7.mediarouter:tabPaddingTop}
{@link #TabLayout_tabSelectedTextColor android.support.v7.mediarouter:tabSelectedTextColor}
{@link #TabLayout_tabTextAppearance android.support.v7.mediarouter:tabTextAppearance}
{@link #TabLayout_tabTextColor android.support.v7.mediarouter:tabTextColor}
+ @see #TabLayout_tabBackground + @see #TabLayout_tabContentStart + @see #TabLayout_tabGravity + @see #TabLayout_tabIndicatorColor + @see #TabLayout_tabIndicatorHeight + @see #TabLayout_tabMaxWidth + @see #TabLayout_tabMinWidth + @see #TabLayout_tabMode + @see #TabLayout_tabPadding + @see #TabLayout_tabPaddingBottom + @see #TabLayout_tabPaddingEnd + @see #TabLayout_tabPaddingStart + @see #TabLayout_tabPaddingTop + @see #TabLayout_tabSelectedTextColor + @see #TabLayout_tabTextAppearance + @see #TabLayout_tabTextColor + */ + public static final int[] TabLayout = { + 0x7f01014c, 0x7f01014d, 0x7f01014e, 0x7f01014f, + 0x7f010150, 0x7f010151, 0x7f010152, 0x7f010153, + 0x7f010154, 0x7f010155, 0x7f010156, 0x7f010157, + 0x7f010158, 0x7f010159, 0x7f01015a, 0x7f01015b + }; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tabBackground} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:tabBackground + */ + public static int TabLayout_tabBackground = 3; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tabContentStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:tabContentStart + */ + public static int TabLayout_tabContentStart = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tabGravity} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ @attr name android.support.v7.mediarouter:tabGravity + */ + public static int TabLayout_tabGravity = 5; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tabIndicatorColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:tabIndicatorColor + */ + public static int TabLayout_tabIndicatorColor = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tabIndicatorHeight} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:tabIndicatorHeight + */ + public static int TabLayout_tabIndicatorHeight = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tabMaxWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:tabMaxWidth + */ + public static int TabLayout_tabMaxWidth = 7; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tabMinWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:tabMinWidth + */ + public static int TabLayout_tabMinWidth = 6; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tabMode} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ @attr name android.support.v7.mediarouter:tabMode + */ + public static int TabLayout_tabMode = 4; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tabPadding} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:tabPadding + */ + public static int TabLayout_tabPadding = 15; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tabPaddingBottom} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:tabPaddingBottom + */ + public static int TabLayout_tabPaddingBottom = 14; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tabPaddingEnd} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:tabPaddingEnd + */ + public static int TabLayout_tabPaddingEnd = 13; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tabPaddingStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:tabPaddingStart + */ + public static int TabLayout_tabPaddingStart = 11; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tabPaddingTop} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:tabPaddingTop + */ + public static int TabLayout_tabPaddingTop = 12; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tabSelectedTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:tabSelectedTextColor + */ + public static int TabLayout_tabSelectedTextColor = 10; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tabTextAppearance} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:tabTextAppearance + */ + public static int TabLayout_tabTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#tabTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:tabTextColor + */ + public static int TabLayout_tabTextColor = 9; + /** Attributes that can be used with a TextAppearance. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextAppearance_android_fontFamily android:fontFamily}
{@link #TextAppearance_android_shadowColor android:shadowColor}
{@link #TextAppearance_android_shadowDx android:shadowDx}
{@link #TextAppearance_android_shadowDy android:shadowDy}
{@link #TextAppearance_android_shadowRadius android:shadowRadius}
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textColorHint android:textColorHint}
{@link #TextAppearance_android_textColorLink android:textColorLink}
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_fontFamily android.support.v7.mediarouter:fontFamily}
{@link #TextAppearance_textAllCaps android.support.v7.mediarouter:textAllCaps}
+ @see #TextAppearance_android_fontFamily + @see #TextAppearance_android_shadowColor + @see #TextAppearance_android_shadowDx + @see #TextAppearance_android_shadowDy + @see #TextAppearance_android_shadowRadius + @see #TextAppearance_android_textColor + @see #TextAppearance_android_textColorHint + @see #TextAppearance_android_textColorLink + @see #TextAppearance_android_textSize + @see #TextAppearance_android_textStyle + @see #TextAppearance_android_typeface + @see #TextAppearance_fontFamily + @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance = { + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, + 0x01010163, 0x01010164, 0x010103ac, 0x7f01004f, + 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:fontFamily + */ + public static int TextAppearance_android_fontFamily = 10; + /** +

This symbol is the offset where the {@link android.R.attr#shadowColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowColor + */ + public static int TextAppearance_android_shadowColor = 6; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDx} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDx + */ + public static int TextAppearance_android_shadowDx = 7; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDy} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDy + */ + public static int TextAppearance_android_shadowDy = 8; + /** +

This symbol is the offset where the {@link android.R.attr#shadowRadius} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowRadius + */ + public static int TextAppearance_android_shadowRadius = 9; + /** +

This symbol is the offset where the {@link android.R.attr#textColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColor + */ + public static int TextAppearance_android_textColor = 3; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorHint + */ + public static int TextAppearance_android_textColorHint = 4; + /** +

This symbol is the offset where the {@link android.R.attr#textColorLink} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorLink + */ + public static int TextAppearance_android_textColorLink = 5; + /** +

This symbol is the offset where the {@link android.R.attr#textSize} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textSize + */ + public static int TextAppearance_android_textSize = 0; + /** +

This symbol is the offset where the {@link android.R.attr#textStyle} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textStyle + */ + public static int TextAppearance_android_textStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#typeface} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:typeface + */ + public static int TextAppearance_android_typeface = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:fontFamily + */ + public static int TextAppearance_fontFamily = 12; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#textAllCaps} + attribute's value can be found in the {@link #TextAppearance} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name android.support.v7.mediarouter:textAllCaps + */ + public static int TextAppearance_textAllCaps = 11; + /** Attributes that can be used with a TextInputLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextInputLayout_android_hint android:hint}
{@link #TextInputLayout_android_textColorHint android:textColorHint}
{@link #TextInputLayout_counterEnabled android.support.v7.mediarouter:counterEnabled}
{@link #TextInputLayout_counterMaxLength android.support.v7.mediarouter:counterMaxLength}
{@link #TextInputLayout_counterOverflowTextAppearance android.support.v7.mediarouter:counterOverflowTextAppearance}
{@link #TextInputLayout_counterTextAppearance android.support.v7.mediarouter:counterTextAppearance}
{@link #TextInputLayout_errorEnabled android.support.v7.mediarouter:errorEnabled}
{@link #TextInputLayout_errorTextAppearance android.support.v7.mediarouter:errorTextAppearance}
{@link #TextInputLayout_hintAnimationEnabled android.support.v7.mediarouter:hintAnimationEnabled}
{@link #TextInputLayout_hintEnabled android.support.v7.mediarouter:hintEnabled}
{@link #TextInputLayout_hintTextAppearance android.support.v7.mediarouter:hintTextAppearance}
{@link #TextInputLayout_passwordToggleContentDescription android.support.v7.mediarouter:passwordToggleContentDescription}
{@link #TextInputLayout_passwordToggleDrawable android.support.v7.mediarouter:passwordToggleDrawable}
{@link #TextInputLayout_passwordToggleEnabled android.support.v7.mediarouter:passwordToggleEnabled}
{@link #TextInputLayout_passwordToggleTint android.support.v7.mediarouter:passwordToggleTint}
{@link #TextInputLayout_passwordToggleTintMode android.support.v7.mediarouter:passwordToggleTintMode}
+ @see #TextInputLayout_android_hint + @see #TextInputLayout_android_textColorHint + @see #TextInputLayout_counterEnabled + @see #TextInputLayout_counterMaxLength + @see #TextInputLayout_counterOverflowTextAppearance + @see #TextInputLayout_counterTextAppearance + @see #TextInputLayout_errorEnabled + @see #TextInputLayout_errorTextAppearance + @see #TextInputLayout_hintAnimationEnabled + @see #TextInputLayout_hintEnabled + @see #TextInputLayout_hintTextAppearance + @see #TextInputLayout_passwordToggleContentDescription + @see #TextInputLayout_passwordToggleDrawable + @see #TextInputLayout_passwordToggleEnabled + @see #TextInputLayout_passwordToggleTint + @see #TextInputLayout_passwordToggleTintMode + */ + public static final int[] TextInputLayout = { + 0x0101009a, 0x01010150, 0x7f01015c, 0x7f01015d, + 0x7f01015e, 0x7f01015f, 0x7f010160, 0x7f010161, + 0x7f010162, 0x7f010163, 0x7f010164, 0x7f010165, + 0x7f010166, 0x7f010167, 0x7f010168, 0x7f010169 + }; + /** +

This symbol is the offset where the {@link android.R.attr#hint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:hint + */ + public static int TextInputLayout_android_hint = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:textColorHint + */ + public static int TextInputLayout_android_textColorHint = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#counterEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:counterEnabled + */ + public static int TextInputLayout_counterEnabled = 6; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#counterMaxLength} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:counterMaxLength + */ + public static int TextInputLayout_counterMaxLength = 7; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#counterOverflowTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:counterOverflowTextAppearance + */ + public static int TextInputLayout_counterOverflowTextAppearance = 9; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#counterTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:counterTextAppearance + */ + public static int TextInputLayout_counterTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#errorEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:errorEnabled + */ + public static int TextInputLayout_errorEnabled = 4; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#errorTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:errorTextAppearance + */ + public static int TextInputLayout_errorTextAppearance = 5; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#hintAnimationEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:hintAnimationEnabled + */ + public static int TextInputLayout_hintAnimationEnabled = 10; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#hintEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:hintEnabled + */ + public static int TextInputLayout_hintEnabled = 3; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#hintTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:hintTextAppearance + */ + public static int TextInputLayout_hintTextAppearance = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#passwordToggleContentDescription} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:passwordToggleContentDescription + */ + public static int TextInputLayout_passwordToggleContentDescription = 13; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#passwordToggleDrawable} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:passwordToggleDrawable + */ + public static int TextInputLayout_passwordToggleDrawable = 12; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#passwordToggleEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:passwordToggleEnabled + */ + public static int TextInputLayout_passwordToggleEnabled = 11; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#passwordToggleTint} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:passwordToggleTint + */ + public static int TextInputLayout_passwordToggleTint = 14; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#passwordToggleTintMode} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name android.support.v7.mediarouter:passwordToggleTintMode + */ + public static int TextInputLayout_passwordToggleTintMode = 15; + /** Attributes that can be used with a Toolbar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_buttonGravity android.support.v7.mediarouter:buttonGravity}
{@link #Toolbar_collapseContentDescription android.support.v7.mediarouter:collapseContentDescription}
{@link #Toolbar_collapseIcon android.support.v7.mediarouter:collapseIcon}
{@link #Toolbar_contentInsetEnd android.support.v7.mediarouter:contentInsetEnd}
{@link #Toolbar_contentInsetEndWithActions android.support.v7.mediarouter:contentInsetEndWithActions}
{@link #Toolbar_contentInsetLeft android.support.v7.mediarouter:contentInsetLeft}
{@link #Toolbar_contentInsetRight android.support.v7.mediarouter:contentInsetRight}
{@link #Toolbar_contentInsetStart android.support.v7.mediarouter:contentInsetStart}
{@link #Toolbar_contentInsetStartWithNavigation android.support.v7.mediarouter:contentInsetStartWithNavigation}
{@link #Toolbar_logo android.support.v7.mediarouter:logo}
{@link #Toolbar_logoDescription android.support.v7.mediarouter:logoDescription}
{@link #Toolbar_maxButtonHeight android.support.v7.mediarouter:maxButtonHeight}
{@link #Toolbar_navigationContentDescription android.support.v7.mediarouter:navigationContentDescription}
{@link #Toolbar_navigationIcon android.support.v7.mediarouter:navigationIcon}
{@link #Toolbar_popupTheme android.support.v7.mediarouter:popupTheme}
{@link #Toolbar_subtitle android.support.v7.mediarouter:subtitle}
{@link #Toolbar_subtitleTextAppearance android.support.v7.mediarouter:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor android.support.v7.mediarouter:subtitleTextColor}
{@link #Toolbar_title android.support.v7.mediarouter:title}
{@link #Toolbar_titleMargin android.support.v7.mediarouter:titleMargin}
{@link #Toolbar_titleMarginBottom android.support.v7.mediarouter:titleMarginBottom}
{@link #Toolbar_titleMarginEnd android.support.v7.mediarouter:titleMarginEnd}
{@link #Toolbar_titleMarginStart android.support.v7.mediarouter:titleMarginStart}
{@link #Toolbar_titleMarginTop android.support.v7.mediarouter:titleMarginTop}
{@link #Toolbar_titleMargins android.support.v7.mediarouter:titleMargins}
{@link #Toolbar_titleTextAppearance android.support.v7.mediarouter:titleTextAppearance}
{@link #Toolbar_titleTextColor android.support.v7.mediarouter:titleTextColor}
+ @see #Toolbar_android_gravity + @see #Toolbar_android_minHeight + @see #Toolbar_buttonGravity + @see #Toolbar_collapseContentDescription + @see #Toolbar_collapseIcon + @see #Toolbar_contentInsetEnd + @see #Toolbar_contentInsetEndWithActions + @see #Toolbar_contentInsetLeft + @see #Toolbar_contentInsetRight + @see #Toolbar_contentInsetStart + @see #Toolbar_contentInsetStartWithNavigation + @see #Toolbar_logo + @see #Toolbar_logoDescription + @see #Toolbar_maxButtonHeight + @see #Toolbar_navigationContentDescription + @see #Toolbar_navigationIcon + @see #Toolbar_popupTheme + @see #Toolbar_subtitle + @see #Toolbar_subtitleTextAppearance + @see #Toolbar_subtitleTextColor + @see #Toolbar_title + @see #Toolbar_titleMargin + @see #Toolbar_titleMarginBottom + @see #Toolbar_titleMarginEnd + @see #Toolbar_titleMarginStart + @see #Toolbar_titleMarginTop + @see #Toolbar_titleMargins + @see #Toolbar_titleTextAppearance + @see #Toolbar_titleTextColor + */ + public static final int[] Toolbar = { + 0x010100af, 0x01010140, 0x7f010025, 0x7f010028, + 0x7f01002c, 0x7f010038, 0x7f010039, 0x7f01003a, + 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003f, + 0x7f010102, 0x7f010103, 0x7f010104, 0x7f010105, + 0x7f010106, 0x7f010107, 0x7f010108, 0x7f010109, + 0x7f01010a, 0x7f01010b, 0x7f01010c, 0x7f01010d, + 0x7f01010e, 0x7f01010f, 0x7f010110, 0x7f010111, + 0x7f010112 + }; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:gravity + */ + public static int Toolbar_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:minHeight + */ + public static int Toolbar_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#buttonGravity} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ @attr name android.support.v7.mediarouter:buttonGravity + */ + public static int Toolbar_buttonGravity = 21; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#collapseContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:collapseContentDescription + */ + public static int Toolbar_collapseContentDescription = 23; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#collapseIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:collapseIcon + */ + public static int Toolbar_collapseIcon = 22; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:contentInsetEnd + */ + public static int Toolbar_contentInsetEnd = 6; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:contentInsetEndWithActions + */ + public static int Toolbar_contentInsetEndWithActions = 10; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:contentInsetLeft + */ + public static int Toolbar_contentInsetLeft = 7; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#contentInsetRight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:contentInsetRight + */ + public static int Toolbar_contentInsetRight = 8; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#contentInsetStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:contentInsetStart + */ + public static int Toolbar_contentInsetStart = 5; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:contentInsetStartWithNavigation + */ + public static int Toolbar_contentInsetStartWithNavigation = 9; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#logo} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:logo + */ + public static int Toolbar_logo = 4; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#logoDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:logoDescription + */ + public static int Toolbar_logoDescription = 26; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#maxButtonHeight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:maxButtonHeight + */ + public static int Toolbar_maxButtonHeight = 20; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#navigationContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:navigationContentDescription + */ + public static int Toolbar_navigationContentDescription = 25; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#navigationIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:navigationIcon + */ + public static int Toolbar_navigationIcon = 24; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#popupTheme} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:popupTheme + */ + public static int Toolbar_popupTheme = 11; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#subtitle} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:subtitle + */ + public static int Toolbar_subtitle = 3; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#subtitleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:subtitleTextAppearance + */ + public static int Toolbar_subtitleTextAppearance = 13; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#subtitleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:subtitleTextColor + */ + public static int Toolbar_subtitleTextColor = 28; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#title} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:title + */ + public static int Toolbar_title = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#titleMargin} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:titleMargin + */ + public static int Toolbar_titleMargin = 14; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#titleMarginBottom} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:titleMarginBottom + */ + public static int Toolbar_titleMarginBottom = 18; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#titleMarginEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:titleMarginEnd + */ + public static int Toolbar_titleMarginEnd = 16; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#titleMarginStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:titleMarginStart + */ + public static int Toolbar_titleMarginStart = 15; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#titleMarginTop} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:titleMarginTop + */ + public static int Toolbar_titleMarginTop = 17; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#titleMargins} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:titleMargins + */ + public static int Toolbar_titleMargins = 19; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#titleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:titleTextAppearance + */ + public static int Toolbar_titleTextAppearance = 12; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#titleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:titleTextColor + */ + public static int Toolbar_titleTextColor = 27; + /** Attributes that can be used with a View. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #View_android_focusable android:focusable}
{@link #View_android_theme android:theme}
{@link #View_paddingEnd android.support.v7.mediarouter:paddingEnd}
{@link #View_paddingStart android.support.v7.mediarouter:paddingStart}
{@link #View_theme android.support.v7.mediarouter:theme}
+ @see #View_android_focusable + @see #View_android_theme + @see #View_paddingEnd + @see #View_paddingStart + @see #View_theme + */ + public static final int[] View = { + 0x01010000, 0x010100da, 0x7f010113, 0x7f010114, + 0x7f010115 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #View} array. + @attr name android:focusable + */ + public static int View_android_focusable = 1; + /** +

This symbol is the offset where the {@link android.R.attr#theme} + attribute's value can be found in the {@link #View} array. + @attr name android:theme + */ + public static int View_android_theme = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#paddingEnd} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:paddingEnd + */ + public static int View_paddingEnd = 3; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#paddingStart} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:paddingStart + */ + public static int View_paddingStart = 2; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#theme} + attribute's value can be found in the {@link #View} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.mediarouter:theme + */ + public static int View_theme = 4; + /** Attributes that can be used with a ViewBackgroundHelper. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint android.support.v7.mediarouter:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode android.support.v7.mediarouter:backgroundTintMode}
+ @see #ViewBackgroundHelper_android_background + @see #ViewBackgroundHelper_backgroundTint + @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper = { + 0x010100d4, 0x7f010116, 0x7f010117 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + @attr name android:background + */ + public static int ViewBackgroundHelper_android_background = 0; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#backgroundTint} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.mediarouter:backgroundTint + */ + public static int ViewBackgroundHelper_backgroundTint = 1; + /** +

This symbol is the offset where the {@link android.support.v7.mediarouter.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.mediarouter:backgroundTintMode + */ + public static int ViewBackgroundHelper_backgroundTintMode = 2; + /** Attributes that can be used with a ViewStubCompat. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
{@link #ViewStubCompat_android_layout android:layout}
+ @see #ViewStubCompat_android_id + @see #ViewStubCompat_android_inflatedId + @see #ViewStubCompat_android_layout + */ + public static final int[] ViewStubCompat = { + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:id + */ + public static int ViewStubCompat_android_id = 0; + /** +

This symbol is the offset where the {@link android.R.attr#inflatedId} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:inflatedId + */ + public static int ViewStubCompat_android_inflatedId = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:layout + */ + public static int ViewStubCompat_android_layout = 1; + }; +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/recyclerview/R.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/recyclerview/R.java new file mode 100644 index 0000000..a48c49a --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/recyclerview/R.java @@ -0,0 +1,11703 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package android.support.v7.recyclerview; + +public final class R { + public static final class anim { + public static int abc_fade_in=0x7f050000; + public static int abc_fade_out=0x7f050001; + public static int abc_grow_fade_in_from_bottom=0x7f050002; + public static int abc_popup_enter=0x7f050003; + public static int abc_popup_exit=0x7f050004; + public static int abc_shrink_fade_out_from_bottom=0x7f050005; + public static int abc_slide_in_bottom=0x7f050006; + public static int abc_slide_in_top=0x7f050007; + public static int abc_slide_out_bottom=0x7f050008; + public static int abc_slide_out_top=0x7f050009; + public static int design_bottom_sheet_slide_in=0x7f05000a; + public static int design_bottom_sheet_slide_out=0x7f05000b; + public static int design_snackbar_in=0x7f05000c; + public static int design_snackbar_out=0x7f05000d; + public static int tooltip_enter=0x7f05000e; + public static int tooltip_exit=0x7f05000f; + } + public static final class animator { + public static int design_appbar_state_list_animator=0x7f060000; + } + public static final class attr { + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarDivider=0x7f01006b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarItemBackground=0x7f01006c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarPopupTheme=0x7f010065; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ */ + public static int actionBarSize=0x7f01006a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarSplitStyle=0x7f010067; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarStyle=0x7f010066; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabBarStyle=0x7f010061; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabStyle=0x7f010060; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabTextStyle=0x7f010062; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTheme=0x7f010068; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarWidgetTheme=0x7f010069; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionButtonStyle=0x7f010086; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionDropDownStyle=0x7f010082; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionLayout=0x7f0100dd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionMenuTextAppearance=0x7f01006d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int actionMenuTextColor=0x7f01006e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeBackground=0x7f010071; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseButtonStyle=0x7f010070; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseDrawable=0x7f010073; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCopyDrawable=0x7f010075; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCutDrawable=0x7f010074; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeFindDrawable=0x7f010079; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePasteDrawable=0x7f010076; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePopupWindowStyle=0x7f01007b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSelectAllDrawable=0x7f010077; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeShareDrawable=0x7f010078; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSplitBackground=0x7f010072; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeStyle=0x7f01006f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeWebSearchDrawable=0x7f01007a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowButtonStyle=0x7f010063; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowMenuStyle=0x7f010064; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionProviderClass=0x7f0100df; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionViewClass=0x7f0100de; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int activityChooserViewStyle=0x7f01008e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogButtonGroupStyle=0x7f0100b3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int alertDialogCenterButtons=0x7f0100b4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogStyle=0x7f0100b2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogTheme=0x7f0100b5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int allowStacking=0x7f0100cb; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int alpha=0x7f0100cc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static int alphabeticModifiers=0x7f0100da; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowHeadLength=0x7f0100d3; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowShaftLength=0x7f0100d4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int autoCompleteTextViewStyle=0x7f0100ba; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeMaxTextSize=0x7f010054; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeMinTextSize=0x7f010053; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int autoSizePresetSizes=0x7f010052; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int autoSizeStepGranularity=0x7f010051; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ */ + public static int autoSizeTextType=0x7f010050; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int background=0x7f01002e; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundSplit=0x7f010030; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundStacked=0x7f01002f; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int backgroundTint=0x7f010116; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int backgroundTintMode=0x7f010117; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int barLength=0x7f0100d5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_autoHide=0x7f010141; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_hideable=0x7f01011e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_overlapTop=0x7f01014a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ */ + public static int behavior_peekHeight=0x7f01011d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int behavior_skipCollapsed=0x7f01011f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int borderWidth=0x7f01013f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int borderlessButtonStyle=0x7f01008b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int bottomSheetDialogTheme=0x7f010139; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int bottomSheetStyle=0x7f01013a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarButtonStyle=0x7f010088; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNegativeButtonStyle=0x7f0100b8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNeutralButtonStyle=0x7f0100b9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarPositiveButtonStyle=0x7f0100b7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarStyle=0x7f010087; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ */ + public static int buttonGravity=0x7f01010b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonPanelSideLayout=0x7f010043; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyle=0x7f0100bb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyleSmall=0x7f0100bc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int buttonTint=0x7f0100cd; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int buttonTintMode=0x7f0100ce; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardBackgroundColor=0x7f010017; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardCornerRadius=0x7f010018; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardElevation=0x7f010019; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardMaxElevation=0x7f01001a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardPreventCornerOverlap=0x7f01001c; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int cardUseCompatPadding=0x7f01001b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkboxStyle=0x7f0100bd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkedTextViewStyle=0x7f0100be; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeIcon=0x7f0100ee; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeItemLayout=0x7f010040; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int collapseContentDescription=0x7f01010d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int collapseIcon=0x7f01010c; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static int collapsedTitleGravity=0x7f01012c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int collapsedTitleTextAppearance=0x7f010126; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int color=0x7f0100cf; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorAccent=0x7f0100aa; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorBackgroundFloating=0x7f0100b1; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorButtonNormal=0x7f0100ae; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlActivated=0x7f0100ac; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlHighlight=0x7f0100ad; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlNormal=0x7f0100ab; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int colorError=0x7f0100ca; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimary=0x7f0100a8; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimaryDark=0x7f0100a9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorSwitchThumbNormal=0x7f0100af; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int commitIcon=0x7f0100f3; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentDescription=0x7f0100e0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetEnd=0x7f010039; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetEndWithActions=0x7f01003d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetLeft=0x7f01003a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetRight=0x7f01003b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetStart=0x7f010038; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetStartWithNavigation=0x7f01003c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPadding=0x7f01001d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingBottom=0x7f010021; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingLeft=0x7f01001e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingRight=0x7f01001f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentPaddingTop=0x7f010020; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentScrim=0x7f010127; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int controlBackground=0x7f0100b0; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int counterEnabled=0x7f010160; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int counterMaxLength=0x7f010161; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int counterOverflowTextAppearance=0x7f010163; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int counterTextAppearance=0x7f010162; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int customNavigationLayout=0x7f010031; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int defaultQueryHint=0x7f0100ed; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dialogPreferredPadding=0x7f010080; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dialogTheme=0x7f01007f; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ */ + public static int displayOptions=0x7f010027; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int divider=0x7f01002d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerHorizontal=0x7f01008d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dividerPadding=0x7f0100d9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerVertical=0x7f01008c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int drawableSize=0x7f0100d1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int drawerArrowStyle=0x7f010022; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dropDownListViewStyle=0x7f01009f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dropdownListPreferredItemHeight=0x7f010083; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextBackground=0x7f010094; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int editTextColor=0x7f010093; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextStyle=0x7f0100bf; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int elevation=0x7f01003e; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int errorEnabled=0x7f01015e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int errorTextAppearance=0x7f01015f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int expandActivityOverflowButtonDrawable=0x7f010042; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expanded=0x7f010118; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static int expandedTitleGravity=0x7f01012d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMargin=0x7f010120; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginBottom=0x7f010124; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginEnd=0x7f010123; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginStart=0x7f010121; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int expandedTitleMarginTop=0x7f010122; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int expandedTitleTextAppearance=0x7f010125; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int externalRouteEnabledDrawable=0x7f010015; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ */ + public static int fabSize=0x7f01013d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fastScrollEnabled=0x7f010004; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollHorizontalThumbDrawable=0x7f010007; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollHorizontalTrackDrawable=0x7f010008; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollVerticalThumbDrawable=0x7f010005; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fastScrollVerticalTrackDrawable=0x7f010006; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int font=0x7f010171; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontFamily=0x7f010055; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderAuthority=0x7f01016a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int fontProviderCerts=0x7f01016d; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ */ + public static int fontProviderFetchStrategy=0x7f01016e; + /**

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ */ + public static int fontProviderFetchTimeout=0x7f01016f; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderPackage=0x7f01016b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontProviderQuery=0x7f01016c; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ */ + public static int fontStyle=0x7f010170; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fontWeight=0x7f010172; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int foregroundInsidePadding=0x7f010142; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int gapBetweenBars=0x7f0100d2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int goIcon=0x7f0100ef; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int headerLayout=0x7f010148; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int height=0x7f010023; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hideOnContentScroll=0x7f010037; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hintAnimationEnabled=0x7f010164; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hintEnabled=0x7f01015d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int hintTextAppearance=0x7f01015c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeAsUpIndicator=0x7f010085; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeLayout=0x7f010032; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int icon=0x7f01002b; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int iconTint=0x7f0100e2; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int iconTintMode=0x7f0100e3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int iconifiedByDefault=0x7f0100eb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int imageButtonStyle=0x7f010095; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int indeterminateProgressStyle=0x7f010034; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int initialActivityCount=0x7f010041; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int insetForeground=0x7f010149; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int isLightTheme=0x7f010024; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int itemBackground=0x7f010146; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemIconTint=0x7f010144; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemPadding=0x7f010036; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int itemTextAppearance=0x7f010147; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemTextColor=0x7f010145; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int keylines=0x7f010131; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout=0x7f0100ea; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layoutManager=0x7f010000; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout_anchor=0x7f010134; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ */ + public static int layout_anchorGravity=0x7f010136; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_behavior=0x7f010133; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ */ + public static int layout_collapseMode=0x7f01012f; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_collapseParallaxMultiplier=0x7f010130; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ */ + public static int layout_dodgeInsetEdges=0x7f010138; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ */ + public static int layout_insetEdge=0x7f010137; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layout_keyline=0x7f010135; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ */ + public static int layout_scrollFlags=0x7f01011b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout_scrollInterpolator=0x7f01011c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listChoiceBackgroundIndicator=0x7f0100a7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listDividerAlertDialog=0x7f010081; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listItemLayout=0x7f010047; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listLayout=0x7f010044; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listMenuViewStyle=0x7f0100c7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listPopupWindowStyle=0x7f0100a0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeight=0x7f01009a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightLarge=0x7f01009c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightSmall=0x7f01009b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingLeft=0x7f01009d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingRight=0x7f01009e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int logo=0x7f01002c; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int logoDescription=0x7f010110; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int maxActionInlineWidth=0x7f01014b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int maxButtonHeight=0x7f01010a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int measureWithLargestChild=0x7f0100d7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteAudioTrackDrawable=0x7f010009; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteButtonStyle=0x7f01000a; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int mediaRouteButtonTint=0x7f010016; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteCloseDrawable=0x7f01000b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteControlPanelThemeOverlay=0x7f01000c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteDefaultIconDrawable=0x7f01000d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRoutePauseDrawable=0x7f01000e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRoutePlayDrawable=0x7f01000f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteSpeakerGroupIconDrawable=0x7f010010; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteSpeakerIconDrawable=0x7f010011; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteStopDrawable=0x7f010012; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteTheme=0x7f010013; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int mediaRouteTvIconDrawable=0x7f010014; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int menu=0x7f010143; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int multiChoiceItemLayout=0x7f010045; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int navigationContentDescription=0x7f01010f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int navigationIcon=0x7f01010e; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ */ + public static int navigationMode=0x7f010026; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static int numericModifiers=0x7f0100db; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int overlapAnchor=0x7f0100e6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingBottomNoButtons=0x7f0100e8; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingEnd=0x7f010114; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingStart=0x7f010113; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingTopNoTitle=0x7f0100e9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelBackground=0x7f0100a4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelMenuListTheme=0x7f0100a6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int panelMenuListWidth=0x7f0100a5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleContentDescription=0x7f010167; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int passwordToggleDrawable=0x7f010166; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleEnabled=0x7f010165; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int passwordToggleTint=0x7f010168; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static int passwordToggleTintMode=0x7f010169; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupMenuStyle=0x7f010091; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupTheme=0x7f01003f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupWindowStyle=0x7f010092; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int preserveIconSpacing=0x7f0100e4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int pressedTranslationZ=0x7f01013e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int progressBarPadding=0x7f010035; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int progressBarStyle=0x7f010033; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int queryBackground=0x7f0100f5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int queryHint=0x7f0100ec; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int radioButtonStyle=0x7f0100c0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyle=0x7f0100c1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyleIndicator=0x7f0100c2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyleSmall=0x7f0100c3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int reverseLayout=0x7f010002; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int rippleColor=0x7f01013c; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int scrimAnimationDuration=0x7f01012b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int scrimVisibleHeightTrigger=0x7f01012a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchHintIcon=0x7f0100f1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchIcon=0x7f0100f0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchViewStyle=0x7f010099; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int seekBarStyle=0x7f0100c4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackground=0x7f010089; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackgroundBorderless=0x7f01008a; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ */ + public static int showAsAction=0x7f0100dc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ */ + public static int showDividers=0x7f0100d8; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int showText=0x7f010101; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int showTitle=0x7f010048; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int singleChoiceItemLayout=0x7f010046; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spanCount=0x7f010001; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spinBars=0x7f0100d0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerDropDownItemStyle=0x7f010084; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerStyle=0x7f0100c5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int splitTrack=0x7f010100; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int srcCompat=0x7f010049; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int stackFromEnd=0x7f010003; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_above_anchor=0x7f0100e7; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_collapsed=0x7f010119; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_collapsible=0x7f01011a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int statusBarBackground=0x7f010132; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int statusBarScrim=0x7f010128; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subMenuArrow=0x7f0100e5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int submitBackground=0x7f0100f6; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitle=0x7f010028; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextAppearance=0x7f010103; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitleTextColor=0x7f010112; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextStyle=0x7f01002a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int suggestionRowLayout=0x7f0100f4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchMinWidth=0x7f0100fe; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchPadding=0x7f0100ff; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchStyle=0x7f0100c6; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchTextAppearance=0x7f0100fd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tabBackground=0x7f01014f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabContentStart=0x7f01014e; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ */ + public static int tabGravity=0x7f010151; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabIndicatorColor=0x7f01014c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabIndicatorHeight=0x7f01014d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabMaxWidth=0x7f010153; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabMinWidth=0x7f010152; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ */ + public static int tabMode=0x7f010150; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPadding=0x7f01015b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingBottom=0x7f01015a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingEnd=0x7f010159; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingStart=0x7f010157; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabPaddingTop=0x7f010158; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabSelectedTextColor=0x7f010156; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tabTextAppearance=0x7f010154; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tabTextColor=0x7f010155; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + */ + public static int textAllCaps=0x7f01004f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceLargePopupMenu=0x7f01007c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItem=0x7f0100a1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItemSecondary=0x7f0100a2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItemSmall=0x7f0100a3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearancePopupMenuHeader=0x7f01007e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultSubtitle=0x7f010097; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultTitle=0x7f010096; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSmallPopupMenu=0x7f01007d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorAlertDialogListItem=0x7f0100b6; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorError=0x7f01013b; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorSearchUrl=0x7f010098; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int theme=0x7f010115; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thickness=0x7f0100d6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thumbTextPadding=0x7f0100fc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thumbTint=0x7f0100f7; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int thumbTintMode=0x7f0100f8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tickMark=0x7f01004c; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tickMarkTint=0x7f01004d; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int tickMarkTintMode=0x7f01004e; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tint=0x7f01004a; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int tintMode=0x7f01004b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int title=0x7f010025; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleEnabled=0x7f01012e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMargin=0x7f010104; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginBottom=0x7f010108; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginEnd=0x7f010106; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginStart=0x7f010105; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginTop=0x7f010107; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMargins=0x7f010109; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextAppearance=0x7f010102; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleTextColor=0x7f010111; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextStyle=0x7f010029; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarId=0x7f010129; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarNavigationButtonStyle=0x7f010090; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarStyle=0x7f01008f; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int tooltipForegroundColor=0x7f0100c9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int tooltipFrameBackground=0x7f0100c8; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int tooltipText=0x7f0100e1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int track=0x7f0100f9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int trackTint=0x7f0100fa; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static int trackTintMode=0x7f0100fb; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int useCompatPadding=0x7f010140; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int voiceIcon=0x7f0100f2; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBar=0x7f010056; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBarOverlay=0x7f010058; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionModeOverlay=0x7f010059; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMajor=0x7f01005d; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMinor=0x7f01005b; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMajor=0x7f01005a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMinor=0x7f01005c; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMajor=0x7f01005e; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMinor=0x7f01005f; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowNoTitle=0x7f010057; + } + public static final class bool { + public static int abc_action_bar_embed_tabs=0x7f0e0000; + public static int abc_allow_stacked_button_bar=0x7f0e0001; + public static int abc_config_actionMenuItemAllCaps=0x7f0e0002; + public static int abc_config_closeDialogWhenTouchOutside=0x7f0e0003; + public static int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f0e0004; + } + public static final class color { + public static int abc_background_cache_hint_selector_material_dark=0x7f0d004f; + public static int abc_background_cache_hint_selector_material_light=0x7f0d0050; + public static int abc_btn_colored_borderless_text_material=0x7f0d0051; + public static int abc_btn_colored_text_material=0x7f0d0052; + public static int abc_color_highlight_material=0x7f0d0053; + public static int abc_hint_foreground_material_dark=0x7f0d0054; + public static int abc_hint_foreground_material_light=0x7f0d0055; + public static int abc_input_method_navigation_guard=0x7f0d0004; + public static int abc_primary_text_disable_only_material_dark=0x7f0d0056; + public static int abc_primary_text_disable_only_material_light=0x7f0d0057; + public static int abc_primary_text_material_dark=0x7f0d0058; + public static int abc_primary_text_material_light=0x7f0d0059; + public static int abc_search_url_text=0x7f0d005a; + public static int abc_search_url_text_normal=0x7f0d0005; + public static int abc_search_url_text_pressed=0x7f0d0006; + public static int abc_search_url_text_selected=0x7f0d0007; + public static int abc_secondary_text_material_dark=0x7f0d005b; + public static int abc_secondary_text_material_light=0x7f0d005c; + public static int abc_tint_btn_checkable=0x7f0d005d; + public static int abc_tint_default=0x7f0d005e; + public static int abc_tint_edittext=0x7f0d005f; + public static int abc_tint_seek_thumb=0x7f0d0060; + public static int abc_tint_spinner=0x7f0d0061; + public static int abc_tint_switch_track=0x7f0d0062; + public static int accent_material_dark=0x7f0d0008; + public static int accent_material_light=0x7f0d0009; + public static int background_floating_material_dark=0x7f0d000a; + public static int background_floating_material_light=0x7f0d000b; + public static int background_material_dark=0x7f0d000c; + public static int background_material_light=0x7f0d000d; + public static int bright_foreground_disabled_material_dark=0x7f0d000e; + public static int bright_foreground_disabled_material_light=0x7f0d000f; + public static int bright_foreground_inverse_material_dark=0x7f0d0010; + public static int bright_foreground_inverse_material_light=0x7f0d0011; + public static int bright_foreground_material_dark=0x7f0d0012; + public static int bright_foreground_material_light=0x7f0d0013; + public static int button_material_dark=0x7f0d0014; + public static int button_material_light=0x7f0d0015; + public static int cardview_dark_background=0x7f0d0000; + public static int cardview_light_background=0x7f0d0001; + public static int cardview_shadow_end_color=0x7f0d0002; + public static int cardview_shadow_start_color=0x7f0d0003; + public static int colorAccent=0x7f0d004e; + public static int colorPrimary=0x7f0d004c; + public static int colorPrimaryDark=0x7f0d004d; + public static int design_bottom_navigation_shadow_color=0x7f0d0040; + public static int design_error=0x7f0d0063; + public static int design_fab_shadow_end_color=0x7f0d0041; + public static int design_fab_shadow_mid_color=0x7f0d0042; + public static int design_fab_shadow_start_color=0x7f0d0043; + public static int design_fab_stroke_end_inner_color=0x7f0d0044; + public static int design_fab_stroke_end_outer_color=0x7f0d0045; + public static int design_fab_stroke_top_inner_color=0x7f0d0046; + public static int design_fab_stroke_top_outer_color=0x7f0d0047; + public static int design_snackbar_background_color=0x7f0d0048; + public static int design_tint_password_toggle=0x7f0d0064; + public static int dim_foreground_disabled_material_dark=0x7f0d0016; + public static int dim_foreground_disabled_material_light=0x7f0d0017; + public static int dim_foreground_material_dark=0x7f0d0018; + public static int dim_foreground_material_light=0x7f0d0019; + public static int error_color_material=0x7f0d001a; + public static int foreground_material_dark=0x7f0d001b; + public static int foreground_material_light=0x7f0d001c; + public static int highlighted_text_material_dark=0x7f0d001d; + public static int highlighted_text_material_light=0x7f0d001e; + public static int launcher_background=0x7f0d004b; + public static int material_blue_grey_800=0x7f0d001f; + public static int material_blue_grey_900=0x7f0d0020; + public static int material_blue_grey_950=0x7f0d0021; + public static int material_deep_teal_200=0x7f0d0022; + public static int material_deep_teal_500=0x7f0d0023; + public static int material_grey_100=0x7f0d0024; + public static int material_grey_300=0x7f0d0025; + public static int material_grey_50=0x7f0d0026; + public static int material_grey_600=0x7f0d0027; + public static int material_grey_800=0x7f0d0028; + public static int material_grey_850=0x7f0d0029; + public static int material_grey_900=0x7f0d002a; + public static int notification_action_color_filter=0x7f0d0049; + public static int notification_icon_bg_color=0x7f0d004a; + public static int notification_material_background_media_default_color=0x7f0d003f; + public static int primary_dark_material_dark=0x7f0d002b; + public static int primary_dark_material_light=0x7f0d002c; + public static int primary_material_dark=0x7f0d002d; + public static int primary_material_light=0x7f0d002e; + public static int primary_text_default_material_dark=0x7f0d002f; + public static int primary_text_default_material_light=0x7f0d0030; + public static int primary_text_disabled_material_dark=0x7f0d0031; + public static int primary_text_disabled_material_light=0x7f0d0032; + public static int ripple_material_dark=0x7f0d0033; + public static int ripple_material_light=0x7f0d0034; + public static int secondary_text_default_material_dark=0x7f0d0035; + public static int secondary_text_default_material_light=0x7f0d0036; + public static int secondary_text_disabled_material_dark=0x7f0d0037; + public static int secondary_text_disabled_material_light=0x7f0d0038; + public static int switch_thumb_disabled_material_dark=0x7f0d0039; + public static int switch_thumb_disabled_material_light=0x7f0d003a; + public static int switch_thumb_material_dark=0x7f0d0065; + public static int switch_thumb_material_light=0x7f0d0066; + public static int switch_thumb_normal_material_dark=0x7f0d003b; + public static int switch_thumb_normal_material_light=0x7f0d003c; + public static int tooltip_background_dark=0x7f0d003d; + public static int tooltip_background_light=0x7f0d003e; + } + public static final class dimen { + public static int abc_action_bar_content_inset_material=0x7f08001b; + public static int abc_action_bar_content_inset_with_nav=0x7f08001c; + public static int abc_action_bar_default_height_material=0x7f080010; + public static int abc_action_bar_default_padding_end_material=0x7f08001d; + public static int abc_action_bar_default_padding_start_material=0x7f08001e; + public static int abc_action_bar_elevation_material=0x7f080020; + public static int abc_action_bar_icon_vertical_padding_material=0x7f080021; + public static int abc_action_bar_overflow_padding_end_material=0x7f080022; + public static int abc_action_bar_overflow_padding_start_material=0x7f080023; + public static int abc_action_bar_progress_bar_size=0x7f080011; + public static int abc_action_bar_stacked_max_height=0x7f080024; + public static int abc_action_bar_stacked_tab_max_width=0x7f080025; + public static int abc_action_bar_subtitle_bottom_margin_material=0x7f080026; + public static int abc_action_bar_subtitle_top_margin_material=0x7f080027; + public static int abc_action_button_min_height_material=0x7f080028; + public static int abc_action_button_min_width_material=0x7f080029; + public static int abc_action_button_min_width_overflow_material=0x7f08002a; + public static int abc_alert_dialog_button_bar_height=0x7f08000f; + public static int abc_button_inset_horizontal_material=0x7f08002b; + public static int abc_button_inset_vertical_material=0x7f08002c; + public static int abc_button_padding_horizontal_material=0x7f08002d; + public static int abc_button_padding_vertical_material=0x7f08002e; + public static int abc_cascading_menus_min_smallest_width=0x7f08002f; + public static int abc_config_prefDialogWidth=0x7f080014; + public static int abc_control_corner_material=0x7f080030; + public static int abc_control_inset_material=0x7f080031; + public static int abc_control_padding_material=0x7f080032; + public static int abc_dialog_fixed_height_major=0x7f080015; + public static int abc_dialog_fixed_height_minor=0x7f080016; + public static int abc_dialog_fixed_width_major=0x7f080017; + public static int abc_dialog_fixed_width_minor=0x7f080018; + public static int abc_dialog_list_padding_bottom_no_buttons=0x7f080033; + public static int abc_dialog_list_padding_top_no_title=0x7f080034; + public static int abc_dialog_min_width_major=0x7f080019; + public static int abc_dialog_min_width_minor=0x7f08001a; + public static int abc_dialog_padding_material=0x7f080035; + public static int abc_dialog_padding_top_material=0x7f080036; + public static int abc_dialog_title_divider_material=0x7f080037; + public static int abc_disabled_alpha_material_dark=0x7f080038; + public static int abc_disabled_alpha_material_light=0x7f080039; + public static int abc_dropdownitem_icon_width=0x7f08003a; + public static int abc_dropdownitem_text_padding_left=0x7f08003b; + public static int abc_dropdownitem_text_padding_right=0x7f08003c; + public static int abc_edit_text_inset_bottom_material=0x7f08003d; + public static int abc_edit_text_inset_horizontal_material=0x7f08003e; + public static int abc_edit_text_inset_top_material=0x7f08003f; + public static int abc_floating_window_z=0x7f080040; + public static int abc_list_item_padding_horizontal_material=0x7f080041; + public static int abc_panel_menu_list_width=0x7f080042; + public static int abc_progress_bar_height_material=0x7f080043; + public static int abc_search_view_preferred_height=0x7f080044; + public static int abc_search_view_preferred_width=0x7f080045; + public static int abc_seekbar_track_background_height_material=0x7f080046; + public static int abc_seekbar_track_progress_height_material=0x7f080047; + public static int abc_select_dialog_padding_start_material=0x7f080048; + public static int abc_switch_padding=0x7f08001f; + public static int abc_text_size_body_1_material=0x7f080049; + public static int abc_text_size_body_2_material=0x7f08004a; + public static int abc_text_size_button_material=0x7f08004b; + public static int abc_text_size_caption_material=0x7f08004c; + public static int abc_text_size_display_1_material=0x7f08004d; + public static int abc_text_size_display_2_material=0x7f08004e; + public static int abc_text_size_display_3_material=0x7f08004f; + public static int abc_text_size_display_4_material=0x7f080050; + public static int abc_text_size_headline_material=0x7f080051; + public static int abc_text_size_large_material=0x7f080052; + public static int abc_text_size_medium_material=0x7f080053; + public static int abc_text_size_menu_header_material=0x7f080054; + public static int abc_text_size_menu_material=0x7f080055; + public static int abc_text_size_small_material=0x7f080056; + public static int abc_text_size_subhead_material=0x7f080057; + public static int abc_text_size_subtitle_material_toolbar=0x7f080012; + public static int abc_text_size_title_material=0x7f080058; + public static int abc_text_size_title_material_toolbar=0x7f080013; + public static int cardview_compat_inset_shadow=0x7f08000c; + public static int cardview_default_elevation=0x7f08000d; + public static int cardview_default_radius=0x7f08000e; + public static int compat_button_inset_horizontal_material=0x7f080094; + public static int compat_button_inset_vertical_material=0x7f080095; + public static int compat_button_padding_horizontal_material=0x7f080096; + public static int compat_button_padding_vertical_material=0x7f080097; + public static int compat_control_corner_material=0x7f080098; + public static int design_appbar_elevation=0x7f080072; + public static int design_bottom_navigation_active_item_max_width=0x7f080073; + public static int design_bottom_navigation_active_text_size=0x7f080074; + public static int design_bottom_navigation_elevation=0x7f080075; + public static int design_bottom_navigation_height=0x7f080076; + public static int design_bottom_navigation_item_max_width=0x7f080077; + public static int design_bottom_navigation_item_min_width=0x7f080078; + public static int design_bottom_navigation_margin=0x7f080079; + public static int design_bottom_navigation_shadow_height=0x7f08007a; + public static int design_bottom_navigation_text_size=0x7f08007b; + public static int design_bottom_sheet_modal_elevation=0x7f08007c; + public static int design_bottom_sheet_peek_height_min=0x7f08007d; + public static int design_fab_border_width=0x7f08007e; + public static int design_fab_elevation=0x7f08007f; + public static int design_fab_image_size=0x7f080080; + public static int design_fab_size_mini=0x7f080081; + public static int design_fab_size_normal=0x7f080082; + public static int design_fab_translation_z_pressed=0x7f080083; + public static int design_navigation_elevation=0x7f080084; + public static int design_navigation_icon_padding=0x7f080085; + public static int design_navigation_icon_size=0x7f080086; + public static int design_navigation_max_width=0x7f08006a; + public static int design_navigation_padding_bottom=0x7f080087; + public static int design_navigation_separator_vertical_padding=0x7f080088; + public static int design_snackbar_action_inline_max_width=0x7f08006b; + public static int design_snackbar_background_corner_radius=0x7f08006c; + public static int design_snackbar_elevation=0x7f080089; + public static int design_snackbar_extra_spacing_horizontal=0x7f08006d; + public static int design_snackbar_max_width=0x7f08006e; + public static int design_snackbar_min_width=0x7f08006f; + public static int design_snackbar_padding_horizontal=0x7f08008a; + public static int design_snackbar_padding_vertical=0x7f08008b; + public static int design_snackbar_padding_vertical_2lines=0x7f080070; + public static int design_snackbar_text_size=0x7f08008c; + public static int design_tab_max_width=0x7f08008d; + public static int design_tab_scrollable_min_width=0x7f080071; + public static int design_tab_text_size=0x7f08008e; + public static int design_tab_text_size_2line=0x7f08008f; + public static int disabled_alpha_material_dark=0x7f080059; + public static int disabled_alpha_material_light=0x7f08005a; + public static int fastscroll_default_thickness=0x7f080000; + public static int fastscroll_margin=0x7f080001; + public static int fastscroll_minimum_range=0x7f080002; + public static int highlight_alpha_material_colored=0x7f08005b; + public static int highlight_alpha_material_dark=0x7f08005c; + public static int highlight_alpha_material_light=0x7f08005d; + public static int hint_alpha_material_dark=0x7f08005e; + public static int hint_alpha_material_light=0x7f08005f; + public static int hint_pressed_alpha_material_dark=0x7f080060; + public static int hint_pressed_alpha_material_light=0x7f080061; + public static int item_touch_helper_max_drag_scroll_per_frame=0x7f080003; + public static int item_touch_helper_swipe_escape_max_velocity=0x7f080004; + public static int item_touch_helper_swipe_escape_velocity=0x7f080005; + public static int mr_controller_volume_group_list_item_height=0x7f080006; + public static int mr_controller_volume_group_list_item_icon_size=0x7f080007; + public static int mr_controller_volume_group_list_max_height=0x7f080008; + public static int mr_controller_volume_group_list_padding_top=0x7f08000b; + public static int mr_dialog_fixed_width_major=0x7f080009; + public static int mr_dialog_fixed_width_minor=0x7f08000a; + public static int notification_action_icon_size=0x7f080099; + public static int notification_action_text_size=0x7f08009a; + public static int notification_big_circle_margin=0x7f08009b; + public static int notification_content_margin_start=0x7f080091; + public static int notification_large_icon_height=0x7f08009c; + public static int notification_large_icon_width=0x7f08009d; + public static int notification_main_column_padding_top=0x7f080092; + public static int notification_media_narrow_margin=0x7f080093; + public static int notification_right_icon_size=0x7f08009e; + public static int notification_right_side_padding_top=0x7f080090; + public static int notification_small_icon_background_padding=0x7f08009f; + public static int notification_small_icon_size_as_large=0x7f0800a0; + public static int notification_subtext_size=0x7f0800a1; + public static int notification_top_pad=0x7f0800a2; + public static int notification_top_pad_large_text=0x7f0800a3; + public static int tooltip_corner_radius=0x7f080062; + public static int tooltip_horizontal_padding=0x7f080063; + public static int tooltip_margin=0x7f080064; + public static int tooltip_precise_anchor_extra_offset=0x7f080065; + public static int tooltip_precise_anchor_threshold=0x7f080066; + public static int tooltip_vertical_padding=0x7f080067; + public static int tooltip_y_offset_non_touch=0x7f080068; + public static int tooltip_y_offset_touch=0x7f080069; + } + public static final class drawable { + public static int abc_ab_share_pack_mtrl_alpha=0x7f020000; + public static int abc_action_bar_item_background_material=0x7f020001; + public static int abc_btn_borderless_material=0x7f020002; + public static int abc_btn_check_material=0x7f020003; + public static int abc_btn_check_to_on_mtrl_000=0x7f020004; + public static int abc_btn_check_to_on_mtrl_015=0x7f020005; + public static int abc_btn_colored_material=0x7f020006; + public static int abc_btn_default_mtrl_shape=0x7f020007; + public static int abc_btn_radio_material=0x7f020008; + public static int abc_btn_radio_to_on_mtrl_000=0x7f020009; + public static int abc_btn_radio_to_on_mtrl_015=0x7f02000a; + public static int abc_btn_switch_to_on_mtrl_00001=0x7f02000b; + public static int abc_btn_switch_to_on_mtrl_00012=0x7f02000c; + public static int abc_cab_background_internal_bg=0x7f02000d; + public static int abc_cab_background_top_material=0x7f02000e; + public static int abc_cab_background_top_mtrl_alpha=0x7f02000f; + public static int abc_control_background_material=0x7f020010; + public static int abc_dialog_material_background=0x7f020011; + public static int abc_edit_text_material=0x7f020012; + public static int abc_ic_ab_back_material=0x7f020013; + public static int abc_ic_arrow_drop_right_black_24dp=0x7f020014; + public static int abc_ic_clear_material=0x7f020015; + public static int abc_ic_commit_search_api_mtrl_alpha=0x7f020016; + public static int abc_ic_go_search_api_material=0x7f020017; + public static int abc_ic_menu_copy_mtrl_am_alpha=0x7f020018; + public static int abc_ic_menu_cut_mtrl_alpha=0x7f020019; + public static int abc_ic_menu_overflow_material=0x7f02001a; + public static int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001b; + public static int abc_ic_menu_selectall_mtrl_alpha=0x7f02001c; + public static int abc_ic_menu_share_mtrl_alpha=0x7f02001d; + public static int abc_ic_search_api_material=0x7f02001e; + public static int abc_ic_star_black_16dp=0x7f02001f; + public static int abc_ic_star_black_36dp=0x7f020020; + public static int abc_ic_star_black_48dp=0x7f020021; + public static int abc_ic_star_half_black_16dp=0x7f020022; + public static int abc_ic_star_half_black_36dp=0x7f020023; + public static int abc_ic_star_half_black_48dp=0x7f020024; + public static int abc_ic_voice_search_api_material=0x7f020025; + public static int abc_item_background_holo_dark=0x7f020026; + public static int abc_item_background_holo_light=0x7f020027; + public static int abc_list_divider_mtrl_alpha=0x7f020028; + public static int abc_list_focused_holo=0x7f020029; + public static int abc_list_longpressed_holo=0x7f02002a; + public static int abc_list_pressed_holo_dark=0x7f02002b; + public static int abc_list_pressed_holo_light=0x7f02002c; + public static int abc_list_selector_background_transition_holo_dark=0x7f02002d; + public static int abc_list_selector_background_transition_holo_light=0x7f02002e; + public static int abc_list_selector_disabled_holo_dark=0x7f02002f; + public static int abc_list_selector_disabled_holo_light=0x7f020030; + public static int abc_list_selector_holo_dark=0x7f020031; + public static int abc_list_selector_holo_light=0x7f020032; + public static int abc_menu_hardkey_panel_mtrl_mult=0x7f020033; + public static int abc_popup_background_mtrl_mult=0x7f020034; + public static int abc_ratingbar_indicator_material=0x7f020035; + public static int abc_ratingbar_material=0x7f020036; + public static int abc_ratingbar_small_material=0x7f020037; + public static int abc_scrubber_control_off_mtrl_alpha=0x7f020038; + public static int abc_scrubber_control_to_pressed_mtrl_000=0x7f020039; + public static int abc_scrubber_control_to_pressed_mtrl_005=0x7f02003a; + public static int abc_scrubber_primary_mtrl_alpha=0x7f02003b; + public static int abc_scrubber_track_mtrl_alpha=0x7f02003c; + public static int abc_seekbar_thumb_material=0x7f02003d; + public static int abc_seekbar_tick_mark_material=0x7f02003e; + public static int abc_seekbar_track_material=0x7f02003f; + public static int abc_spinner_mtrl_am_alpha=0x7f020040; + public static int abc_spinner_textfield_background_material=0x7f020041; + public static int abc_switch_thumb_material=0x7f020042; + public static int abc_switch_track_mtrl_alpha=0x7f020043; + public static int abc_tab_indicator_material=0x7f020044; + public static int abc_tab_indicator_mtrl_alpha=0x7f020045; + public static int abc_text_cursor_material=0x7f020046; + public static int abc_text_select_handle_left_mtrl_dark=0x7f020047; + public static int abc_text_select_handle_left_mtrl_light=0x7f020048; + public static int abc_text_select_handle_middle_mtrl_dark=0x7f020049; + public static int abc_text_select_handle_middle_mtrl_light=0x7f02004a; + public static int abc_text_select_handle_right_mtrl_dark=0x7f02004b; + public static int abc_text_select_handle_right_mtrl_light=0x7f02004c; + public static int abc_textfield_activated_mtrl_alpha=0x7f02004d; + public static int abc_textfield_default_mtrl_alpha=0x7f02004e; + public static int abc_textfield_search_activated_mtrl_alpha=0x7f02004f; + public static int abc_textfield_search_default_mtrl_alpha=0x7f020050; + public static int abc_textfield_search_material=0x7f020051; + public static int abc_vector_test=0x7f020052; + public static int avd_hide_password=0x7f020053; + public static int avd_hide_password_1=0x7f02012f; + public static int avd_hide_password_2=0x7f020130; + public static int avd_hide_password_3=0x7f020131; + public static int avd_show_password=0x7f020054; + public static int avd_show_password_1=0x7f020132; + public static int avd_show_password_2=0x7f020133; + public static int avd_show_password_3=0x7f020134; + public static int design_bottom_navigation_item_background=0x7f020055; + public static int design_fab_background=0x7f020056; + public static int design_ic_visibility=0x7f020057; + public static int design_ic_visibility_off=0x7f020058; + public static int design_password_eye=0x7f020059; + public static int design_snackbar_background=0x7f02005a; + public static int ic_audiotrack_dark=0x7f02005b; + public static int ic_audiotrack_light=0x7f02005c; + public static int ic_dialog_close_dark=0x7f02005d; + public static int ic_dialog_close_light=0x7f02005e; + public static int ic_group_collapse_00=0x7f02005f; + public static int ic_group_collapse_01=0x7f020060; + public static int ic_group_collapse_02=0x7f020061; + public static int ic_group_collapse_03=0x7f020062; + public static int ic_group_collapse_04=0x7f020063; + public static int ic_group_collapse_05=0x7f020064; + public static int ic_group_collapse_06=0x7f020065; + public static int ic_group_collapse_07=0x7f020066; + public static int ic_group_collapse_08=0x7f020067; + public static int ic_group_collapse_09=0x7f020068; + public static int ic_group_collapse_10=0x7f020069; + public static int ic_group_collapse_11=0x7f02006a; + public static int ic_group_collapse_12=0x7f02006b; + public static int ic_group_collapse_13=0x7f02006c; + public static int ic_group_collapse_14=0x7f02006d; + public static int ic_group_collapse_15=0x7f02006e; + public static int ic_group_expand_00=0x7f02006f; + public static int ic_group_expand_01=0x7f020070; + public static int ic_group_expand_02=0x7f020071; + public static int ic_group_expand_03=0x7f020072; + public static int ic_group_expand_04=0x7f020073; + public static int ic_group_expand_05=0x7f020074; + public static int ic_group_expand_06=0x7f020075; + public static int ic_group_expand_07=0x7f020076; + public static int ic_group_expand_08=0x7f020077; + public static int ic_group_expand_09=0x7f020078; + public static int ic_group_expand_10=0x7f020079; + public static int ic_group_expand_11=0x7f02007a; + public static int ic_group_expand_12=0x7f02007b; + public static int ic_group_expand_13=0x7f02007c; + public static int ic_group_expand_14=0x7f02007d; + public static int ic_group_expand_15=0x7f02007e; + public static int ic_media_pause_dark=0x7f02007f; + public static int ic_media_pause_light=0x7f020080; + public static int ic_media_play_dark=0x7f020081; + public static int ic_media_play_light=0x7f020082; + public static int ic_media_stop_dark=0x7f020083; + public static int ic_media_stop_light=0x7f020084; + public static int ic_mr_button_connected_00_dark=0x7f020085; + public static int ic_mr_button_connected_00_light=0x7f020086; + public static int ic_mr_button_connected_01_dark=0x7f020087; + public static int ic_mr_button_connected_01_light=0x7f020088; + public static int ic_mr_button_connected_02_dark=0x7f020089; + public static int ic_mr_button_connected_02_light=0x7f02008a; + public static int ic_mr_button_connected_03_dark=0x7f02008b; + public static int ic_mr_button_connected_03_light=0x7f02008c; + public static int ic_mr_button_connected_04_dark=0x7f02008d; + public static int ic_mr_button_connected_04_light=0x7f02008e; + public static int ic_mr_button_connected_05_dark=0x7f02008f; + public static int ic_mr_button_connected_05_light=0x7f020090; + public static int ic_mr_button_connected_06_dark=0x7f020091; + public static int ic_mr_button_connected_06_light=0x7f020092; + public static int ic_mr_button_connected_07_dark=0x7f020093; + public static int ic_mr_button_connected_07_light=0x7f020094; + public static int ic_mr_button_connected_08_dark=0x7f020095; + public static int ic_mr_button_connected_08_light=0x7f020096; + public static int ic_mr_button_connected_09_dark=0x7f020097; + public static int ic_mr_button_connected_09_light=0x7f020098; + public static int ic_mr_button_connected_10_dark=0x7f020099; + public static int ic_mr_button_connected_10_light=0x7f02009a; + public static int ic_mr_button_connected_11_dark=0x7f02009b; + public static int ic_mr_button_connected_11_light=0x7f02009c; + public static int ic_mr_button_connected_12_dark=0x7f02009d; + public static int ic_mr_button_connected_12_light=0x7f02009e; + public static int ic_mr_button_connected_13_dark=0x7f02009f; + public static int ic_mr_button_connected_13_light=0x7f0200a0; + public static int ic_mr_button_connected_14_dark=0x7f0200a1; + public static int ic_mr_button_connected_14_light=0x7f0200a2; + public static int ic_mr_button_connected_15_dark=0x7f0200a3; + public static int ic_mr_button_connected_15_light=0x7f0200a4; + public static int ic_mr_button_connected_16_dark=0x7f0200a5; + public static int ic_mr_button_connected_16_light=0x7f0200a6; + public static int ic_mr_button_connected_17_dark=0x7f0200a7; + public static int ic_mr_button_connected_17_light=0x7f0200a8; + public static int ic_mr_button_connected_18_dark=0x7f0200a9; + public static int ic_mr_button_connected_18_light=0x7f0200aa; + public static int ic_mr_button_connected_19_dark=0x7f0200ab; + public static int ic_mr_button_connected_19_light=0x7f0200ac; + public static int ic_mr_button_connected_20_dark=0x7f0200ad; + public static int ic_mr_button_connected_20_light=0x7f0200ae; + public static int ic_mr_button_connected_21_dark=0x7f0200af; + public static int ic_mr_button_connected_21_light=0x7f0200b0; + public static int ic_mr_button_connected_22_dark=0x7f0200b1; + public static int ic_mr_button_connected_22_light=0x7f0200b2; + public static int ic_mr_button_connected_23_dark=0x7f0200b3; + public static int ic_mr_button_connected_23_light=0x7f0200b4; + public static int ic_mr_button_connected_24_dark=0x7f0200b5; + public static int ic_mr_button_connected_24_light=0x7f0200b6; + public static int ic_mr_button_connected_25_dark=0x7f0200b7; + public static int ic_mr_button_connected_25_light=0x7f0200b8; + public static int ic_mr_button_connected_26_dark=0x7f0200b9; + public static int ic_mr_button_connected_26_light=0x7f0200ba; + public static int ic_mr_button_connected_27_dark=0x7f0200bb; + public static int ic_mr_button_connected_27_light=0x7f0200bc; + public static int ic_mr_button_connected_28_dark=0x7f0200bd; + public static int ic_mr_button_connected_28_light=0x7f0200be; + public static int ic_mr_button_connected_29_dark=0x7f0200bf; + public static int ic_mr_button_connected_29_light=0x7f0200c0; + public static int ic_mr_button_connected_30_dark=0x7f0200c1; + public static int ic_mr_button_connected_30_light=0x7f0200c2; + public static int ic_mr_button_connecting_00_dark=0x7f0200c3; + public static int ic_mr_button_connecting_00_light=0x7f0200c4; + public static int ic_mr_button_connecting_01_dark=0x7f0200c5; + public static int ic_mr_button_connecting_01_light=0x7f0200c6; + public static int ic_mr_button_connecting_02_dark=0x7f0200c7; + public static int ic_mr_button_connecting_02_light=0x7f0200c8; + public static int ic_mr_button_connecting_03_dark=0x7f0200c9; + public static int ic_mr_button_connecting_03_light=0x7f0200ca; + public static int ic_mr_button_connecting_04_dark=0x7f0200cb; + public static int ic_mr_button_connecting_04_light=0x7f0200cc; + public static int ic_mr_button_connecting_05_dark=0x7f0200cd; + public static int ic_mr_button_connecting_05_light=0x7f0200ce; + public static int ic_mr_button_connecting_06_dark=0x7f0200cf; + public static int ic_mr_button_connecting_06_light=0x7f0200d0; + public static int ic_mr_button_connecting_07_dark=0x7f0200d1; + public static int ic_mr_button_connecting_07_light=0x7f0200d2; + public static int ic_mr_button_connecting_08_dark=0x7f0200d3; + public static int ic_mr_button_connecting_08_light=0x7f0200d4; + public static int ic_mr_button_connecting_09_dark=0x7f0200d5; + public static int ic_mr_button_connecting_09_light=0x7f0200d6; + public static int ic_mr_button_connecting_10_dark=0x7f0200d7; + public static int ic_mr_button_connecting_10_light=0x7f0200d8; + public static int ic_mr_button_connecting_11_dark=0x7f0200d9; + public static int ic_mr_button_connecting_11_light=0x7f0200da; + public static int ic_mr_button_connecting_12_dark=0x7f0200db; + public static int ic_mr_button_connecting_12_light=0x7f0200dc; + public static int ic_mr_button_connecting_13_dark=0x7f0200dd; + public static int ic_mr_button_connecting_13_light=0x7f0200de; + public static int ic_mr_button_connecting_14_dark=0x7f0200df; + public static int ic_mr_button_connecting_14_light=0x7f0200e0; + public static int ic_mr_button_connecting_15_dark=0x7f0200e1; + public static int ic_mr_button_connecting_15_light=0x7f0200e2; + public static int ic_mr_button_connecting_16_dark=0x7f0200e3; + public static int ic_mr_button_connecting_16_light=0x7f0200e4; + public static int ic_mr_button_connecting_17_dark=0x7f0200e5; + public static int ic_mr_button_connecting_17_light=0x7f0200e6; + public static int ic_mr_button_connecting_18_dark=0x7f0200e7; + public static int ic_mr_button_connecting_18_light=0x7f0200e8; + public static int ic_mr_button_connecting_19_dark=0x7f0200e9; + public static int ic_mr_button_connecting_19_light=0x7f0200ea; + public static int ic_mr_button_connecting_20_dark=0x7f0200eb; + public static int ic_mr_button_connecting_20_light=0x7f0200ec; + public static int ic_mr_button_connecting_21_dark=0x7f0200ed; + public static int ic_mr_button_connecting_21_light=0x7f0200ee; + public static int ic_mr_button_connecting_22_dark=0x7f0200ef; + public static int ic_mr_button_connecting_22_light=0x7f0200f0; + public static int ic_mr_button_connecting_23_dark=0x7f0200f1; + public static int ic_mr_button_connecting_23_light=0x7f0200f2; + public static int ic_mr_button_connecting_24_dark=0x7f0200f3; + public static int ic_mr_button_connecting_24_light=0x7f0200f4; + public static int ic_mr_button_connecting_25_dark=0x7f0200f5; + public static int ic_mr_button_connecting_25_light=0x7f0200f6; + public static int ic_mr_button_connecting_26_dark=0x7f0200f7; + public static int ic_mr_button_connecting_26_light=0x7f0200f8; + public static int ic_mr_button_connecting_27_dark=0x7f0200f9; + public static int ic_mr_button_connecting_27_light=0x7f0200fa; + public static int ic_mr_button_connecting_28_dark=0x7f0200fb; + public static int ic_mr_button_connecting_28_light=0x7f0200fc; + public static int ic_mr_button_connecting_29_dark=0x7f0200fd; + public static int ic_mr_button_connecting_29_light=0x7f0200fe; + public static int ic_mr_button_connecting_30_dark=0x7f0200ff; + public static int ic_mr_button_connecting_30_light=0x7f020100; + public static int ic_mr_button_disabled_dark=0x7f020101; + public static int ic_mr_button_disabled_light=0x7f020102; + public static int ic_mr_button_disconnected_dark=0x7f020103; + public static int ic_mr_button_disconnected_light=0x7f020104; + public static int ic_mr_button_grey=0x7f020105; + public static int ic_vol_type_speaker_dark=0x7f020106; + public static int ic_vol_type_speaker_group_dark=0x7f020107; + public static int ic_vol_type_speaker_group_light=0x7f020108; + public static int ic_vol_type_speaker_light=0x7f020109; + public static int ic_vol_type_tv_dark=0x7f02010a; + public static int ic_vol_type_tv_light=0x7f02010b; + public static int mr_button_connected_dark=0x7f02010c; + public static int mr_button_connected_light=0x7f02010d; + public static int mr_button_connecting_dark=0x7f02010e; + public static int mr_button_connecting_light=0x7f02010f; + public static int mr_button_dark=0x7f020110; + public static int mr_button_light=0x7f020111; + public static int mr_dialog_close_dark=0x7f020112; + public static int mr_dialog_close_light=0x7f020113; + public static int mr_dialog_material_background_dark=0x7f020114; + public static int mr_dialog_material_background_light=0x7f020115; + public static int mr_group_collapse=0x7f020116; + public static int mr_group_expand=0x7f020117; + public static int mr_media_pause_dark=0x7f020118; + public static int mr_media_pause_light=0x7f020119; + public static int mr_media_play_dark=0x7f02011a; + public static int mr_media_play_light=0x7f02011b; + public static int mr_media_stop_dark=0x7f02011c; + public static int mr_media_stop_light=0x7f02011d; + public static int mr_vol_type_audiotrack_dark=0x7f02011e; + public static int mr_vol_type_audiotrack_light=0x7f02011f; + public static int navigation_empty_icon=0x7f020120; + public static int notification_action_background=0x7f020121; + public static int notification_bg=0x7f020122; + public static int notification_bg_low=0x7f020123; + public static int notification_bg_low_normal=0x7f020124; + public static int notification_bg_low_pressed=0x7f020125; + public static int notification_bg_normal=0x7f020126; + public static int notification_bg_normal_pressed=0x7f020127; + public static int notification_icon_background=0x7f020128; + public static int notification_template_icon_bg=0x7f02012d; + public static int notification_template_icon_low_bg=0x7f02012e; + public static int notification_tile_bg=0x7f020129; + public static int notify_panel_notification_icon_bg=0x7f02012a; + public static int tooltip_frame_dark=0x7f02012b; + public static int tooltip_frame_light=0x7f02012c; + } + public static final class id { + public static int ALT=0x7f090032; + public static int CTRL=0x7f090033; + public static int FUNCTION=0x7f090034; + public static int META=0x7f090035; + public static int SHIFT=0x7f090036; + public static int SYM=0x7f090037; + public static int action0=0x7f0900b6; + public static int action_bar=0x7f09007c; + public static int action_bar_activity_content=0x7f090001; + public static int action_bar_container=0x7f09007b; + public static int action_bar_root=0x7f090077; + public static int action_bar_spinner=0x7f090002; + public static int action_bar_subtitle=0x7f09005b; + public static int action_bar_title=0x7f09005a; + public static int action_container=0x7f0900b3; + public static int action_context_bar=0x7f09007d; + public static int action_divider=0x7f0900ba; + public static int action_image=0x7f0900b4; + public static int action_menu_divider=0x7f090003; + public static int action_menu_presenter=0x7f090004; + public static int action_mode_bar=0x7f090079; + public static int action_mode_bar_stub=0x7f090078; + public static int action_mode_close_button=0x7f09005c; + public static int action_text=0x7f0900b5; + public static int actions=0x7f0900c3; + public static int activity_chooser_view_content=0x7f09005d; + public static int add=0x7f090027; + public static int alertTitle=0x7f090070; + public static int all=0x7f090052; + public static int always=0x7f090038; + public static int async=0x7f090056; + public static int auto=0x7f090044; + public static int beginning=0x7f09002f; + public static int blocking=0x7f090057; + public static int bottom=0x7f09003d; + public static int buttonPanel=0x7f090063; + public static int cancel_action=0x7f0900b7; + public static int center=0x7f090045; + public static int center_horizontal=0x7f090046; + public static int center_vertical=0x7f090047; + public static int checkbox=0x7f090073; + public static int chronometer=0x7f0900bf; + public static int clip_horizontal=0x7f09004e; + public static int clip_vertical=0x7f09004f; + public static int collapseActionView=0x7f090039; + public static int container=0x7f09008d; + public static int contentPanel=0x7f090066; + public static int coordinator=0x7f09008e; + public static int custom=0x7f09006d; + public static int customPanel=0x7f09006c; + public static int decor_content_parent=0x7f09007a; + public static int default_activity_button=0x7f090060; + public static int design_bottom_sheet=0x7f090090; + public static int design_menu_item_action_area=0x7f090097; + public static int design_menu_item_action_area_stub=0x7f090096; + public static int design_menu_item_text=0x7f090095; + public static int design_navigation_view=0x7f090094; + public static int disableHome=0x7f090020; + public static int edit_query=0x7f09007e; + public static int end=0x7f090030; + public static int end_padder=0x7f0900c5; + public static int enterAlways=0x7f09003f; + public static int enterAlwaysCollapsed=0x7f090040; + public static int exitUntilCollapsed=0x7f090041; + public static int expand_activities_button=0x7f09005e; + public static int expanded_menu=0x7f090072; + public static int fill=0x7f090050; + public static int fill_horizontal=0x7f090051; + public static int fill_vertical=0x7f090048; + public static int fixed=0x7f090054; + public static int forever=0x7f090058; + public static int ghost_view=0x7f09000a; + public static int home=0x7f090005; + public static int homeAsUp=0x7f090021; + public static int icon=0x7f090062; + public static int icon_group=0x7f0900c4; + public static int ifRoom=0x7f09003a; + public static int image=0x7f09005f; + public static int info=0x7f0900c0; + public static int italic=0x7f090059; + public static int item_touch_helper_previous_elevation=0x7f090000; + public static int largeLabel=0x7f09008c; + public static int left=0x7f090049; + public static int line1=0x7f090017; + public static int line3=0x7f090018; + public static int listMode=0x7f09001d; + public static int list_item=0x7f090061; + public static int masked=0x7f0900ca; + public static int media_actions=0x7f0900b9; + public static int message=0x7f0900c8; + public static int middle=0x7f090031; + public static int mini=0x7f090053; + public static int mr_art=0x7f0900a5; + public static int mr_chooser_list=0x7f09009a; + public static int mr_chooser_route_desc=0x7f09009d; + public static int mr_chooser_route_icon=0x7f09009b; + public static int mr_chooser_route_name=0x7f09009c; + public static int mr_chooser_title=0x7f090099; + public static int mr_close=0x7f0900a2; + public static int mr_control_divider=0x7f0900a8; + public static int mr_control_playback_ctrl=0x7f0900ae; + public static int mr_control_subtitle=0x7f0900b1; + public static int mr_control_title=0x7f0900b0; + public static int mr_control_title_container=0x7f0900af; + public static int mr_custom_control=0x7f0900a3; + public static int mr_default_control=0x7f0900a4; + public static int mr_dialog_area=0x7f09009f; + public static int mr_expandable_area=0x7f09009e; + public static int mr_group_expand_collapse=0x7f0900b2; + public static int mr_media_main_control=0x7f0900a6; + public static int mr_name=0x7f0900a1; + public static int mr_playback_control=0x7f0900a7; + public static int mr_title_bar=0x7f0900a0; + public static int mr_volume_control=0x7f0900a9; + public static int mr_volume_group_list=0x7f0900aa; + public static int mr_volume_item_icon=0x7f0900ac; + public static int mr_volume_slider=0x7f0900ad; + public static int multiply=0x7f090028; + public static int navigation_header_container=0x7f090093; + public static int never=0x7f09003b; + public static int none=0x7f090022; + public static int normal=0x7f09001e; + public static int notification_background=0x7f0900c2; + public static int notification_main_column=0x7f0900bc; + public static int notification_main_column_container=0x7f0900bb; + public static int parallax=0x7f09004c; + public static int parentPanel=0x7f090065; + public static int parent_matrix=0x7f09000b; + public static int pin=0x7f09004d; + public static int progress_circular=0x7f090006; + public static int progress_horizontal=0x7f090007; + public static int radio=0x7f090075; + public static int right=0x7f09004a; + public static int right_icon=0x7f0900c1; + public static int right_side=0x7f0900bd; + public static int save_image_matrix=0x7f09000c; + public static int save_non_transition_alpha=0x7f09000d; + public static int save_scale_type=0x7f09000e; + public static int screen=0x7f090029; + public static int scroll=0x7f090042; + public static int scrollIndicatorDown=0x7f09006b; + public static int scrollIndicatorUp=0x7f090067; + public static int scrollView=0x7f090068; + public static int scrollable=0x7f090055; + public static int search_badge=0x7f090080; + public static int search_bar=0x7f09007f; + public static int search_button=0x7f090081; + public static int search_close_btn=0x7f090086; + public static int search_edit_frame=0x7f090082; + public static int search_go_btn=0x7f090088; + public static int search_mag_icon=0x7f090083; + public static int search_plate=0x7f090084; + public static int search_src_text=0x7f090085; + public static int search_voice_btn=0x7f090089; + public static int select_dialog_listview=0x7f09008a; + public static int shortcut=0x7f090074; + public static int showCustom=0x7f090023; + public static int showHome=0x7f090024; + public static int showTitle=0x7f090025; + public static int sliding_tabs=0x7f0900c6; + public static int smallLabel=0x7f09008b; + public static int snackbar_action=0x7f090092; + public static int snackbar_text=0x7f090091; + public static int snap=0x7f090043; + public static int spacer=0x7f090064; + public static int split_action_bar=0x7f090008; + public static int src_atop=0x7f09002a; + public static int src_in=0x7f09002b; + public static int src_over=0x7f09002c; + public static int start=0x7f09004b; + public static int status_bar_latest_event_content=0x7f0900b8; + public static int submenuarrow=0x7f090076; + public static int submit_area=0x7f090087; + public static int tabMode=0x7f09001f; + public static int tag_transition_group=0x7f090019; + public static int text=0x7f09001a; + public static int text2=0x7f09001b; + public static int textSpacerNoButtons=0x7f09006a; + public static int textSpacerNoTitle=0x7f090069; + public static int text_input_password_toggle=0x7f090098; + public static int textinput_counter=0x7f090014; + public static int textinput_error=0x7f090015; + public static int time=0x7f0900be; + public static int title=0x7f09001c; + public static int titleDividerNoCustom=0x7f090071; + public static int title_template=0x7f09006f; + public static int toolbar=0x7f0900c7; + public static int top=0x7f09003e; + public static int topPanel=0x7f09006e; + public static int touch_outside=0x7f09008f; + public static int transition_current_scene=0x7f09000f; + public static int transition_layout_save=0x7f090010; + public static int transition_position=0x7f090011; + public static int transition_scene_layoutid_cache=0x7f090012; + public static int transition_transform=0x7f090013; + public static int uniform=0x7f09002d; + public static int up=0x7f090009; + public static int useLogo=0x7f090026; + public static int view_offset_helper=0x7f090016; + public static int visible=0x7f0900c9; + public static int volume_item_container=0x7f0900ab; + public static int withText=0x7f09003c; + public static int wrap_content=0x7f09002e; + } + public static final class integer { + public static int abc_config_activityDefaultDur=0x7f0b0003; + public static int abc_config_activityShortDur=0x7f0b0004; + public static int app_bar_elevation_anim_duration=0x7f0b0008; + public static int bottom_sheet_slide_duration=0x7f0b0009; + public static int cancel_button_image_alpha=0x7f0b0005; + public static int config_tooltipAnimTime=0x7f0b0006; + public static int design_snackbar_text_max_lines=0x7f0b0007; + public static int hide_password_duration=0x7f0b000a; + public static int mr_controller_volume_group_list_animation_duration_ms=0x7f0b0000; + public static int mr_controller_volume_group_list_fade_in_duration_ms=0x7f0b0001; + public static int mr_controller_volume_group_list_fade_out_duration_ms=0x7f0b0002; + public static int show_password_duration=0x7f0b000b; + public static int status_bar_notification_info_maxnum=0x7f0b000c; + } + public static final class interpolator { + public static int mr_fast_out_slow_in=0x7f070000; + public static int mr_linear_out_slow_in=0x7f070001; + } + public static final class layout { + public static int abc_action_bar_title_item=0x7f040000; + public static int abc_action_bar_up_container=0x7f040001; + public static int abc_action_menu_item_layout=0x7f040002; + public static int abc_action_menu_layout=0x7f040003; + public static int abc_action_mode_bar=0x7f040004; + public static int abc_action_mode_close_item_material=0x7f040005; + public static int abc_activity_chooser_view=0x7f040006; + public static int abc_activity_chooser_view_list_item=0x7f040007; + public static int abc_alert_dialog_button_bar_material=0x7f040008; + public static int abc_alert_dialog_material=0x7f040009; + public static int abc_alert_dialog_title_material=0x7f04000a; + public static int abc_dialog_title_material=0x7f04000b; + public static int abc_expanded_menu_layout=0x7f04000c; + public static int abc_list_menu_item_checkbox=0x7f04000d; + public static int abc_list_menu_item_icon=0x7f04000e; + public static int abc_list_menu_item_layout=0x7f04000f; + public static int abc_list_menu_item_radio=0x7f040010; + public static int abc_popup_menu_header_item_layout=0x7f040011; + public static int abc_popup_menu_item_layout=0x7f040012; + public static int abc_screen_content_include=0x7f040013; + public static int abc_screen_simple=0x7f040014; + public static int abc_screen_simple_overlay_action_mode=0x7f040015; + public static int abc_screen_toolbar=0x7f040016; + public static int abc_search_dropdown_item_icons_2line=0x7f040017; + public static int abc_search_view=0x7f040018; + public static int abc_select_dialog_material=0x7f040019; + public static int design_bottom_navigation_item=0x7f04001a; + public static int design_bottom_sheet_dialog=0x7f04001b; + public static int design_layout_snackbar=0x7f04001c; + public static int design_layout_snackbar_include=0x7f04001d; + public static int design_layout_tab_icon=0x7f04001e; + public static int design_layout_tab_text=0x7f04001f; + public static int design_menu_item_action_area=0x7f040020; + public static int design_navigation_item=0x7f040021; + public static int design_navigation_item_header=0x7f040022; + public static int design_navigation_item_separator=0x7f040023; + public static int design_navigation_item_subheader=0x7f040024; + public static int design_navigation_menu=0x7f040025; + public static int design_navigation_menu_item=0x7f040026; + public static int design_text_input_password_icon=0x7f040027; + public static int mr_chooser_dialog=0x7f040028; + public static int mr_chooser_list_item=0x7f040029; + public static int mr_controller_material_dialog_b=0x7f04002a; + public static int mr_controller_volume_item=0x7f04002b; + public static int mr_playback_control=0x7f04002c; + public static int mr_volume_control=0x7f04002d; + public static int notification_action=0x7f04002e; + public static int notification_action_tombstone=0x7f04002f; + public static int notification_media_action=0x7f040030; + public static int notification_media_cancel_action=0x7f040031; + public static int notification_template_big_media=0x7f040032; + public static int notification_template_big_media_custom=0x7f040033; + public static int notification_template_big_media_narrow=0x7f040034; + public static int notification_template_big_media_narrow_custom=0x7f040035; + public static int notification_template_custom_big=0x7f040036; + public static int notification_template_icon_group=0x7f040037; + public static int notification_template_lines_media=0x7f040038; + public static int notification_template_media=0x7f040039; + public static int notification_template_media_custom=0x7f04003a; + public static int notification_template_part_chronometer=0x7f04003b; + public static int notification_template_part_time=0x7f04003c; + public static int select_dialog_item_material=0x7f04003d; + public static int select_dialog_multichoice_material=0x7f04003e; + public static int select_dialog_singlechoice_material=0x7f04003f; + public static int support_simple_spinner_dropdown_item=0x7f040040; + public static int tabbar=0x7f040041; + public static int toolbar=0x7f040042; + public static int tooltip=0x7f040043; + } + public static final class mipmap { + public static int icon=0x7f030000; + public static int icon_round=0x7f030001; + public static int launcher_foreground=0x7f030002; + } + public static final class string { + public static int abc_action_bar_home_description=0x7f0a0015; + public static int abc_action_bar_up_description=0x7f0a0016; + public static int abc_action_menu_overflow_description=0x7f0a0017; + public static int abc_action_mode_done=0x7f0a0018; + public static int abc_activity_chooser_view_see_all=0x7f0a0019; + public static int abc_activitychooserview_choose_application=0x7f0a001a; + public static int abc_capital_off=0x7f0a001b; + public static int abc_capital_on=0x7f0a001c; + public static int abc_font_family_body_1_material=0x7f0a0027; + public static int abc_font_family_body_2_material=0x7f0a0028; + public static int abc_font_family_button_material=0x7f0a0029; + public static int abc_font_family_caption_material=0x7f0a002a; + public static int abc_font_family_display_1_material=0x7f0a002b; + public static int abc_font_family_display_2_material=0x7f0a002c; + public static int abc_font_family_display_3_material=0x7f0a002d; + public static int abc_font_family_display_4_material=0x7f0a002e; + public static int abc_font_family_headline_material=0x7f0a002f; + public static int abc_font_family_menu_material=0x7f0a0030; + public static int abc_font_family_subhead_material=0x7f0a0031; + public static int abc_font_family_title_material=0x7f0a0032; + public static int abc_search_hint=0x7f0a001d; + public static int abc_searchview_description_clear=0x7f0a001e; + public static int abc_searchview_description_query=0x7f0a001f; + public static int abc_searchview_description_search=0x7f0a0020; + public static int abc_searchview_description_submit=0x7f0a0021; + public static int abc_searchview_description_voice=0x7f0a0022; + public static int abc_shareactionprovider_share_with=0x7f0a0023; + public static int abc_shareactionprovider_share_with_application=0x7f0a0024; + public static int abc_toolbar_collapse_description=0x7f0a0025; + public static int appbar_scrolling_view_behavior=0x7f0a0033; + public static int bottom_sheet_behavior=0x7f0a0034; + public static int character_counter_pattern=0x7f0a0035; + public static int mr_button_content_description=0x7f0a0000; + public static int mr_cast_button_connected=0x7f0a0001; + public static int mr_cast_button_connecting=0x7f0a0002; + public static int mr_cast_button_disconnected=0x7f0a0003; + public static int mr_chooser_searching=0x7f0a0004; + public static int mr_chooser_title=0x7f0a0005; + public static int mr_controller_album_art=0x7f0a0006; + public static int mr_controller_casting_screen=0x7f0a0007; + public static int mr_controller_close_description=0x7f0a0008; + public static int mr_controller_collapse_group=0x7f0a0009; + public static int mr_controller_disconnect=0x7f0a000a; + public static int mr_controller_expand_group=0x7f0a000b; + public static int mr_controller_no_info_available=0x7f0a000c; + public static int mr_controller_no_media_selected=0x7f0a000d; + public static int mr_controller_pause=0x7f0a000e; + public static int mr_controller_play=0x7f0a000f; + public static int mr_controller_stop=0x7f0a0010; + public static int mr_controller_stop_casting=0x7f0a0011; + public static int mr_controller_volume_slider=0x7f0a0012; + public static int mr_system_route_name=0x7f0a0013; + public static int mr_user_route_category_name=0x7f0a0014; + public static int password_toggle_content_description=0x7f0a0036; + public static int path_password_eye=0x7f0a0037; + public static int path_password_eye_mask_strike_through=0x7f0a0038; + public static int path_password_eye_mask_visible=0x7f0a0039; + public static int path_password_strike_through=0x7f0a003a; + public static int search_menu_title=0x7f0a0026; + public static int status_bar_notification_info_overflow=0x7f0a003b; + } + public static final class style { + public static int AlertDialog_AppCompat=0x7f0c00a4; + public static int AlertDialog_AppCompat_Light=0x7f0c00a5; + public static int Animation_AppCompat_Dialog=0x7f0c00a6; + public static int Animation_AppCompat_DropDownUp=0x7f0c00a7; + public static int Animation_AppCompat_Tooltip=0x7f0c00a8; + public static int Animation_Design_BottomSheetDialog=0x7f0c016e; + public static int AppCompatDialogStyle=0x7f0c0191; + public static int Base_AlertDialog_AppCompat=0x7f0c00a9; + public static int Base_AlertDialog_AppCompat_Light=0x7f0c00aa; + public static int Base_Animation_AppCompat_Dialog=0x7f0c00ab; + public static int Base_Animation_AppCompat_DropDownUp=0x7f0c00ac; + public static int Base_Animation_AppCompat_Tooltip=0x7f0c00ad; + public static int Base_CardView=0x7f0c000c; + public static int Base_DialogWindowTitle_AppCompat=0x7f0c00ae; + public static int Base_DialogWindowTitleBackground_AppCompat=0x7f0c00af; + public static int Base_TextAppearance_AppCompat=0x7f0c0048; + public static int Base_TextAppearance_AppCompat_Body1=0x7f0c0049; + public static int Base_TextAppearance_AppCompat_Body2=0x7f0c004a; + public static int Base_TextAppearance_AppCompat_Button=0x7f0c0036; + public static int Base_TextAppearance_AppCompat_Caption=0x7f0c004b; + public static int Base_TextAppearance_AppCompat_Display1=0x7f0c004c; + public static int Base_TextAppearance_AppCompat_Display2=0x7f0c004d; + public static int Base_TextAppearance_AppCompat_Display3=0x7f0c004e; + public static int Base_TextAppearance_AppCompat_Display4=0x7f0c004f; + public static int Base_TextAppearance_AppCompat_Headline=0x7f0c0050; + public static int Base_TextAppearance_AppCompat_Inverse=0x7f0c001a; + public static int Base_TextAppearance_AppCompat_Large=0x7f0c0051; + public static int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0c001b; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c0052; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c0053; + public static int Base_TextAppearance_AppCompat_Medium=0x7f0c0054; + public static int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0c001c; + public static int Base_TextAppearance_AppCompat_Menu=0x7f0c0055; + public static int Base_TextAppearance_AppCompat_SearchResult=0x7f0c00b0; + public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c0056; + public static int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0c0057; + public static int Base_TextAppearance_AppCompat_Small=0x7f0c0058; + public static int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0c001d; + public static int Base_TextAppearance_AppCompat_Subhead=0x7f0c0059; + public static int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0c001e; + public static int Base_TextAppearance_AppCompat_Title=0x7f0c005a; + public static int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0c001f; + public static int Base_TextAppearance_AppCompat_Tooltip=0x7f0c00b1; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c0095; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c005b; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c005c; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c005d; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c005e; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c005f; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c0060; + public static int Base_TextAppearance_AppCompat_Widget_Button=0x7f0c0061; + public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c009c; + public static int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c009d; + public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c0096; + public static int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00b2; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0062; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0063; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0064; + public static int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0c0065; + public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0066; + public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c00b3; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0067; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0068; + public static int Base_Theme_AppCompat=0x7f0c0069; + public static int Base_Theme_AppCompat_CompactMenu=0x7f0c00b4; + public static int Base_Theme_AppCompat_Dialog=0x7f0c0020; + public static int Base_Theme_AppCompat_Dialog_Alert=0x7f0c0021; + public static int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0c00b5; + public static int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0c0022; + public static int Base_Theme_AppCompat_DialogWhenLarge=0x7f0c0010; + public static int Base_Theme_AppCompat_Light=0x7f0c006a; + public static int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0c00b6; + public static int Base_Theme_AppCompat_Light_Dialog=0x7f0c0023; + public static int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0c0024; + public static int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0c00b7; + public static int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0025; + public static int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0011; + public static int Base_ThemeOverlay_AppCompat=0x7f0c00b8; + public static int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0c00b9; + public static int Base_ThemeOverlay_AppCompat_Dark=0x7f0c00ba; + public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c00bb; + public static int Base_ThemeOverlay_AppCompat_Dialog=0x7f0c0026; + public static int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c0027; + public static int Base_ThemeOverlay_AppCompat_Light=0x7f0c00bc; + public static int Base_V11_Theme_AppCompat_Dialog=0x7f0c0028; + public static int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0c0029; + public static int Base_V11_ThemeOverlay_AppCompat_Dialog=0x7f0c002a; + public static int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0c0032; + public static int Base_V12_Widget_AppCompat_EditText=0x7f0c0033; + public static int Base_V14_Widget_Design_AppBarLayout=0x7f0c016f; + public static int Base_V21_Theme_AppCompat=0x7f0c006b; + public static int Base_V21_Theme_AppCompat_Dialog=0x7f0c006c; + public static int Base_V21_Theme_AppCompat_Light=0x7f0c006d; + public static int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0c006e; + public static int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0c006f; + public static int Base_V21_Widget_Design_AppBarLayout=0x7f0c016b; + public static int Base_V22_Theme_AppCompat=0x7f0c0093; + public static int Base_V22_Theme_AppCompat_Light=0x7f0c0094; + public static int Base_V23_Theme_AppCompat=0x7f0c0097; + public static int Base_V23_Theme_AppCompat_Light=0x7f0c0098; + public static int Base_V26_Theme_AppCompat=0x7f0c00a0; + public static int Base_V26_Theme_AppCompat_Light=0x7f0c00a1; + public static int Base_V26_Widget_AppCompat_Toolbar=0x7f0c00a2; + public static int Base_V26_Widget_Design_AppBarLayout=0x7f0c016d; + public static int Base_V7_Theme_AppCompat=0x7f0c00bd; + public static int Base_V7_Theme_AppCompat_Dialog=0x7f0c00be; + public static int Base_V7_Theme_AppCompat_Light=0x7f0c00bf; + public static int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0c00c0; + public static int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0c00c1; + public static int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0c00c2; + public static int Base_V7_Widget_AppCompat_EditText=0x7f0c00c3; + public static int Base_V7_Widget_AppCompat_Toolbar=0x7f0c00c4; + public static int Base_Widget_AppCompat_ActionBar=0x7f0c00c5; + public static int Base_Widget_AppCompat_ActionBar_Solid=0x7f0c00c6; + public static int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0c00c7; + public static int Base_Widget_AppCompat_ActionBar_TabText=0x7f0c0070; + public static int Base_Widget_AppCompat_ActionBar_TabView=0x7f0c0071; + public static int Base_Widget_AppCompat_ActionButton=0x7f0c0072; + public static int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0c0073; + public static int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0c0074; + public static int Base_Widget_AppCompat_ActionMode=0x7f0c00c8; + public static int Base_Widget_AppCompat_ActivityChooserView=0x7f0c00c9; + public static int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0c0034; + public static int Base_Widget_AppCompat_Button=0x7f0c0075; + public static int Base_Widget_AppCompat_Button_Borderless=0x7f0c0076; + public static int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0c0077; + public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c00ca; + public static int Base_Widget_AppCompat_Button_Colored=0x7f0c0099; + public static int Base_Widget_AppCompat_Button_Small=0x7f0c0078; + public static int Base_Widget_AppCompat_ButtonBar=0x7f0c0079; + public static int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c00cb; + public static int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0c007a; + public static int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0c007b; + public static int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0c00cc; + public static int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0c000f; + public static int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0c00cd; + public static int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0c007c; + public static int Base_Widget_AppCompat_EditText=0x7f0c0035; + public static int Base_Widget_AppCompat_ImageButton=0x7f0c007d; + public static int Base_Widget_AppCompat_Light_ActionBar=0x7f0c00ce; + public static int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0c00cf; + public static int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c00d0; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0c007e; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c007f; + public static int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0c0080; + public static int Base_Widget_AppCompat_Light_PopupMenu=0x7f0c0081; + public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c0082; + public static int Base_Widget_AppCompat_ListMenuView=0x7f0c00d1; + public static int Base_Widget_AppCompat_ListPopupWindow=0x7f0c0083; + public static int Base_Widget_AppCompat_ListView=0x7f0c0084; + public static int Base_Widget_AppCompat_ListView_DropDown=0x7f0c0085; + public static int Base_Widget_AppCompat_ListView_Menu=0x7f0c0086; + public static int Base_Widget_AppCompat_PopupMenu=0x7f0c0087; + public static int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0c0088; + public static int Base_Widget_AppCompat_PopupWindow=0x7f0c00d2; + public static int Base_Widget_AppCompat_ProgressBar=0x7f0c002b; + public static int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0c002c; + public static int Base_Widget_AppCompat_RatingBar=0x7f0c0089; + public static int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0c009a; + public static int Base_Widget_AppCompat_RatingBar_Small=0x7f0c009b; + public static int Base_Widget_AppCompat_SearchView=0x7f0c00d3; + public static int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0c00d4; + public static int Base_Widget_AppCompat_SeekBar=0x7f0c008a; + public static int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0c00d5; + public static int Base_Widget_AppCompat_Spinner=0x7f0c008b; + public static int Base_Widget_AppCompat_Spinner_Underlined=0x7f0c0012; + public static int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0c008c; + public static int Base_Widget_AppCompat_Toolbar=0x7f0c00a3; + public static int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c008d; + public static int Base_Widget_Design_AppBarLayout=0x7f0c016c; + public static int Base_Widget_Design_TabLayout=0x7f0c0170; + public static int CardView=0x7f0c000b; + public static int CardView_Dark=0x7f0c000d; + public static int CardView_Light=0x7f0c000e; + public static int MainTheme=0x7f0c018f; + /** Base theme applied no matter what API + */ + public static int MainTheme_Base=0x7f0c0190; + public static int Platform_AppCompat=0x7f0c002d; + public static int Platform_AppCompat_Light=0x7f0c002e; + public static int Platform_ThemeOverlay_AppCompat=0x7f0c008e; + public static int Platform_ThemeOverlay_AppCompat_Dark=0x7f0c008f; + public static int Platform_ThemeOverlay_AppCompat_Light=0x7f0c0090; + public static int Platform_V11_AppCompat=0x7f0c002f; + public static int Platform_V11_AppCompat_Light=0x7f0c0030; + public static int Platform_V14_AppCompat=0x7f0c0037; + public static int Platform_V14_AppCompat_Light=0x7f0c0038; + public static int Platform_V21_AppCompat=0x7f0c0091; + public static int Platform_V21_AppCompat_Light=0x7f0c0092; + public static int Platform_V25_AppCompat=0x7f0c009e; + public static int Platform_V25_AppCompat_Light=0x7f0c009f; + public static int Platform_Widget_AppCompat_Spinner=0x7f0c0031; + public static int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0c003a; + public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0c003b; + public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0c003c; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0c003d; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0c003e; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0c003f; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0c0040; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0c0041; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0c0042; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0c0043; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0c0044; + public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0c0045; + public static int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0c0046; + public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0c0047; + public static int TextAppearance_AppCompat=0x7f0c00d6; + public static int TextAppearance_AppCompat_Body1=0x7f0c00d7; + public static int TextAppearance_AppCompat_Body2=0x7f0c00d8; + public static int TextAppearance_AppCompat_Button=0x7f0c00d9; + public static int TextAppearance_AppCompat_Caption=0x7f0c00da; + public static int TextAppearance_AppCompat_Display1=0x7f0c00db; + public static int TextAppearance_AppCompat_Display2=0x7f0c00dc; + public static int TextAppearance_AppCompat_Display3=0x7f0c00dd; + public static int TextAppearance_AppCompat_Display4=0x7f0c00de; + public static int TextAppearance_AppCompat_Headline=0x7f0c00df; + public static int TextAppearance_AppCompat_Inverse=0x7f0c00e0; + public static int TextAppearance_AppCompat_Large=0x7f0c00e1; + public static int TextAppearance_AppCompat_Large_Inverse=0x7f0c00e2; + public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0c00e3; + public static int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0c00e4; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c00e5; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c00e6; + public static int TextAppearance_AppCompat_Medium=0x7f0c00e7; + public static int TextAppearance_AppCompat_Medium_Inverse=0x7f0c00e8; + public static int TextAppearance_AppCompat_Menu=0x7f0c00e9; + public static int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c00ea; + public static int TextAppearance_AppCompat_SearchResult_Title=0x7f0c00eb; + public static int TextAppearance_AppCompat_Small=0x7f0c00ec; + public static int TextAppearance_AppCompat_Small_Inverse=0x7f0c00ed; + public static int TextAppearance_AppCompat_Subhead=0x7f0c00ee; + public static int TextAppearance_AppCompat_Subhead_Inverse=0x7f0c00ef; + public static int TextAppearance_AppCompat_Title=0x7f0c00f0; + public static int TextAppearance_AppCompat_Title_Inverse=0x7f0c00f1; + public static int TextAppearance_AppCompat_Tooltip=0x7f0c0039; + public static int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c00f2; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c00f3; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c00f4; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c00f5; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c00f6; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c00f7; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0c00f8; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c00f9; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0c00fa; + public static int TextAppearance_AppCompat_Widget_Button=0x7f0c00fb; + public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c00fc; + public static int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c00fd; + public static int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c00fe; + public static int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00ff; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0100; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0101; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0102; + public static int TextAppearance_AppCompat_Widget_Switch=0x7f0c0103; + public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0104; + public static int TextAppearance_Compat_Notification=0x7f0c0188; + public static int TextAppearance_Compat_Notification_Info=0x7f0c0189; + public static int TextAppearance_Compat_Notification_Info_Media=0x7f0c0165; + public static int TextAppearance_Compat_Notification_Line2=0x7f0c018e; + public static int TextAppearance_Compat_Notification_Line2_Media=0x7f0c0169; + public static int TextAppearance_Compat_Notification_Media=0x7f0c0166; + public static int TextAppearance_Compat_Notification_Time=0x7f0c018a; + public static int TextAppearance_Compat_Notification_Time_Media=0x7f0c0167; + public static int TextAppearance_Compat_Notification_Title=0x7f0c018b; + public static int TextAppearance_Compat_Notification_Title_Media=0x7f0c0168; + public static int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0c0171; + public static int TextAppearance_Design_Counter=0x7f0c0172; + public static int TextAppearance_Design_Counter_Overflow=0x7f0c0173; + public static int TextAppearance_Design_Error=0x7f0c0174; + public static int TextAppearance_Design_Hint=0x7f0c0175; + public static int TextAppearance_Design_Snackbar_Message=0x7f0c0176; + public static int TextAppearance_Design_Tab=0x7f0c0177; + public static int TextAppearance_MediaRouter_PrimaryText=0x7f0c0000; + public static int TextAppearance_MediaRouter_SecondaryText=0x7f0c0001; + public static int TextAppearance_MediaRouter_Title=0x7f0c0002; + public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c0105; + public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0106; + public static int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0107; + public static int Theme_AppCompat=0x7f0c0108; + public static int Theme_AppCompat_CompactMenu=0x7f0c0109; + public static int Theme_AppCompat_DayNight=0x7f0c0013; + public static int Theme_AppCompat_DayNight_DarkActionBar=0x7f0c0014; + public static int Theme_AppCompat_DayNight_Dialog=0x7f0c0015; + public static int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0c0016; + public static int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0c0017; + public static int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0c0018; + public static int Theme_AppCompat_DayNight_NoActionBar=0x7f0c0019; + public static int Theme_AppCompat_Dialog=0x7f0c010a; + public static int Theme_AppCompat_Dialog_Alert=0x7f0c010b; + public static int Theme_AppCompat_Dialog_MinWidth=0x7f0c010c; + public static int Theme_AppCompat_DialogWhenLarge=0x7f0c010d; + public static int Theme_AppCompat_Light=0x7f0c010e; + public static int Theme_AppCompat_Light_DarkActionBar=0x7f0c010f; + public static int Theme_AppCompat_Light_Dialog=0x7f0c0110; + public static int Theme_AppCompat_Light_Dialog_Alert=0x7f0c0111; + public static int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0112; + public static int Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0113; + public static int Theme_AppCompat_Light_NoActionBar=0x7f0c0114; + public static int Theme_AppCompat_NoActionBar=0x7f0c0115; + public static int Theme_Design=0x7f0c0178; + public static int Theme_Design_BottomSheetDialog=0x7f0c0179; + public static int Theme_Design_Light=0x7f0c017a; + public static int Theme_Design_Light_BottomSheetDialog=0x7f0c017b; + public static int Theme_Design_Light_NoActionBar=0x7f0c017c; + public static int Theme_Design_NoActionBar=0x7f0c017d; + public static int Theme_MediaRouter=0x7f0c0003; + public static int Theme_MediaRouter_Light=0x7f0c0004; + public static int Theme_MediaRouter_Light_DarkControlPanel=0x7f0c0005; + public static int Theme_MediaRouter_LightControlPanel=0x7f0c0006; + public static int ThemeOverlay_AppCompat=0x7f0c0116; + public static int ThemeOverlay_AppCompat_ActionBar=0x7f0c0117; + public static int ThemeOverlay_AppCompat_Dark=0x7f0c0118; + public static int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c0119; + public static int ThemeOverlay_AppCompat_Dialog=0x7f0c011a; + public static int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c011b; + public static int ThemeOverlay_AppCompat_Light=0x7f0c011c; + public static int ThemeOverlay_MediaRouter_Dark=0x7f0c0007; + public static int ThemeOverlay_MediaRouter_Light=0x7f0c0008; + public static int Widget_AppCompat_ActionBar=0x7f0c011d; + public static int Widget_AppCompat_ActionBar_Solid=0x7f0c011e; + public static int Widget_AppCompat_ActionBar_TabBar=0x7f0c011f; + public static int Widget_AppCompat_ActionBar_TabText=0x7f0c0120; + public static int Widget_AppCompat_ActionBar_TabView=0x7f0c0121; + public static int Widget_AppCompat_ActionButton=0x7f0c0122; + public static int Widget_AppCompat_ActionButton_CloseMode=0x7f0c0123; + public static int Widget_AppCompat_ActionButton_Overflow=0x7f0c0124; + public static int Widget_AppCompat_ActionMode=0x7f0c0125; + public static int Widget_AppCompat_ActivityChooserView=0x7f0c0126; + public static int Widget_AppCompat_AutoCompleteTextView=0x7f0c0127; + public static int Widget_AppCompat_Button=0x7f0c0128; + public static int Widget_AppCompat_Button_Borderless=0x7f0c0129; + public static int Widget_AppCompat_Button_Borderless_Colored=0x7f0c012a; + public static int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c012b; + public static int Widget_AppCompat_Button_Colored=0x7f0c012c; + public static int Widget_AppCompat_Button_Small=0x7f0c012d; + public static int Widget_AppCompat_ButtonBar=0x7f0c012e; + public static int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c012f; + public static int Widget_AppCompat_CompoundButton_CheckBox=0x7f0c0130; + public static int Widget_AppCompat_CompoundButton_RadioButton=0x7f0c0131; + public static int Widget_AppCompat_CompoundButton_Switch=0x7f0c0132; + public static int Widget_AppCompat_DrawerArrowToggle=0x7f0c0133; + public static int Widget_AppCompat_DropDownItem_Spinner=0x7f0c0134; + public static int Widget_AppCompat_EditText=0x7f0c0135; + public static int Widget_AppCompat_ImageButton=0x7f0c0136; + public static int Widget_AppCompat_Light_ActionBar=0x7f0c0137; + public static int Widget_AppCompat_Light_ActionBar_Solid=0x7f0c0138; + public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0c0139; + public static int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c013a; + public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0c013b; + public static int Widget_AppCompat_Light_ActionBar_TabText=0x7f0c013c; + public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c013d; + public static int Widget_AppCompat_Light_ActionBar_TabView=0x7f0c013e; + public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0c013f; + public static int Widget_AppCompat_Light_ActionButton=0x7f0c0140; + public static int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0c0141; + public static int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0c0142; + public static int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0c0143; + public static int Widget_AppCompat_Light_ActivityChooserView=0x7f0c0144; + public static int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0c0145; + public static int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0c0146; + public static int Widget_AppCompat_Light_ListPopupWindow=0x7f0c0147; + public static int Widget_AppCompat_Light_ListView_DropDown=0x7f0c0148; + public static int Widget_AppCompat_Light_PopupMenu=0x7f0c0149; + public static int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c014a; + public static int Widget_AppCompat_Light_SearchView=0x7f0c014b; + public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0c014c; + public static int Widget_AppCompat_ListMenuView=0x7f0c014d; + public static int Widget_AppCompat_ListPopupWindow=0x7f0c014e; + public static int Widget_AppCompat_ListView=0x7f0c014f; + public static int Widget_AppCompat_ListView_DropDown=0x7f0c0150; + public static int Widget_AppCompat_ListView_Menu=0x7f0c0151; + public static int Widget_AppCompat_PopupMenu=0x7f0c0152; + public static int Widget_AppCompat_PopupMenu_Overflow=0x7f0c0153; + public static int Widget_AppCompat_PopupWindow=0x7f0c0154; + public static int Widget_AppCompat_ProgressBar=0x7f0c0155; + public static int Widget_AppCompat_ProgressBar_Horizontal=0x7f0c0156; + public static int Widget_AppCompat_RatingBar=0x7f0c0157; + public static int Widget_AppCompat_RatingBar_Indicator=0x7f0c0158; + public static int Widget_AppCompat_RatingBar_Small=0x7f0c0159; + public static int Widget_AppCompat_SearchView=0x7f0c015a; + public static int Widget_AppCompat_SearchView_ActionBar=0x7f0c015b; + public static int Widget_AppCompat_SeekBar=0x7f0c015c; + public static int Widget_AppCompat_SeekBar_Discrete=0x7f0c015d; + public static int Widget_AppCompat_Spinner=0x7f0c015e; + public static int Widget_AppCompat_Spinner_DropDown=0x7f0c015f; + public static int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c0160; + public static int Widget_AppCompat_Spinner_Underlined=0x7f0c0161; + public static int Widget_AppCompat_TextView_SpinnerItem=0x7f0c0162; + public static int Widget_AppCompat_Toolbar=0x7f0c0163; + public static int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c0164; + public static int Widget_Compat_NotificationActionContainer=0x7f0c018c; + public static int Widget_Compat_NotificationActionText=0x7f0c018d; + public static int Widget_Design_AppBarLayout=0x7f0c017e; + public static int Widget_Design_BottomNavigationView=0x7f0c017f; + public static int Widget_Design_BottomSheet_Modal=0x7f0c0180; + public static int Widget_Design_CollapsingToolbar=0x7f0c0181; + public static int Widget_Design_CoordinatorLayout=0x7f0c0182; + public static int Widget_Design_FloatingActionButton=0x7f0c0183; + public static int Widget_Design_NavigationView=0x7f0c0184; + public static int Widget_Design_ScrimInsetsFrameLayout=0x7f0c0185; + public static int Widget_Design_Snackbar=0x7f0c0186; + public static int Widget_Design_TabLayout=0x7f0c016a; + public static int Widget_Design_TextInputLayout=0x7f0c0187; + public static int Widget_MediaRouter_Light_MediaRouteButton=0x7f0c0009; + public static int Widget_MediaRouter_MediaRouteButton=0x7f0c000a; + } + public static final class styleable { + /** Attributes that can be used with a ActionBar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #ActionBar_background android.support.v7.recyclerview:background}
{@link #ActionBar_backgroundSplit android.support.v7.recyclerview:backgroundSplit}
{@link #ActionBar_backgroundStacked android.support.v7.recyclerview:backgroundStacked}
{@link #ActionBar_contentInsetEnd android.support.v7.recyclerview:contentInsetEnd}
{@link #ActionBar_contentInsetEndWithActions android.support.v7.recyclerview:contentInsetEndWithActions}
{@link #ActionBar_contentInsetLeft android.support.v7.recyclerview:contentInsetLeft}
{@link #ActionBar_contentInsetRight android.support.v7.recyclerview:contentInsetRight}
{@link #ActionBar_contentInsetStart android.support.v7.recyclerview:contentInsetStart}
{@link #ActionBar_contentInsetStartWithNavigation android.support.v7.recyclerview:contentInsetStartWithNavigation}
{@link #ActionBar_customNavigationLayout android.support.v7.recyclerview:customNavigationLayout}
{@link #ActionBar_displayOptions android.support.v7.recyclerview:displayOptions}
{@link #ActionBar_divider android.support.v7.recyclerview:divider}
{@link #ActionBar_elevation android.support.v7.recyclerview:elevation}
{@link #ActionBar_height android.support.v7.recyclerview:height}
{@link #ActionBar_hideOnContentScroll android.support.v7.recyclerview:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator android.support.v7.recyclerview:homeAsUpIndicator}
{@link #ActionBar_homeLayout android.support.v7.recyclerview:homeLayout}
{@link #ActionBar_icon android.support.v7.recyclerview:icon}
{@link #ActionBar_indeterminateProgressStyle android.support.v7.recyclerview:indeterminateProgressStyle}
{@link #ActionBar_itemPadding android.support.v7.recyclerview:itemPadding}
{@link #ActionBar_logo android.support.v7.recyclerview:logo}
{@link #ActionBar_navigationMode android.support.v7.recyclerview:navigationMode}
{@link #ActionBar_popupTheme android.support.v7.recyclerview:popupTheme}
{@link #ActionBar_progressBarPadding android.support.v7.recyclerview:progressBarPadding}
{@link #ActionBar_progressBarStyle android.support.v7.recyclerview:progressBarStyle}
{@link #ActionBar_subtitle android.support.v7.recyclerview:subtitle}
{@link #ActionBar_subtitleTextStyle android.support.v7.recyclerview:subtitleTextStyle}
{@link #ActionBar_title android.support.v7.recyclerview:title}
{@link #ActionBar_titleTextStyle android.support.v7.recyclerview:titleTextStyle}
+ @see #ActionBar_background + @see #ActionBar_backgroundSplit + @see #ActionBar_backgroundStacked + @see #ActionBar_contentInsetEnd + @see #ActionBar_contentInsetEndWithActions + @see #ActionBar_contentInsetLeft + @see #ActionBar_contentInsetRight + @see #ActionBar_contentInsetStart + @see #ActionBar_contentInsetStartWithNavigation + @see #ActionBar_customNavigationLayout + @see #ActionBar_displayOptions + @see #ActionBar_divider + @see #ActionBar_elevation + @see #ActionBar_height + @see #ActionBar_hideOnContentScroll + @see #ActionBar_homeAsUpIndicator + @see #ActionBar_homeLayout + @see #ActionBar_icon + @see #ActionBar_indeterminateProgressStyle + @see #ActionBar_itemPadding + @see #ActionBar_logo + @see #ActionBar_navigationMode + @see #ActionBar_popupTheme + @see #ActionBar_progressBarPadding + @see #ActionBar_progressBarStyle + @see #ActionBar_subtitle + @see #ActionBar_subtitleTextStyle + @see #ActionBar_title + @see #ActionBar_titleTextStyle + */ + public static final int[] ActionBar = { + 0x7f010023, 0x7f010025, 0x7f010026, 0x7f010027, + 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, + 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, + 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, + 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, + 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, + 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, + 0x7f010085 + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#background} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:background + */ + public static int ActionBar_background = 10; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.recyclerview:backgroundSplit + */ + public static int ActionBar_backgroundSplit = 12; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#backgroundStacked} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.recyclerview:backgroundStacked + */ + public static int ActionBar_backgroundStacked = 11; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:contentInsetEnd + */ + public static int ActionBar_contentInsetEnd = 21; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:contentInsetEndWithActions + */ + public static int ActionBar_contentInsetEndWithActions = 25; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:contentInsetLeft + */ + public static int ActionBar_contentInsetLeft = 22; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#contentInsetRight} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:contentInsetRight + */ + public static int ActionBar_contentInsetRight = 23; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#contentInsetStart} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:contentInsetStart + */ + public static int ActionBar_contentInsetStart = 20; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:contentInsetStartWithNavigation + */ + public static int ActionBar_contentInsetStartWithNavigation = 24; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#customNavigationLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:customNavigationLayout + */ + public static int ActionBar_customNavigationLayout = 13; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#displayOptions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ @attr name android.support.v7.recyclerview:displayOptions + */ + public static int ActionBar_displayOptions = 3; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#divider} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:divider + */ + public static int ActionBar_divider = 9; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#elevation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:elevation + */ + public static int ActionBar_elevation = 26; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#height} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:height + */ + public static int ActionBar_height = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#hideOnContentScroll} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:hideOnContentScroll + */ + public static int ActionBar_hideOnContentScroll = 19; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:homeAsUpIndicator + */ + public static int ActionBar_homeAsUpIndicator = 28; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#homeLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:homeLayout + */ + public static int ActionBar_homeLayout = 14; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#icon} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:icon + */ + public static int ActionBar_icon = 7; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#indeterminateProgressStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:indeterminateProgressStyle + */ + public static int ActionBar_indeterminateProgressStyle = 16; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#itemPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:itemPadding + */ + public static int ActionBar_itemPadding = 18; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#logo} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:logo + */ + public static int ActionBar_logo = 8; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#navigationMode} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ @attr name android.support.v7.recyclerview:navigationMode + */ + public static int ActionBar_navigationMode = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#popupTheme} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:popupTheme + */ + public static int ActionBar_popupTheme = 27; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#progressBarPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:progressBarPadding + */ + public static int ActionBar_progressBarPadding = 17; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#progressBarStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:progressBarStyle + */ + public static int ActionBar_progressBarStyle = 15; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#subtitle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:subtitle + */ + public static int ActionBar_subtitle = 4; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:subtitleTextStyle + */ + public static int ActionBar_subtitleTextStyle = 6; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#title} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:title + */ + public static int ActionBar_title = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:titleTextStyle + */ + public static int ActionBar_titleTextStyle = 5; + /** Attributes that can be used with a ActionBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout = { + 0x010100b3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #ActionBarLayout} array. + @attr name android:layout_gravity + */ + public static int ActionBarLayout_android_layout_gravity = 0; + /** Attributes that can be used with a ActionMenuItemView. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView = { + 0x0101013f + }; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #ActionMenuItemView} array. + @attr name android:minWidth + */ + public static int ActionMenuItemView_android_minWidth = 0; + /** Attributes that can be used with a ActionMenuView. + */ + public static final int[] ActionMenuView = { + + }; + /** Attributes that can be used with a ActionMode. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #ActionMode_background android.support.v7.recyclerview:background}
{@link #ActionMode_backgroundSplit android.support.v7.recyclerview:backgroundSplit}
{@link #ActionMode_closeItemLayout android.support.v7.recyclerview:closeItemLayout}
{@link #ActionMode_height android.support.v7.recyclerview:height}
{@link #ActionMode_subtitleTextStyle android.support.v7.recyclerview:subtitleTextStyle}
{@link #ActionMode_titleTextStyle android.support.v7.recyclerview:titleTextStyle}
+ @see #ActionMode_background + @see #ActionMode_backgroundSplit + @see #ActionMode_closeItemLayout + @see #ActionMode_height + @see #ActionMode_subtitleTextStyle + @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode = { + 0x7f010023, 0x7f010029, 0x7f01002a, 0x7f01002e, + 0x7f010030, 0x7f010040 + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#background} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:background + */ + public static int ActionMode_background = 3; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionMode} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.recyclerview:backgroundSplit + */ + public static int ActionMode_backgroundSplit = 4; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#closeItemLayout} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:closeItemLayout + */ + public static int ActionMode_closeItemLayout = 5; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#height} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:height + */ + public static int ActionMode_height = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:subtitleTextStyle + */ + public static int ActionMode_subtitleTextStyle = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:titleTextStyle + */ + public static int ActionMode_titleTextStyle = 1; + /** Attributes that can be used with a ActivityChooserView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable android.support.v7.recyclerview:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount android.support.v7.recyclerview:initialActivityCount}
+ @see #ActivityChooserView_expandActivityOverflowButtonDrawable + @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView = { + 0x7f010041, 0x7f010042 + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#expandActivityOverflowButtonDrawable} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:expandActivityOverflowButtonDrawable + */ + public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#initialActivityCount} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:initialActivityCount + */ + public static int ActivityChooserView_initialActivityCount = 0; + /** Attributes that can be used with a AlertDialog. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout android.support.v7.recyclerview:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout android.support.v7.recyclerview:listItemLayout}
{@link #AlertDialog_listLayout android.support.v7.recyclerview:listLayout}
{@link #AlertDialog_multiChoiceItemLayout android.support.v7.recyclerview:multiChoiceItemLayout}
{@link #AlertDialog_showTitle android.support.v7.recyclerview:showTitle}
{@link #AlertDialog_singleChoiceItemLayout android.support.v7.recyclerview:singleChoiceItemLayout}
+ @see #AlertDialog_android_layout + @see #AlertDialog_buttonPanelSideLayout + @see #AlertDialog_listItemLayout + @see #AlertDialog_listLayout + @see #AlertDialog_multiChoiceItemLayout + @see #AlertDialog_showTitle + @see #AlertDialog_singleChoiceItemLayout + */ + public static final int[] AlertDialog = { + 0x010100f2, 0x7f010043, 0x7f010044, 0x7f010045, + 0x7f010046, 0x7f010047, 0x7f010048 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #AlertDialog} array. + @attr name android:layout + */ + public static int AlertDialog_android_layout = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#buttonPanelSideLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:buttonPanelSideLayout + */ + public static int AlertDialog_buttonPanelSideLayout = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#listItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:listItemLayout + */ + public static int AlertDialog_listItemLayout = 5; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#listLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:listLayout + */ + public static int AlertDialog_listLayout = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#multiChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:multiChoiceItemLayout + */ + public static int AlertDialog_multiChoiceItemLayout = 3; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#showTitle} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:showTitle + */ + public static int AlertDialog_showTitle = 6; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#singleChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:singleChoiceItemLayout + */ + public static int AlertDialog_singleChoiceItemLayout = 4; + /** Attributes that can be used with a AppBarLayout. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #AppBarLayout_android_background android:background}
{@link #AppBarLayout_android_keyboardNavigationCluster android:keyboardNavigationCluster}
{@link #AppBarLayout_android_touchscreenBlocksFocus android:touchscreenBlocksFocus}
{@link #AppBarLayout_elevation android.support.v7.recyclerview:elevation}
{@link #AppBarLayout_expanded android.support.v7.recyclerview:expanded}
+ @see #AppBarLayout_android_background + @see #AppBarLayout_android_keyboardNavigationCluster + @see #AppBarLayout_android_touchscreenBlocksFocus + @see #AppBarLayout_elevation + @see #AppBarLayout_expanded + */ + public static final int[] AppBarLayout = { + 0x010100d4, 0x0101048f, 0x01010540, 0x7f01003e, + 0x7f010118 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:background + */ + public static int AppBarLayout_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#keyboardNavigationCluster} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:keyboardNavigationCluster + */ + public static int AppBarLayout_android_keyboardNavigationCluster = 2; + /** +

This symbol is the offset where the {@link android.R.attr#touchscreenBlocksFocus} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:touchscreenBlocksFocus + */ + public static int AppBarLayout_android_touchscreenBlocksFocus = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#elevation} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:elevation + */ + public static int AppBarLayout_elevation = 3; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#expanded} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:expanded + */ + public static int AppBarLayout_expanded = 4; + /** Attributes that can be used with a AppBarLayoutStates. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayoutStates_state_collapsed android.support.v7.recyclerview:state_collapsed}
{@link #AppBarLayoutStates_state_collapsible android.support.v7.recyclerview:state_collapsible}
+ @see #AppBarLayoutStates_state_collapsed + @see #AppBarLayoutStates_state_collapsible + */ + public static final int[] AppBarLayoutStates = { + 0x7f010119, 0x7f01011a + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#state_collapsed} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:state_collapsed + */ + public static int AppBarLayoutStates_state_collapsed = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#state_collapsible} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:state_collapsible + */ + public static int AppBarLayoutStates_state_collapsible = 1; + /** Attributes that can be used with a AppBarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayout_Layout_layout_scrollFlags android.support.v7.recyclerview:layout_scrollFlags}
{@link #AppBarLayout_Layout_layout_scrollInterpolator android.support.v7.recyclerview:layout_scrollInterpolator}
+ @see #AppBarLayout_Layout_layout_scrollFlags + @see #AppBarLayout_Layout_layout_scrollInterpolator + */ + public static final int[] AppBarLayout_Layout = { + 0x7f01011b, 0x7f01011c + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#layout_scrollFlags} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ @attr name android.support.v7.recyclerview:layout_scrollFlags + */ + public static int AppBarLayout_Layout_layout_scrollFlags = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#layout_scrollInterpolator} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:layout_scrollInterpolator + */ + public static int AppBarLayout_Layout_layout_scrollInterpolator = 1; + /** Attributes that can be used with a AppCompatImageView. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatImageView_android_src android:src}
{@link #AppCompatImageView_srcCompat android.support.v7.recyclerview:srcCompat}
{@link #AppCompatImageView_tint android.support.v7.recyclerview:tint}
{@link #AppCompatImageView_tintMode android.support.v7.recyclerview:tintMode}
+ @see #AppCompatImageView_android_src + @see #AppCompatImageView_srcCompat + @see #AppCompatImageView_tint + @see #AppCompatImageView_tintMode + */ + public static final int[] AppCompatImageView = { + 0x01010119, 0x7f010049, 0x7f01004a, 0x7f01004b + }; + /** +

This symbol is the offset where the {@link android.R.attr#src} + attribute's value can be found in the {@link #AppCompatImageView} array. + @attr name android:src + */ + public static int AppCompatImageView_android_src = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#srcCompat} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:srcCompat + */ + public static int AppCompatImageView_srcCompat = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tint} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:tint + */ + public static int AppCompatImageView_tint = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tintMode} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.recyclerview:tintMode + */ + public static int AppCompatImageView_tintMode = 3; + /** Attributes that can be used with a AppCompatSeekBar. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatSeekBar_android_thumb android:thumb}
{@link #AppCompatSeekBar_tickMark android.support.v7.recyclerview:tickMark}
{@link #AppCompatSeekBar_tickMarkTint android.support.v7.recyclerview:tickMarkTint}
{@link #AppCompatSeekBar_tickMarkTintMode android.support.v7.recyclerview:tickMarkTintMode}
+ @see #AppCompatSeekBar_android_thumb + @see #AppCompatSeekBar_tickMark + @see #AppCompatSeekBar_tickMarkTint + @see #AppCompatSeekBar_tickMarkTintMode + */ + public static final int[] AppCompatSeekBar = { + 0x01010142, 0x7f01004c, 0x7f01004d, 0x7f01004e + }; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + @attr name android:thumb + */ + public static int AppCompatSeekBar_android_thumb = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tickMark} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:tickMark + */ + public static int AppCompatSeekBar_tickMark = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tickMarkTint} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:tickMarkTint + */ + public static int AppCompatSeekBar_tickMarkTint = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tickMarkTintMode} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.recyclerview:tickMarkTintMode + */ + public static int AppCompatSeekBar_tickMarkTintMode = 3; + /** Attributes that can be used with a AppCompatTextHelper. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextHelper_android_drawableBottom android:drawableBottom}
{@link #AppCompatTextHelper_android_drawableEnd android:drawableEnd}
{@link #AppCompatTextHelper_android_drawableLeft android:drawableLeft}
{@link #AppCompatTextHelper_android_drawableRight android:drawableRight}
{@link #AppCompatTextHelper_android_drawableStart android:drawableStart}
{@link #AppCompatTextHelper_android_drawableTop android:drawableTop}
{@link #AppCompatTextHelper_android_textAppearance android:textAppearance}
+ @see #AppCompatTextHelper_android_drawableBottom + @see #AppCompatTextHelper_android_drawableEnd + @see #AppCompatTextHelper_android_drawableLeft + @see #AppCompatTextHelper_android_drawableRight + @see #AppCompatTextHelper_android_drawableStart + @see #AppCompatTextHelper_android_drawableTop + @see #AppCompatTextHelper_android_textAppearance + */ + public static final int[] AppCompatTextHelper = { + 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, + 0x01010170, 0x01010392, 0x01010393 + }; + /** +

This symbol is the offset where the {@link android.R.attr#drawableBottom} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableBottom + */ + public static int AppCompatTextHelper_android_drawableBottom = 2; + /** +

This symbol is the offset where the {@link android.R.attr#drawableEnd} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableEnd + */ + public static int AppCompatTextHelper_android_drawableEnd = 6; + /** +

This symbol is the offset where the {@link android.R.attr#drawableLeft} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableLeft + */ + public static int AppCompatTextHelper_android_drawableLeft = 3; + /** +

This symbol is the offset where the {@link android.R.attr#drawableRight} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableRight + */ + public static int AppCompatTextHelper_android_drawableRight = 4; + /** +

This symbol is the offset where the {@link android.R.attr#drawableStart} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableStart + */ + public static int AppCompatTextHelper_android_drawableStart = 5; + /** +

This symbol is the offset where the {@link android.R.attr#drawableTop} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableTop + */ + public static int AppCompatTextHelper_android_drawableTop = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:textAppearance + */ + public static int AppCompatTextHelper_android_textAppearance = 0; + /** Attributes that can be used with a AppCompatTextView. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_autoSizeMaxTextSize android.support.v7.recyclerview:autoSizeMaxTextSize}
{@link #AppCompatTextView_autoSizeMinTextSize android.support.v7.recyclerview:autoSizeMinTextSize}
{@link #AppCompatTextView_autoSizePresetSizes android.support.v7.recyclerview:autoSizePresetSizes}
{@link #AppCompatTextView_autoSizeStepGranularity android.support.v7.recyclerview:autoSizeStepGranularity}
{@link #AppCompatTextView_autoSizeTextType android.support.v7.recyclerview:autoSizeTextType}
{@link #AppCompatTextView_fontFamily android.support.v7.recyclerview:fontFamily}
{@link #AppCompatTextView_textAllCaps android.support.v7.recyclerview:textAllCaps}
+ @see #AppCompatTextView_android_textAppearance + @see #AppCompatTextView_autoSizeMaxTextSize + @see #AppCompatTextView_autoSizeMinTextSize + @see #AppCompatTextView_autoSizePresetSizes + @see #AppCompatTextView_autoSizeStepGranularity + @see #AppCompatTextView_autoSizeTextType + @see #AppCompatTextView_fontFamily + @see #AppCompatTextView_textAllCaps + */ + public static final int[] AppCompatTextView = { + 0x01010034, 0x7f01004f, 0x7f010050, 0x7f010051, + 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextView} array. + @attr name android:textAppearance + */ + public static int AppCompatTextView_android_textAppearance = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#autoSizeMaxTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:autoSizeMaxTextSize + */ + public static int AppCompatTextView_autoSizeMaxTextSize = 6; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#autoSizeMinTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:autoSizeMinTextSize + */ + public static int AppCompatTextView_autoSizeMinTextSize = 5; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#autoSizePresetSizes} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:autoSizePresetSizes + */ + public static int AppCompatTextView_autoSizePresetSizes = 4; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#autoSizeStepGranularity} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:autoSizeStepGranularity + */ + public static int AppCompatTextView_autoSizeStepGranularity = 3; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#autoSizeTextType} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ @attr name android.support.v7.recyclerview:autoSizeTextType + */ + public static int AppCompatTextView_autoSizeTextType = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#fontFamily} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:fontFamily + */ + public static int AppCompatTextView_fontFamily = 7; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#textAllCaps} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name android.support.v7.recyclerview:textAllCaps + */ + public static int AppCompatTextView_textAllCaps = 1; + /** Attributes that can be used with a AppCompatTheme. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTheme_actionBarDivider android.support.v7.recyclerview:actionBarDivider}
{@link #AppCompatTheme_actionBarItemBackground android.support.v7.recyclerview:actionBarItemBackground}
{@link #AppCompatTheme_actionBarPopupTheme android.support.v7.recyclerview:actionBarPopupTheme}
{@link #AppCompatTheme_actionBarSize android.support.v7.recyclerview:actionBarSize}
{@link #AppCompatTheme_actionBarSplitStyle android.support.v7.recyclerview:actionBarSplitStyle}
{@link #AppCompatTheme_actionBarStyle android.support.v7.recyclerview:actionBarStyle}
{@link #AppCompatTheme_actionBarTabBarStyle android.support.v7.recyclerview:actionBarTabBarStyle}
{@link #AppCompatTheme_actionBarTabStyle android.support.v7.recyclerview:actionBarTabStyle}
{@link #AppCompatTheme_actionBarTabTextStyle android.support.v7.recyclerview:actionBarTabTextStyle}
{@link #AppCompatTheme_actionBarTheme android.support.v7.recyclerview:actionBarTheme}
{@link #AppCompatTheme_actionBarWidgetTheme android.support.v7.recyclerview:actionBarWidgetTheme}
{@link #AppCompatTheme_actionButtonStyle android.support.v7.recyclerview:actionButtonStyle}
{@link #AppCompatTheme_actionDropDownStyle android.support.v7.recyclerview:actionDropDownStyle}
{@link #AppCompatTheme_actionMenuTextAppearance android.support.v7.recyclerview:actionMenuTextAppearance}
{@link #AppCompatTheme_actionMenuTextColor android.support.v7.recyclerview:actionMenuTextColor}
{@link #AppCompatTheme_actionModeBackground android.support.v7.recyclerview:actionModeBackground}
{@link #AppCompatTheme_actionModeCloseButtonStyle android.support.v7.recyclerview:actionModeCloseButtonStyle}
{@link #AppCompatTheme_actionModeCloseDrawable android.support.v7.recyclerview:actionModeCloseDrawable}
{@link #AppCompatTheme_actionModeCopyDrawable android.support.v7.recyclerview:actionModeCopyDrawable}
{@link #AppCompatTheme_actionModeCutDrawable android.support.v7.recyclerview:actionModeCutDrawable}
{@link #AppCompatTheme_actionModeFindDrawable android.support.v7.recyclerview:actionModeFindDrawable}
{@link #AppCompatTheme_actionModePasteDrawable android.support.v7.recyclerview:actionModePasteDrawable}
{@link #AppCompatTheme_actionModePopupWindowStyle android.support.v7.recyclerview:actionModePopupWindowStyle}
{@link #AppCompatTheme_actionModeSelectAllDrawable android.support.v7.recyclerview:actionModeSelectAllDrawable}
{@link #AppCompatTheme_actionModeShareDrawable android.support.v7.recyclerview:actionModeShareDrawable}
{@link #AppCompatTheme_actionModeSplitBackground android.support.v7.recyclerview:actionModeSplitBackground}
{@link #AppCompatTheme_actionModeStyle android.support.v7.recyclerview:actionModeStyle}
{@link #AppCompatTheme_actionModeWebSearchDrawable android.support.v7.recyclerview:actionModeWebSearchDrawable}
{@link #AppCompatTheme_actionOverflowButtonStyle android.support.v7.recyclerview:actionOverflowButtonStyle}
{@link #AppCompatTheme_actionOverflowMenuStyle android.support.v7.recyclerview:actionOverflowMenuStyle}
{@link #AppCompatTheme_activityChooserViewStyle android.support.v7.recyclerview:activityChooserViewStyle}
{@link #AppCompatTheme_alertDialogButtonGroupStyle android.support.v7.recyclerview:alertDialogButtonGroupStyle}
{@link #AppCompatTheme_alertDialogCenterButtons android.support.v7.recyclerview:alertDialogCenterButtons}
{@link #AppCompatTheme_alertDialogStyle android.support.v7.recyclerview:alertDialogStyle}
{@link #AppCompatTheme_alertDialogTheme android.support.v7.recyclerview:alertDialogTheme}
{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating}
{@link #AppCompatTheme_autoCompleteTextViewStyle android.support.v7.recyclerview:autoCompleteTextViewStyle}
{@link #AppCompatTheme_borderlessButtonStyle android.support.v7.recyclerview:borderlessButtonStyle}
{@link #AppCompatTheme_buttonBarButtonStyle android.support.v7.recyclerview:buttonBarButtonStyle}
{@link #AppCompatTheme_buttonBarNegativeButtonStyle android.support.v7.recyclerview:buttonBarNegativeButtonStyle}
{@link #AppCompatTheme_buttonBarNeutralButtonStyle android.support.v7.recyclerview:buttonBarNeutralButtonStyle}
{@link #AppCompatTheme_buttonBarPositiveButtonStyle android.support.v7.recyclerview:buttonBarPositiveButtonStyle}
{@link #AppCompatTheme_buttonBarStyle android.support.v7.recyclerview:buttonBarStyle}
{@link #AppCompatTheme_buttonStyle android.support.v7.recyclerview:buttonStyle}
{@link #AppCompatTheme_buttonStyleSmall android.support.v7.recyclerview:buttonStyleSmall}
{@link #AppCompatTheme_checkboxStyle android.support.v7.recyclerview:checkboxStyle}
{@link #AppCompatTheme_checkedTextViewStyle android.support.v7.recyclerview:checkedTextViewStyle}
{@link #AppCompatTheme_colorAccent android.support.v7.recyclerview:colorAccent}
{@link #AppCompatTheme_colorBackgroundFloating android.support.v7.recyclerview:colorBackgroundFloating}
{@link #AppCompatTheme_colorButtonNormal android.support.v7.recyclerview:colorButtonNormal}
{@link #AppCompatTheme_colorControlActivated android.support.v7.recyclerview:colorControlActivated}
{@link #AppCompatTheme_colorControlHighlight android.support.v7.recyclerview:colorControlHighlight}
{@link #AppCompatTheme_colorControlNormal android.support.v7.recyclerview:colorControlNormal}
{@link #AppCompatTheme_colorError android.support.v7.recyclerview:colorError}
{@link #AppCompatTheme_colorPrimary android.support.v7.recyclerview:colorPrimary}
{@link #AppCompatTheme_colorPrimaryDark android.support.v7.recyclerview:colorPrimaryDark}
{@link #AppCompatTheme_colorSwitchThumbNormal android.support.v7.recyclerview:colorSwitchThumbNormal}
{@link #AppCompatTheme_controlBackground android.support.v7.recyclerview:controlBackground}
{@link #AppCompatTheme_dialogPreferredPadding android.support.v7.recyclerview:dialogPreferredPadding}
{@link #AppCompatTheme_dialogTheme android.support.v7.recyclerview:dialogTheme}
{@link #AppCompatTheme_dividerHorizontal android.support.v7.recyclerview:dividerHorizontal}
{@link #AppCompatTheme_dividerVertical android.support.v7.recyclerview:dividerVertical}
{@link #AppCompatTheme_dropDownListViewStyle android.support.v7.recyclerview:dropDownListViewStyle}
{@link #AppCompatTheme_dropdownListPreferredItemHeight android.support.v7.recyclerview:dropdownListPreferredItemHeight}
{@link #AppCompatTheme_editTextBackground android.support.v7.recyclerview:editTextBackground}
{@link #AppCompatTheme_editTextColor android.support.v7.recyclerview:editTextColor}
{@link #AppCompatTheme_editTextStyle android.support.v7.recyclerview:editTextStyle}
{@link #AppCompatTheme_homeAsUpIndicator android.support.v7.recyclerview:homeAsUpIndicator}
{@link #AppCompatTheme_imageButtonStyle android.support.v7.recyclerview:imageButtonStyle}
{@link #AppCompatTheme_listChoiceBackgroundIndicator android.support.v7.recyclerview:listChoiceBackgroundIndicator}
{@link #AppCompatTheme_listDividerAlertDialog android.support.v7.recyclerview:listDividerAlertDialog}
{@link #AppCompatTheme_listMenuViewStyle android.support.v7.recyclerview:listMenuViewStyle}
{@link #AppCompatTheme_listPopupWindowStyle android.support.v7.recyclerview:listPopupWindowStyle}
{@link #AppCompatTheme_listPreferredItemHeight android.support.v7.recyclerview:listPreferredItemHeight}
{@link #AppCompatTheme_listPreferredItemHeightLarge android.support.v7.recyclerview:listPreferredItemHeightLarge}
{@link #AppCompatTheme_listPreferredItemHeightSmall android.support.v7.recyclerview:listPreferredItemHeightSmall}
{@link #AppCompatTheme_listPreferredItemPaddingLeft android.support.v7.recyclerview:listPreferredItemPaddingLeft}
{@link #AppCompatTheme_listPreferredItemPaddingRight android.support.v7.recyclerview:listPreferredItemPaddingRight}
{@link #AppCompatTheme_panelBackground android.support.v7.recyclerview:panelBackground}
{@link #AppCompatTheme_panelMenuListTheme android.support.v7.recyclerview:panelMenuListTheme}
{@link #AppCompatTheme_panelMenuListWidth android.support.v7.recyclerview:panelMenuListWidth}
{@link #AppCompatTheme_popupMenuStyle android.support.v7.recyclerview:popupMenuStyle}
{@link #AppCompatTheme_popupWindowStyle android.support.v7.recyclerview:popupWindowStyle}
{@link #AppCompatTheme_radioButtonStyle android.support.v7.recyclerview:radioButtonStyle}
{@link #AppCompatTheme_ratingBarStyle android.support.v7.recyclerview:ratingBarStyle}
{@link #AppCompatTheme_ratingBarStyleIndicator android.support.v7.recyclerview:ratingBarStyleIndicator}
{@link #AppCompatTheme_ratingBarStyleSmall android.support.v7.recyclerview:ratingBarStyleSmall}
{@link #AppCompatTheme_searchViewStyle android.support.v7.recyclerview:searchViewStyle}
{@link #AppCompatTheme_seekBarStyle android.support.v7.recyclerview:seekBarStyle}
{@link #AppCompatTheme_selectableItemBackground android.support.v7.recyclerview:selectableItemBackground}
{@link #AppCompatTheme_selectableItemBackgroundBorderless android.support.v7.recyclerview:selectableItemBackgroundBorderless}
{@link #AppCompatTheme_spinnerDropDownItemStyle android.support.v7.recyclerview:spinnerDropDownItemStyle}
{@link #AppCompatTheme_spinnerStyle android.support.v7.recyclerview:spinnerStyle}
{@link #AppCompatTheme_switchStyle android.support.v7.recyclerview:switchStyle}
{@link #AppCompatTheme_textAppearanceLargePopupMenu android.support.v7.recyclerview:textAppearanceLargePopupMenu}
{@link #AppCompatTheme_textAppearanceListItem android.support.v7.recyclerview:textAppearanceListItem}
{@link #AppCompatTheme_textAppearanceListItemSecondary android.support.v7.recyclerview:textAppearanceListItemSecondary}
{@link #AppCompatTheme_textAppearanceListItemSmall android.support.v7.recyclerview:textAppearanceListItemSmall}
{@link #AppCompatTheme_textAppearancePopupMenuHeader android.support.v7.recyclerview:textAppearancePopupMenuHeader}
{@link #AppCompatTheme_textAppearanceSearchResultSubtitle android.support.v7.recyclerview:textAppearanceSearchResultSubtitle}
{@link #AppCompatTheme_textAppearanceSearchResultTitle android.support.v7.recyclerview:textAppearanceSearchResultTitle}
{@link #AppCompatTheme_textAppearanceSmallPopupMenu android.support.v7.recyclerview:textAppearanceSmallPopupMenu}
{@link #AppCompatTheme_textColorAlertDialogListItem android.support.v7.recyclerview:textColorAlertDialogListItem}
{@link #AppCompatTheme_textColorSearchUrl android.support.v7.recyclerview:textColorSearchUrl}
{@link #AppCompatTheme_toolbarNavigationButtonStyle android.support.v7.recyclerview:toolbarNavigationButtonStyle}
{@link #AppCompatTheme_toolbarStyle android.support.v7.recyclerview:toolbarStyle}
{@link #AppCompatTheme_tooltipForegroundColor android.support.v7.recyclerview:tooltipForegroundColor}
{@link #AppCompatTheme_tooltipFrameBackground android.support.v7.recyclerview:tooltipFrameBackground}
{@link #AppCompatTheme_windowActionBar android.support.v7.recyclerview:windowActionBar}
{@link #AppCompatTheme_windowActionBarOverlay android.support.v7.recyclerview:windowActionBarOverlay}
{@link #AppCompatTheme_windowActionModeOverlay android.support.v7.recyclerview:windowActionModeOverlay}
{@link #AppCompatTheme_windowFixedHeightMajor android.support.v7.recyclerview:windowFixedHeightMajor}
{@link #AppCompatTheme_windowFixedHeightMinor android.support.v7.recyclerview:windowFixedHeightMinor}
{@link #AppCompatTheme_windowFixedWidthMajor android.support.v7.recyclerview:windowFixedWidthMajor}
{@link #AppCompatTheme_windowFixedWidthMinor android.support.v7.recyclerview:windowFixedWidthMinor}
{@link #AppCompatTheme_windowMinWidthMajor android.support.v7.recyclerview:windowMinWidthMajor}
{@link #AppCompatTheme_windowMinWidthMinor android.support.v7.recyclerview:windowMinWidthMinor}
{@link #AppCompatTheme_windowNoTitle android.support.v7.recyclerview:windowNoTitle}
+ @see #AppCompatTheme_actionBarDivider + @see #AppCompatTheme_actionBarItemBackground + @see #AppCompatTheme_actionBarPopupTheme + @see #AppCompatTheme_actionBarSize + @see #AppCompatTheme_actionBarSplitStyle + @see #AppCompatTheme_actionBarStyle + @see #AppCompatTheme_actionBarTabBarStyle + @see #AppCompatTheme_actionBarTabStyle + @see #AppCompatTheme_actionBarTabTextStyle + @see #AppCompatTheme_actionBarTheme + @see #AppCompatTheme_actionBarWidgetTheme + @see #AppCompatTheme_actionButtonStyle + @see #AppCompatTheme_actionDropDownStyle + @see #AppCompatTheme_actionMenuTextAppearance + @see #AppCompatTheme_actionMenuTextColor + @see #AppCompatTheme_actionModeBackground + @see #AppCompatTheme_actionModeCloseButtonStyle + @see #AppCompatTheme_actionModeCloseDrawable + @see #AppCompatTheme_actionModeCopyDrawable + @see #AppCompatTheme_actionModeCutDrawable + @see #AppCompatTheme_actionModeFindDrawable + @see #AppCompatTheme_actionModePasteDrawable + @see #AppCompatTheme_actionModePopupWindowStyle + @see #AppCompatTheme_actionModeSelectAllDrawable + @see #AppCompatTheme_actionModeShareDrawable + @see #AppCompatTheme_actionModeSplitBackground + @see #AppCompatTheme_actionModeStyle + @see #AppCompatTheme_actionModeWebSearchDrawable + @see #AppCompatTheme_actionOverflowButtonStyle + @see #AppCompatTheme_actionOverflowMenuStyle + @see #AppCompatTheme_activityChooserViewStyle + @see #AppCompatTheme_alertDialogButtonGroupStyle + @see #AppCompatTheme_alertDialogCenterButtons + @see #AppCompatTheme_alertDialogStyle + @see #AppCompatTheme_alertDialogTheme + @see #AppCompatTheme_android_windowAnimationStyle + @see #AppCompatTheme_android_windowIsFloating + @see #AppCompatTheme_autoCompleteTextViewStyle + @see #AppCompatTheme_borderlessButtonStyle + @see #AppCompatTheme_buttonBarButtonStyle + @see #AppCompatTheme_buttonBarNegativeButtonStyle + @see #AppCompatTheme_buttonBarNeutralButtonStyle + @see #AppCompatTheme_buttonBarPositiveButtonStyle + @see #AppCompatTheme_buttonBarStyle + @see #AppCompatTheme_buttonStyle + @see #AppCompatTheme_buttonStyleSmall + @see #AppCompatTheme_checkboxStyle + @see #AppCompatTheme_checkedTextViewStyle + @see #AppCompatTheme_colorAccent + @see #AppCompatTheme_colorBackgroundFloating + @see #AppCompatTheme_colorButtonNormal + @see #AppCompatTheme_colorControlActivated + @see #AppCompatTheme_colorControlHighlight + @see #AppCompatTheme_colorControlNormal + @see #AppCompatTheme_colorError + @see #AppCompatTheme_colorPrimary + @see #AppCompatTheme_colorPrimaryDark + @see #AppCompatTheme_colorSwitchThumbNormal + @see #AppCompatTheme_controlBackground + @see #AppCompatTheme_dialogPreferredPadding + @see #AppCompatTheme_dialogTheme + @see #AppCompatTheme_dividerHorizontal + @see #AppCompatTheme_dividerVertical + @see #AppCompatTheme_dropDownListViewStyle + @see #AppCompatTheme_dropdownListPreferredItemHeight + @see #AppCompatTheme_editTextBackground + @see #AppCompatTheme_editTextColor + @see #AppCompatTheme_editTextStyle + @see #AppCompatTheme_homeAsUpIndicator + @see #AppCompatTheme_imageButtonStyle + @see #AppCompatTheme_listChoiceBackgroundIndicator + @see #AppCompatTheme_listDividerAlertDialog + @see #AppCompatTheme_listMenuViewStyle + @see #AppCompatTheme_listPopupWindowStyle + @see #AppCompatTheme_listPreferredItemHeight + @see #AppCompatTheme_listPreferredItemHeightLarge + @see #AppCompatTheme_listPreferredItemHeightSmall + @see #AppCompatTheme_listPreferredItemPaddingLeft + @see #AppCompatTheme_listPreferredItemPaddingRight + @see #AppCompatTheme_panelBackground + @see #AppCompatTheme_panelMenuListTheme + @see #AppCompatTheme_panelMenuListWidth + @see #AppCompatTheme_popupMenuStyle + @see #AppCompatTheme_popupWindowStyle + @see #AppCompatTheme_radioButtonStyle + @see #AppCompatTheme_ratingBarStyle + @see #AppCompatTheme_ratingBarStyleIndicator + @see #AppCompatTheme_ratingBarStyleSmall + @see #AppCompatTheme_searchViewStyle + @see #AppCompatTheme_seekBarStyle + @see #AppCompatTheme_selectableItemBackground + @see #AppCompatTheme_selectableItemBackgroundBorderless + @see #AppCompatTheme_spinnerDropDownItemStyle + @see #AppCompatTheme_spinnerStyle + @see #AppCompatTheme_switchStyle + @see #AppCompatTheme_textAppearanceLargePopupMenu + @see #AppCompatTheme_textAppearanceListItem + @see #AppCompatTheme_textAppearanceListItemSecondary + @see #AppCompatTheme_textAppearanceListItemSmall + @see #AppCompatTheme_textAppearancePopupMenuHeader + @see #AppCompatTheme_textAppearanceSearchResultSubtitle + @see #AppCompatTheme_textAppearanceSearchResultTitle + @see #AppCompatTheme_textAppearanceSmallPopupMenu + @see #AppCompatTheme_textColorAlertDialogListItem + @see #AppCompatTheme_textColorSearchUrl + @see #AppCompatTheme_toolbarNavigationButtonStyle + @see #AppCompatTheme_toolbarStyle + @see #AppCompatTheme_tooltipForegroundColor + @see #AppCompatTheme_tooltipFrameBackground + @see #AppCompatTheme_windowActionBar + @see #AppCompatTheme_windowActionBarOverlay + @see #AppCompatTheme_windowActionModeOverlay + @see #AppCompatTheme_windowFixedHeightMajor + @see #AppCompatTheme_windowFixedHeightMinor + @see #AppCompatTheme_windowFixedWidthMajor + @see #AppCompatTheme_windowFixedWidthMinor + @see #AppCompatTheme_windowMinWidthMajor + @see #AppCompatTheme_windowMinWidthMinor + @see #AppCompatTheme_windowNoTitle + */ + public static final int[] AppCompatTheme = { + 0x01010057, 0x010100ae, 0x7f010056, 0x7f010057, + 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, + 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, + 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, + 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, + 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, + 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, + 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, + 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, + 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, + 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, + 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, + 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, + 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, + 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, + 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, + 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, + 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, + 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, + 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, + 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, + 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, + 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, + 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, + 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, + 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, + 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, + 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, + 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, + 0x7f0100c8, 0x7f0100c9, 0x7f0100ca + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionBarDivider} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionBarDivider + */ + public static int AppCompatTheme_actionBarDivider = 23; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionBarItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionBarItemBackground + */ + public static int AppCompatTheme_actionBarItemBackground = 24; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionBarPopupTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionBarPopupTheme + */ + public static int AppCompatTheme_actionBarPopupTheme = 17; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionBarSize} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ @attr name android.support.v7.recyclerview:actionBarSize + */ + public static int AppCompatTheme_actionBarSize = 22; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionBarSplitStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionBarSplitStyle + */ + public static int AppCompatTheme_actionBarSplitStyle = 19; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionBarStyle + */ + public static int AppCompatTheme_actionBarStyle = 18; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionBarTabBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionBarTabBarStyle + */ + public static int AppCompatTheme_actionBarTabBarStyle = 13; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionBarTabStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionBarTabStyle + */ + public static int AppCompatTheme_actionBarTabStyle = 12; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionBarTabTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionBarTabTextStyle + */ + public static int AppCompatTheme_actionBarTabTextStyle = 14; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionBarTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionBarTheme + */ + public static int AppCompatTheme_actionBarTheme = 20; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionBarWidgetTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionBarWidgetTheme + */ + public static int AppCompatTheme_actionBarWidgetTheme = 21; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionButtonStyle + */ + public static int AppCompatTheme_actionButtonStyle = 50; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionDropDownStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionDropDownStyle + */ + public static int AppCompatTheme_actionDropDownStyle = 46; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionMenuTextAppearance} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionMenuTextAppearance + */ + public static int AppCompatTheme_actionMenuTextAppearance = 25; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionMenuTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.recyclerview:actionMenuTextColor + */ + public static int AppCompatTheme_actionMenuTextColor = 26; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionModeBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionModeBackground + */ + public static int AppCompatTheme_actionModeBackground = 29; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionModeCloseButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionModeCloseButtonStyle + */ + public static int AppCompatTheme_actionModeCloseButtonStyle = 28; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionModeCloseDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionModeCloseDrawable + */ + public static int AppCompatTheme_actionModeCloseDrawable = 31; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionModeCopyDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionModeCopyDrawable + */ + public static int AppCompatTheme_actionModeCopyDrawable = 33; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionModeCutDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionModeCutDrawable + */ + public static int AppCompatTheme_actionModeCutDrawable = 32; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionModeFindDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionModeFindDrawable + */ + public static int AppCompatTheme_actionModeFindDrawable = 37; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionModePasteDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionModePasteDrawable + */ + public static int AppCompatTheme_actionModePasteDrawable = 34; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionModePopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionModePopupWindowStyle + */ + public static int AppCompatTheme_actionModePopupWindowStyle = 39; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionModeSelectAllDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionModeSelectAllDrawable + */ + public static int AppCompatTheme_actionModeSelectAllDrawable = 35; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionModeShareDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionModeShareDrawable + */ + public static int AppCompatTheme_actionModeShareDrawable = 36; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionModeSplitBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionModeSplitBackground + */ + public static int AppCompatTheme_actionModeSplitBackground = 30; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionModeStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionModeStyle + */ + public static int AppCompatTheme_actionModeStyle = 27; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionModeWebSearchDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionModeWebSearchDrawable + */ + public static int AppCompatTheme_actionModeWebSearchDrawable = 38; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionOverflowButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionOverflowButtonStyle + */ + public static int AppCompatTheme_actionOverflowButtonStyle = 15; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionOverflowMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionOverflowMenuStyle + */ + public static int AppCompatTheme_actionOverflowMenuStyle = 16; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#activityChooserViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:activityChooserViewStyle + */ + public static int AppCompatTheme_activityChooserViewStyle = 58; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#alertDialogButtonGroupStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:alertDialogButtonGroupStyle + */ + public static int AppCompatTheme_alertDialogButtonGroupStyle = 95; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#alertDialogCenterButtons} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:alertDialogCenterButtons + */ + public static int AppCompatTheme_alertDialogCenterButtons = 96; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#alertDialogStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:alertDialogStyle + */ + public static int AppCompatTheme_alertDialogStyle = 94; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#alertDialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:alertDialogTheme + */ + public static int AppCompatTheme_alertDialogTheme = 97; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowAnimationStyle + */ + public static int AppCompatTheme_android_windowAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#windowIsFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowIsFloating + */ + public static int AppCompatTheme_android_windowIsFloating = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#autoCompleteTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:autoCompleteTextViewStyle + */ + public static int AppCompatTheme_autoCompleteTextViewStyle = 102; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#borderlessButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:borderlessButtonStyle + */ + public static int AppCompatTheme_borderlessButtonStyle = 55; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#buttonBarButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:buttonBarButtonStyle + */ + public static int AppCompatTheme_buttonBarButtonStyle = 52; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#buttonBarNegativeButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:buttonBarNegativeButtonStyle + */ + public static int AppCompatTheme_buttonBarNegativeButtonStyle = 100; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#buttonBarNeutralButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:buttonBarNeutralButtonStyle + */ + public static int AppCompatTheme_buttonBarNeutralButtonStyle = 101; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#buttonBarPositiveButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:buttonBarPositiveButtonStyle + */ + public static int AppCompatTheme_buttonBarPositiveButtonStyle = 99; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#buttonBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:buttonBarStyle + */ + public static int AppCompatTheme_buttonBarStyle = 51; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#buttonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:buttonStyle + */ + public static int AppCompatTheme_buttonStyle = 103; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#buttonStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:buttonStyleSmall + */ + public static int AppCompatTheme_buttonStyleSmall = 104; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#checkboxStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:checkboxStyle + */ + public static int AppCompatTheme_checkboxStyle = 105; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#checkedTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:checkedTextViewStyle + */ + public static int AppCompatTheme_checkedTextViewStyle = 106; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#colorAccent} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:colorAccent + */ + public static int AppCompatTheme_colorAccent = 86; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#colorBackgroundFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:colorBackgroundFloating + */ + public static int AppCompatTheme_colorBackgroundFloating = 93; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#colorButtonNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:colorButtonNormal + */ + public static int AppCompatTheme_colorButtonNormal = 90; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#colorControlActivated} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:colorControlActivated + */ + public static int AppCompatTheme_colorControlActivated = 88; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#colorControlHighlight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:colorControlHighlight + */ + public static int AppCompatTheme_colorControlHighlight = 89; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#colorControlNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:colorControlNormal + */ + public static int AppCompatTheme_colorControlNormal = 87; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#colorError} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.recyclerview:colorError + */ + public static int AppCompatTheme_colorError = 118; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#colorPrimary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:colorPrimary + */ + public static int AppCompatTheme_colorPrimary = 84; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#colorPrimaryDark} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:colorPrimaryDark + */ + public static int AppCompatTheme_colorPrimaryDark = 85; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#colorSwitchThumbNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:colorSwitchThumbNormal + */ + public static int AppCompatTheme_colorSwitchThumbNormal = 91; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#controlBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:controlBackground + */ + public static int AppCompatTheme_controlBackground = 92; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#dialogPreferredPadding} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:dialogPreferredPadding + */ + public static int AppCompatTheme_dialogPreferredPadding = 44; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#dialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:dialogTheme + */ + public static int AppCompatTheme_dialogTheme = 43; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#dividerHorizontal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:dividerHorizontal + */ + public static int AppCompatTheme_dividerHorizontal = 57; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#dividerVertical} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:dividerVertical + */ + public static int AppCompatTheme_dividerVertical = 56; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#dropDownListViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:dropDownListViewStyle + */ + public static int AppCompatTheme_dropDownListViewStyle = 75; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#dropdownListPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:dropdownListPreferredItemHeight + */ + public static int AppCompatTheme_dropdownListPreferredItemHeight = 47; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#editTextBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:editTextBackground + */ + public static int AppCompatTheme_editTextBackground = 64; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#editTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.recyclerview:editTextColor + */ + public static int AppCompatTheme_editTextColor = 63; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#editTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:editTextStyle + */ + public static int AppCompatTheme_editTextStyle = 107; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:homeAsUpIndicator + */ + public static int AppCompatTheme_homeAsUpIndicator = 49; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#imageButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:imageButtonStyle + */ + public static int AppCompatTheme_imageButtonStyle = 65; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#listChoiceBackgroundIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:listChoiceBackgroundIndicator + */ + public static int AppCompatTheme_listChoiceBackgroundIndicator = 83; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#listDividerAlertDialog} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:listDividerAlertDialog + */ + public static int AppCompatTheme_listDividerAlertDialog = 45; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#listMenuViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:listMenuViewStyle + */ + public static int AppCompatTheme_listMenuViewStyle = 115; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#listPopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:listPopupWindowStyle + */ + public static int AppCompatTheme_listPopupWindowStyle = 76; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#listPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:listPreferredItemHeight + */ + public static int AppCompatTheme_listPreferredItemHeight = 70; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#listPreferredItemHeightLarge} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:listPreferredItemHeightLarge + */ + public static int AppCompatTheme_listPreferredItemHeightLarge = 72; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#listPreferredItemHeightSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:listPreferredItemHeightSmall + */ + public static int AppCompatTheme_listPreferredItemHeightSmall = 71; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#listPreferredItemPaddingLeft} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:listPreferredItemPaddingLeft + */ + public static int AppCompatTheme_listPreferredItemPaddingLeft = 73; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#listPreferredItemPaddingRight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:listPreferredItemPaddingRight + */ + public static int AppCompatTheme_listPreferredItemPaddingRight = 74; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#panelBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:panelBackground + */ + public static int AppCompatTheme_panelBackground = 80; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#panelMenuListTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:panelMenuListTheme + */ + public static int AppCompatTheme_panelMenuListTheme = 82; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#panelMenuListWidth} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:panelMenuListWidth + */ + public static int AppCompatTheme_panelMenuListWidth = 81; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#popupMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:popupMenuStyle + */ + public static int AppCompatTheme_popupMenuStyle = 61; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#popupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:popupWindowStyle + */ + public static int AppCompatTheme_popupWindowStyle = 62; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#radioButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:radioButtonStyle + */ + public static int AppCompatTheme_radioButtonStyle = 108; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#ratingBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:ratingBarStyle + */ + public static int AppCompatTheme_ratingBarStyle = 109; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#ratingBarStyleIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:ratingBarStyleIndicator + */ + public static int AppCompatTheme_ratingBarStyleIndicator = 110; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#ratingBarStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:ratingBarStyleSmall + */ + public static int AppCompatTheme_ratingBarStyleSmall = 111; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#searchViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:searchViewStyle + */ + public static int AppCompatTheme_searchViewStyle = 69; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#seekBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:seekBarStyle + */ + public static int AppCompatTheme_seekBarStyle = 112; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#selectableItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:selectableItemBackground + */ + public static int AppCompatTheme_selectableItemBackground = 53; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#selectableItemBackgroundBorderless} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:selectableItemBackgroundBorderless + */ + public static int AppCompatTheme_selectableItemBackgroundBorderless = 54; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#spinnerDropDownItemStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:spinnerDropDownItemStyle + */ + public static int AppCompatTheme_spinnerDropDownItemStyle = 48; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#spinnerStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:spinnerStyle + */ + public static int AppCompatTheme_spinnerStyle = 113; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#switchStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:switchStyle + */ + public static int AppCompatTheme_switchStyle = 114; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#textAppearanceLargePopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:textAppearanceLargePopupMenu + */ + public static int AppCompatTheme_textAppearanceLargePopupMenu = 40; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#textAppearanceListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:textAppearanceListItem + */ + public static int AppCompatTheme_textAppearanceListItem = 77; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#textAppearanceListItemSecondary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:textAppearanceListItemSecondary + */ + public static int AppCompatTheme_textAppearanceListItemSecondary = 78; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#textAppearanceListItemSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:textAppearanceListItemSmall + */ + public static int AppCompatTheme_textAppearanceListItemSmall = 79; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#textAppearancePopupMenuHeader} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:textAppearancePopupMenuHeader + */ + public static int AppCompatTheme_textAppearancePopupMenuHeader = 42; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#textAppearanceSearchResultSubtitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:textAppearanceSearchResultSubtitle + */ + public static int AppCompatTheme_textAppearanceSearchResultSubtitle = 67; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#textAppearanceSearchResultTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:textAppearanceSearchResultTitle + */ + public static int AppCompatTheme_textAppearanceSearchResultTitle = 66; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#textAppearanceSmallPopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:textAppearanceSmallPopupMenu + */ + public static int AppCompatTheme_textAppearanceSmallPopupMenu = 41; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#textColorAlertDialogListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.recyclerview:textColorAlertDialogListItem + */ + public static int AppCompatTheme_textColorAlertDialogListItem = 98; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#textColorSearchUrl} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.recyclerview:textColorSearchUrl + */ + public static int AppCompatTheme_textColorSearchUrl = 68; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#toolbarNavigationButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:toolbarNavigationButtonStyle + */ + public static int AppCompatTheme_toolbarNavigationButtonStyle = 60; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#toolbarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:toolbarStyle + */ + public static int AppCompatTheme_toolbarStyle = 59; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tooltipForegroundColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.recyclerview:tooltipForegroundColor + */ + public static int AppCompatTheme_tooltipForegroundColor = 117; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tooltipFrameBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:tooltipFrameBackground + */ + public static int AppCompatTheme_tooltipFrameBackground = 116; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#windowActionBar} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:windowActionBar + */ + public static int AppCompatTheme_windowActionBar = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#windowActionBarOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:windowActionBarOverlay + */ + public static int AppCompatTheme_windowActionBarOverlay = 4; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#windowActionModeOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:windowActionModeOverlay + */ + public static int AppCompatTheme_windowActionModeOverlay = 5; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#windowFixedHeightMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:windowFixedHeightMajor + */ + public static int AppCompatTheme_windowFixedHeightMajor = 9; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#windowFixedHeightMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:windowFixedHeightMinor + */ + public static int AppCompatTheme_windowFixedHeightMinor = 7; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#windowFixedWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:windowFixedWidthMajor + */ + public static int AppCompatTheme_windowFixedWidthMajor = 6; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#windowFixedWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:windowFixedWidthMinor + */ + public static int AppCompatTheme_windowFixedWidthMinor = 8; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#windowMinWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:windowMinWidthMajor + */ + public static int AppCompatTheme_windowMinWidthMajor = 10; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#windowMinWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:windowMinWidthMinor + */ + public static int AppCompatTheme_windowMinWidthMinor = 11; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#windowNoTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:windowNoTitle + */ + public static int AppCompatTheme_windowNoTitle = 3; + /** Attributes that can be used with a BottomNavigationView. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #BottomNavigationView_elevation android.support.v7.recyclerview:elevation}
{@link #BottomNavigationView_itemBackground android.support.v7.recyclerview:itemBackground}
{@link #BottomNavigationView_itemIconTint android.support.v7.recyclerview:itemIconTint}
{@link #BottomNavigationView_itemTextColor android.support.v7.recyclerview:itemTextColor}
{@link #BottomNavigationView_menu android.support.v7.recyclerview:menu}
+ @see #BottomNavigationView_elevation + @see #BottomNavigationView_itemBackground + @see #BottomNavigationView_itemIconTint + @see #BottomNavigationView_itemTextColor + @see #BottomNavigationView_menu + */ + public static final int[] BottomNavigationView = { + 0x7f01003e, 0x7f010143, 0x7f010144, 0x7f010145, + 0x7f010146 + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#elevation} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:elevation + */ + public static int BottomNavigationView_elevation = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#itemBackground} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:itemBackground + */ + public static int BottomNavigationView_itemBackground = 4; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#itemIconTint} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:itemIconTint + */ + public static int BottomNavigationView_itemIconTint = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#itemTextColor} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:itemTextColor + */ + public static int BottomNavigationView_itemTextColor = 3; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#menu} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:menu + */ + public static int BottomNavigationView_menu = 1; + /** Attributes that can be used with a BottomSheetBehavior_Layout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #BottomSheetBehavior_Layout_behavior_hideable android.support.v7.recyclerview:behavior_hideable}
{@link #BottomSheetBehavior_Layout_behavior_peekHeight android.support.v7.recyclerview:behavior_peekHeight}
{@link #BottomSheetBehavior_Layout_behavior_skipCollapsed android.support.v7.recyclerview:behavior_skipCollapsed}
+ @see #BottomSheetBehavior_Layout_behavior_hideable + @see #BottomSheetBehavior_Layout_behavior_peekHeight + @see #BottomSheetBehavior_Layout_behavior_skipCollapsed + */ + public static final int[] BottomSheetBehavior_Layout = { + 0x7f01011d, 0x7f01011e, 0x7f01011f + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#behavior_hideable} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:behavior_hideable + */ + public static int BottomSheetBehavior_Layout_behavior_hideable = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#behavior_peekHeight} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ @attr name android.support.v7.recyclerview:behavior_peekHeight + */ + public static int BottomSheetBehavior_Layout_behavior_peekHeight = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#behavior_skipCollapsed} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:behavior_skipCollapsed + */ + public static int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2; + /** Attributes that can be used with a ButtonBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ButtonBarLayout_allowStacking android.support.v7.recyclerview:allowStacking}
+ @see #ButtonBarLayout_allowStacking + */ + public static final int[] ButtonBarLayout = { + 0x7f0100cb + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#allowStacking} + attribute's value can be found in the {@link #ButtonBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:allowStacking + */ + public static int ButtonBarLayout_allowStacking = 0; + /** Attributes that can be used with a CardView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CardView_android_minHeight android:minHeight}
{@link #CardView_android_minWidth android:minWidth}
{@link #CardView_cardBackgroundColor android.support.v7.recyclerview:cardBackgroundColor}
{@link #CardView_cardCornerRadius android.support.v7.recyclerview:cardCornerRadius}
{@link #CardView_cardElevation android.support.v7.recyclerview:cardElevation}
{@link #CardView_cardMaxElevation android.support.v7.recyclerview:cardMaxElevation}
{@link #CardView_cardPreventCornerOverlap android.support.v7.recyclerview:cardPreventCornerOverlap}
{@link #CardView_cardUseCompatPadding android.support.v7.recyclerview:cardUseCompatPadding}
{@link #CardView_contentPadding android.support.v7.recyclerview:contentPadding}
{@link #CardView_contentPaddingBottom android.support.v7.recyclerview:contentPaddingBottom}
{@link #CardView_contentPaddingLeft android.support.v7.recyclerview:contentPaddingLeft}
{@link #CardView_contentPaddingRight android.support.v7.recyclerview:contentPaddingRight}
{@link #CardView_contentPaddingTop android.support.v7.recyclerview:contentPaddingTop}
+ @see #CardView_android_minHeight + @see #CardView_android_minWidth + @see #CardView_cardBackgroundColor + @see #CardView_cardCornerRadius + @see #CardView_cardElevation + @see #CardView_cardMaxElevation + @see #CardView_cardPreventCornerOverlap + @see #CardView_cardUseCompatPadding + @see #CardView_contentPadding + @see #CardView_contentPaddingBottom + @see #CardView_contentPaddingLeft + @see #CardView_contentPaddingRight + @see #CardView_contentPaddingTop + */ + public static final int[] CardView = { + 0x0101013f, 0x01010140, 0x7f010017, 0x7f010018, + 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01001c, + 0x7f01001d, 0x7f01001e, 0x7f01001f, 0x7f010020, + 0x7f010021 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minHeight + */ + public static int CardView_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minWidth + */ + public static int CardView_android_minWidth = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#cardBackgroundColor} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:cardBackgroundColor + */ + public static int CardView_cardBackgroundColor = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#cardCornerRadius} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:cardCornerRadius + */ + public static int CardView_cardCornerRadius = 3; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#cardElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:cardElevation + */ + public static int CardView_cardElevation = 4; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#cardMaxElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:cardMaxElevation + */ + public static int CardView_cardMaxElevation = 5; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#cardPreventCornerOverlap} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:cardPreventCornerOverlap + */ + public static int CardView_cardPreventCornerOverlap = 7; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#cardUseCompatPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:cardUseCompatPadding + */ + public static int CardView_cardUseCompatPadding = 6; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#contentPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:contentPadding + */ + public static int CardView_contentPadding = 8; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#contentPaddingBottom} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:contentPaddingBottom + */ + public static int CardView_contentPaddingBottom = 12; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#contentPaddingLeft} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:contentPaddingLeft + */ + public static int CardView_contentPaddingLeft = 9; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#contentPaddingRight} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:contentPaddingRight + */ + public static int CardView_contentPaddingRight = 10; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#contentPaddingTop} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:contentPaddingTop + */ + public static int CardView_contentPaddingTop = 11; + /** Attributes that can be used with a CollapsingToolbarLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_collapsedTitleGravity android.support.v7.recyclerview:collapsedTitleGravity}
{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance android.support.v7.recyclerview:collapsedTitleTextAppearance}
{@link #CollapsingToolbarLayout_contentScrim android.support.v7.recyclerview:contentScrim}
{@link #CollapsingToolbarLayout_expandedTitleGravity android.support.v7.recyclerview:expandedTitleGravity}
{@link #CollapsingToolbarLayout_expandedTitleMargin android.support.v7.recyclerview:expandedTitleMargin}
{@link #CollapsingToolbarLayout_expandedTitleMarginBottom android.support.v7.recyclerview:expandedTitleMarginBottom}
{@link #CollapsingToolbarLayout_expandedTitleMarginEnd android.support.v7.recyclerview:expandedTitleMarginEnd}
{@link #CollapsingToolbarLayout_expandedTitleMarginStart android.support.v7.recyclerview:expandedTitleMarginStart}
{@link #CollapsingToolbarLayout_expandedTitleMarginTop android.support.v7.recyclerview:expandedTitleMarginTop}
{@link #CollapsingToolbarLayout_expandedTitleTextAppearance android.support.v7.recyclerview:expandedTitleTextAppearance}
{@link #CollapsingToolbarLayout_scrimAnimationDuration android.support.v7.recyclerview:scrimAnimationDuration}
{@link #CollapsingToolbarLayout_scrimVisibleHeightTrigger android.support.v7.recyclerview:scrimVisibleHeightTrigger}
{@link #CollapsingToolbarLayout_statusBarScrim android.support.v7.recyclerview:statusBarScrim}
{@link #CollapsingToolbarLayout_title android.support.v7.recyclerview:title}
{@link #CollapsingToolbarLayout_titleEnabled android.support.v7.recyclerview:titleEnabled}
{@link #CollapsingToolbarLayout_toolbarId android.support.v7.recyclerview:toolbarId}
+ @see #CollapsingToolbarLayout_collapsedTitleGravity + @see #CollapsingToolbarLayout_collapsedTitleTextAppearance + @see #CollapsingToolbarLayout_contentScrim + @see #CollapsingToolbarLayout_expandedTitleGravity + @see #CollapsingToolbarLayout_expandedTitleMargin + @see #CollapsingToolbarLayout_expandedTitleMarginBottom + @see #CollapsingToolbarLayout_expandedTitleMarginEnd + @see #CollapsingToolbarLayout_expandedTitleMarginStart + @see #CollapsingToolbarLayout_expandedTitleMarginTop + @see #CollapsingToolbarLayout_expandedTitleTextAppearance + @see #CollapsingToolbarLayout_scrimAnimationDuration + @see #CollapsingToolbarLayout_scrimVisibleHeightTrigger + @see #CollapsingToolbarLayout_statusBarScrim + @see #CollapsingToolbarLayout_title + @see #CollapsingToolbarLayout_titleEnabled + @see #CollapsingToolbarLayout_toolbarId + */ + public static final int[] CollapsingToolbarLayout = { + 0x7f010025, 0x7f010120, 0x7f010121, 0x7f010122, + 0x7f010123, 0x7f010124, 0x7f010125, 0x7f010126, + 0x7f010127, 0x7f010128, 0x7f010129, 0x7f01012a, + 0x7f01012b, 0x7f01012c, 0x7f01012d, 0x7f01012e + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#collapsedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name android.support.v7.recyclerview:collapsedTitleGravity + */ + public static int CollapsingToolbarLayout_collapsedTitleGravity = 13; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#collapsedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:collapsedTitleTextAppearance + */ + public static int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#contentScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:contentScrim + */ + public static int CollapsingToolbarLayout_contentScrim = 8; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#expandedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name android.support.v7.recyclerview:expandedTitleGravity + */ + public static int CollapsingToolbarLayout_expandedTitleGravity = 14; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#expandedTitleMargin} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:expandedTitleMargin + */ + public static int CollapsingToolbarLayout_expandedTitleMargin = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#expandedTitleMarginBottom} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:expandedTitleMarginBottom + */ + public static int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#expandedTitleMarginEnd} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:expandedTitleMarginEnd + */ + public static int CollapsingToolbarLayout_expandedTitleMarginEnd = 4; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#expandedTitleMarginStart} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:expandedTitleMarginStart + */ + public static int CollapsingToolbarLayout_expandedTitleMarginStart = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#expandedTitleMarginTop} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:expandedTitleMarginTop + */ + public static int CollapsingToolbarLayout_expandedTitleMarginTop = 3; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#expandedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:expandedTitleTextAppearance + */ + public static int CollapsingToolbarLayout_expandedTitleTextAppearance = 6; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#scrimAnimationDuration} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:scrimAnimationDuration + */ + public static int CollapsingToolbarLayout_scrimAnimationDuration = 12; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#scrimVisibleHeightTrigger} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:scrimVisibleHeightTrigger + */ + public static int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#statusBarScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:statusBarScrim + */ + public static int CollapsingToolbarLayout_statusBarScrim = 9; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#title} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:title + */ + public static int CollapsingToolbarLayout_title = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#titleEnabled} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:titleEnabled + */ + public static int CollapsingToolbarLayout_titleEnabled = 15; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#toolbarId} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:toolbarId + */ + public static int CollapsingToolbarLayout_toolbarId = 10; + /** Attributes that can be used with a CollapsingToolbarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_Layout_layout_collapseMode android.support.v7.recyclerview:layout_collapseMode}
{@link #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier android.support.v7.recyclerview:layout_collapseParallaxMultiplier}
+ @see #CollapsingToolbarLayout_Layout_layout_collapseMode + @see #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier + */ + public static final int[] CollapsingToolbarLayout_Layout = { + 0x7f01012f, 0x7f010130 + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#layout_collapseMode} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ @attr name android.support.v7.recyclerview:layout_collapseMode + */ + public static int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#layout_collapseParallaxMultiplier} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:layout_collapseParallaxMultiplier + */ + public static int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1; + /** Attributes that can be used with a ColorStateListItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ColorStateListItem_alpha android.support.v7.recyclerview:alpha}
{@link #ColorStateListItem_android_alpha android:alpha}
{@link #ColorStateListItem_android_color android:color}
+ @see #ColorStateListItem_alpha + @see #ColorStateListItem_android_alpha + @see #ColorStateListItem_android_color + */ + public static final int[] ColorStateListItem = { + 0x010101a5, 0x0101031f, 0x7f0100cc + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:alpha + */ + public static int ColorStateListItem_alpha = 2; + /** +

This symbol is the offset where the {@link android.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:alpha + */ + public static int ColorStateListItem_android_alpha = 1; + /** +

This symbol is the offset where the {@link android.R.attr#color} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:color + */ + public static int ColorStateListItem_android_color = 0; + /** Attributes that can be used with a CompoundButton. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint android.support.v7.recyclerview:buttonTint}
{@link #CompoundButton_buttonTintMode android.support.v7.recyclerview:buttonTintMode}
+ @see #CompoundButton_android_button + @see #CompoundButton_buttonTint + @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton = { + 0x01010107, 0x7f0100cd, 0x7f0100ce + }; + /** +

This symbol is the offset where the {@link android.R.attr#button} + attribute's value can be found in the {@link #CompoundButton} array. + @attr name android:button + */ + public static int CompoundButton_android_button = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#buttonTint} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:buttonTint + */ + public static int CompoundButton_buttonTint = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#buttonTintMode} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.recyclerview:buttonTintMode + */ + public static int CompoundButton_buttonTintMode = 2; + /** Attributes that can be used with a CoordinatorLayout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CoordinatorLayout_keylines android.support.v7.recyclerview:keylines}
{@link #CoordinatorLayout_statusBarBackground android.support.v7.recyclerview:statusBarBackground}
+ @see #CoordinatorLayout_keylines + @see #CoordinatorLayout_statusBarBackground + */ + public static final int[] CoordinatorLayout = { + 0x7f010131, 0x7f010132 + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#keylines} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:keylines + */ + public static int CoordinatorLayout_keylines = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#statusBarBackground} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:statusBarBackground + */ + public static int CoordinatorLayout_statusBarBackground = 1; + /** Attributes that can be used with a CoordinatorLayout_Layout. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity}
{@link #CoordinatorLayout_Layout_layout_anchor android.support.v7.recyclerview:layout_anchor}
{@link #CoordinatorLayout_Layout_layout_anchorGravity android.support.v7.recyclerview:layout_anchorGravity}
{@link #CoordinatorLayout_Layout_layout_behavior android.support.v7.recyclerview:layout_behavior}
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges android.support.v7.recyclerview:layout_dodgeInsetEdges}
{@link #CoordinatorLayout_Layout_layout_insetEdge android.support.v7.recyclerview:layout_insetEdge}
{@link #CoordinatorLayout_Layout_layout_keyline android.support.v7.recyclerview:layout_keyline}
+ @see #CoordinatorLayout_Layout_android_layout_gravity + @see #CoordinatorLayout_Layout_layout_anchor + @see #CoordinatorLayout_Layout_layout_anchorGravity + @see #CoordinatorLayout_Layout_layout_behavior + @see #CoordinatorLayout_Layout_layout_dodgeInsetEdges + @see #CoordinatorLayout_Layout_layout_insetEdge + @see #CoordinatorLayout_Layout_layout_keyline + */ + public static final int[] CoordinatorLayout_Layout = { + 0x010100b3, 0x7f010133, 0x7f010134, 0x7f010135, + 0x7f010136, 0x7f010137, 0x7f010138 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + @attr name android:layout_gravity + */ + public static int CoordinatorLayout_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#layout_anchor} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:layout_anchor + */ + public static int CoordinatorLayout_Layout_layout_anchor = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#layout_anchorGravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ @attr name android.support.v7.recyclerview:layout_anchorGravity + */ + public static int CoordinatorLayout_Layout_layout_anchorGravity = 4; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#layout_behavior} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:layout_behavior + */ + public static int CoordinatorLayout_Layout_layout_behavior = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#layout_dodgeInsetEdges} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ @attr name android.support.v7.recyclerview:layout_dodgeInsetEdges + */ + public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#layout_insetEdge} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ @attr name android.support.v7.recyclerview:layout_insetEdge + */ + public static int CoordinatorLayout_Layout_layout_insetEdge = 5; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#layout_keyline} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:layout_keyline + */ + public static int CoordinatorLayout_Layout_layout_keyline = 3; + /** Attributes that can be used with a DesignTheme. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #DesignTheme_bottomSheetDialogTheme android.support.v7.recyclerview:bottomSheetDialogTheme}
{@link #DesignTheme_bottomSheetStyle android.support.v7.recyclerview:bottomSheetStyle}
{@link #DesignTheme_textColorError android.support.v7.recyclerview:textColorError}
+ @see #DesignTheme_bottomSheetDialogTheme + @see #DesignTheme_bottomSheetStyle + @see #DesignTheme_textColorError + */ + public static final int[] DesignTheme = { + 0x7f010139, 0x7f01013a, 0x7f01013b + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#bottomSheetDialogTheme} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:bottomSheetDialogTheme + */ + public static int DesignTheme_bottomSheetDialogTheme = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#bottomSheetStyle} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:bottomSheetStyle + */ + public static int DesignTheme_bottomSheetStyle = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#textColorError} + attribute's value can be found in the {@link #DesignTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.recyclerview:textColorError + */ + public static int DesignTheme_textColorError = 2; + /** Attributes that can be used with a DrawerArrowToggle. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength android.support.v7.recyclerview:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength android.support.v7.recyclerview:arrowShaftLength}
{@link #DrawerArrowToggle_barLength android.support.v7.recyclerview:barLength}
{@link #DrawerArrowToggle_color android.support.v7.recyclerview:color}
{@link #DrawerArrowToggle_drawableSize android.support.v7.recyclerview:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars android.support.v7.recyclerview:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars android.support.v7.recyclerview:spinBars}
{@link #DrawerArrowToggle_thickness android.support.v7.recyclerview:thickness}
+ @see #DrawerArrowToggle_arrowHeadLength + @see #DrawerArrowToggle_arrowShaftLength + @see #DrawerArrowToggle_barLength + @see #DrawerArrowToggle_color + @see #DrawerArrowToggle_drawableSize + @see #DrawerArrowToggle_gapBetweenBars + @see #DrawerArrowToggle_spinBars + @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle = { + 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2, + 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6 + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#arrowHeadLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:arrowHeadLength + */ + public static int DrawerArrowToggle_arrowHeadLength = 4; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#arrowShaftLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:arrowShaftLength + */ + public static int DrawerArrowToggle_arrowShaftLength = 5; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#barLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:barLength + */ + public static int DrawerArrowToggle_barLength = 6; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#color} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:color + */ + public static int DrawerArrowToggle_color = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#drawableSize} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:drawableSize + */ + public static int DrawerArrowToggle_drawableSize = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#gapBetweenBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:gapBetweenBars + */ + public static int DrawerArrowToggle_gapBetweenBars = 3; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#spinBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:spinBars + */ + public static int DrawerArrowToggle_spinBars = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#thickness} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:thickness + */ + public static int DrawerArrowToggle_thickness = 7; + /** Attributes that can be used with a FloatingActionButton. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #FloatingActionButton_backgroundTint android.support.v7.recyclerview:backgroundTint}
{@link #FloatingActionButton_backgroundTintMode android.support.v7.recyclerview:backgroundTintMode}
{@link #FloatingActionButton_borderWidth android.support.v7.recyclerview:borderWidth}
{@link #FloatingActionButton_elevation android.support.v7.recyclerview:elevation}
{@link #FloatingActionButton_fabSize android.support.v7.recyclerview:fabSize}
{@link #FloatingActionButton_pressedTranslationZ android.support.v7.recyclerview:pressedTranslationZ}
{@link #FloatingActionButton_rippleColor android.support.v7.recyclerview:rippleColor}
{@link #FloatingActionButton_useCompatPadding android.support.v7.recyclerview:useCompatPadding}
+ @see #FloatingActionButton_backgroundTint + @see #FloatingActionButton_backgroundTintMode + @see #FloatingActionButton_borderWidth + @see #FloatingActionButton_elevation + @see #FloatingActionButton_fabSize + @see #FloatingActionButton_pressedTranslationZ + @see #FloatingActionButton_rippleColor + @see #FloatingActionButton_useCompatPadding + */ + public static final int[] FloatingActionButton = { + 0x7f01003e, 0x7f010116, 0x7f010117, 0x7f01013c, + 0x7f01013d, 0x7f01013e, 0x7f01013f, 0x7f010140 + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#backgroundTint} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:backgroundTint + */ + public static int FloatingActionButton_backgroundTint = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.recyclerview:backgroundTintMode + */ + public static int FloatingActionButton_backgroundTintMode = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#borderWidth} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:borderWidth + */ + public static int FloatingActionButton_borderWidth = 6; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#elevation} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:elevation + */ + public static int FloatingActionButton_elevation = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#fabSize} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ @attr name android.support.v7.recyclerview:fabSize + */ + public static int FloatingActionButton_fabSize = 4; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#pressedTranslationZ} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:pressedTranslationZ + */ + public static int FloatingActionButton_pressedTranslationZ = 5; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#rippleColor} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:rippleColor + */ + public static int FloatingActionButton_rippleColor = 3; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#useCompatPadding} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:useCompatPadding + */ + public static int FloatingActionButton_useCompatPadding = 7; + /** Attributes that can be used with a FloatingActionButton_Behavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #FloatingActionButton_Behavior_Layout_behavior_autoHide android.support.v7.recyclerview:behavior_autoHide}
+ @see #FloatingActionButton_Behavior_Layout_behavior_autoHide + */ + public static final int[] FloatingActionButton_Behavior_Layout = { + 0x7f010141 + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#behavior_autoHide} + attribute's value can be found in the {@link #FloatingActionButton_Behavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:behavior_autoHide + */ + public static int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; + /** Attributes that can be used with a FontFamily. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamily_fontProviderAuthority android.support.v7.recyclerview:fontProviderAuthority}
{@link #FontFamily_fontProviderCerts android.support.v7.recyclerview:fontProviderCerts}
{@link #FontFamily_fontProviderFetchStrategy android.support.v7.recyclerview:fontProviderFetchStrategy}
{@link #FontFamily_fontProviderFetchTimeout android.support.v7.recyclerview:fontProviderFetchTimeout}
{@link #FontFamily_fontProviderPackage android.support.v7.recyclerview:fontProviderPackage}
{@link #FontFamily_fontProviderQuery android.support.v7.recyclerview:fontProviderQuery}
+ @see #FontFamily_fontProviderAuthority + @see #FontFamily_fontProviderCerts + @see #FontFamily_fontProviderFetchStrategy + @see #FontFamily_fontProviderFetchTimeout + @see #FontFamily_fontProviderPackage + @see #FontFamily_fontProviderQuery + */ + public static final int[] FontFamily = { + 0x7f01016a, 0x7f01016b, 0x7f01016c, 0x7f01016d, + 0x7f01016e, 0x7f01016f + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#fontProviderAuthority} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:fontProviderAuthority + */ + public static int FontFamily_fontProviderAuthority = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#fontProviderCerts} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:fontProviderCerts + */ + public static int FontFamily_fontProviderCerts = 3; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#fontProviderFetchStrategy} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ @attr name android.support.v7.recyclerview:fontProviderFetchStrategy + */ + public static int FontFamily_fontProviderFetchStrategy = 4; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#fontProviderFetchTimeout} + attribute's value can be found in the {@link #FontFamily} array. + + +

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ @attr name android.support.v7.recyclerview:fontProviderFetchTimeout + */ + public static int FontFamily_fontProviderFetchTimeout = 5; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#fontProviderPackage} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:fontProviderPackage + */ + public static int FontFamily_fontProviderPackage = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#fontProviderQuery} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:fontProviderQuery + */ + public static int FontFamily_fontProviderQuery = 2; + /** Attributes that can be used with a FontFamilyFont. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamilyFont_android_font android:font}
{@link #FontFamilyFont_android_fontStyle android:fontStyle}
{@link #FontFamilyFont_android_fontWeight android:fontWeight}
{@link #FontFamilyFont_font android.support.v7.recyclerview:font}
{@link #FontFamilyFont_fontStyle android.support.v7.recyclerview:fontStyle}
{@link #FontFamilyFont_fontWeight android.support.v7.recyclerview:fontWeight}
+ @see #FontFamilyFont_android_font + @see #FontFamilyFont_android_fontStyle + @see #FontFamilyFont_android_fontWeight + @see #FontFamilyFont_font + @see #FontFamilyFont_fontStyle + @see #FontFamilyFont_fontWeight + */ + public static final int[] FontFamilyFont = { + 0x01010532, 0x01010533, 0x0101053f, 0x7f010170, + 0x7f010171, 0x7f010172 + }; + /** +

This symbol is the offset where the {@link android.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:font + */ + public static int FontFamilyFont_android_font = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontStyle + */ + public static int FontFamilyFont_android_fontStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontWeight + */ + public static int FontFamilyFont_android_fontWeight = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:font + */ + public static int FontFamilyFont_font = 4; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ @attr name android.support.v7.recyclerview:fontStyle + */ + public static int FontFamilyFont_fontStyle = 3; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:fontWeight + */ + public static int FontFamilyFont_fontWeight = 5; + /** Attributes that can be used with a ForegroundLinearLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ForegroundLinearLayout_android_foreground android:foreground}
{@link #ForegroundLinearLayout_android_foregroundGravity android:foregroundGravity}
{@link #ForegroundLinearLayout_foregroundInsidePadding android.support.v7.recyclerview:foregroundInsidePadding}
+ @see #ForegroundLinearLayout_android_foreground + @see #ForegroundLinearLayout_android_foregroundGravity + @see #ForegroundLinearLayout_foregroundInsidePadding + */ + public static final int[] ForegroundLinearLayout = { + 0x01010109, 0x01010200, 0x7f010142 + }; + /** +

This symbol is the offset where the {@link android.R.attr#foreground} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foreground + */ + public static int ForegroundLinearLayout_android_foreground = 0; + /** +

This symbol is the offset where the {@link android.R.attr#foregroundGravity} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foregroundGravity + */ + public static int ForegroundLinearLayout_android_foregroundGravity = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#foregroundInsidePadding} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:foregroundInsidePadding + */ + public static int ForegroundLinearLayout_foregroundInsidePadding = 2; + /** Attributes that can be used with a LinearLayoutCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider android.support.v7.recyclerview:divider}
{@link #LinearLayoutCompat_dividerPadding android.support.v7.recyclerview:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild android.support.v7.recyclerview:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers android.support.v7.recyclerview:showDividers}
+ @see #LinearLayoutCompat_android_baselineAligned + @see #LinearLayoutCompat_android_baselineAlignedChildIndex + @see #LinearLayoutCompat_android_gravity + @see #LinearLayoutCompat_android_orientation + @see #LinearLayoutCompat_android_weightSum + @see #LinearLayoutCompat_divider + @see #LinearLayoutCompat_dividerPadding + @see #LinearLayoutCompat_measureWithLargestChild + @see #LinearLayoutCompat_showDividers + */ + public static final int[] LinearLayoutCompat = { + 0x010100af, 0x010100c4, 0x01010126, 0x01010127, + 0x01010128, 0x7f01002d, 0x7f0100d7, 0x7f0100d8, + 0x7f0100d9 + }; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAligned} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAligned + */ + public static int LinearLayoutCompat_android_baselineAligned = 2; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAlignedChildIndex + */ + public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:gravity + */ + public static int LinearLayoutCompat_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:orientation + */ + public static int LinearLayoutCompat_android_orientation = 1; + /** +

This symbol is the offset where the {@link android.R.attr#weightSum} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:weightSum + */ + public static int LinearLayoutCompat_android_weightSum = 4; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#divider} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:divider + */ + public static int LinearLayoutCompat_divider = 5; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#dividerPadding} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:dividerPadding + */ + public static int LinearLayoutCompat_dividerPadding = 8; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#measureWithLargestChild} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:measureWithLargestChild + */ + public static int LinearLayoutCompat_measureWithLargestChild = 6; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#showDividers} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ @attr name android.support.v7.recyclerview:showDividers + */ + public static int LinearLayoutCompat_showDividers = 7; + /** Attributes that can be used with a LinearLayoutCompat_Layout. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
+ @see #LinearLayoutCompat_Layout_android_layout_gravity + @see #LinearLayoutCompat_Layout_android_layout_height + @see #LinearLayoutCompat_Layout_android_layout_weight + @see #LinearLayoutCompat_Layout_android_layout_width + */ + public static final int[] LinearLayoutCompat_Layout = { + 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_gravity + */ + public static int LinearLayoutCompat_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout_height} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_height + */ + public static int LinearLayoutCompat_Layout_android_layout_height = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout_weight} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_weight + */ + public static int LinearLayoutCompat_Layout_android_layout_weight = 3; + /** +

This symbol is the offset where the {@link android.R.attr#layout_width} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_width + */ + public static int LinearLayoutCompat_Layout_android_layout_width = 1; + /** Attributes that can be used with a ListPopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
+ @see #ListPopupWindow_android_dropDownHorizontalOffset + @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow = { + 0x010102ac, 0x010102ad + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownHorizontalOffset + */ + public static int ListPopupWindow_android_dropDownHorizontalOffset = 0; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownVerticalOffset + */ + public static int ListPopupWindow_android_dropDownVerticalOffset = 1; + /** Attributes that can be used with a MediaRouteButton. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #MediaRouteButton_android_minHeight android:minHeight}
{@link #MediaRouteButton_android_minWidth android:minWidth}
{@link #MediaRouteButton_externalRouteEnabledDrawable android.support.v7.recyclerview:externalRouteEnabledDrawable}
{@link #MediaRouteButton_mediaRouteButtonTint android.support.v7.recyclerview:mediaRouteButtonTint}
+ @see #MediaRouteButton_android_minHeight + @see #MediaRouteButton_android_minWidth + @see #MediaRouteButton_externalRouteEnabledDrawable + @see #MediaRouteButton_mediaRouteButtonTint + */ + public static final int[] MediaRouteButton = { + 0x0101013f, 0x01010140, 0x7f010015, 0x7f010016 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minHeight + */ + public static int MediaRouteButton_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minWidth + */ + public static int MediaRouteButton_android_minWidth = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#externalRouteEnabledDrawable} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:externalRouteEnabledDrawable + */ + public static int MediaRouteButton_externalRouteEnabledDrawable = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#mediaRouteButtonTint} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:mediaRouteButtonTint + */ + public static int MediaRouteButton_mediaRouteButtonTint = 3; + /** Attributes that can be used with a MenuGroup. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_visible android:visible}
+ @see #MenuGroup_android_checkableBehavior + @see #MenuGroup_android_enabled + @see #MenuGroup_android_id + @see #MenuGroup_android_menuCategory + @see #MenuGroup_android_orderInCategory + @see #MenuGroup_android_visible + */ + public static final int[] MenuGroup = { + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** +

This symbol is the offset where the {@link android.R.attr#checkableBehavior} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:checkableBehavior + */ + public static int MenuGroup_android_checkableBehavior = 5; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:enabled + */ + public static int MenuGroup_android_enabled = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:id + */ + public static int MenuGroup_android_id = 1; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:menuCategory + */ + public static int MenuGroup_android_menuCategory = 3; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:orderInCategory + */ + public static int MenuGroup_android_orderInCategory = 4; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:visible + */ + public static int MenuGroup_android_visible = 2; + /** Attributes that can be used with a MenuItem. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #MenuItem_actionLayout android.support.v7.recyclerview:actionLayout}
{@link #MenuItem_actionProviderClass android.support.v7.recyclerview:actionProviderClass}
{@link #MenuItem_actionViewClass android.support.v7.recyclerview:actionViewClass}
{@link #MenuItem_alphabeticModifiers android.support.v7.recyclerview:alphabeticModifiers}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_contentDescription android.support.v7.recyclerview:contentDescription}
{@link #MenuItem_iconTint android.support.v7.recyclerview:iconTint}
{@link #MenuItem_iconTintMode android.support.v7.recyclerview:iconTintMode}
{@link #MenuItem_numericModifiers android.support.v7.recyclerview:numericModifiers}
{@link #MenuItem_showAsAction android.support.v7.recyclerview:showAsAction}
{@link #MenuItem_tooltipText android.support.v7.recyclerview:tooltipText}
+ @see #MenuItem_actionLayout + @see #MenuItem_actionProviderClass + @see #MenuItem_actionViewClass + @see #MenuItem_alphabeticModifiers + @see #MenuItem_android_alphabeticShortcut + @see #MenuItem_android_checkable + @see #MenuItem_android_checked + @see #MenuItem_android_enabled + @see #MenuItem_android_icon + @see #MenuItem_android_id + @see #MenuItem_android_menuCategory + @see #MenuItem_android_numericShortcut + @see #MenuItem_android_onClick + @see #MenuItem_android_orderInCategory + @see #MenuItem_android_title + @see #MenuItem_android_titleCondensed + @see #MenuItem_android_visible + @see #MenuItem_contentDescription + @see #MenuItem_iconTint + @see #MenuItem_iconTintMode + @see #MenuItem_numericModifiers + @see #MenuItem_showAsAction + @see #MenuItem_tooltipText + */ + public static final int[] MenuItem = { + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f0100da, 0x7f0100db, 0x7f0100dc, + 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, + 0x7f0100e1, 0x7f0100e2, 0x7f0100e3 + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionLayout} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:actionLayout + */ + public static int MenuItem_actionLayout = 16; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionProviderClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:actionProviderClass + */ + public static int MenuItem_actionProviderClass = 18; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#actionViewClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:actionViewClass + */ + public static int MenuItem_actionViewClass = 17; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#alphabeticModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name android.support.v7.recyclerview:alphabeticModifiers + */ + public static int MenuItem_alphabeticModifiers = 13; + /** +

This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:alphabeticShortcut + */ + public static int MenuItem_android_alphabeticShortcut = 9; + /** +

This symbol is the offset where the {@link android.R.attr#checkable} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checkable + */ + public static int MenuItem_android_checkable = 11; + /** +

This symbol is the offset where the {@link android.R.attr#checked} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checked + */ + public static int MenuItem_android_checked = 3; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:enabled + */ + public static int MenuItem_android_enabled = 1; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:icon + */ + public static int MenuItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:id + */ + public static int MenuItem_android_id = 2; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:menuCategory + */ + public static int MenuItem_android_menuCategory = 5; + /** +

This symbol is the offset where the {@link android.R.attr#numericShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:numericShortcut + */ + public static int MenuItem_android_numericShortcut = 10; + /** +

This symbol is the offset where the {@link android.R.attr#onClick} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:onClick + */ + public static int MenuItem_android_onClick = 12; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:orderInCategory + */ + public static int MenuItem_android_orderInCategory = 6; + /** +

This symbol is the offset where the {@link android.R.attr#title} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:title + */ + public static int MenuItem_android_title = 7; + /** +

This symbol is the offset where the {@link android.R.attr#titleCondensed} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:titleCondensed + */ + public static int MenuItem_android_titleCondensed = 8; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:visible + */ + public static int MenuItem_android_visible = 4; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#contentDescription} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:contentDescription + */ + public static int MenuItem_contentDescription = 19; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#iconTint} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:iconTint + */ + public static int MenuItem_iconTint = 21; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#iconTintMode} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.recyclerview:iconTintMode + */ + public static int MenuItem_iconTintMode = 22; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#numericModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name android.support.v7.recyclerview:numericModifiers + */ + public static int MenuItem_numericModifiers = 14; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#showAsAction} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ @attr name android.support.v7.recyclerview:showAsAction + */ + public static int MenuItem_showAsAction = 15; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tooltipText} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:tooltipText + */ + public static int MenuItem_tooltipText = 20; + /** Attributes that can be used with a MenuView. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_preserveIconSpacing android.support.v7.recyclerview:preserveIconSpacing}
{@link #MenuView_subMenuArrow android.support.v7.recyclerview:subMenuArrow}
+ @see #MenuView_android_headerBackground + @see #MenuView_android_horizontalDivider + @see #MenuView_android_itemBackground + @see #MenuView_android_itemIconDisabledAlpha + @see #MenuView_android_itemTextAppearance + @see #MenuView_android_verticalDivider + @see #MenuView_android_windowAnimationStyle + @see #MenuView_preserveIconSpacing + @see #MenuView_subMenuArrow + */ + public static final int[] MenuView = { + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f0100e4, + 0x7f0100e5 + }; + /** +

This symbol is the offset where the {@link android.R.attr#headerBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:headerBackground + */ + public static int MenuView_android_headerBackground = 4; + /** +

This symbol is the offset where the {@link android.R.attr#horizontalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:horizontalDivider + */ + public static int MenuView_android_horizontalDivider = 2; + /** +

This symbol is the offset where the {@link android.R.attr#itemBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemBackground + */ + public static int MenuView_android_itemBackground = 5; + /** +

This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemIconDisabledAlpha + */ + public static int MenuView_android_itemIconDisabledAlpha = 6; + /** +

This symbol is the offset where the {@link android.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemTextAppearance + */ + public static int MenuView_android_itemTextAppearance = 1; + /** +

This symbol is the offset where the {@link android.R.attr#verticalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:verticalDivider + */ + public static int MenuView_android_verticalDivider = 3; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:windowAnimationStyle + */ + public static int MenuView_android_windowAnimationStyle = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#preserveIconSpacing} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:preserveIconSpacing + */ + public static int MenuView_preserveIconSpacing = 7; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#subMenuArrow} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:subMenuArrow + */ + public static int MenuView_subMenuArrow = 8; + /** Attributes that can be used with a NavigationView. +

Includes the following attributes:

+ + + + + + + + + + + + + + +
AttributeDescription
{@link #NavigationView_android_background android:background}
{@link #NavigationView_android_fitsSystemWindows android:fitsSystemWindows}
{@link #NavigationView_android_maxWidth android:maxWidth}
{@link #NavigationView_elevation android.support.v7.recyclerview:elevation}
{@link #NavigationView_headerLayout android.support.v7.recyclerview:headerLayout}
{@link #NavigationView_itemBackground android.support.v7.recyclerview:itemBackground}
{@link #NavigationView_itemIconTint android.support.v7.recyclerview:itemIconTint}
{@link #NavigationView_itemTextAppearance android.support.v7.recyclerview:itemTextAppearance}
{@link #NavigationView_itemTextColor android.support.v7.recyclerview:itemTextColor}
{@link #NavigationView_menu android.support.v7.recyclerview:menu}
+ @see #NavigationView_android_background + @see #NavigationView_android_fitsSystemWindows + @see #NavigationView_android_maxWidth + @see #NavigationView_elevation + @see #NavigationView_headerLayout + @see #NavigationView_itemBackground + @see #NavigationView_itemIconTint + @see #NavigationView_itemTextAppearance + @see #NavigationView_itemTextColor + @see #NavigationView_menu + */ + public static final int[] NavigationView = { + 0x010100d4, 0x010100dd, 0x0101011f, 0x7f01003e, + 0x7f010143, 0x7f010144, 0x7f010145, 0x7f010146, + 0x7f010147, 0x7f010148 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:background + */ + public static int NavigationView_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fitsSystemWindows} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:fitsSystemWindows + */ + public static int NavigationView_android_fitsSystemWindows = 1; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:maxWidth + */ + public static int NavigationView_android_maxWidth = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#elevation} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:elevation + */ + public static int NavigationView_elevation = 3; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#headerLayout} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:headerLayout + */ + public static int NavigationView_headerLayout = 9; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#itemBackground} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:itemBackground + */ + public static int NavigationView_itemBackground = 7; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#itemIconTint} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:itemIconTint + */ + public static int NavigationView_itemIconTint = 5; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:itemTextAppearance + */ + public static int NavigationView_itemTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#itemTextColor} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:itemTextColor + */ + public static int NavigationView_itemTextColor = 6; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#menu} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:menu + */ + public static int NavigationView_menu = 4; + /** Attributes that can be used with a PopupWindow. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle}
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_overlapAnchor android.support.v7.recyclerview:overlapAnchor}
+ @see #PopupWindow_android_popupAnimationStyle + @see #PopupWindow_android_popupBackground + @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow = { + 0x01010176, 0x010102c9, 0x7f0100e6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#popupAnimationStyle} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupAnimationStyle + */ + public static int PopupWindow_android_popupAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupBackground + */ + public static int PopupWindow_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#overlapAnchor} + attribute's value can be found in the {@link #PopupWindow} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:overlapAnchor + */ + public static int PopupWindow_overlapAnchor = 2; + /** Attributes that can be used with a PopupWindowBackgroundState. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor android.support.v7.recyclerview:state_above_anchor}
+ @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState = { + 0x7f0100e7 + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#state_above_anchor} + attribute's value can be found in the {@link #PopupWindowBackgroundState} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:state_above_anchor + */ + public static int PopupWindowBackgroundState_state_above_anchor = 0; + /** Attributes that can be used with a RecycleListView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #RecycleListView_paddingBottomNoButtons android.support.v7.recyclerview:paddingBottomNoButtons}
{@link #RecycleListView_paddingTopNoTitle android.support.v7.recyclerview:paddingTopNoTitle}
+ @see #RecycleListView_paddingBottomNoButtons + @see #RecycleListView_paddingTopNoTitle + */ + public static final int[] RecycleListView = { + 0x7f0100e8, 0x7f0100e9 + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#paddingBottomNoButtons} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:paddingBottomNoButtons + */ + public static int RecycleListView_paddingBottomNoButtons = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#paddingTopNoTitle} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:paddingTopNoTitle + */ + public static int RecycleListView_paddingTopNoTitle = 1; + /** Attributes that can be used with a RecyclerView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + +
AttributeDescription
{@link #RecyclerView_android_descendantFocusability android:descendantFocusability}
{@link #RecyclerView_android_orientation android:orientation}
{@link #RecyclerView_fastScrollEnabled android.support.v7.recyclerview:fastScrollEnabled}
{@link #RecyclerView_fastScrollHorizontalThumbDrawable android.support.v7.recyclerview:fastScrollHorizontalThumbDrawable}
{@link #RecyclerView_fastScrollHorizontalTrackDrawable android.support.v7.recyclerview:fastScrollHorizontalTrackDrawable}
{@link #RecyclerView_fastScrollVerticalThumbDrawable android.support.v7.recyclerview:fastScrollVerticalThumbDrawable}
{@link #RecyclerView_fastScrollVerticalTrackDrawable android.support.v7.recyclerview:fastScrollVerticalTrackDrawable}
{@link #RecyclerView_layoutManager android.support.v7.recyclerview:layoutManager}
{@link #RecyclerView_reverseLayout android.support.v7.recyclerview:reverseLayout}
{@link #RecyclerView_spanCount android.support.v7.recyclerview:spanCount}
{@link #RecyclerView_stackFromEnd android.support.v7.recyclerview:stackFromEnd}
+ @see #RecyclerView_android_descendantFocusability + @see #RecyclerView_android_orientation + @see #RecyclerView_fastScrollEnabled + @see #RecyclerView_fastScrollHorizontalThumbDrawable + @see #RecyclerView_fastScrollHorizontalTrackDrawable + @see #RecyclerView_fastScrollVerticalThumbDrawable + @see #RecyclerView_fastScrollVerticalTrackDrawable + @see #RecyclerView_layoutManager + @see #RecyclerView_reverseLayout + @see #RecyclerView_spanCount + @see #RecyclerView_stackFromEnd + */ + public static final int[] RecyclerView = { + 0x010100c4, 0x010100f1, 0x7f010000, 0x7f010001, + 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, + 0x7f010006, 0x7f010007, 0x7f010008 + }; + /** +

This symbol is the offset where the {@link android.R.attr#descendantFocusability} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:descendantFocusability + */ + public static int RecyclerView_android_descendantFocusability = 1; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:orientation + */ + public static int RecyclerView_android_orientation = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#fastScrollEnabled} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:fastScrollEnabled + */ + public static int RecyclerView_fastScrollEnabled = 6; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#fastScrollHorizontalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:fastScrollHorizontalThumbDrawable + */ + public static int RecyclerView_fastScrollHorizontalThumbDrawable = 9; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#fastScrollHorizontalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:fastScrollHorizontalTrackDrawable + */ + public static int RecyclerView_fastScrollHorizontalTrackDrawable = 10; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#fastScrollVerticalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:fastScrollVerticalThumbDrawable + */ + public static int RecyclerView_fastScrollVerticalThumbDrawable = 7; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#fastScrollVerticalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:fastScrollVerticalTrackDrawable + */ + public static int RecyclerView_fastScrollVerticalTrackDrawable = 8; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#layoutManager} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:layoutManager + */ + public static int RecyclerView_layoutManager = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#reverseLayout} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:reverseLayout + */ + public static int RecyclerView_reverseLayout = 4; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#spanCount} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:spanCount + */ + public static int RecyclerView_spanCount = 3; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#stackFromEnd} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:stackFromEnd + */ + public static int RecyclerView_stackFromEnd = 5; + /** Attributes that can be used with a ScrimInsetsFrameLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrimInsetsFrameLayout_insetForeground android.support.v7.recyclerview:insetForeground}
+ @see #ScrimInsetsFrameLayout_insetForeground + */ + public static final int[] ScrimInsetsFrameLayout = { + 0x7f010149 + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#insetForeground} + attribute's value can be found in the {@link #ScrimInsetsFrameLayout} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name android.support.v7.recyclerview:insetForeground + */ + public static int ScrimInsetsFrameLayout_insetForeground = 0; + /** Attributes that can be used with a ScrollingViewBehavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrollingViewBehavior_Layout_behavior_overlapTop android.support.v7.recyclerview:behavior_overlapTop}
+ @see #ScrollingViewBehavior_Layout_behavior_overlapTop + */ + public static final int[] ScrollingViewBehavior_Layout = { + 0x7f01014a + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#behavior_overlapTop} + attribute's value can be found in the {@link #ScrollingViewBehavior_Layout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:behavior_overlapTop + */ + public static int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; + /** Attributes that can be used with a SearchView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_closeIcon android.support.v7.recyclerview:closeIcon}
{@link #SearchView_commitIcon android.support.v7.recyclerview:commitIcon}
{@link #SearchView_defaultQueryHint android.support.v7.recyclerview:defaultQueryHint}
{@link #SearchView_goIcon android.support.v7.recyclerview:goIcon}
{@link #SearchView_iconifiedByDefault android.support.v7.recyclerview:iconifiedByDefault}
{@link #SearchView_layout android.support.v7.recyclerview:layout}
{@link #SearchView_queryBackground android.support.v7.recyclerview:queryBackground}
{@link #SearchView_queryHint android.support.v7.recyclerview:queryHint}
{@link #SearchView_searchHintIcon android.support.v7.recyclerview:searchHintIcon}
{@link #SearchView_searchIcon android.support.v7.recyclerview:searchIcon}
{@link #SearchView_submitBackground android.support.v7.recyclerview:submitBackground}
{@link #SearchView_suggestionRowLayout android.support.v7.recyclerview:suggestionRowLayout}
{@link #SearchView_voiceIcon android.support.v7.recyclerview:voiceIcon}
+ @see #SearchView_android_focusable + @see #SearchView_android_imeOptions + @see #SearchView_android_inputType + @see #SearchView_android_maxWidth + @see #SearchView_closeIcon + @see #SearchView_commitIcon + @see #SearchView_defaultQueryHint + @see #SearchView_goIcon + @see #SearchView_iconifiedByDefault + @see #SearchView_layout + @see #SearchView_queryBackground + @see #SearchView_queryHint + @see #SearchView_searchHintIcon + @see #SearchView_searchIcon + @see #SearchView_submitBackground + @see #SearchView_suggestionRowLayout + @see #SearchView_voiceIcon + */ + public static final int[] SearchView = { + 0x010100da, 0x0101011f, 0x01010220, 0x01010264, + 0x7f0100ea, 0x7f0100eb, 0x7f0100ec, 0x7f0100ed, + 0x7f0100ee, 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, + 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, + 0x7f0100f6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:focusable + */ + public static int SearchView_android_focusable = 0; + /** +

This symbol is the offset where the {@link android.R.attr#imeOptions} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:imeOptions + */ + public static int SearchView_android_imeOptions = 3; + /** +

This symbol is the offset where the {@link android.R.attr#inputType} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:inputType + */ + public static int SearchView_android_inputType = 2; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:maxWidth + */ + public static int SearchView_android_maxWidth = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#closeIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:closeIcon + */ + public static int SearchView_closeIcon = 8; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#commitIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:commitIcon + */ + public static int SearchView_commitIcon = 13; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#defaultQueryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:defaultQueryHint + */ + public static int SearchView_defaultQueryHint = 7; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#goIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:goIcon + */ + public static int SearchView_goIcon = 9; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#iconifiedByDefault} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:iconifiedByDefault + */ + public static int SearchView_iconifiedByDefault = 5; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#layout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:layout + */ + public static int SearchView_layout = 4; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#queryBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:queryBackground + */ + public static int SearchView_queryBackground = 15; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#queryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:queryHint + */ + public static int SearchView_queryHint = 6; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#searchHintIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:searchHintIcon + */ + public static int SearchView_searchHintIcon = 11; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#searchIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:searchIcon + */ + public static int SearchView_searchIcon = 10; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#submitBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:submitBackground + */ + public static int SearchView_submitBackground = 16; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#suggestionRowLayout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:suggestionRowLayout + */ + public static int SearchView_suggestionRowLayout = 14; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#voiceIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:voiceIcon + */ + public static int SearchView_voiceIcon = 12; + /** Attributes that can be used with a SnackbarLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #SnackbarLayout_android_maxWidth android:maxWidth}
{@link #SnackbarLayout_elevation android.support.v7.recyclerview:elevation}
{@link #SnackbarLayout_maxActionInlineWidth android.support.v7.recyclerview:maxActionInlineWidth}
+ @see #SnackbarLayout_android_maxWidth + @see #SnackbarLayout_elevation + @see #SnackbarLayout_maxActionInlineWidth + */ + public static final int[] SnackbarLayout = { + 0x0101011f, 0x7f01003e, 0x7f01014b + }; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + @attr name android:maxWidth + */ + public static int SnackbarLayout_android_maxWidth = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#elevation} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:elevation + */ + public static int SnackbarLayout_elevation = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#maxActionInlineWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:maxActionInlineWidth + */ + public static int SnackbarLayout_maxActionInlineWidth = 2; + /** Attributes that can be used with a Spinner. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_android_entries android:entries}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_popupTheme android.support.v7.recyclerview:popupTheme}
+ @see #Spinner_android_dropDownWidth + @see #Spinner_android_entries + @see #Spinner_android_popupBackground + @see #Spinner_android_prompt + @see #Spinner_popupTheme + */ + public static final int[] Spinner = { + 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, + 0x7f01003f + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:dropDownWidth + */ + public static int Spinner_android_dropDownWidth = 3; + /** +

This symbol is the offset where the {@link android.R.attr#entries} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:entries + */ + public static int Spinner_android_entries = 0; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:popupBackground + */ + public static int Spinner_android_popupBackground = 1; + /** +

This symbol is the offset where the {@link android.R.attr#prompt} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:prompt + */ + public static int Spinner_android_prompt = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#popupTheme} + attribute's value can be found in the {@link #Spinner} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:popupTheme + */ + public static int Spinner_popupTheme = 4; + /** Attributes that can be used with a SwitchCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText android.support.v7.recyclerview:showText}
{@link #SwitchCompat_splitTrack android.support.v7.recyclerview:splitTrack}
{@link #SwitchCompat_switchMinWidth android.support.v7.recyclerview:switchMinWidth}
{@link #SwitchCompat_switchPadding android.support.v7.recyclerview:switchPadding}
{@link #SwitchCompat_switchTextAppearance android.support.v7.recyclerview:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding android.support.v7.recyclerview:thumbTextPadding}
{@link #SwitchCompat_thumbTint android.support.v7.recyclerview:thumbTint}
{@link #SwitchCompat_thumbTintMode android.support.v7.recyclerview:thumbTintMode}
{@link #SwitchCompat_track android.support.v7.recyclerview:track}
{@link #SwitchCompat_trackTint android.support.v7.recyclerview:trackTint}
{@link #SwitchCompat_trackTintMode android.support.v7.recyclerview:trackTintMode}
+ @see #SwitchCompat_android_textOff + @see #SwitchCompat_android_textOn + @see #SwitchCompat_android_thumb + @see #SwitchCompat_showText + @see #SwitchCompat_splitTrack + @see #SwitchCompat_switchMinWidth + @see #SwitchCompat_switchPadding + @see #SwitchCompat_switchTextAppearance + @see #SwitchCompat_thumbTextPadding + @see #SwitchCompat_thumbTint + @see #SwitchCompat_thumbTintMode + @see #SwitchCompat_track + @see #SwitchCompat_trackTint + @see #SwitchCompat_trackTintMode + */ + public static final int[] SwitchCompat = { + 0x01010124, 0x01010125, 0x01010142, 0x7f0100f7, + 0x7f0100f8, 0x7f0100f9, 0x7f0100fa, 0x7f0100fb, + 0x7f0100fc, 0x7f0100fd, 0x7f0100fe, 0x7f0100ff, + 0x7f010100, 0x7f010101 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textOff} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOff + */ + public static int SwitchCompat_android_textOff = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textOn} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOn + */ + public static int SwitchCompat_android_textOn = 0; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:thumb + */ + public static int SwitchCompat_android_thumb = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#showText} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:showText + */ + public static int SwitchCompat_showText = 13; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#splitTrack} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:splitTrack + */ + public static int SwitchCompat_splitTrack = 12; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#switchMinWidth} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:switchMinWidth + */ + public static int SwitchCompat_switchMinWidth = 10; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#switchPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:switchPadding + */ + public static int SwitchCompat_switchPadding = 11; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#switchTextAppearance} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:switchTextAppearance + */ + public static int SwitchCompat_switchTextAppearance = 9; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#thumbTextPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:thumbTextPadding + */ + public static int SwitchCompat_thumbTextPadding = 8; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#thumbTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:thumbTint + */ + public static int SwitchCompat_thumbTint = 3; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#thumbTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.recyclerview:thumbTintMode + */ + public static int SwitchCompat_thumbTintMode = 4; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#track} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:track + */ + public static int SwitchCompat_track = 5; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#trackTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:trackTint + */ + public static int SwitchCompat_trackTint = 6; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#trackTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.recyclerview:trackTintMode + */ + public static int SwitchCompat_trackTintMode = 7; + /** Attributes that can be used with a TabItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #TabItem_android_icon android:icon}
{@link #TabItem_android_layout android:layout}
{@link #TabItem_android_text android:text}
+ @see #TabItem_android_icon + @see #TabItem_android_layout + @see #TabItem_android_text + */ + public static final int[] TabItem = { + 0x01010002, 0x010100f2, 0x0101014f + }; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:icon + */ + public static int TabItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:layout + */ + public static int TabItem_android_layout = 1; + /** +

This symbol is the offset where the {@link android.R.attr#text} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:text + */ + public static int TabItem_android_text = 2; + /** Attributes that can be used with a TabLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TabLayout_tabBackground android.support.v7.recyclerview:tabBackground}
{@link #TabLayout_tabContentStart android.support.v7.recyclerview:tabContentStart}
{@link #TabLayout_tabGravity android.support.v7.recyclerview:tabGravity}
{@link #TabLayout_tabIndicatorColor android.support.v7.recyclerview:tabIndicatorColor}
{@link #TabLayout_tabIndicatorHeight android.support.v7.recyclerview:tabIndicatorHeight}
{@link #TabLayout_tabMaxWidth android.support.v7.recyclerview:tabMaxWidth}
{@link #TabLayout_tabMinWidth android.support.v7.recyclerview:tabMinWidth}
{@link #TabLayout_tabMode android.support.v7.recyclerview:tabMode}
{@link #TabLayout_tabPadding android.support.v7.recyclerview:tabPadding}
{@link #TabLayout_tabPaddingBottom android.support.v7.recyclerview:tabPaddingBottom}
{@link #TabLayout_tabPaddingEnd android.support.v7.recyclerview:tabPaddingEnd}
{@link #TabLayout_tabPaddingStart android.support.v7.recyclerview:tabPaddingStart}
{@link #TabLayout_tabPaddingTop android.support.v7.recyclerview:tabPaddingTop}
{@link #TabLayout_tabSelectedTextColor android.support.v7.recyclerview:tabSelectedTextColor}
{@link #TabLayout_tabTextAppearance android.support.v7.recyclerview:tabTextAppearance}
{@link #TabLayout_tabTextColor android.support.v7.recyclerview:tabTextColor}
+ @see #TabLayout_tabBackground + @see #TabLayout_tabContentStart + @see #TabLayout_tabGravity + @see #TabLayout_tabIndicatorColor + @see #TabLayout_tabIndicatorHeight + @see #TabLayout_tabMaxWidth + @see #TabLayout_tabMinWidth + @see #TabLayout_tabMode + @see #TabLayout_tabPadding + @see #TabLayout_tabPaddingBottom + @see #TabLayout_tabPaddingEnd + @see #TabLayout_tabPaddingStart + @see #TabLayout_tabPaddingTop + @see #TabLayout_tabSelectedTextColor + @see #TabLayout_tabTextAppearance + @see #TabLayout_tabTextColor + */ + public static final int[] TabLayout = { + 0x7f01014c, 0x7f01014d, 0x7f01014e, 0x7f01014f, + 0x7f010150, 0x7f010151, 0x7f010152, 0x7f010153, + 0x7f010154, 0x7f010155, 0x7f010156, 0x7f010157, + 0x7f010158, 0x7f010159, 0x7f01015a, 0x7f01015b + }; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tabBackground} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:tabBackground + */ + public static int TabLayout_tabBackground = 3; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tabContentStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:tabContentStart + */ + public static int TabLayout_tabContentStart = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tabGravity} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ @attr name android.support.v7.recyclerview:tabGravity + */ + public static int TabLayout_tabGravity = 5; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tabIndicatorColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:tabIndicatorColor + */ + public static int TabLayout_tabIndicatorColor = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tabIndicatorHeight} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:tabIndicatorHeight + */ + public static int TabLayout_tabIndicatorHeight = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tabMaxWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:tabMaxWidth + */ + public static int TabLayout_tabMaxWidth = 7; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tabMinWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:tabMinWidth + */ + public static int TabLayout_tabMinWidth = 6; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tabMode} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ @attr name android.support.v7.recyclerview:tabMode + */ + public static int TabLayout_tabMode = 4; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tabPadding} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:tabPadding + */ + public static int TabLayout_tabPadding = 15; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tabPaddingBottom} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:tabPaddingBottom + */ + public static int TabLayout_tabPaddingBottom = 14; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tabPaddingEnd} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:tabPaddingEnd + */ + public static int TabLayout_tabPaddingEnd = 13; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tabPaddingStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:tabPaddingStart + */ + public static int TabLayout_tabPaddingStart = 11; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tabPaddingTop} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:tabPaddingTop + */ + public static int TabLayout_tabPaddingTop = 12; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tabSelectedTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:tabSelectedTextColor + */ + public static int TabLayout_tabSelectedTextColor = 10; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tabTextAppearance} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:tabTextAppearance + */ + public static int TabLayout_tabTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#tabTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:tabTextColor + */ + public static int TabLayout_tabTextColor = 9; + /** Attributes that can be used with a TextAppearance. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextAppearance_android_fontFamily android:fontFamily}
{@link #TextAppearance_android_shadowColor android:shadowColor}
{@link #TextAppearance_android_shadowDx android:shadowDx}
{@link #TextAppearance_android_shadowDy android:shadowDy}
{@link #TextAppearance_android_shadowRadius android:shadowRadius}
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textColorHint android:textColorHint}
{@link #TextAppearance_android_textColorLink android:textColorLink}
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_fontFamily android.support.v7.recyclerview:fontFamily}
{@link #TextAppearance_textAllCaps android.support.v7.recyclerview:textAllCaps}
+ @see #TextAppearance_android_fontFamily + @see #TextAppearance_android_shadowColor + @see #TextAppearance_android_shadowDx + @see #TextAppearance_android_shadowDy + @see #TextAppearance_android_shadowRadius + @see #TextAppearance_android_textColor + @see #TextAppearance_android_textColorHint + @see #TextAppearance_android_textColorLink + @see #TextAppearance_android_textSize + @see #TextAppearance_android_textStyle + @see #TextAppearance_android_typeface + @see #TextAppearance_fontFamily + @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance = { + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, + 0x01010163, 0x01010164, 0x010103ac, 0x7f01004f, + 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:fontFamily + */ + public static int TextAppearance_android_fontFamily = 10; + /** +

This symbol is the offset where the {@link android.R.attr#shadowColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowColor + */ + public static int TextAppearance_android_shadowColor = 6; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDx} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDx + */ + public static int TextAppearance_android_shadowDx = 7; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDy} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDy + */ + public static int TextAppearance_android_shadowDy = 8; + /** +

This symbol is the offset where the {@link android.R.attr#shadowRadius} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowRadius + */ + public static int TextAppearance_android_shadowRadius = 9; + /** +

This symbol is the offset where the {@link android.R.attr#textColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColor + */ + public static int TextAppearance_android_textColor = 3; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorHint + */ + public static int TextAppearance_android_textColorHint = 4; + /** +

This symbol is the offset where the {@link android.R.attr#textColorLink} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorLink + */ + public static int TextAppearance_android_textColorLink = 5; + /** +

This symbol is the offset where the {@link android.R.attr#textSize} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textSize + */ + public static int TextAppearance_android_textSize = 0; + /** +

This symbol is the offset where the {@link android.R.attr#textStyle} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textStyle + */ + public static int TextAppearance_android_textStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#typeface} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:typeface + */ + public static int TextAppearance_android_typeface = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:fontFamily + */ + public static int TextAppearance_fontFamily = 12; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#textAllCaps} + attribute's value can be found in the {@link #TextAppearance} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name android.support.v7.recyclerview:textAllCaps + */ + public static int TextAppearance_textAllCaps = 11; + /** Attributes that can be used with a TextInputLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextInputLayout_android_hint android:hint}
{@link #TextInputLayout_android_textColorHint android:textColorHint}
{@link #TextInputLayout_counterEnabled android.support.v7.recyclerview:counterEnabled}
{@link #TextInputLayout_counterMaxLength android.support.v7.recyclerview:counterMaxLength}
{@link #TextInputLayout_counterOverflowTextAppearance android.support.v7.recyclerview:counterOverflowTextAppearance}
{@link #TextInputLayout_counterTextAppearance android.support.v7.recyclerview:counterTextAppearance}
{@link #TextInputLayout_errorEnabled android.support.v7.recyclerview:errorEnabled}
{@link #TextInputLayout_errorTextAppearance android.support.v7.recyclerview:errorTextAppearance}
{@link #TextInputLayout_hintAnimationEnabled android.support.v7.recyclerview:hintAnimationEnabled}
{@link #TextInputLayout_hintEnabled android.support.v7.recyclerview:hintEnabled}
{@link #TextInputLayout_hintTextAppearance android.support.v7.recyclerview:hintTextAppearance}
{@link #TextInputLayout_passwordToggleContentDescription android.support.v7.recyclerview:passwordToggleContentDescription}
{@link #TextInputLayout_passwordToggleDrawable android.support.v7.recyclerview:passwordToggleDrawable}
{@link #TextInputLayout_passwordToggleEnabled android.support.v7.recyclerview:passwordToggleEnabled}
{@link #TextInputLayout_passwordToggleTint android.support.v7.recyclerview:passwordToggleTint}
{@link #TextInputLayout_passwordToggleTintMode android.support.v7.recyclerview:passwordToggleTintMode}
+ @see #TextInputLayout_android_hint + @see #TextInputLayout_android_textColorHint + @see #TextInputLayout_counterEnabled + @see #TextInputLayout_counterMaxLength + @see #TextInputLayout_counterOverflowTextAppearance + @see #TextInputLayout_counterTextAppearance + @see #TextInputLayout_errorEnabled + @see #TextInputLayout_errorTextAppearance + @see #TextInputLayout_hintAnimationEnabled + @see #TextInputLayout_hintEnabled + @see #TextInputLayout_hintTextAppearance + @see #TextInputLayout_passwordToggleContentDescription + @see #TextInputLayout_passwordToggleDrawable + @see #TextInputLayout_passwordToggleEnabled + @see #TextInputLayout_passwordToggleTint + @see #TextInputLayout_passwordToggleTintMode + */ + public static final int[] TextInputLayout = { + 0x0101009a, 0x01010150, 0x7f01015c, 0x7f01015d, + 0x7f01015e, 0x7f01015f, 0x7f010160, 0x7f010161, + 0x7f010162, 0x7f010163, 0x7f010164, 0x7f010165, + 0x7f010166, 0x7f010167, 0x7f010168, 0x7f010169 + }; + /** +

This symbol is the offset where the {@link android.R.attr#hint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:hint + */ + public static int TextInputLayout_android_hint = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:textColorHint + */ + public static int TextInputLayout_android_textColorHint = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#counterEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:counterEnabled + */ + public static int TextInputLayout_counterEnabled = 6; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#counterMaxLength} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:counterMaxLength + */ + public static int TextInputLayout_counterMaxLength = 7; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#counterOverflowTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:counterOverflowTextAppearance + */ + public static int TextInputLayout_counterOverflowTextAppearance = 9; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#counterTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:counterTextAppearance + */ + public static int TextInputLayout_counterTextAppearance = 8; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#errorEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:errorEnabled + */ + public static int TextInputLayout_errorEnabled = 4; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#errorTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:errorTextAppearance + */ + public static int TextInputLayout_errorTextAppearance = 5; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#hintAnimationEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:hintAnimationEnabled + */ + public static int TextInputLayout_hintAnimationEnabled = 10; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#hintEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:hintEnabled + */ + public static int TextInputLayout_hintEnabled = 3; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#hintTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:hintTextAppearance + */ + public static int TextInputLayout_hintTextAppearance = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#passwordToggleContentDescription} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:passwordToggleContentDescription + */ + public static int TextInputLayout_passwordToggleContentDescription = 13; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#passwordToggleDrawable} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:passwordToggleDrawable + */ + public static int TextInputLayout_passwordToggleDrawable = 12; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#passwordToggleEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:passwordToggleEnabled + */ + public static int TextInputLayout_passwordToggleEnabled = 11; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#passwordToggleTint} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:passwordToggleTint + */ + public static int TextInputLayout_passwordToggleTint = 14; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#passwordToggleTintMode} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name android.support.v7.recyclerview:passwordToggleTintMode + */ + public static int TextInputLayout_passwordToggleTintMode = 15; + /** Attributes that can be used with a Toolbar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_buttonGravity android.support.v7.recyclerview:buttonGravity}
{@link #Toolbar_collapseContentDescription android.support.v7.recyclerview:collapseContentDescription}
{@link #Toolbar_collapseIcon android.support.v7.recyclerview:collapseIcon}
{@link #Toolbar_contentInsetEnd android.support.v7.recyclerview:contentInsetEnd}
{@link #Toolbar_contentInsetEndWithActions android.support.v7.recyclerview:contentInsetEndWithActions}
{@link #Toolbar_contentInsetLeft android.support.v7.recyclerview:contentInsetLeft}
{@link #Toolbar_contentInsetRight android.support.v7.recyclerview:contentInsetRight}
{@link #Toolbar_contentInsetStart android.support.v7.recyclerview:contentInsetStart}
{@link #Toolbar_contentInsetStartWithNavigation android.support.v7.recyclerview:contentInsetStartWithNavigation}
{@link #Toolbar_logo android.support.v7.recyclerview:logo}
{@link #Toolbar_logoDescription android.support.v7.recyclerview:logoDescription}
{@link #Toolbar_maxButtonHeight android.support.v7.recyclerview:maxButtonHeight}
{@link #Toolbar_navigationContentDescription android.support.v7.recyclerview:navigationContentDescription}
{@link #Toolbar_navigationIcon android.support.v7.recyclerview:navigationIcon}
{@link #Toolbar_popupTheme android.support.v7.recyclerview:popupTheme}
{@link #Toolbar_subtitle android.support.v7.recyclerview:subtitle}
{@link #Toolbar_subtitleTextAppearance android.support.v7.recyclerview:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor android.support.v7.recyclerview:subtitleTextColor}
{@link #Toolbar_title android.support.v7.recyclerview:title}
{@link #Toolbar_titleMargin android.support.v7.recyclerview:titleMargin}
{@link #Toolbar_titleMarginBottom android.support.v7.recyclerview:titleMarginBottom}
{@link #Toolbar_titleMarginEnd android.support.v7.recyclerview:titleMarginEnd}
{@link #Toolbar_titleMarginStart android.support.v7.recyclerview:titleMarginStart}
{@link #Toolbar_titleMarginTop android.support.v7.recyclerview:titleMarginTop}
{@link #Toolbar_titleMargins android.support.v7.recyclerview:titleMargins}
{@link #Toolbar_titleTextAppearance android.support.v7.recyclerview:titleTextAppearance}
{@link #Toolbar_titleTextColor android.support.v7.recyclerview:titleTextColor}
+ @see #Toolbar_android_gravity + @see #Toolbar_android_minHeight + @see #Toolbar_buttonGravity + @see #Toolbar_collapseContentDescription + @see #Toolbar_collapseIcon + @see #Toolbar_contentInsetEnd + @see #Toolbar_contentInsetEndWithActions + @see #Toolbar_contentInsetLeft + @see #Toolbar_contentInsetRight + @see #Toolbar_contentInsetStart + @see #Toolbar_contentInsetStartWithNavigation + @see #Toolbar_logo + @see #Toolbar_logoDescription + @see #Toolbar_maxButtonHeight + @see #Toolbar_navigationContentDescription + @see #Toolbar_navigationIcon + @see #Toolbar_popupTheme + @see #Toolbar_subtitle + @see #Toolbar_subtitleTextAppearance + @see #Toolbar_subtitleTextColor + @see #Toolbar_title + @see #Toolbar_titleMargin + @see #Toolbar_titleMarginBottom + @see #Toolbar_titleMarginEnd + @see #Toolbar_titleMarginStart + @see #Toolbar_titleMarginTop + @see #Toolbar_titleMargins + @see #Toolbar_titleTextAppearance + @see #Toolbar_titleTextColor + */ + public static final int[] Toolbar = { + 0x010100af, 0x01010140, 0x7f010025, 0x7f010028, + 0x7f01002c, 0x7f010038, 0x7f010039, 0x7f01003a, + 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003f, + 0x7f010102, 0x7f010103, 0x7f010104, 0x7f010105, + 0x7f010106, 0x7f010107, 0x7f010108, 0x7f010109, + 0x7f01010a, 0x7f01010b, 0x7f01010c, 0x7f01010d, + 0x7f01010e, 0x7f01010f, 0x7f010110, 0x7f010111, + 0x7f010112 + }; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:gravity + */ + public static int Toolbar_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:minHeight + */ + public static int Toolbar_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#buttonGravity} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ @attr name android.support.v7.recyclerview:buttonGravity + */ + public static int Toolbar_buttonGravity = 21; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#collapseContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:collapseContentDescription + */ + public static int Toolbar_collapseContentDescription = 23; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#collapseIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:collapseIcon + */ + public static int Toolbar_collapseIcon = 22; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:contentInsetEnd + */ + public static int Toolbar_contentInsetEnd = 6; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:contentInsetEndWithActions + */ + public static int Toolbar_contentInsetEndWithActions = 10; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:contentInsetLeft + */ + public static int Toolbar_contentInsetLeft = 7; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#contentInsetRight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:contentInsetRight + */ + public static int Toolbar_contentInsetRight = 8; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#contentInsetStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:contentInsetStart + */ + public static int Toolbar_contentInsetStart = 5; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:contentInsetStartWithNavigation + */ + public static int Toolbar_contentInsetStartWithNavigation = 9; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#logo} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:logo + */ + public static int Toolbar_logo = 4; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#logoDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:logoDescription + */ + public static int Toolbar_logoDescription = 26; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#maxButtonHeight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:maxButtonHeight + */ + public static int Toolbar_maxButtonHeight = 20; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#navigationContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:navigationContentDescription + */ + public static int Toolbar_navigationContentDescription = 25; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#navigationIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:navigationIcon + */ + public static int Toolbar_navigationIcon = 24; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#popupTheme} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:popupTheme + */ + public static int Toolbar_popupTheme = 11; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#subtitle} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:subtitle + */ + public static int Toolbar_subtitle = 3; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#subtitleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:subtitleTextAppearance + */ + public static int Toolbar_subtitleTextAppearance = 13; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#subtitleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:subtitleTextColor + */ + public static int Toolbar_subtitleTextColor = 28; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#title} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:title + */ + public static int Toolbar_title = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#titleMargin} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:titleMargin + */ + public static int Toolbar_titleMargin = 14; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#titleMarginBottom} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:titleMarginBottom + */ + public static int Toolbar_titleMarginBottom = 18; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#titleMarginEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:titleMarginEnd + */ + public static int Toolbar_titleMarginEnd = 16; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#titleMarginStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:titleMarginStart + */ + public static int Toolbar_titleMarginStart = 15; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#titleMarginTop} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:titleMarginTop + */ + public static int Toolbar_titleMarginTop = 17; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#titleMargins} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:titleMargins + */ + public static int Toolbar_titleMargins = 19; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#titleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:titleTextAppearance + */ + public static int Toolbar_titleTextAppearance = 12; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#titleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:titleTextColor + */ + public static int Toolbar_titleTextColor = 27; + /** Attributes that can be used with a View. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #View_android_focusable android:focusable}
{@link #View_android_theme android:theme}
{@link #View_paddingEnd android.support.v7.recyclerview:paddingEnd}
{@link #View_paddingStart android.support.v7.recyclerview:paddingStart}
{@link #View_theme android.support.v7.recyclerview:theme}
+ @see #View_android_focusable + @see #View_android_theme + @see #View_paddingEnd + @see #View_paddingStart + @see #View_theme + */ + public static final int[] View = { + 0x01010000, 0x010100da, 0x7f010113, 0x7f010114, + 0x7f010115 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #View} array. + @attr name android:focusable + */ + public static int View_android_focusable = 1; + /** +

This symbol is the offset where the {@link android.R.attr#theme} + attribute's value can be found in the {@link #View} array. + @attr name android:theme + */ + public static int View_android_theme = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#paddingEnd} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:paddingEnd + */ + public static int View_paddingEnd = 3; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#paddingStart} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:paddingStart + */ + public static int View_paddingStart = 2; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#theme} + attribute's value can be found in the {@link #View} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name android.support.v7.recyclerview:theme + */ + public static int View_theme = 4; + /** Attributes that can be used with a ViewBackgroundHelper. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint android.support.v7.recyclerview:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode android.support.v7.recyclerview:backgroundTintMode}
+ @see #ViewBackgroundHelper_android_background + @see #ViewBackgroundHelper_backgroundTint + @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper = { + 0x010100d4, 0x7f010116, 0x7f010117 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + @attr name android:background + */ + public static int ViewBackgroundHelper_android_background = 0; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#backgroundTint} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android.support.v7.recyclerview:backgroundTint + */ + public static int ViewBackgroundHelper_backgroundTint = 1; + /** +

This symbol is the offset where the {@link android.support.v7.recyclerview.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name android.support.v7.recyclerview:backgroundTintMode + */ + public static int ViewBackgroundHelper_backgroundTintMode = 2; + /** Attributes that can be used with a ViewStubCompat. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
{@link #ViewStubCompat_android_layout android:layout}
+ @see #ViewStubCompat_android_id + @see #ViewStubCompat_android_inflatedId + @see #ViewStubCompat_android_layout + */ + public static final int[] ViewStubCompat = { + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:id + */ + public static int ViewStubCompat_android_id = 0; + /** +

This symbol is the offset where the {@link android.R.attr#inflatedId} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:inflatedId + */ + public static int ViewStubCompat_android_inflatedId = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:layout + */ + public static int ViewStubCompat_android_layout = 1; + }; +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/widget/Toolbar_NavigationOnClickEventDispatcher.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/widget/Toolbar_NavigationOnClickEventDispatcher.java new file mode 100644 index 0000000..69e94d4 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/android/support/v7/widget/Toolbar_NavigationOnClickEventDispatcher.java @@ -0,0 +1,55 @@ +package android.support.v7.widget; + + +public class Toolbar_NavigationOnClickEventDispatcher + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.view.View.OnClickListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onClick:(Landroid/view/View;)V:GetOnClick_Landroid_view_View_Handler:Android.Views.View/IOnClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.Widget.Toolbar+NavigationOnClickEventDispatcher, Xamarin.Android.Support.v7.AppCompat", Toolbar_NavigationOnClickEventDispatcher.class, __md_methods); + } + + + public Toolbar_NavigationOnClickEventDispatcher () + { + super (); + if (getClass () == Toolbar_NavigationOnClickEventDispatcher.class) + mono.android.TypeManager.Activate ("Android.Support.V7.Widget.Toolbar+NavigationOnClickEventDispatcher, Xamarin.Android.Support.v7.AppCompat", "", this, new java.lang.Object[] { }); + } + + public Toolbar_NavigationOnClickEventDispatcher (android.support.v7.widget.Toolbar p0) + { + super (); + if (getClass () == Toolbar_NavigationOnClickEventDispatcher.class) + mono.android.TypeManager.Activate ("Android.Support.V7.Widget.Toolbar+NavigationOnClickEventDispatcher, Xamarin.Android.Support.v7.AppCompat", "Android.Support.V7.Widget.Toolbar, Xamarin.Android.Support.v7.AppCompat", this, new java.lang.Object[] { p0 }); + } + + + public void onClick (android.view.View p0) + { + n_onClick (p0); + } + + private native void n_onClick (android.view.View p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/com/companyname/R.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/com/companyname/R.java new file mode 100644 index 0000000..0da1778 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/com/companyname/R.java @@ -0,0 +1,11704 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package com.companyname; + +public final class R { + public static final class anim { + public static final int abc_fade_in=0x7f050000; + public static final int abc_fade_out=0x7f050001; + public static final int abc_grow_fade_in_from_bottom=0x7f050002; + public static final int abc_popup_enter=0x7f050003; + public static final int abc_popup_exit=0x7f050004; + public static final int abc_shrink_fade_out_from_bottom=0x7f050005; + public static final int abc_slide_in_bottom=0x7f050006; + public static final int abc_slide_in_top=0x7f050007; + public static final int abc_slide_out_bottom=0x7f050008; + public static final int abc_slide_out_top=0x7f050009; + public static final int design_bottom_sheet_slide_in=0x7f05000a; + public static final int design_bottom_sheet_slide_out=0x7f05000b; + public static final int design_snackbar_in=0x7f05000c; + public static final int design_snackbar_out=0x7f05000d; + public static final int tooltip_enter=0x7f05000e; + public static final int tooltip_exit=0x7f05000f; + } + public static final class animator { + public static final int design_appbar_state_list_animator=0x7f060000; + } + public static final class attr { + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarDivider=0x7f01006b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarItemBackground=0x7f01006c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarPopupTheme=0x7f010065; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ */ + public static final int actionBarSize=0x7f01006a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarSplitStyle=0x7f010067; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarStyle=0x7f010066; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTabBarStyle=0x7f010061; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTabStyle=0x7f010060; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTabTextStyle=0x7f010062; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTheme=0x7f010068; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarWidgetTheme=0x7f010069; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionButtonStyle=0x7f010086; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionDropDownStyle=0x7f010082; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionLayout=0x7f0100dd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionMenuTextAppearance=0x7f01006d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int actionMenuTextColor=0x7f01006e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeBackground=0x7f010071; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCloseButtonStyle=0x7f010070; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCloseDrawable=0x7f010073; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCopyDrawable=0x7f010075; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCutDrawable=0x7f010074; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeFindDrawable=0x7f010079; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModePasteDrawable=0x7f010076; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModePopupWindowStyle=0x7f01007b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeSelectAllDrawable=0x7f010077; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeShareDrawable=0x7f010078; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeSplitBackground=0x7f010072; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeStyle=0x7f01006f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeWebSearchDrawable=0x7f01007a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionOverflowButtonStyle=0x7f010063; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionOverflowMenuStyle=0x7f010064; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int actionProviderClass=0x7f0100df; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int actionViewClass=0x7f0100de; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int activityChooserViewStyle=0x7f01008e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int alertDialogButtonGroupStyle=0x7f0100b3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int alertDialogCenterButtons=0x7f0100b4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int alertDialogStyle=0x7f0100b2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int alertDialogTheme=0x7f0100b5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int allowStacking=0x7f0100cb; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int alpha=0x7f0100cc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static final int alphabeticModifiers=0x7f0100da; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int arrowHeadLength=0x7f0100d3; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int arrowShaftLength=0x7f0100d4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int autoCompleteTextViewStyle=0x7f0100ba; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int autoSizeMaxTextSize=0x7f010054; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int autoSizeMinTextSize=0x7f010053; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int autoSizePresetSizes=0x7f010052; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int autoSizeStepGranularity=0x7f010051; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ */ + public static final int autoSizeTextType=0x7f010050; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int background=0x7f01002e; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int backgroundSplit=0x7f010030; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int backgroundStacked=0x7f01002f; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int backgroundTint=0x7f010116; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static final int backgroundTintMode=0x7f010117; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int barLength=0x7f0100d5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int behavior_autoHide=0x7f010141; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int behavior_hideable=0x7f01011e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int behavior_overlapTop=0x7f01014a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ */ + public static final int behavior_peekHeight=0x7f01011d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int behavior_skipCollapsed=0x7f01011f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int borderWidth=0x7f01013f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int borderlessButtonStyle=0x7f01008b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int bottomSheetDialogTheme=0x7f010139; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int bottomSheetStyle=0x7f01013a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarButtonStyle=0x7f010088; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarNegativeButtonStyle=0x7f0100b8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarNeutralButtonStyle=0x7f0100b9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarPositiveButtonStyle=0x7f0100b7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarStyle=0x7f010087; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ */ + public static final int buttonGravity=0x7f01010b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonPanelSideLayout=0x7f010043; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonStyle=0x7f0100bb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonStyleSmall=0x7f0100bc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int buttonTint=0x7f0100cd; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static final int buttonTintMode=0x7f0100ce; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int cardBackgroundColor=0x7f010017; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int cardCornerRadius=0x7f010018; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int cardElevation=0x7f010019; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int cardMaxElevation=0x7f01001a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int cardPreventCornerOverlap=0x7f01001c; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int cardUseCompatPadding=0x7f01001b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int checkboxStyle=0x7f0100bd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int checkedTextViewStyle=0x7f0100be; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int closeIcon=0x7f0100ee; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int closeItemLayout=0x7f010040; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int collapseContentDescription=0x7f01010d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int collapseIcon=0x7f01010c; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static final int collapsedTitleGravity=0x7f01012c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int collapsedTitleTextAppearance=0x7f010126; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int color=0x7f0100cf; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorAccent=0x7f0100aa; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorBackgroundFloating=0x7f0100b1; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorButtonNormal=0x7f0100ae; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorControlActivated=0x7f0100ac; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorControlHighlight=0x7f0100ad; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorControlNormal=0x7f0100ab; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int colorError=0x7f0100ca; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorPrimary=0x7f0100a8; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorPrimaryDark=0x7f0100a9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorSwitchThumbNormal=0x7f0100af; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int commitIcon=0x7f0100f3; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentDescription=0x7f0100e0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetEnd=0x7f010039; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetEndWithActions=0x7f01003d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetLeft=0x7f01003a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetRight=0x7f01003b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetStart=0x7f010038; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetStartWithNavigation=0x7f01003c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentPadding=0x7f01001d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentPaddingBottom=0x7f010021; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentPaddingLeft=0x7f01001e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentPaddingRight=0x7f01001f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentPaddingTop=0x7f010020; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentScrim=0x7f010127; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int controlBackground=0x7f0100b0; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int counterEnabled=0x7f010160; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int counterMaxLength=0x7f010161; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int counterOverflowTextAppearance=0x7f010163; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int counterTextAppearance=0x7f010162; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int customNavigationLayout=0x7f010031; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int defaultQueryHint=0x7f0100ed; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int dialogPreferredPadding=0x7f010080; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dialogTheme=0x7f01007f; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ */ + public static final int displayOptions=0x7f010027; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int divider=0x7f01002d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dividerHorizontal=0x7f01008d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int dividerPadding=0x7f0100d9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dividerVertical=0x7f01008c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int drawableSize=0x7f0100d1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int drawerArrowStyle=0x7f010022; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dropDownListViewStyle=0x7f01009f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int dropdownListPreferredItemHeight=0x7f010083; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int editTextBackground=0x7f010094; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int editTextColor=0x7f010093; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int editTextStyle=0x7f0100bf; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int elevation=0x7f01003e; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int errorEnabled=0x7f01015e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int errorTextAppearance=0x7f01015f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int expandActivityOverflowButtonDrawable=0x7f010042; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int expanded=0x7f010118; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ */ + public static final int expandedTitleGravity=0x7f01012d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int expandedTitleMargin=0x7f010120; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int expandedTitleMarginBottom=0x7f010124; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int expandedTitleMarginEnd=0x7f010123; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int expandedTitleMarginStart=0x7f010121; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int expandedTitleMarginTop=0x7f010122; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int expandedTitleTextAppearance=0x7f010125; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int externalRouteEnabledDrawable=0x7f010015; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ */ + public static final int fabSize=0x7f01013d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int fastScrollEnabled=0x7f010004; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int fastScrollHorizontalThumbDrawable=0x7f010007; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int fastScrollHorizontalTrackDrawable=0x7f010008; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int fastScrollVerticalThumbDrawable=0x7f010005; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int fastScrollVerticalTrackDrawable=0x7f010006; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int font=0x7f010171; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int fontFamily=0x7f010055; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int fontProviderAuthority=0x7f01016a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int fontProviderCerts=0x7f01016d; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ */ + public static final int fontProviderFetchStrategy=0x7f01016e; + /**

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ */ + public static final int fontProviderFetchTimeout=0x7f01016f; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int fontProviderPackage=0x7f01016b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int fontProviderQuery=0x7f01016c; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ */ + public static final int fontStyle=0x7f010170; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int fontWeight=0x7f010172; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int foregroundInsidePadding=0x7f010142; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int gapBetweenBars=0x7f0100d2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int goIcon=0x7f0100ef; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int headerLayout=0x7f010148; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int height=0x7f010023; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int hideOnContentScroll=0x7f010037; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int hintAnimationEnabled=0x7f010164; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int hintEnabled=0x7f01015d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int hintTextAppearance=0x7f01015c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int homeAsUpIndicator=0x7f010085; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int homeLayout=0x7f010032; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int icon=0x7f01002b; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int iconTint=0x7f0100e2; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static final int iconTintMode=0x7f0100e3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int iconifiedByDefault=0x7f0100eb; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int imageButtonStyle=0x7f010095; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int indeterminateProgressStyle=0x7f010034; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int initialActivityCount=0x7f010041; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int insetForeground=0x7f010149; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int isLightTheme=0x7f010024; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int itemBackground=0x7f010146; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int itemIconTint=0x7f010144; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int itemPadding=0x7f010036; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int itemTextAppearance=0x7f010147; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int itemTextColor=0x7f010145; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int keylines=0x7f010131; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int layout=0x7f0100ea; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int layoutManager=0x7f010000; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int layout_anchor=0x7f010134; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ */ + public static final int layout_anchorGravity=0x7f010136; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int layout_behavior=0x7f010133; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ */ + public static final int layout_collapseMode=0x7f01012f; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int layout_collapseParallaxMultiplier=0x7f010130; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ */ + public static final int layout_dodgeInsetEdges=0x7f010138; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ */ + public static final int layout_insetEdge=0x7f010137; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int layout_keyline=0x7f010135; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ */ + public static final int layout_scrollFlags=0x7f01011b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int layout_scrollInterpolator=0x7f01011c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listChoiceBackgroundIndicator=0x7f0100a7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listDividerAlertDialog=0x7f010081; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listItemLayout=0x7f010047; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listLayout=0x7f010044; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listMenuViewStyle=0x7f0100c7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listPopupWindowStyle=0x7f0100a0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemHeight=0x7f01009a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemHeightLarge=0x7f01009c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemHeightSmall=0x7f01009b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemPaddingLeft=0x7f01009d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemPaddingRight=0x7f01009e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int logo=0x7f01002c; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int logoDescription=0x7f010110; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int maxActionInlineWidth=0x7f01014b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int maxButtonHeight=0x7f01010a; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int measureWithLargestChild=0x7f0100d7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRouteAudioTrackDrawable=0x7f010009; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRouteButtonStyle=0x7f01000a; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int mediaRouteButtonTint=0x7f010016; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRouteCloseDrawable=0x7f01000b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRouteControlPanelThemeOverlay=0x7f01000c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRouteDefaultIconDrawable=0x7f01000d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRoutePauseDrawable=0x7f01000e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRoutePlayDrawable=0x7f01000f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRouteSpeakerGroupIconDrawable=0x7f010010; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRouteSpeakerIconDrawable=0x7f010011; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRouteStopDrawable=0x7f010012; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRouteTheme=0x7f010013; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int mediaRouteTvIconDrawable=0x7f010014; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int menu=0x7f010143; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int multiChoiceItemLayout=0x7f010045; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int navigationContentDescription=0x7f01010f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int navigationIcon=0x7f01010e; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ */ + public static final int navigationMode=0x7f010026; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ */ + public static final int numericModifiers=0x7f0100db; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int overlapAnchor=0x7f0100e6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int paddingBottomNoButtons=0x7f0100e8; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int paddingEnd=0x7f010114; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int paddingStart=0x7f010113; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int paddingTopNoTitle=0x7f0100e9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int panelBackground=0x7f0100a4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int panelMenuListTheme=0x7f0100a6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int panelMenuListWidth=0x7f0100a5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int passwordToggleContentDescription=0x7f010167; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int passwordToggleDrawable=0x7f010166; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int passwordToggleEnabled=0x7f010165; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int passwordToggleTint=0x7f010168; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static final int passwordToggleTintMode=0x7f010169; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int popupMenuStyle=0x7f010091; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int popupTheme=0x7f01003f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int popupWindowStyle=0x7f010092; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int preserveIconSpacing=0x7f0100e4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int pressedTranslationZ=0x7f01013e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int progressBarPadding=0x7f010035; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int progressBarStyle=0x7f010033; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int queryBackground=0x7f0100f5; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int queryHint=0x7f0100ec; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int radioButtonStyle=0x7f0100c0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int ratingBarStyle=0x7f0100c1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int ratingBarStyleIndicator=0x7f0100c2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int ratingBarStyleSmall=0x7f0100c3; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int reverseLayout=0x7f010002; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int rippleColor=0x7f01013c; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int scrimAnimationDuration=0x7f01012b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int scrimVisibleHeightTrigger=0x7f01012a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchHintIcon=0x7f0100f1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchIcon=0x7f0100f0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchViewStyle=0x7f010099; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int seekBarStyle=0x7f0100c4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int selectableItemBackground=0x7f010089; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int selectableItemBackgroundBorderless=0x7f01008a; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ */ + public static final int showAsAction=0x7f0100dc; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ */ + public static final int showDividers=0x7f0100d8; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int showText=0x7f010101; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int showTitle=0x7f010048; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int singleChoiceItemLayout=0x7f010046; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int spanCount=0x7f010001; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int spinBars=0x7f0100d0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int spinnerDropDownItemStyle=0x7f010084; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int spinnerStyle=0x7f0100c5; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int splitTrack=0x7f010100; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int srcCompat=0x7f010049; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int stackFromEnd=0x7f010003; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int state_above_anchor=0x7f0100e7; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int state_collapsed=0x7f010119; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int state_collapsible=0x7f01011a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int statusBarBackground=0x7f010132; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int statusBarScrim=0x7f010128; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int subMenuArrow=0x7f0100e5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int submitBackground=0x7f0100f6; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int subtitle=0x7f010028; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int subtitleTextAppearance=0x7f010103; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int subtitleTextColor=0x7f010112; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int subtitleTextStyle=0x7f01002a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int suggestionRowLayout=0x7f0100f4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int switchMinWidth=0x7f0100fe; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int switchPadding=0x7f0100ff; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int switchStyle=0x7f0100c6; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int switchTextAppearance=0x7f0100fd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int tabBackground=0x7f01014f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabContentStart=0x7f01014e; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ */ + public static final int tabGravity=0x7f010151; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabIndicatorColor=0x7f01014c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabIndicatorHeight=0x7f01014d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabMaxWidth=0x7f010153; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabMinWidth=0x7f010152; + /**

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ */ + public static final int tabMode=0x7f010150; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabPadding=0x7f01015b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabPaddingBottom=0x7f01015a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabPaddingEnd=0x7f010159; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabPaddingStart=0x7f010157; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabPaddingTop=0x7f010158; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabSelectedTextColor=0x7f010156; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int tabTextAppearance=0x7f010154; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tabTextColor=0x7f010155; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + */ + public static final int textAllCaps=0x7f01004f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceLargePopupMenu=0x7f01007c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceListItem=0x7f0100a1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceListItemSecondary=0x7f0100a2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceListItemSmall=0x7f0100a3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearancePopupMenuHeader=0x7f01007e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceSearchResultSubtitle=0x7f010097; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceSearchResultTitle=0x7f010096; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceSmallPopupMenu=0x7f01007d; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int textColorAlertDialogListItem=0x7f0100b6; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int textColorError=0x7f01013b; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int textColorSearchUrl=0x7f010098; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int theme=0x7f010115; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int thickness=0x7f0100d6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int thumbTextPadding=0x7f0100fc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int thumbTint=0x7f0100f7; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static final int thumbTintMode=0x7f0100f8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int tickMark=0x7f01004c; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tickMarkTint=0x7f01004d; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static final int tickMarkTintMode=0x7f01004e; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tint=0x7f01004a; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static final int tintMode=0x7f01004b; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int title=0x7f010025; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleEnabled=0x7f01012e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMargin=0x7f010104; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMarginBottom=0x7f010108; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMarginEnd=0x7f010106; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMarginStart=0x7f010105; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMarginTop=0x7f010107; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMargins=0x7f010109; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int titleTextAppearance=0x7f010102; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleTextColor=0x7f010111; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int titleTextStyle=0x7f010029; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int toolbarId=0x7f010129; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int toolbarNavigationButtonStyle=0x7f010090; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int toolbarStyle=0x7f01008f; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int tooltipForegroundColor=0x7f0100c9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int tooltipFrameBackground=0x7f0100c8; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int tooltipText=0x7f0100e1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int track=0x7f0100f9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int trackTint=0x7f0100fa; + /**

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ */ + public static final int trackTintMode=0x7f0100fb; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int useCompatPadding=0x7f010140; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int voiceIcon=0x7f0100f2; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowActionBar=0x7f010056; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowActionBarOverlay=0x7f010058; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowActionModeOverlay=0x7f010059; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedHeightMajor=0x7f01005d; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedHeightMinor=0x7f01005b; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedWidthMajor=0x7f01005a; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedWidthMinor=0x7f01005c; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowMinWidthMajor=0x7f01005e; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowMinWidthMinor=0x7f01005f; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowNoTitle=0x7f010057; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs=0x7f0e0000; + public static final int abc_allow_stacked_button_bar=0x7f0e0001; + public static final int abc_config_actionMenuItemAllCaps=0x7f0e0002; + public static final int abc_config_closeDialogWhenTouchOutside=0x7f0e0003; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f0e0004; + } + public static final class color { + public static final int abc_background_cache_hint_selector_material_dark=0x7f0d004f; + public static final int abc_background_cache_hint_selector_material_light=0x7f0d0050; + public static final int abc_btn_colored_borderless_text_material=0x7f0d0051; + public static final int abc_btn_colored_text_material=0x7f0d0052; + public static final int abc_color_highlight_material=0x7f0d0053; + public static final int abc_hint_foreground_material_dark=0x7f0d0054; + public static final int abc_hint_foreground_material_light=0x7f0d0055; + public static final int abc_input_method_navigation_guard=0x7f0d0004; + public static final int abc_primary_text_disable_only_material_dark=0x7f0d0056; + public static final int abc_primary_text_disable_only_material_light=0x7f0d0057; + public static final int abc_primary_text_material_dark=0x7f0d0058; + public static final int abc_primary_text_material_light=0x7f0d0059; + public static final int abc_search_url_text=0x7f0d005a; + public static final int abc_search_url_text_normal=0x7f0d0005; + public static final int abc_search_url_text_pressed=0x7f0d0006; + public static final int abc_search_url_text_selected=0x7f0d0007; + public static final int abc_secondary_text_material_dark=0x7f0d005b; + public static final int abc_secondary_text_material_light=0x7f0d005c; + public static final int abc_tint_btn_checkable=0x7f0d005d; + public static final int abc_tint_default=0x7f0d005e; + public static final int abc_tint_edittext=0x7f0d005f; + public static final int abc_tint_seek_thumb=0x7f0d0060; + public static final int abc_tint_spinner=0x7f0d0061; + public static final int abc_tint_switch_track=0x7f0d0062; + public static final int accent_material_dark=0x7f0d0008; + public static final int accent_material_light=0x7f0d0009; + public static final int background_floating_material_dark=0x7f0d000a; + public static final int background_floating_material_light=0x7f0d000b; + public static final int background_material_dark=0x7f0d000c; + public static final int background_material_light=0x7f0d000d; + public static final int bright_foreground_disabled_material_dark=0x7f0d000e; + public static final int bright_foreground_disabled_material_light=0x7f0d000f; + public static final int bright_foreground_inverse_material_dark=0x7f0d0010; + public static final int bright_foreground_inverse_material_light=0x7f0d0011; + public static final int bright_foreground_material_dark=0x7f0d0012; + public static final int bright_foreground_material_light=0x7f0d0013; + public static final int button_material_dark=0x7f0d0014; + public static final int button_material_light=0x7f0d0015; + public static final int cardview_dark_background=0x7f0d0000; + public static final int cardview_light_background=0x7f0d0001; + public static final int cardview_shadow_end_color=0x7f0d0002; + public static final int cardview_shadow_start_color=0x7f0d0003; + public static final int colorAccent=0x7f0d004e; + public static final int colorPrimary=0x7f0d004c; + public static final int colorPrimaryDark=0x7f0d004d; + public static final int design_bottom_navigation_shadow_color=0x7f0d0040; + public static final int design_error=0x7f0d0063; + public static final int design_fab_shadow_end_color=0x7f0d0041; + public static final int design_fab_shadow_mid_color=0x7f0d0042; + public static final int design_fab_shadow_start_color=0x7f0d0043; + public static final int design_fab_stroke_end_inner_color=0x7f0d0044; + public static final int design_fab_stroke_end_outer_color=0x7f0d0045; + public static final int design_fab_stroke_top_inner_color=0x7f0d0046; + public static final int design_fab_stroke_top_outer_color=0x7f0d0047; + public static final int design_snackbar_background_color=0x7f0d0048; + public static final int design_tint_password_toggle=0x7f0d0064; + public static final int dim_foreground_disabled_material_dark=0x7f0d0016; + public static final int dim_foreground_disabled_material_light=0x7f0d0017; + public static final int dim_foreground_material_dark=0x7f0d0018; + public static final int dim_foreground_material_light=0x7f0d0019; + public static final int error_color_material=0x7f0d001a; + public static final int foreground_material_dark=0x7f0d001b; + public static final int foreground_material_light=0x7f0d001c; + public static final int highlighted_text_material_dark=0x7f0d001d; + public static final int highlighted_text_material_light=0x7f0d001e; + public static final int launcher_background=0x7f0d004b; + public static final int material_blue_grey_800=0x7f0d001f; + public static final int material_blue_grey_900=0x7f0d0020; + public static final int material_blue_grey_950=0x7f0d0021; + public static final int material_deep_teal_200=0x7f0d0022; + public static final int material_deep_teal_500=0x7f0d0023; + public static final int material_grey_100=0x7f0d0024; + public static final int material_grey_300=0x7f0d0025; + public static final int material_grey_50=0x7f0d0026; + public static final int material_grey_600=0x7f0d0027; + public static final int material_grey_800=0x7f0d0028; + public static final int material_grey_850=0x7f0d0029; + public static final int material_grey_900=0x7f0d002a; + public static final int notification_action_color_filter=0x7f0d0049; + public static final int notification_icon_bg_color=0x7f0d004a; + public static final int notification_material_background_media_default_color=0x7f0d003f; + public static final int primary_dark_material_dark=0x7f0d002b; + public static final int primary_dark_material_light=0x7f0d002c; + public static final int primary_material_dark=0x7f0d002d; + public static final int primary_material_light=0x7f0d002e; + public static final int primary_text_default_material_dark=0x7f0d002f; + public static final int primary_text_default_material_light=0x7f0d0030; + public static final int primary_text_disabled_material_dark=0x7f0d0031; + public static final int primary_text_disabled_material_light=0x7f0d0032; + public static final int ripple_material_dark=0x7f0d0033; + public static final int ripple_material_light=0x7f0d0034; + public static final int secondary_text_default_material_dark=0x7f0d0035; + public static final int secondary_text_default_material_light=0x7f0d0036; + public static final int secondary_text_disabled_material_dark=0x7f0d0037; + public static final int secondary_text_disabled_material_light=0x7f0d0038; + public static final int switch_thumb_disabled_material_dark=0x7f0d0039; + public static final int switch_thumb_disabled_material_light=0x7f0d003a; + public static final int switch_thumb_material_dark=0x7f0d0065; + public static final int switch_thumb_material_light=0x7f0d0066; + public static final int switch_thumb_normal_material_dark=0x7f0d003b; + public static final int switch_thumb_normal_material_light=0x7f0d003c; + public static final int tooltip_background_dark=0x7f0d003d; + public static final int tooltip_background_light=0x7f0d003e; + } + public static final class dimen { + public static final int abc_action_bar_content_inset_material=0x7f08001b; + public static final int abc_action_bar_content_inset_with_nav=0x7f08001c; + public static final int abc_action_bar_default_height_material=0x7f080010; + public static final int abc_action_bar_default_padding_end_material=0x7f08001d; + public static final int abc_action_bar_default_padding_start_material=0x7f08001e; + public static final int abc_action_bar_elevation_material=0x7f080020; + public static final int abc_action_bar_icon_vertical_padding_material=0x7f080021; + public static final int abc_action_bar_overflow_padding_end_material=0x7f080022; + public static final int abc_action_bar_overflow_padding_start_material=0x7f080023; + public static final int abc_action_bar_progress_bar_size=0x7f080011; + public static final int abc_action_bar_stacked_max_height=0x7f080024; + public static final int abc_action_bar_stacked_tab_max_width=0x7f080025; + public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f080026; + public static final int abc_action_bar_subtitle_top_margin_material=0x7f080027; + public static final int abc_action_button_min_height_material=0x7f080028; + public static final int abc_action_button_min_width_material=0x7f080029; + public static final int abc_action_button_min_width_overflow_material=0x7f08002a; + public static final int abc_alert_dialog_button_bar_height=0x7f08000f; + public static final int abc_button_inset_horizontal_material=0x7f08002b; + public static final int abc_button_inset_vertical_material=0x7f08002c; + public static final int abc_button_padding_horizontal_material=0x7f08002d; + public static final int abc_button_padding_vertical_material=0x7f08002e; + public static final int abc_cascading_menus_min_smallest_width=0x7f08002f; + public static final int abc_config_prefDialogWidth=0x7f080014; + public static final int abc_control_corner_material=0x7f080030; + public static final int abc_control_inset_material=0x7f080031; + public static final int abc_control_padding_material=0x7f080032; + public static final int abc_dialog_fixed_height_major=0x7f080015; + public static final int abc_dialog_fixed_height_minor=0x7f080016; + public static final int abc_dialog_fixed_width_major=0x7f080017; + public static final int abc_dialog_fixed_width_minor=0x7f080018; + public static final int abc_dialog_list_padding_bottom_no_buttons=0x7f080033; + public static final int abc_dialog_list_padding_top_no_title=0x7f080034; + public static final int abc_dialog_min_width_major=0x7f080019; + public static final int abc_dialog_min_width_minor=0x7f08001a; + public static final int abc_dialog_padding_material=0x7f080035; + public static final int abc_dialog_padding_top_material=0x7f080036; + public static final int abc_dialog_title_divider_material=0x7f080037; + public static final int abc_disabled_alpha_material_dark=0x7f080038; + public static final int abc_disabled_alpha_material_light=0x7f080039; + public static final int abc_dropdownitem_icon_width=0x7f08003a; + public static final int abc_dropdownitem_text_padding_left=0x7f08003b; + public static final int abc_dropdownitem_text_padding_right=0x7f08003c; + public static final int abc_edit_text_inset_bottom_material=0x7f08003d; + public static final int abc_edit_text_inset_horizontal_material=0x7f08003e; + public static final int abc_edit_text_inset_top_material=0x7f08003f; + public static final int abc_floating_window_z=0x7f080040; + public static final int abc_list_item_padding_horizontal_material=0x7f080041; + public static final int abc_panel_menu_list_width=0x7f080042; + public static final int abc_progress_bar_height_material=0x7f080043; + public static final int abc_search_view_preferred_height=0x7f080044; + public static final int abc_search_view_preferred_width=0x7f080045; + public static final int abc_seekbar_track_background_height_material=0x7f080046; + public static final int abc_seekbar_track_progress_height_material=0x7f080047; + public static final int abc_select_dialog_padding_start_material=0x7f080048; + public static final int abc_switch_padding=0x7f08001f; + public static final int abc_text_size_body_1_material=0x7f080049; + public static final int abc_text_size_body_2_material=0x7f08004a; + public static final int abc_text_size_button_material=0x7f08004b; + public static final int abc_text_size_caption_material=0x7f08004c; + public static final int abc_text_size_display_1_material=0x7f08004d; + public static final int abc_text_size_display_2_material=0x7f08004e; + public static final int abc_text_size_display_3_material=0x7f08004f; + public static final int abc_text_size_display_4_material=0x7f080050; + public static final int abc_text_size_headline_material=0x7f080051; + public static final int abc_text_size_large_material=0x7f080052; + public static final int abc_text_size_medium_material=0x7f080053; + public static final int abc_text_size_menu_header_material=0x7f080054; + public static final int abc_text_size_menu_material=0x7f080055; + public static final int abc_text_size_small_material=0x7f080056; + public static final int abc_text_size_subhead_material=0x7f080057; + public static final int abc_text_size_subtitle_material_toolbar=0x7f080012; + public static final int abc_text_size_title_material=0x7f080058; + public static final int abc_text_size_title_material_toolbar=0x7f080013; + public static final int cardview_compat_inset_shadow=0x7f08000c; + public static final int cardview_default_elevation=0x7f08000d; + public static final int cardview_default_radius=0x7f08000e; + public static final int compat_button_inset_horizontal_material=0x7f080094; + public static final int compat_button_inset_vertical_material=0x7f080095; + public static final int compat_button_padding_horizontal_material=0x7f080096; + public static final int compat_button_padding_vertical_material=0x7f080097; + public static final int compat_control_corner_material=0x7f080098; + public static final int design_appbar_elevation=0x7f080072; + public static final int design_bottom_navigation_active_item_max_width=0x7f080073; + public static final int design_bottom_navigation_active_text_size=0x7f080074; + public static final int design_bottom_navigation_elevation=0x7f080075; + public static final int design_bottom_navigation_height=0x7f080076; + public static final int design_bottom_navigation_item_max_width=0x7f080077; + public static final int design_bottom_navigation_item_min_width=0x7f080078; + public static final int design_bottom_navigation_margin=0x7f080079; + public static final int design_bottom_navigation_shadow_height=0x7f08007a; + public static final int design_bottom_navigation_text_size=0x7f08007b; + public static final int design_bottom_sheet_modal_elevation=0x7f08007c; + public static final int design_bottom_sheet_peek_height_min=0x7f08007d; + public static final int design_fab_border_width=0x7f08007e; + public static final int design_fab_elevation=0x7f08007f; + public static final int design_fab_image_size=0x7f080080; + public static final int design_fab_size_mini=0x7f080081; + public static final int design_fab_size_normal=0x7f080082; + public static final int design_fab_translation_z_pressed=0x7f080083; + public static final int design_navigation_elevation=0x7f080084; + public static final int design_navigation_icon_padding=0x7f080085; + public static final int design_navigation_icon_size=0x7f080086; + public static final int design_navigation_max_width=0x7f08006a; + public static final int design_navigation_padding_bottom=0x7f080087; + public static final int design_navigation_separator_vertical_padding=0x7f080088; + public static final int design_snackbar_action_inline_max_width=0x7f08006b; + public static final int design_snackbar_background_corner_radius=0x7f08006c; + public static final int design_snackbar_elevation=0x7f080089; + public static final int design_snackbar_extra_spacing_horizontal=0x7f08006d; + public static final int design_snackbar_max_width=0x7f08006e; + public static final int design_snackbar_min_width=0x7f08006f; + public static final int design_snackbar_padding_horizontal=0x7f08008a; + public static final int design_snackbar_padding_vertical=0x7f08008b; + public static final int design_snackbar_padding_vertical_2lines=0x7f080070; + public static final int design_snackbar_text_size=0x7f08008c; + public static final int design_tab_max_width=0x7f08008d; + public static final int design_tab_scrollable_min_width=0x7f080071; + public static final int design_tab_text_size=0x7f08008e; + public static final int design_tab_text_size_2line=0x7f08008f; + public static final int disabled_alpha_material_dark=0x7f080059; + public static final int disabled_alpha_material_light=0x7f08005a; + public static final int fastscroll_default_thickness=0x7f080000; + public static final int fastscroll_margin=0x7f080001; + public static final int fastscroll_minimum_range=0x7f080002; + public static final int highlight_alpha_material_colored=0x7f08005b; + public static final int highlight_alpha_material_dark=0x7f08005c; + public static final int highlight_alpha_material_light=0x7f08005d; + public static final int hint_alpha_material_dark=0x7f08005e; + public static final int hint_alpha_material_light=0x7f08005f; + public static final int hint_pressed_alpha_material_dark=0x7f080060; + public static final int hint_pressed_alpha_material_light=0x7f080061; + public static final int item_touch_helper_max_drag_scroll_per_frame=0x7f080003; + public static final int item_touch_helper_swipe_escape_max_velocity=0x7f080004; + public static final int item_touch_helper_swipe_escape_velocity=0x7f080005; + public static final int mr_controller_volume_group_list_item_height=0x7f080006; + public static final int mr_controller_volume_group_list_item_icon_size=0x7f080007; + public static final int mr_controller_volume_group_list_max_height=0x7f080008; + public static final int mr_controller_volume_group_list_padding_top=0x7f08000b; + public static final int mr_dialog_fixed_width_major=0x7f080009; + public static final int mr_dialog_fixed_width_minor=0x7f08000a; + public static final int notification_action_icon_size=0x7f080099; + public static final int notification_action_text_size=0x7f08009a; + public static final int notification_big_circle_margin=0x7f08009b; + public static final int notification_content_margin_start=0x7f080091; + public static final int notification_large_icon_height=0x7f08009c; + public static final int notification_large_icon_width=0x7f08009d; + public static final int notification_main_column_padding_top=0x7f080092; + public static final int notification_media_narrow_margin=0x7f080093; + public static final int notification_right_icon_size=0x7f08009e; + public static final int notification_right_side_padding_top=0x7f080090; + public static final int notification_small_icon_background_padding=0x7f08009f; + public static final int notification_small_icon_size_as_large=0x7f0800a0; + public static final int notification_subtext_size=0x7f0800a1; + public static final int notification_top_pad=0x7f0800a2; + public static final int notification_top_pad_large_text=0x7f0800a3; + public static final int tooltip_corner_radius=0x7f080062; + public static final int tooltip_horizontal_padding=0x7f080063; + public static final int tooltip_margin=0x7f080064; + public static final int tooltip_precise_anchor_extra_offset=0x7f080065; + public static final int tooltip_precise_anchor_threshold=0x7f080066; + public static final int tooltip_vertical_padding=0x7f080067; + public static final int tooltip_y_offset_non_touch=0x7f080068; + public static final int tooltip_y_offset_touch=0x7f080069; + } + public static final class drawable { + public static final int abc_ab_share_pack_mtrl_alpha=0x7f020000; + public static final int abc_action_bar_item_background_material=0x7f020001; + public static final int abc_btn_borderless_material=0x7f020002; + public static final int abc_btn_check_material=0x7f020003; + public static final int abc_btn_check_to_on_mtrl_000=0x7f020004; + public static final int abc_btn_check_to_on_mtrl_015=0x7f020005; + public static final int abc_btn_colored_material=0x7f020006; + public static final int abc_btn_default_mtrl_shape=0x7f020007; + public static final int abc_btn_radio_material=0x7f020008; + public static final int abc_btn_radio_to_on_mtrl_000=0x7f020009; + public static final int abc_btn_radio_to_on_mtrl_015=0x7f02000a; + public static final int abc_btn_switch_to_on_mtrl_00001=0x7f02000b; + public static final int abc_btn_switch_to_on_mtrl_00012=0x7f02000c; + public static final int abc_cab_background_internal_bg=0x7f02000d; + public static final int abc_cab_background_top_material=0x7f02000e; + public static final int abc_cab_background_top_mtrl_alpha=0x7f02000f; + public static final int abc_control_background_material=0x7f020010; + public static final int abc_dialog_material_background=0x7f020011; + public static final int abc_edit_text_material=0x7f020012; + public static final int abc_ic_ab_back_material=0x7f020013; + public static final int abc_ic_arrow_drop_right_black_24dp=0x7f020014; + public static final int abc_ic_clear_material=0x7f020015; + public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f020016; + public static final int abc_ic_go_search_api_material=0x7f020017; + public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f020018; + public static final int abc_ic_menu_cut_mtrl_alpha=0x7f020019; + public static final int abc_ic_menu_overflow_material=0x7f02001a; + public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001b; + public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f02001c; + public static final int abc_ic_menu_share_mtrl_alpha=0x7f02001d; + public static final int abc_ic_search_api_material=0x7f02001e; + public static final int abc_ic_star_black_16dp=0x7f02001f; + public static final int abc_ic_star_black_36dp=0x7f020020; + public static final int abc_ic_star_black_48dp=0x7f020021; + public static final int abc_ic_star_half_black_16dp=0x7f020022; + public static final int abc_ic_star_half_black_36dp=0x7f020023; + public static final int abc_ic_star_half_black_48dp=0x7f020024; + public static final int abc_ic_voice_search_api_material=0x7f020025; + public static final int abc_item_background_holo_dark=0x7f020026; + public static final int abc_item_background_holo_light=0x7f020027; + public static final int abc_list_divider_mtrl_alpha=0x7f020028; + public static final int abc_list_focused_holo=0x7f020029; + public static final int abc_list_longpressed_holo=0x7f02002a; + public static final int abc_list_pressed_holo_dark=0x7f02002b; + public static final int abc_list_pressed_holo_light=0x7f02002c; + public static final int abc_list_selector_background_transition_holo_dark=0x7f02002d; + public static final int abc_list_selector_background_transition_holo_light=0x7f02002e; + public static final int abc_list_selector_disabled_holo_dark=0x7f02002f; + public static final int abc_list_selector_disabled_holo_light=0x7f020030; + public static final int abc_list_selector_holo_dark=0x7f020031; + public static final int abc_list_selector_holo_light=0x7f020032; + public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f020033; + public static final int abc_popup_background_mtrl_mult=0x7f020034; + public static final int abc_ratingbar_indicator_material=0x7f020035; + public static final int abc_ratingbar_material=0x7f020036; + public static final int abc_ratingbar_small_material=0x7f020037; + public static final int abc_scrubber_control_off_mtrl_alpha=0x7f020038; + public static final int abc_scrubber_control_to_pressed_mtrl_000=0x7f020039; + public static final int abc_scrubber_control_to_pressed_mtrl_005=0x7f02003a; + public static final int abc_scrubber_primary_mtrl_alpha=0x7f02003b; + public static final int abc_scrubber_track_mtrl_alpha=0x7f02003c; + public static final int abc_seekbar_thumb_material=0x7f02003d; + public static final int abc_seekbar_tick_mark_material=0x7f02003e; + public static final int abc_seekbar_track_material=0x7f02003f; + public static final int abc_spinner_mtrl_am_alpha=0x7f020040; + public static final int abc_spinner_textfield_background_material=0x7f020041; + public static final int abc_switch_thumb_material=0x7f020042; + public static final int abc_switch_track_mtrl_alpha=0x7f020043; + public static final int abc_tab_indicator_material=0x7f020044; + public static final int abc_tab_indicator_mtrl_alpha=0x7f020045; + public static final int abc_text_cursor_material=0x7f020046; + public static final int abc_text_select_handle_left_mtrl_dark=0x7f020047; + public static final int abc_text_select_handle_left_mtrl_light=0x7f020048; + public static final int abc_text_select_handle_middle_mtrl_dark=0x7f020049; + public static final int abc_text_select_handle_middle_mtrl_light=0x7f02004a; + public static final int abc_text_select_handle_right_mtrl_dark=0x7f02004b; + public static final int abc_text_select_handle_right_mtrl_light=0x7f02004c; + public static final int abc_textfield_activated_mtrl_alpha=0x7f02004d; + public static final int abc_textfield_default_mtrl_alpha=0x7f02004e; + public static final int abc_textfield_search_activated_mtrl_alpha=0x7f02004f; + public static final int abc_textfield_search_default_mtrl_alpha=0x7f020050; + public static final int abc_textfield_search_material=0x7f020051; + public static final int abc_vector_test=0x7f020052; + public static final int avd_hide_password=0x7f020053; + public static final int avd_hide_password_1=0x7f020130; + public static final int avd_hide_password_2=0x7f020131; + public static final int avd_hide_password_3=0x7f020132; + public static final int avd_show_password=0x7f020054; + public static final int avd_show_password_1=0x7f020133; + public static final int avd_show_password_2=0x7f020134; + public static final int avd_show_password_3=0x7f020135; + public static final int design_bottom_navigation_item_background=0x7f020055; + public static final int design_fab_background=0x7f020056; + public static final int design_ic_visibility=0x7f020057; + public static final int design_ic_visibility_off=0x7f020058; + public static final int design_password_eye=0x7f020059; + public static final int design_snackbar_background=0x7f02005a; + public static final int ic_audiotrack_dark=0x7f02005b; + public static final int ic_audiotrack_light=0x7f02005c; + public static final int ic_dialog_close_dark=0x7f02005d; + public static final int ic_dialog_close_light=0x7f02005e; + public static final int ic_group_collapse_00=0x7f02005f; + public static final int ic_group_collapse_01=0x7f020060; + public static final int ic_group_collapse_02=0x7f020061; + public static final int ic_group_collapse_03=0x7f020062; + public static final int ic_group_collapse_04=0x7f020063; + public static final int ic_group_collapse_05=0x7f020064; + public static final int ic_group_collapse_06=0x7f020065; + public static final int ic_group_collapse_07=0x7f020066; + public static final int ic_group_collapse_08=0x7f020067; + public static final int ic_group_collapse_09=0x7f020068; + public static final int ic_group_collapse_10=0x7f020069; + public static final int ic_group_collapse_11=0x7f02006a; + public static final int ic_group_collapse_12=0x7f02006b; + public static final int ic_group_collapse_13=0x7f02006c; + public static final int ic_group_collapse_14=0x7f02006d; + public static final int ic_group_collapse_15=0x7f02006e; + public static final int ic_group_expand_00=0x7f02006f; + public static final int ic_group_expand_01=0x7f020070; + public static final int ic_group_expand_02=0x7f020071; + public static final int ic_group_expand_03=0x7f020072; + public static final int ic_group_expand_04=0x7f020073; + public static final int ic_group_expand_05=0x7f020074; + public static final int ic_group_expand_06=0x7f020075; + public static final int ic_group_expand_07=0x7f020076; + public static final int ic_group_expand_08=0x7f020077; + public static final int ic_group_expand_09=0x7f020078; + public static final int ic_group_expand_10=0x7f020079; + public static final int ic_group_expand_11=0x7f02007a; + public static final int ic_group_expand_12=0x7f02007b; + public static final int ic_group_expand_13=0x7f02007c; + public static final int ic_group_expand_14=0x7f02007d; + public static final int ic_group_expand_15=0x7f02007e; + public static final int ic_media_pause_dark=0x7f02007f; + public static final int ic_media_pause_light=0x7f020080; + public static final int ic_media_play_dark=0x7f020081; + public static final int ic_media_play_light=0x7f020082; + public static final int ic_media_stop_dark=0x7f020083; + public static final int ic_media_stop_light=0x7f020084; + public static final int ic_mr_button_connected_00_dark=0x7f020085; + public static final int ic_mr_button_connected_00_light=0x7f020086; + public static final int ic_mr_button_connected_01_dark=0x7f020087; + public static final int ic_mr_button_connected_01_light=0x7f020088; + public static final int ic_mr_button_connected_02_dark=0x7f020089; + public static final int ic_mr_button_connected_02_light=0x7f02008a; + public static final int ic_mr_button_connected_03_dark=0x7f02008b; + public static final int ic_mr_button_connected_03_light=0x7f02008c; + public static final int ic_mr_button_connected_04_dark=0x7f02008d; + public static final int ic_mr_button_connected_04_light=0x7f02008e; + public static final int ic_mr_button_connected_05_dark=0x7f02008f; + public static final int ic_mr_button_connected_05_light=0x7f020090; + public static final int ic_mr_button_connected_06_dark=0x7f020091; + public static final int ic_mr_button_connected_06_light=0x7f020092; + public static final int ic_mr_button_connected_07_dark=0x7f020093; + public static final int ic_mr_button_connected_07_light=0x7f020094; + public static final int ic_mr_button_connected_08_dark=0x7f020095; + public static final int ic_mr_button_connected_08_light=0x7f020096; + public static final int ic_mr_button_connected_09_dark=0x7f020097; + public static final int ic_mr_button_connected_09_light=0x7f020098; + public static final int ic_mr_button_connected_10_dark=0x7f020099; + public static final int ic_mr_button_connected_10_light=0x7f02009a; + public static final int ic_mr_button_connected_11_dark=0x7f02009b; + public static final int ic_mr_button_connected_11_light=0x7f02009c; + public static final int ic_mr_button_connected_12_dark=0x7f02009d; + public static final int ic_mr_button_connected_12_light=0x7f02009e; + public static final int ic_mr_button_connected_13_dark=0x7f02009f; + public static final int ic_mr_button_connected_13_light=0x7f0200a0; + public static final int ic_mr_button_connected_14_dark=0x7f0200a1; + public static final int ic_mr_button_connected_14_light=0x7f0200a2; + public static final int ic_mr_button_connected_15_dark=0x7f0200a3; + public static final int ic_mr_button_connected_15_light=0x7f0200a4; + public static final int ic_mr_button_connected_16_dark=0x7f0200a5; + public static final int ic_mr_button_connected_16_light=0x7f0200a6; + public static final int ic_mr_button_connected_17_dark=0x7f0200a7; + public static final int ic_mr_button_connected_17_light=0x7f0200a8; + public static final int ic_mr_button_connected_18_dark=0x7f0200a9; + public static final int ic_mr_button_connected_18_light=0x7f0200aa; + public static final int ic_mr_button_connected_19_dark=0x7f0200ab; + public static final int ic_mr_button_connected_19_light=0x7f0200ac; + public static final int ic_mr_button_connected_20_dark=0x7f0200ad; + public static final int ic_mr_button_connected_20_light=0x7f0200ae; + public static final int ic_mr_button_connected_21_dark=0x7f0200af; + public static final int ic_mr_button_connected_21_light=0x7f0200b0; + public static final int ic_mr_button_connected_22_dark=0x7f0200b1; + public static final int ic_mr_button_connected_22_light=0x7f0200b2; + public static final int ic_mr_button_connected_23_dark=0x7f0200b3; + public static final int ic_mr_button_connected_23_light=0x7f0200b4; + public static final int ic_mr_button_connected_24_dark=0x7f0200b5; + public static final int ic_mr_button_connected_24_light=0x7f0200b6; + public static final int ic_mr_button_connected_25_dark=0x7f0200b7; + public static final int ic_mr_button_connected_25_light=0x7f0200b8; + public static final int ic_mr_button_connected_26_dark=0x7f0200b9; + public static final int ic_mr_button_connected_26_light=0x7f0200ba; + public static final int ic_mr_button_connected_27_dark=0x7f0200bb; + public static final int ic_mr_button_connected_27_light=0x7f0200bc; + public static final int ic_mr_button_connected_28_dark=0x7f0200bd; + public static final int ic_mr_button_connected_28_light=0x7f0200be; + public static final int ic_mr_button_connected_29_dark=0x7f0200bf; + public static final int ic_mr_button_connected_29_light=0x7f0200c0; + public static final int ic_mr_button_connected_30_dark=0x7f0200c1; + public static final int ic_mr_button_connected_30_light=0x7f0200c2; + public static final int ic_mr_button_connecting_00_dark=0x7f0200c3; + public static final int ic_mr_button_connecting_00_light=0x7f0200c4; + public static final int ic_mr_button_connecting_01_dark=0x7f0200c5; + public static final int ic_mr_button_connecting_01_light=0x7f0200c6; + public static final int ic_mr_button_connecting_02_dark=0x7f0200c7; + public static final int ic_mr_button_connecting_02_light=0x7f0200c8; + public static final int ic_mr_button_connecting_03_dark=0x7f0200c9; + public static final int ic_mr_button_connecting_03_light=0x7f0200ca; + public static final int ic_mr_button_connecting_04_dark=0x7f0200cb; + public static final int ic_mr_button_connecting_04_light=0x7f0200cc; + public static final int ic_mr_button_connecting_05_dark=0x7f0200cd; + public static final int ic_mr_button_connecting_05_light=0x7f0200ce; + public static final int ic_mr_button_connecting_06_dark=0x7f0200cf; + public static final int ic_mr_button_connecting_06_light=0x7f0200d0; + public static final int ic_mr_button_connecting_07_dark=0x7f0200d1; + public static final int ic_mr_button_connecting_07_light=0x7f0200d2; + public static final int ic_mr_button_connecting_08_dark=0x7f0200d3; + public static final int ic_mr_button_connecting_08_light=0x7f0200d4; + public static final int ic_mr_button_connecting_09_dark=0x7f0200d5; + public static final int ic_mr_button_connecting_09_light=0x7f0200d6; + public static final int ic_mr_button_connecting_10_dark=0x7f0200d7; + public static final int ic_mr_button_connecting_10_light=0x7f0200d8; + public static final int ic_mr_button_connecting_11_dark=0x7f0200d9; + public static final int ic_mr_button_connecting_11_light=0x7f0200da; + public static final int ic_mr_button_connecting_12_dark=0x7f0200db; + public static final int ic_mr_button_connecting_12_light=0x7f0200dc; + public static final int ic_mr_button_connecting_13_dark=0x7f0200dd; + public static final int ic_mr_button_connecting_13_light=0x7f0200de; + public static final int ic_mr_button_connecting_14_dark=0x7f0200df; + public static final int ic_mr_button_connecting_14_light=0x7f0200e0; + public static final int ic_mr_button_connecting_15_dark=0x7f0200e1; + public static final int ic_mr_button_connecting_15_light=0x7f0200e2; + public static final int ic_mr_button_connecting_16_dark=0x7f0200e3; + public static final int ic_mr_button_connecting_16_light=0x7f0200e4; + public static final int ic_mr_button_connecting_17_dark=0x7f0200e5; + public static final int ic_mr_button_connecting_17_light=0x7f0200e6; + public static final int ic_mr_button_connecting_18_dark=0x7f0200e7; + public static final int ic_mr_button_connecting_18_light=0x7f0200e8; + public static final int ic_mr_button_connecting_19_dark=0x7f0200e9; + public static final int ic_mr_button_connecting_19_light=0x7f0200ea; + public static final int ic_mr_button_connecting_20_dark=0x7f0200eb; + public static final int ic_mr_button_connecting_20_light=0x7f0200ec; + public static final int ic_mr_button_connecting_21_dark=0x7f0200ed; + public static final int ic_mr_button_connecting_21_light=0x7f0200ee; + public static final int ic_mr_button_connecting_22_dark=0x7f0200ef; + public static final int ic_mr_button_connecting_22_light=0x7f0200f0; + public static final int ic_mr_button_connecting_23_dark=0x7f0200f1; + public static final int ic_mr_button_connecting_23_light=0x7f0200f2; + public static final int ic_mr_button_connecting_24_dark=0x7f0200f3; + public static final int ic_mr_button_connecting_24_light=0x7f0200f4; + public static final int ic_mr_button_connecting_25_dark=0x7f0200f5; + public static final int ic_mr_button_connecting_25_light=0x7f0200f6; + public static final int ic_mr_button_connecting_26_dark=0x7f0200f7; + public static final int ic_mr_button_connecting_26_light=0x7f0200f8; + public static final int ic_mr_button_connecting_27_dark=0x7f0200f9; + public static final int ic_mr_button_connecting_27_light=0x7f0200fa; + public static final int ic_mr_button_connecting_28_dark=0x7f0200fb; + public static final int ic_mr_button_connecting_28_light=0x7f0200fc; + public static final int ic_mr_button_connecting_29_dark=0x7f0200fd; + public static final int ic_mr_button_connecting_29_light=0x7f0200fe; + public static final int ic_mr_button_connecting_30_dark=0x7f0200ff; + public static final int ic_mr_button_connecting_30_light=0x7f020100; + public static final int ic_mr_button_disabled_dark=0x7f020101; + public static final int ic_mr_button_disabled_light=0x7f020102; + public static final int ic_mr_button_disconnected_dark=0x7f020103; + public static final int ic_mr_button_disconnected_light=0x7f020104; + public static final int ic_mr_button_grey=0x7f020105; + public static final int ic_vol_type_speaker_dark=0x7f020106; + public static final int ic_vol_type_speaker_group_dark=0x7f020107; + public static final int ic_vol_type_speaker_group_light=0x7f020108; + public static final int ic_vol_type_speaker_light=0x7f020109; + public static final int ic_vol_type_tv_dark=0x7f02010a; + public static final int ic_vol_type_tv_light=0x7f02010b; + public static final int icon=0x7f02010c; + public static final int mr_button_connected_dark=0x7f02010d; + public static final int mr_button_connected_light=0x7f02010e; + public static final int mr_button_connecting_dark=0x7f02010f; + public static final int mr_button_connecting_light=0x7f020110; + public static final int mr_button_dark=0x7f020111; + public static final int mr_button_light=0x7f020112; + public static final int mr_dialog_close_dark=0x7f020113; + public static final int mr_dialog_close_light=0x7f020114; + public static final int mr_dialog_material_background_dark=0x7f020115; + public static final int mr_dialog_material_background_light=0x7f020116; + public static final int mr_group_collapse=0x7f020117; + public static final int mr_group_expand=0x7f020118; + public static final int mr_media_pause_dark=0x7f020119; + public static final int mr_media_pause_light=0x7f02011a; + public static final int mr_media_play_dark=0x7f02011b; + public static final int mr_media_play_light=0x7f02011c; + public static final int mr_media_stop_dark=0x7f02011d; + public static final int mr_media_stop_light=0x7f02011e; + public static final int mr_vol_type_audiotrack_dark=0x7f02011f; + public static final int mr_vol_type_audiotrack_light=0x7f020120; + public static final int navigation_empty_icon=0x7f020121; + public static final int notification_action_background=0x7f020122; + public static final int notification_bg=0x7f020123; + public static final int notification_bg_low=0x7f020124; + public static final int notification_bg_low_normal=0x7f020125; + public static final int notification_bg_low_pressed=0x7f020126; + public static final int notification_bg_normal=0x7f020127; + public static final int notification_bg_normal_pressed=0x7f020128; + public static final int notification_icon_background=0x7f020129; + public static final int notification_template_icon_bg=0x7f02012e; + public static final int notification_template_icon_low_bg=0x7f02012f; + public static final int notification_tile_bg=0x7f02012a; + public static final int notify_panel_notification_icon_bg=0x7f02012b; + public static final int tooltip_frame_dark=0x7f02012c; + public static final int tooltip_frame_light=0x7f02012d; + } + public static final class id { + public static final int ALT=0x7f090032; + public static final int CTRL=0x7f090033; + public static final int FUNCTION=0x7f090034; + public static final int META=0x7f090035; + public static final int SHIFT=0x7f090036; + public static final int SYM=0x7f090037; + public static final int action0=0x7f0900b6; + public static final int action_bar=0x7f09007c; + public static final int action_bar_activity_content=0x7f090001; + public static final int action_bar_container=0x7f09007b; + public static final int action_bar_root=0x7f090077; + public static final int action_bar_spinner=0x7f090002; + public static final int action_bar_subtitle=0x7f09005b; + public static final int action_bar_title=0x7f09005a; + public static final int action_container=0x7f0900b3; + public static final int action_context_bar=0x7f09007d; + public static final int action_divider=0x7f0900ba; + public static final int action_image=0x7f0900b4; + public static final int action_menu_divider=0x7f090003; + public static final int action_menu_presenter=0x7f090004; + public static final int action_mode_bar=0x7f090079; + public static final int action_mode_bar_stub=0x7f090078; + public static final int action_mode_close_button=0x7f09005c; + public static final int action_text=0x7f0900b5; + public static final int actions=0x7f0900c3; + public static final int activity_chooser_view_content=0x7f09005d; + public static final int add=0x7f090027; + public static final int alertTitle=0x7f090070; + public static final int all=0x7f090052; + public static final int always=0x7f090038; + public static final int async=0x7f090056; + public static final int auto=0x7f090044; + public static final int beginning=0x7f09002f; + public static final int blocking=0x7f090057; + public static final int bottom=0x7f09003d; + public static final int buttonPanel=0x7f090063; + public static final int cancel_action=0x7f0900b7; + public static final int center=0x7f090045; + public static final int center_horizontal=0x7f090046; + public static final int center_vertical=0x7f090047; + public static final int checkbox=0x7f090073; + public static final int chronometer=0x7f0900bf; + public static final int clip_horizontal=0x7f09004e; + public static final int clip_vertical=0x7f09004f; + public static final int collapseActionView=0x7f090039; + public static final int container=0x7f09008d; + public static final int contentPanel=0x7f090066; + public static final int coordinator=0x7f09008e; + public static final int custom=0x7f09006d; + public static final int customPanel=0x7f09006c; + public static final int decor_content_parent=0x7f09007a; + public static final int default_activity_button=0x7f090060; + public static final int design_bottom_sheet=0x7f090090; + public static final int design_menu_item_action_area=0x7f090097; + public static final int design_menu_item_action_area_stub=0x7f090096; + public static final int design_menu_item_text=0x7f090095; + public static final int design_navigation_view=0x7f090094; + public static final int disableHome=0x7f090020; + public static final int edit_query=0x7f09007e; + public static final int end=0x7f090030; + public static final int end_padder=0x7f0900c5; + public static final int enterAlways=0x7f09003f; + public static final int enterAlwaysCollapsed=0x7f090040; + public static final int exitUntilCollapsed=0x7f090041; + public static final int expand_activities_button=0x7f09005e; + public static final int expanded_menu=0x7f090072; + public static final int fill=0x7f090050; + public static final int fill_horizontal=0x7f090051; + public static final int fill_vertical=0x7f090048; + public static final int fixed=0x7f090054; + public static final int forever=0x7f090058; + public static final int ghost_view=0x7f09000a; + public static final int home=0x7f090005; + public static final int homeAsUp=0x7f090021; + public static final int icon=0x7f090062; + public static final int icon_group=0x7f0900c4; + public static final int ifRoom=0x7f09003a; + public static final int image=0x7f09005f; + public static final int info=0x7f0900c0; + public static final int italic=0x7f090059; + public static final int item_touch_helper_previous_elevation=0x7f090000; + public static final int largeLabel=0x7f09008c; + public static final int left=0x7f090049; + public static final int line1=0x7f090017; + public static final int line3=0x7f090018; + public static final int listMode=0x7f09001d; + public static final int list_item=0x7f090061; + public static final int masked=0x7f0900ca; + public static final int media_actions=0x7f0900b9; + public static final int message=0x7f0900c8; + public static final int middle=0x7f090031; + public static final int mini=0x7f090053; + public static final int mr_art=0x7f0900a5; + public static final int mr_chooser_list=0x7f09009a; + public static final int mr_chooser_route_desc=0x7f09009d; + public static final int mr_chooser_route_icon=0x7f09009b; + public static final int mr_chooser_route_name=0x7f09009c; + public static final int mr_chooser_title=0x7f090099; + public static final int mr_close=0x7f0900a2; + public static final int mr_control_divider=0x7f0900a8; + public static final int mr_control_playback_ctrl=0x7f0900ae; + public static final int mr_control_subtitle=0x7f0900b1; + public static final int mr_control_title=0x7f0900b0; + public static final int mr_control_title_container=0x7f0900af; + public static final int mr_custom_control=0x7f0900a3; + public static final int mr_default_control=0x7f0900a4; + public static final int mr_dialog_area=0x7f09009f; + public static final int mr_expandable_area=0x7f09009e; + public static final int mr_group_expand_collapse=0x7f0900b2; + public static final int mr_media_main_control=0x7f0900a6; + public static final int mr_name=0x7f0900a1; + public static final int mr_playback_control=0x7f0900a7; + public static final int mr_title_bar=0x7f0900a0; + public static final int mr_volume_control=0x7f0900a9; + public static final int mr_volume_group_list=0x7f0900aa; + public static final int mr_volume_item_icon=0x7f0900ac; + public static final int mr_volume_slider=0x7f0900ad; + public static final int multiply=0x7f090028; + public static final int navigation_header_container=0x7f090093; + public static final int never=0x7f09003b; + public static final int none=0x7f090022; + public static final int normal=0x7f09001e; + public static final int notification_background=0x7f0900c2; + public static final int notification_main_column=0x7f0900bc; + public static final int notification_main_column_container=0x7f0900bb; + public static final int parallax=0x7f09004c; + public static final int parentPanel=0x7f090065; + public static final int parent_matrix=0x7f09000b; + public static final int pin=0x7f09004d; + public static final int progress_circular=0x7f090006; + public static final int progress_horizontal=0x7f090007; + public static final int radio=0x7f090075; + public static final int right=0x7f09004a; + public static final int right_icon=0x7f0900c1; + public static final int right_side=0x7f0900bd; + public static final int save_image_matrix=0x7f09000c; + public static final int save_non_transition_alpha=0x7f09000d; + public static final int save_scale_type=0x7f09000e; + public static final int screen=0x7f090029; + public static final int scroll=0x7f090042; + public static final int scrollIndicatorDown=0x7f09006b; + public static final int scrollIndicatorUp=0x7f090067; + public static final int scrollView=0x7f090068; + public static final int scrollable=0x7f090055; + public static final int search_badge=0x7f090080; + public static final int search_bar=0x7f09007f; + public static final int search_button=0x7f090081; + public static final int search_close_btn=0x7f090086; + public static final int search_edit_frame=0x7f090082; + public static final int search_go_btn=0x7f090088; + public static final int search_mag_icon=0x7f090083; + public static final int search_plate=0x7f090084; + public static final int search_src_text=0x7f090085; + public static final int search_voice_btn=0x7f090089; + public static final int select_dialog_listview=0x7f09008a; + public static final int shortcut=0x7f090074; + public static final int showCustom=0x7f090023; + public static final int showHome=0x7f090024; + public static final int showTitle=0x7f090025; + public static final int sliding_tabs=0x7f0900c6; + public static final int smallLabel=0x7f09008b; + public static final int snackbar_action=0x7f090092; + public static final int snackbar_text=0x7f090091; + public static final int snap=0x7f090043; + public static final int spacer=0x7f090064; + public static final int split_action_bar=0x7f090008; + public static final int src_atop=0x7f09002a; + public static final int src_in=0x7f09002b; + public static final int src_over=0x7f09002c; + public static final int start=0x7f09004b; + public static final int status_bar_latest_event_content=0x7f0900b8; + public static final int submenuarrow=0x7f090076; + public static final int submit_area=0x7f090087; + public static final int tabMode=0x7f09001f; + public static final int tag_transition_group=0x7f090019; + public static final int text=0x7f09001a; + public static final int text2=0x7f09001b; + public static final int textSpacerNoButtons=0x7f09006a; + public static final int textSpacerNoTitle=0x7f090069; + public static final int text_input_password_toggle=0x7f090098; + public static final int textinput_counter=0x7f090014; + public static final int textinput_error=0x7f090015; + public static final int time=0x7f0900be; + public static final int title=0x7f09001c; + public static final int titleDividerNoCustom=0x7f090071; + public static final int title_template=0x7f09006f; + public static final int toolbar=0x7f0900c7; + public static final int top=0x7f09003e; + public static final int topPanel=0x7f09006e; + public static final int touch_outside=0x7f09008f; + public static final int transition_current_scene=0x7f09000f; + public static final int transition_layout_save=0x7f090010; + public static final int transition_position=0x7f090011; + public static final int transition_scene_layoutid_cache=0x7f090012; + public static final int transition_transform=0x7f090013; + public static final int uniform=0x7f09002d; + public static final int up=0x7f090009; + public static final int useLogo=0x7f090026; + public static final int view_offset_helper=0x7f090016; + public static final int visible=0x7f0900c9; + public static final int volume_item_container=0x7f0900ab; + public static final int withText=0x7f09003c; + public static final int wrap_content=0x7f09002e; + } + public static final class integer { + public static final int abc_config_activityDefaultDur=0x7f0b0003; + public static final int abc_config_activityShortDur=0x7f0b0004; + public static final int app_bar_elevation_anim_duration=0x7f0b0008; + public static final int bottom_sheet_slide_duration=0x7f0b0009; + public static final int cancel_button_image_alpha=0x7f0b0005; + public static final int config_tooltipAnimTime=0x7f0b0006; + public static final int design_snackbar_text_max_lines=0x7f0b0007; + public static final int hide_password_duration=0x7f0b000a; + public static final int mr_controller_volume_group_list_animation_duration_ms=0x7f0b0000; + public static final int mr_controller_volume_group_list_fade_in_duration_ms=0x7f0b0001; + public static final int mr_controller_volume_group_list_fade_out_duration_ms=0x7f0b0002; + public static final int show_password_duration=0x7f0b000b; + public static final int status_bar_notification_info_maxnum=0x7f0b000c; + } + public static final class interpolator { + public static final int mr_fast_out_slow_in=0x7f070000; + public static final int mr_linear_out_slow_in=0x7f070001; + } + public static final class layout { + public static final int abc_action_bar_title_item=0x7f040000; + public static final int abc_action_bar_up_container=0x7f040001; + public static final int abc_action_menu_item_layout=0x7f040002; + public static final int abc_action_menu_layout=0x7f040003; + public static final int abc_action_mode_bar=0x7f040004; + public static final int abc_action_mode_close_item_material=0x7f040005; + public static final int abc_activity_chooser_view=0x7f040006; + public static final int abc_activity_chooser_view_list_item=0x7f040007; + public static final int abc_alert_dialog_button_bar_material=0x7f040008; + public static final int abc_alert_dialog_material=0x7f040009; + public static final int abc_alert_dialog_title_material=0x7f04000a; + public static final int abc_dialog_title_material=0x7f04000b; + public static final int abc_expanded_menu_layout=0x7f04000c; + public static final int abc_list_menu_item_checkbox=0x7f04000d; + public static final int abc_list_menu_item_icon=0x7f04000e; + public static final int abc_list_menu_item_layout=0x7f04000f; + public static final int abc_list_menu_item_radio=0x7f040010; + public static final int abc_popup_menu_header_item_layout=0x7f040011; + public static final int abc_popup_menu_item_layout=0x7f040012; + public static final int abc_screen_content_include=0x7f040013; + public static final int abc_screen_simple=0x7f040014; + public static final int abc_screen_simple_overlay_action_mode=0x7f040015; + public static final int abc_screen_toolbar=0x7f040016; + public static final int abc_search_dropdown_item_icons_2line=0x7f040017; + public static final int abc_search_view=0x7f040018; + public static final int abc_select_dialog_material=0x7f040019; + public static final int design_bottom_navigation_item=0x7f04001a; + public static final int design_bottom_sheet_dialog=0x7f04001b; + public static final int design_layout_snackbar=0x7f04001c; + public static final int design_layout_snackbar_include=0x7f04001d; + public static final int design_layout_tab_icon=0x7f04001e; + public static final int design_layout_tab_text=0x7f04001f; + public static final int design_menu_item_action_area=0x7f040020; + public static final int design_navigation_item=0x7f040021; + public static final int design_navigation_item_header=0x7f040022; + public static final int design_navigation_item_separator=0x7f040023; + public static final int design_navigation_item_subheader=0x7f040024; + public static final int design_navigation_menu=0x7f040025; + public static final int design_navigation_menu_item=0x7f040026; + public static final int design_text_input_password_icon=0x7f040027; + public static final int mr_chooser_dialog=0x7f040028; + public static final int mr_chooser_list_item=0x7f040029; + public static final int mr_controller_material_dialog_b=0x7f04002a; + public static final int mr_controller_volume_item=0x7f04002b; + public static final int mr_playback_control=0x7f04002c; + public static final int mr_volume_control=0x7f04002d; + public static final int notification_action=0x7f04002e; + public static final int notification_action_tombstone=0x7f04002f; + public static final int notification_media_action=0x7f040030; + public static final int notification_media_cancel_action=0x7f040031; + public static final int notification_template_big_media=0x7f040032; + public static final int notification_template_big_media_custom=0x7f040033; + public static final int notification_template_big_media_narrow=0x7f040034; + public static final int notification_template_big_media_narrow_custom=0x7f040035; + public static final int notification_template_custom_big=0x7f040036; + public static final int notification_template_icon_group=0x7f040037; + public static final int notification_template_lines_media=0x7f040038; + public static final int notification_template_media=0x7f040039; + public static final int notification_template_media_custom=0x7f04003a; + public static final int notification_template_part_chronometer=0x7f04003b; + public static final int notification_template_part_time=0x7f04003c; + public static final int select_dialog_item_material=0x7f04003d; + public static final int select_dialog_multichoice_material=0x7f04003e; + public static final int select_dialog_singlechoice_material=0x7f04003f; + public static final int support_simple_spinner_dropdown_item=0x7f040040; + public static final int tabbar=0x7f040041; + public static final int toolbar=0x7f040042; + public static final int tooltip=0x7f040043; + } + public static final class mipmap { + public static final int icon=0x7f030000; + public static final int icon_round=0x7f030001; + public static final int launcher_foreground=0x7f030002; + } + public static final class string { + public static final int abc_action_bar_home_description=0x7f0a0015; + public static final int abc_action_bar_up_description=0x7f0a0016; + public static final int abc_action_menu_overflow_description=0x7f0a0017; + public static final int abc_action_mode_done=0x7f0a0018; + public static final int abc_activity_chooser_view_see_all=0x7f0a0019; + public static final int abc_activitychooserview_choose_application=0x7f0a001a; + public static final int abc_capital_off=0x7f0a001b; + public static final int abc_capital_on=0x7f0a001c; + public static final int abc_font_family_body_1_material=0x7f0a0027; + public static final int abc_font_family_body_2_material=0x7f0a0028; + public static final int abc_font_family_button_material=0x7f0a0029; + public static final int abc_font_family_caption_material=0x7f0a002a; + public static final int abc_font_family_display_1_material=0x7f0a002b; + public static final int abc_font_family_display_2_material=0x7f0a002c; + public static final int abc_font_family_display_3_material=0x7f0a002d; + public static final int abc_font_family_display_4_material=0x7f0a002e; + public static final int abc_font_family_headline_material=0x7f0a002f; + public static final int abc_font_family_menu_material=0x7f0a0030; + public static final int abc_font_family_subhead_material=0x7f0a0031; + public static final int abc_font_family_title_material=0x7f0a0032; + public static final int abc_search_hint=0x7f0a001d; + public static final int abc_searchview_description_clear=0x7f0a001e; + public static final int abc_searchview_description_query=0x7f0a001f; + public static final int abc_searchview_description_search=0x7f0a0020; + public static final int abc_searchview_description_submit=0x7f0a0021; + public static final int abc_searchview_description_voice=0x7f0a0022; + public static final int abc_shareactionprovider_share_with=0x7f0a0023; + public static final int abc_shareactionprovider_share_with_application=0x7f0a0024; + public static final int abc_toolbar_collapse_description=0x7f0a0025; + public static final int appbar_scrolling_view_behavior=0x7f0a0033; + public static final int bottom_sheet_behavior=0x7f0a0034; + public static final int character_counter_pattern=0x7f0a0035; + public static final int mr_button_content_description=0x7f0a0000; + public static final int mr_cast_button_connected=0x7f0a0001; + public static final int mr_cast_button_connecting=0x7f0a0002; + public static final int mr_cast_button_disconnected=0x7f0a0003; + public static final int mr_chooser_searching=0x7f0a0004; + public static final int mr_chooser_title=0x7f0a0005; + public static final int mr_controller_album_art=0x7f0a0006; + public static final int mr_controller_casting_screen=0x7f0a0007; + public static final int mr_controller_close_description=0x7f0a0008; + public static final int mr_controller_collapse_group=0x7f0a0009; + public static final int mr_controller_disconnect=0x7f0a000a; + public static final int mr_controller_expand_group=0x7f0a000b; + public static final int mr_controller_no_info_available=0x7f0a000c; + public static final int mr_controller_no_media_selected=0x7f0a000d; + public static final int mr_controller_pause=0x7f0a000e; + public static final int mr_controller_play=0x7f0a000f; + public static final int mr_controller_stop=0x7f0a0010; + public static final int mr_controller_stop_casting=0x7f0a0011; + public static final int mr_controller_volume_slider=0x7f0a0012; + public static final int mr_system_route_name=0x7f0a0013; + public static final int mr_user_route_category_name=0x7f0a0014; + public static final int password_toggle_content_description=0x7f0a0036; + public static final int path_password_eye=0x7f0a0037; + public static final int path_password_eye_mask_strike_through=0x7f0a0038; + public static final int path_password_eye_mask_visible=0x7f0a0039; + public static final int path_password_strike_through=0x7f0a003a; + public static final int search_menu_title=0x7f0a0026; + public static final int status_bar_notification_info_overflow=0x7f0a003b; + } + public static final class style { + public static final int AlertDialog_AppCompat=0x7f0c00a4; + public static final int AlertDialog_AppCompat_Light=0x7f0c00a5; + public static final int Animation_AppCompat_Dialog=0x7f0c00a6; + public static final int Animation_AppCompat_DropDownUp=0x7f0c00a7; + public static final int Animation_AppCompat_Tooltip=0x7f0c00a8; + public static final int Animation_Design_BottomSheetDialog=0x7f0c016e; + public static final int AppCompatDialogStyle=0x7f0c0191; + public static final int Base_AlertDialog_AppCompat=0x7f0c00a9; + public static final int Base_AlertDialog_AppCompat_Light=0x7f0c00aa; + public static final int Base_Animation_AppCompat_Dialog=0x7f0c00ab; + public static final int Base_Animation_AppCompat_DropDownUp=0x7f0c00ac; + public static final int Base_Animation_AppCompat_Tooltip=0x7f0c00ad; + public static final int Base_CardView=0x7f0c000c; + public static final int Base_DialogWindowTitle_AppCompat=0x7f0c00ae; + public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0c00af; + public static final int Base_TextAppearance_AppCompat=0x7f0c0048; + public static final int Base_TextAppearance_AppCompat_Body1=0x7f0c0049; + public static final int Base_TextAppearance_AppCompat_Body2=0x7f0c004a; + public static final int Base_TextAppearance_AppCompat_Button=0x7f0c0036; + public static final int Base_TextAppearance_AppCompat_Caption=0x7f0c004b; + public static final int Base_TextAppearance_AppCompat_Display1=0x7f0c004c; + public static final int Base_TextAppearance_AppCompat_Display2=0x7f0c004d; + public static final int Base_TextAppearance_AppCompat_Display3=0x7f0c004e; + public static final int Base_TextAppearance_AppCompat_Display4=0x7f0c004f; + public static final int Base_TextAppearance_AppCompat_Headline=0x7f0c0050; + public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0c001a; + public static final int Base_TextAppearance_AppCompat_Large=0x7f0c0051; + public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0c001b; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c0052; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c0053; + public static final int Base_TextAppearance_AppCompat_Medium=0x7f0c0054; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0c001c; + public static final int Base_TextAppearance_AppCompat_Menu=0x7f0c0055; + public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0c00b0; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c0056; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0c0057; + public static final int Base_TextAppearance_AppCompat_Small=0x7f0c0058; + public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0c001d; + public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0c0059; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0c001e; + public static final int Base_TextAppearance_AppCompat_Title=0x7f0c005a; + public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0c001f; + public static final int Base_TextAppearance_AppCompat_Tooltip=0x7f0c00b1; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c0095; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c005b; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c005c; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c005d; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c005e; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c005f; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c0060; + public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f0c0061; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c009c; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c009d; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c0096; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00b2; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0062; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0063; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0064; + public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0c0065; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0066; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c00b3; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0067; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0068; + public static final int Base_Theme_AppCompat=0x7f0c0069; + public static final int Base_Theme_AppCompat_CompactMenu=0x7f0c00b4; + public static final int Base_Theme_AppCompat_Dialog=0x7f0c0020; + public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0c0021; + public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0c00b5; + public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0c0022; + public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0c0010; + public static final int Base_Theme_AppCompat_Light=0x7f0c006a; + public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0c00b6; + public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0c0023; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0c0024; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0c00b7; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0025; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0011; + public static final int Base_ThemeOverlay_AppCompat=0x7f0c00b8; + public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0c00b9; + public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0c00ba; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c00bb; + public static final int Base_ThemeOverlay_AppCompat_Dialog=0x7f0c0026; + public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c0027; + public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0c00bc; + public static final int Base_V11_Theme_AppCompat_Dialog=0x7f0c0028; + public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0c0029; + public static final int Base_V11_ThemeOverlay_AppCompat_Dialog=0x7f0c002a; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0c0032; + public static final int Base_V12_Widget_AppCompat_EditText=0x7f0c0033; + public static final int Base_V14_Widget_Design_AppBarLayout=0x7f0c016f; + public static final int Base_V21_Theme_AppCompat=0x7f0c006b; + public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0c006c; + public static final int Base_V21_Theme_AppCompat_Light=0x7f0c006d; + public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0c006e; + public static final int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0c006f; + public static final int Base_V21_Widget_Design_AppBarLayout=0x7f0c016b; + public static final int Base_V22_Theme_AppCompat=0x7f0c0093; + public static final int Base_V22_Theme_AppCompat_Light=0x7f0c0094; + public static final int Base_V23_Theme_AppCompat=0x7f0c0097; + public static final int Base_V23_Theme_AppCompat_Light=0x7f0c0098; + public static final int Base_V26_Theme_AppCompat=0x7f0c00a0; + public static final int Base_V26_Theme_AppCompat_Light=0x7f0c00a1; + public static final int Base_V26_Widget_AppCompat_Toolbar=0x7f0c00a2; + public static final int Base_V26_Widget_Design_AppBarLayout=0x7f0c016d; + public static final int Base_V7_Theme_AppCompat=0x7f0c00bd; + public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0c00be; + public static final int Base_V7_Theme_AppCompat_Light=0x7f0c00bf; + public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0c00c0; + public static final int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0c00c1; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0c00c2; + public static final int Base_V7_Widget_AppCompat_EditText=0x7f0c00c3; + public static final int Base_V7_Widget_AppCompat_Toolbar=0x7f0c00c4; + public static final int Base_Widget_AppCompat_ActionBar=0x7f0c00c5; + public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0c00c6; + public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0c00c7; + public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0c0070; + public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0c0071; + public static final int Base_Widget_AppCompat_ActionButton=0x7f0c0072; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0c0073; + public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0c0074; + public static final int Base_Widget_AppCompat_ActionMode=0x7f0c00c8; + public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0c00c9; + public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0c0034; + public static final int Base_Widget_AppCompat_Button=0x7f0c0075; + public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0c0076; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0c0077; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c00ca; + public static final int Base_Widget_AppCompat_Button_Colored=0x7f0c0099; + public static final int Base_Widget_AppCompat_Button_Small=0x7f0c0078; + public static final int Base_Widget_AppCompat_ButtonBar=0x7f0c0079; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c00cb; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0c007a; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0c007b; + public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0c00cc; + public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0c000f; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0c00cd; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0c007c; + public static final int Base_Widget_AppCompat_EditText=0x7f0c0035; + public static final int Base_Widget_AppCompat_ImageButton=0x7f0c007d; + public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0c00ce; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0c00cf; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c00d0; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0c007e; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c007f; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0c0080; + public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0c0081; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c0082; + public static final int Base_Widget_AppCompat_ListMenuView=0x7f0c00d1; + public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0c0083; + public static final int Base_Widget_AppCompat_ListView=0x7f0c0084; + public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0c0085; + public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0c0086; + public static final int Base_Widget_AppCompat_PopupMenu=0x7f0c0087; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0c0088; + public static final int Base_Widget_AppCompat_PopupWindow=0x7f0c00d2; + public static final int Base_Widget_AppCompat_ProgressBar=0x7f0c002b; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0c002c; + public static final int Base_Widget_AppCompat_RatingBar=0x7f0c0089; + public static final int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0c009a; + public static final int Base_Widget_AppCompat_RatingBar_Small=0x7f0c009b; + public static final int Base_Widget_AppCompat_SearchView=0x7f0c00d3; + public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0c00d4; + public static final int Base_Widget_AppCompat_SeekBar=0x7f0c008a; + public static final int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0c00d5; + public static final int Base_Widget_AppCompat_Spinner=0x7f0c008b; + public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0c0012; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0c008c; + public static final int Base_Widget_AppCompat_Toolbar=0x7f0c00a3; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c008d; + public static final int Base_Widget_Design_AppBarLayout=0x7f0c016c; + public static final int Base_Widget_Design_TabLayout=0x7f0c0170; + public static final int CardView=0x7f0c000b; + public static final int CardView_Dark=0x7f0c000d; + public static final int CardView_Light=0x7f0c000e; + public static final int MainTheme=0x7f0c018f; + /** Base theme applied no matter what API + */ + public static final int MainTheme_Base=0x7f0c0190; + public static final int Platform_AppCompat=0x7f0c002d; + public static final int Platform_AppCompat_Light=0x7f0c002e; + public static final int Platform_ThemeOverlay_AppCompat=0x7f0c008e; + public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0c008f; + public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0c0090; + public static final int Platform_V11_AppCompat=0x7f0c002f; + public static final int Platform_V11_AppCompat_Light=0x7f0c0030; + public static final int Platform_V14_AppCompat=0x7f0c0037; + public static final int Platform_V14_AppCompat_Light=0x7f0c0038; + public static final int Platform_V21_AppCompat=0x7f0c0091; + public static final int Platform_V21_AppCompat_Light=0x7f0c0092; + public static final int Platform_V25_AppCompat=0x7f0c009e; + public static final int Platform_V25_AppCompat_Light=0x7f0c009f; + public static final int Platform_Widget_AppCompat_Spinner=0x7f0c0031; + public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0c003a; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0c003b; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0c003c; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0c003d; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0c003e; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0c003f; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0c0040; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0c0041; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0c0042; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0c0043; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0c0044; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0c0045; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0c0046; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0c0047; + public static final int TextAppearance_AppCompat=0x7f0c00d6; + public static final int TextAppearance_AppCompat_Body1=0x7f0c00d7; + public static final int TextAppearance_AppCompat_Body2=0x7f0c00d8; + public static final int TextAppearance_AppCompat_Button=0x7f0c00d9; + public static final int TextAppearance_AppCompat_Caption=0x7f0c00da; + public static final int TextAppearance_AppCompat_Display1=0x7f0c00db; + public static final int TextAppearance_AppCompat_Display2=0x7f0c00dc; + public static final int TextAppearance_AppCompat_Display3=0x7f0c00dd; + public static final int TextAppearance_AppCompat_Display4=0x7f0c00de; + public static final int TextAppearance_AppCompat_Headline=0x7f0c00df; + public static final int TextAppearance_AppCompat_Inverse=0x7f0c00e0; + public static final int TextAppearance_AppCompat_Large=0x7f0c00e1; + public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0c00e2; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0c00e3; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0c00e4; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c00e5; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c00e6; + public static final int TextAppearance_AppCompat_Medium=0x7f0c00e7; + public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0c00e8; + public static final int TextAppearance_AppCompat_Menu=0x7f0c00e9; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c00ea; + public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0c00eb; + public static final int TextAppearance_AppCompat_Small=0x7f0c00ec; + public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0c00ed; + public static final int TextAppearance_AppCompat_Subhead=0x7f0c00ee; + public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0c00ef; + public static final int TextAppearance_AppCompat_Title=0x7f0c00f0; + public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0c00f1; + public static final int TextAppearance_AppCompat_Tooltip=0x7f0c0039; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c00f2; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c00f3; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c00f4; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c00f5; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c00f6; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c00f7; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0c00f8; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c00f9; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0c00fa; + public static final int TextAppearance_AppCompat_Widget_Button=0x7f0c00fb; + public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c00fc; + public static final int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c00fd; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c00fe; + public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00ff; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0100; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0101; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0102; + public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0c0103; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0104; + public static final int TextAppearance_Compat_Notification=0x7f0c0188; + public static final int TextAppearance_Compat_Notification_Info=0x7f0c0189; + public static final int TextAppearance_Compat_Notification_Info_Media=0x7f0c0165; + public static final int TextAppearance_Compat_Notification_Line2=0x7f0c018e; + public static final int TextAppearance_Compat_Notification_Line2_Media=0x7f0c0169; + public static final int TextAppearance_Compat_Notification_Media=0x7f0c0166; + public static final int TextAppearance_Compat_Notification_Time=0x7f0c018a; + public static final int TextAppearance_Compat_Notification_Time_Media=0x7f0c0167; + public static final int TextAppearance_Compat_Notification_Title=0x7f0c018b; + public static final int TextAppearance_Compat_Notification_Title_Media=0x7f0c0168; + public static final int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0c0171; + public static final int TextAppearance_Design_Counter=0x7f0c0172; + public static final int TextAppearance_Design_Counter_Overflow=0x7f0c0173; + public static final int TextAppearance_Design_Error=0x7f0c0174; + public static final int TextAppearance_Design_Hint=0x7f0c0175; + public static final int TextAppearance_Design_Snackbar_Message=0x7f0c0176; + public static final int TextAppearance_Design_Tab=0x7f0c0177; + public static final int TextAppearance_MediaRouter_PrimaryText=0x7f0c0000; + public static final int TextAppearance_MediaRouter_SecondaryText=0x7f0c0001; + public static final int TextAppearance_MediaRouter_Title=0x7f0c0002; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c0105; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0106; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0107; + public static final int Theme_AppCompat=0x7f0c0108; + public static final int Theme_AppCompat_CompactMenu=0x7f0c0109; + public static final int Theme_AppCompat_DayNight=0x7f0c0013; + public static final int Theme_AppCompat_DayNight_DarkActionBar=0x7f0c0014; + public static final int Theme_AppCompat_DayNight_Dialog=0x7f0c0015; + public static final int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0c0016; + public static final int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0c0017; + public static final int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0c0018; + public static final int Theme_AppCompat_DayNight_NoActionBar=0x7f0c0019; + public static final int Theme_AppCompat_Dialog=0x7f0c010a; + public static final int Theme_AppCompat_Dialog_Alert=0x7f0c010b; + public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0c010c; + public static final int Theme_AppCompat_DialogWhenLarge=0x7f0c010d; + public static final int Theme_AppCompat_Light=0x7f0c010e; + public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0c010f; + public static final int Theme_AppCompat_Light_Dialog=0x7f0c0110; + public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0c0111; + public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0112; + public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0113; + public static final int Theme_AppCompat_Light_NoActionBar=0x7f0c0114; + public static final int Theme_AppCompat_NoActionBar=0x7f0c0115; + public static final int Theme_Design=0x7f0c0178; + public static final int Theme_Design_BottomSheetDialog=0x7f0c0179; + public static final int Theme_Design_Light=0x7f0c017a; + public static final int Theme_Design_Light_BottomSheetDialog=0x7f0c017b; + public static final int Theme_Design_Light_NoActionBar=0x7f0c017c; + public static final int Theme_Design_NoActionBar=0x7f0c017d; + public static final int Theme_MediaRouter=0x7f0c0003; + public static final int Theme_MediaRouter_Light=0x7f0c0004; + public static final int Theme_MediaRouter_Light_DarkControlPanel=0x7f0c0005; + public static final int Theme_MediaRouter_LightControlPanel=0x7f0c0006; + public static final int ThemeOverlay_AppCompat=0x7f0c0116; + public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0c0117; + public static final int ThemeOverlay_AppCompat_Dark=0x7f0c0118; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c0119; + public static final int ThemeOverlay_AppCompat_Dialog=0x7f0c011a; + public static final int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c011b; + public static final int ThemeOverlay_AppCompat_Light=0x7f0c011c; + public static final int ThemeOverlay_MediaRouter_Dark=0x7f0c0007; + public static final int ThemeOverlay_MediaRouter_Light=0x7f0c0008; + public static final int Widget_AppCompat_ActionBar=0x7f0c011d; + public static final int Widget_AppCompat_ActionBar_Solid=0x7f0c011e; + public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0c011f; + public static final int Widget_AppCompat_ActionBar_TabText=0x7f0c0120; + public static final int Widget_AppCompat_ActionBar_TabView=0x7f0c0121; + public static final int Widget_AppCompat_ActionButton=0x7f0c0122; + public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0c0123; + public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0c0124; + public static final int Widget_AppCompat_ActionMode=0x7f0c0125; + public static final int Widget_AppCompat_ActivityChooserView=0x7f0c0126; + public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0c0127; + public static final int Widget_AppCompat_Button=0x7f0c0128; + public static final int Widget_AppCompat_Button_Borderless=0x7f0c0129; + public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0c012a; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c012b; + public static final int Widget_AppCompat_Button_Colored=0x7f0c012c; + public static final int Widget_AppCompat_Button_Small=0x7f0c012d; + public static final int Widget_AppCompat_ButtonBar=0x7f0c012e; + public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c012f; + public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0c0130; + public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0c0131; + public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0c0132; + public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0c0133; + public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0c0134; + public static final int Widget_AppCompat_EditText=0x7f0c0135; + public static final int Widget_AppCompat_ImageButton=0x7f0c0136; + public static final int Widget_AppCompat_Light_ActionBar=0x7f0c0137; + public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0c0138; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0c0139; + public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c013a; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0c013b; + public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0c013c; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c013d; + public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0c013e; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0c013f; + public static final int Widget_AppCompat_Light_ActionButton=0x7f0c0140; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0c0141; + public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0c0142; + public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0c0143; + public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0c0144; + public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0c0145; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0c0146; + public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0c0147; + public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0c0148; + public static final int Widget_AppCompat_Light_PopupMenu=0x7f0c0149; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c014a; + public static final int Widget_AppCompat_Light_SearchView=0x7f0c014b; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0c014c; + public static final int Widget_AppCompat_ListMenuView=0x7f0c014d; + public static final int Widget_AppCompat_ListPopupWindow=0x7f0c014e; + public static final int Widget_AppCompat_ListView=0x7f0c014f; + public static final int Widget_AppCompat_ListView_DropDown=0x7f0c0150; + public static final int Widget_AppCompat_ListView_Menu=0x7f0c0151; + public static final int Widget_AppCompat_PopupMenu=0x7f0c0152; + public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0c0153; + public static final int Widget_AppCompat_PopupWindow=0x7f0c0154; + public static final int Widget_AppCompat_ProgressBar=0x7f0c0155; + public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0c0156; + public static final int Widget_AppCompat_RatingBar=0x7f0c0157; + public static final int Widget_AppCompat_RatingBar_Indicator=0x7f0c0158; + public static final int Widget_AppCompat_RatingBar_Small=0x7f0c0159; + public static final int Widget_AppCompat_SearchView=0x7f0c015a; + public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0c015b; + public static final int Widget_AppCompat_SeekBar=0x7f0c015c; + public static final int Widget_AppCompat_SeekBar_Discrete=0x7f0c015d; + public static final int Widget_AppCompat_Spinner=0x7f0c015e; + public static final int Widget_AppCompat_Spinner_DropDown=0x7f0c015f; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c0160; + public static final int Widget_AppCompat_Spinner_Underlined=0x7f0c0161; + public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0c0162; + public static final int Widget_AppCompat_Toolbar=0x7f0c0163; + public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c0164; + public static final int Widget_Compat_NotificationActionContainer=0x7f0c018c; + public static final int Widget_Compat_NotificationActionText=0x7f0c018d; + public static final int Widget_Design_AppBarLayout=0x7f0c017e; + public static final int Widget_Design_BottomNavigationView=0x7f0c017f; + public static final int Widget_Design_BottomSheet_Modal=0x7f0c0180; + public static final int Widget_Design_CollapsingToolbar=0x7f0c0181; + public static final int Widget_Design_CoordinatorLayout=0x7f0c0182; + public static final int Widget_Design_FloatingActionButton=0x7f0c0183; + public static final int Widget_Design_NavigationView=0x7f0c0184; + public static final int Widget_Design_ScrimInsetsFrameLayout=0x7f0c0185; + public static final int Widget_Design_Snackbar=0x7f0c0186; + public static final int Widget_Design_TabLayout=0x7f0c016a; + public static final int Widget_Design_TextInputLayout=0x7f0c0187; + public static final int Widget_MediaRouter_Light_MediaRouteButton=0x7f0c0009; + public static final int Widget_MediaRouter_MediaRouteButton=0x7f0c000a; + } + public static final class styleable { + /** Attributes that can be used with a ActionBar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #ActionBar_background com.companyname:background}
{@link #ActionBar_backgroundSplit com.companyname:backgroundSplit}
{@link #ActionBar_backgroundStacked com.companyname:backgroundStacked}
{@link #ActionBar_contentInsetEnd com.companyname:contentInsetEnd}
{@link #ActionBar_contentInsetEndWithActions com.companyname:contentInsetEndWithActions}
{@link #ActionBar_contentInsetLeft com.companyname:contentInsetLeft}
{@link #ActionBar_contentInsetRight com.companyname:contentInsetRight}
{@link #ActionBar_contentInsetStart com.companyname:contentInsetStart}
{@link #ActionBar_contentInsetStartWithNavigation com.companyname:contentInsetStartWithNavigation}
{@link #ActionBar_customNavigationLayout com.companyname:customNavigationLayout}
{@link #ActionBar_displayOptions com.companyname:displayOptions}
{@link #ActionBar_divider com.companyname:divider}
{@link #ActionBar_elevation com.companyname:elevation}
{@link #ActionBar_height com.companyname:height}
{@link #ActionBar_hideOnContentScroll com.companyname:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator com.companyname:homeAsUpIndicator}
{@link #ActionBar_homeLayout com.companyname:homeLayout}
{@link #ActionBar_icon com.companyname:icon}
{@link #ActionBar_indeterminateProgressStyle com.companyname:indeterminateProgressStyle}
{@link #ActionBar_itemPadding com.companyname:itemPadding}
{@link #ActionBar_logo com.companyname:logo}
{@link #ActionBar_navigationMode com.companyname:navigationMode}
{@link #ActionBar_popupTheme com.companyname:popupTheme}
{@link #ActionBar_progressBarPadding com.companyname:progressBarPadding}
{@link #ActionBar_progressBarStyle com.companyname:progressBarStyle}
{@link #ActionBar_subtitle com.companyname:subtitle}
{@link #ActionBar_subtitleTextStyle com.companyname:subtitleTextStyle}
{@link #ActionBar_title com.companyname:title}
{@link #ActionBar_titleTextStyle com.companyname:titleTextStyle}
+ @see #ActionBar_background + @see #ActionBar_backgroundSplit + @see #ActionBar_backgroundStacked + @see #ActionBar_contentInsetEnd + @see #ActionBar_contentInsetEndWithActions + @see #ActionBar_contentInsetLeft + @see #ActionBar_contentInsetRight + @see #ActionBar_contentInsetStart + @see #ActionBar_contentInsetStartWithNavigation + @see #ActionBar_customNavigationLayout + @see #ActionBar_displayOptions + @see #ActionBar_divider + @see #ActionBar_elevation + @see #ActionBar_height + @see #ActionBar_hideOnContentScroll + @see #ActionBar_homeAsUpIndicator + @see #ActionBar_homeLayout + @see #ActionBar_icon + @see #ActionBar_indeterminateProgressStyle + @see #ActionBar_itemPadding + @see #ActionBar_logo + @see #ActionBar_navigationMode + @see #ActionBar_popupTheme + @see #ActionBar_progressBarPadding + @see #ActionBar_progressBarStyle + @see #ActionBar_subtitle + @see #ActionBar_subtitleTextStyle + @see #ActionBar_title + @see #ActionBar_titleTextStyle + */ + public static final int[] ActionBar = { + 0x7f010023, 0x7f010025, 0x7f010026, 0x7f010027, + 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, + 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, + 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, + 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, + 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, + 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, + 0x7f010085 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#background} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:background + */ + public static final int ActionBar_background = 10; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:backgroundSplit + */ + public static final int ActionBar_backgroundSplit = 12; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#backgroundStacked} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:backgroundStacked + */ + public static final int ActionBar_backgroundStacked = 11; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetEnd + */ + public static final int ActionBar_contentInsetEnd = 21; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetEndWithActions + */ + public static final int ActionBar_contentInsetEndWithActions = 25; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetLeft + */ + public static final int ActionBar_contentInsetLeft = 22; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetRight} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetRight + */ + public static final int ActionBar_contentInsetRight = 23; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetStart} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetStart + */ + public static final int ActionBar_contentInsetStart = 20; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetStartWithNavigation + */ + public static final int ActionBar_contentInsetStartWithNavigation = 24; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#customNavigationLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:customNavigationLayout + */ + public static final int ActionBar_customNavigationLayout = 13; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#displayOptions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ @attr name com.companyname:displayOptions + */ + public static final int ActionBar_displayOptions = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#divider} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:divider + */ + public static final int ActionBar_divider = 9; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#elevation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:elevation + */ + public static final int ActionBar_elevation = 26; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#height} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:height + */ + public static final int ActionBar_height = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#hideOnContentScroll} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:hideOnContentScroll + */ + public static final int ActionBar_hideOnContentScroll = 19; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:homeAsUpIndicator + */ + public static final int ActionBar_homeAsUpIndicator = 28; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#homeLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:homeLayout + */ + public static final int ActionBar_homeLayout = 14; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#icon} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:icon + */ + public static final int ActionBar_icon = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#indeterminateProgressStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:indeterminateProgressStyle + */ + public static final int ActionBar_indeterminateProgressStyle = 16; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#itemPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:itemPadding + */ + public static final int ActionBar_itemPadding = 18; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#logo} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:logo + */ + public static final int ActionBar_logo = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#navigationMode} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ @attr name com.companyname:navigationMode + */ + public static final int ActionBar_navigationMode = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#popupTheme} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:popupTheme + */ + public static final int ActionBar_popupTheme = 27; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#progressBarPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:progressBarPadding + */ + public static final int ActionBar_progressBarPadding = 17; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#progressBarStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:progressBarStyle + */ + public static final int ActionBar_progressBarStyle = 15; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#subtitle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:subtitle + */ + public static final int ActionBar_subtitle = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:subtitleTextStyle + */ + public static final int ActionBar_subtitleTextStyle = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#title} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:title + */ + public static final int ActionBar_title = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:titleTextStyle + */ + public static final int ActionBar_titleTextStyle = 5; + /** Attributes that can be used with a ActionBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout = { + 0x010100b3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #ActionBarLayout} array. + @attr name android:layout_gravity + */ + public static final int ActionBarLayout_android_layout_gravity = 0; + /** Attributes that can be used with a ActionMenuItemView. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView = { + 0x0101013f + }; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #ActionMenuItemView} array. + @attr name android:minWidth + */ + public static final int ActionMenuItemView_android_minWidth = 0; + /** Attributes that can be used with a ActionMenuView. + */ + public static final int[] ActionMenuView = { + + }; + /** Attributes that can be used with a ActionMode. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #ActionMode_background com.companyname:background}
{@link #ActionMode_backgroundSplit com.companyname:backgroundSplit}
{@link #ActionMode_closeItemLayout com.companyname:closeItemLayout}
{@link #ActionMode_height com.companyname:height}
{@link #ActionMode_subtitleTextStyle com.companyname:subtitleTextStyle}
{@link #ActionMode_titleTextStyle com.companyname:titleTextStyle}
+ @see #ActionMode_background + @see #ActionMode_backgroundSplit + @see #ActionMode_closeItemLayout + @see #ActionMode_height + @see #ActionMode_subtitleTextStyle + @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode = { + 0x7f010023, 0x7f010029, 0x7f01002a, 0x7f01002e, + 0x7f010030, 0x7f010040 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#background} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:background + */ + public static final int ActionMode_background = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionMode} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:backgroundSplit + */ + public static final int ActionMode_backgroundSplit = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#closeItemLayout} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:closeItemLayout + */ + public static final int ActionMode_closeItemLayout = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#height} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:height + */ + public static final int ActionMode_height = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:subtitleTextStyle + */ + public static final int ActionMode_subtitleTextStyle = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:titleTextStyle + */ + public static final int ActionMode_titleTextStyle = 1; + /** Attributes that can be used with a ActivityChooserView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.companyname:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount com.companyname:initialActivityCount}
+ @see #ActivityChooserView_expandActivityOverflowButtonDrawable + @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView = { + 0x7f010041, 0x7f010042 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#expandActivityOverflowButtonDrawable} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:expandActivityOverflowButtonDrawable + */ + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#initialActivityCount} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:initialActivityCount + */ + public static final int ActivityChooserView_initialActivityCount = 0; + /** Attributes that can be used with a AlertDialog. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout com.companyname:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout com.companyname:listItemLayout}
{@link #AlertDialog_listLayout com.companyname:listLayout}
{@link #AlertDialog_multiChoiceItemLayout com.companyname:multiChoiceItemLayout}
{@link #AlertDialog_showTitle com.companyname:showTitle}
{@link #AlertDialog_singleChoiceItemLayout com.companyname:singleChoiceItemLayout}
+ @see #AlertDialog_android_layout + @see #AlertDialog_buttonPanelSideLayout + @see #AlertDialog_listItemLayout + @see #AlertDialog_listLayout + @see #AlertDialog_multiChoiceItemLayout + @see #AlertDialog_showTitle + @see #AlertDialog_singleChoiceItemLayout + */ + public static final int[] AlertDialog = { + 0x010100f2, 0x7f010043, 0x7f010044, 0x7f010045, + 0x7f010046, 0x7f010047, 0x7f010048 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #AlertDialog} array. + @attr name android:layout + */ + public static final int AlertDialog_android_layout = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonPanelSideLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:buttonPanelSideLayout + */ + public static final int AlertDialog_buttonPanelSideLayout = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:listItemLayout + */ + public static final int AlertDialog_listItemLayout = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:listLayout + */ + public static final int AlertDialog_listLayout = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#multiChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:multiChoiceItemLayout + */ + public static final int AlertDialog_multiChoiceItemLayout = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#showTitle} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:showTitle + */ + public static final int AlertDialog_showTitle = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#singleChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:singleChoiceItemLayout + */ + public static final int AlertDialog_singleChoiceItemLayout = 4; + /** Attributes that can be used with a AppBarLayout. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #AppBarLayout_android_background android:background}
{@link #AppBarLayout_android_keyboardNavigationCluster android:keyboardNavigationCluster}
{@link #AppBarLayout_android_touchscreenBlocksFocus android:touchscreenBlocksFocus}
{@link #AppBarLayout_elevation com.companyname:elevation}
{@link #AppBarLayout_expanded com.companyname:expanded}
+ @see #AppBarLayout_android_background + @see #AppBarLayout_android_keyboardNavigationCluster + @see #AppBarLayout_android_touchscreenBlocksFocus + @see #AppBarLayout_elevation + @see #AppBarLayout_expanded + */ + public static final int[] AppBarLayout = { + 0x010100d4, 0x0101048f, 0x01010540, 0x7f01003e, + 0x7f010118 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:background + */ + public static final int AppBarLayout_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#keyboardNavigationCluster} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:keyboardNavigationCluster + */ + public static final int AppBarLayout_android_keyboardNavigationCluster = 2; + /** +

This symbol is the offset where the {@link android.R.attr#touchscreenBlocksFocus} + attribute's value can be found in the {@link #AppBarLayout} array. + @attr name android:touchscreenBlocksFocus + */ + public static final int AppBarLayout_android_touchscreenBlocksFocus = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#elevation} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:elevation + */ + public static final int AppBarLayout_elevation = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#expanded} + attribute's value can be found in the {@link #AppBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:expanded + */ + public static final int AppBarLayout_expanded = 4; + /** Attributes that can be used with a AppBarLayoutStates. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayoutStates_state_collapsed com.companyname:state_collapsed}
{@link #AppBarLayoutStates_state_collapsible com.companyname:state_collapsible}
+ @see #AppBarLayoutStates_state_collapsed + @see #AppBarLayoutStates_state_collapsible + */ + public static final int[] AppBarLayoutStates = { + 0x7f010119, 0x7f01011a + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#state_collapsed} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:state_collapsed + */ + public static final int AppBarLayoutStates_state_collapsed = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#state_collapsible} + attribute's value can be found in the {@link #AppBarLayoutStates} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:state_collapsible + */ + public static final int AppBarLayoutStates_state_collapsible = 1; + /** Attributes that can be used with a AppBarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppBarLayout_Layout_layout_scrollFlags com.companyname:layout_scrollFlags}
{@link #AppBarLayout_Layout_layout_scrollInterpolator com.companyname:layout_scrollInterpolator}
+ @see #AppBarLayout_Layout_layout_scrollFlags + @see #AppBarLayout_Layout_layout_scrollInterpolator + */ + public static final int[] AppBarLayout_Layout = { + 0x7f01011b, 0x7f01011c + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout_scrollFlags} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
snap0x10
+ @attr name com.companyname:layout_scrollFlags + */ + public static final int AppBarLayout_Layout_layout_scrollFlags = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout_scrollInterpolator} + attribute's value can be found in the {@link #AppBarLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:layout_scrollInterpolator + */ + public static final int AppBarLayout_Layout_layout_scrollInterpolator = 1; + /** Attributes that can be used with a AppCompatImageView. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatImageView_android_src android:src}
{@link #AppCompatImageView_srcCompat com.companyname:srcCompat}
{@link #AppCompatImageView_tint com.companyname:tint}
{@link #AppCompatImageView_tintMode com.companyname:tintMode}
+ @see #AppCompatImageView_android_src + @see #AppCompatImageView_srcCompat + @see #AppCompatImageView_tint + @see #AppCompatImageView_tintMode + */ + public static final int[] AppCompatImageView = { + 0x01010119, 0x7f010049, 0x7f01004a, 0x7f01004b + }; + /** +

This symbol is the offset where the {@link android.R.attr#src} + attribute's value can be found in the {@link #AppCompatImageView} array. + @attr name android:src + */ + public static final int AppCompatImageView_android_src = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#srcCompat} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:srcCompat + */ + public static final int AppCompatImageView_srcCompat = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tint} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tint + */ + public static final int AppCompatImageView_tint = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tintMode} + attribute's value can be found in the {@link #AppCompatImageView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name com.companyname:tintMode + */ + public static final int AppCompatImageView_tintMode = 3; + /** Attributes that can be used with a AppCompatSeekBar. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #AppCompatSeekBar_android_thumb android:thumb}
{@link #AppCompatSeekBar_tickMark com.companyname:tickMark}
{@link #AppCompatSeekBar_tickMarkTint com.companyname:tickMarkTint}
{@link #AppCompatSeekBar_tickMarkTintMode com.companyname:tickMarkTintMode}
+ @see #AppCompatSeekBar_android_thumb + @see #AppCompatSeekBar_tickMark + @see #AppCompatSeekBar_tickMarkTint + @see #AppCompatSeekBar_tickMarkTintMode + */ + public static final int[] AppCompatSeekBar = { + 0x01010142, 0x7f01004c, 0x7f01004d, 0x7f01004e + }; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + @attr name android:thumb + */ + public static final int AppCompatSeekBar_android_thumb = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tickMark} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:tickMark + */ + public static final int AppCompatSeekBar_tickMark = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tickMarkTint} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tickMarkTint + */ + public static final int AppCompatSeekBar_tickMarkTint = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tickMarkTintMode} + attribute's value can be found in the {@link #AppCompatSeekBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name com.companyname:tickMarkTintMode + */ + public static final int AppCompatSeekBar_tickMarkTintMode = 3; + /** Attributes that can be used with a AppCompatTextHelper. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextHelper_android_drawableBottom android:drawableBottom}
{@link #AppCompatTextHelper_android_drawableEnd android:drawableEnd}
{@link #AppCompatTextHelper_android_drawableLeft android:drawableLeft}
{@link #AppCompatTextHelper_android_drawableRight android:drawableRight}
{@link #AppCompatTextHelper_android_drawableStart android:drawableStart}
{@link #AppCompatTextHelper_android_drawableTop android:drawableTop}
{@link #AppCompatTextHelper_android_textAppearance android:textAppearance}
+ @see #AppCompatTextHelper_android_drawableBottom + @see #AppCompatTextHelper_android_drawableEnd + @see #AppCompatTextHelper_android_drawableLeft + @see #AppCompatTextHelper_android_drawableRight + @see #AppCompatTextHelper_android_drawableStart + @see #AppCompatTextHelper_android_drawableTop + @see #AppCompatTextHelper_android_textAppearance + */ + public static final int[] AppCompatTextHelper = { + 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, + 0x01010170, 0x01010392, 0x01010393 + }; + /** +

This symbol is the offset where the {@link android.R.attr#drawableBottom} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableBottom + */ + public static final int AppCompatTextHelper_android_drawableBottom = 2; + /** +

This symbol is the offset where the {@link android.R.attr#drawableEnd} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableEnd + */ + public static final int AppCompatTextHelper_android_drawableEnd = 6; + /** +

This symbol is the offset where the {@link android.R.attr#drawableLeft} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableLeft + */ + public static final int AppCompatTextHelper_android_drawableLeft = 3; + /** +

This symbol is the offset where the {@link android.R.attr#drawableRight} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableRight + */ + public static final int AppCompatTextHelper_android_drawableRight = 4; + /** +

This symbol is the offset where the {@link android.R.attr#drawableStart} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableStart + */ + public static final int AppCompatTextHelper_android_drawableStart = 5; + /** +

This symbol is the offset where the {@link android.R.attr#drawableTop} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:drawableTop + */ + public static final int AppCompatTextHelper_android_drawableTop = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextHelper} array. + @attr name android:textAppearance + */ + public static final int AppCompatTextHelper_android_textAppearance = 0; + /** Attributes that can be used with a AppCompatTextView. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_autoSizeMaxTextSize com.companyname:autoSizeMaxTextSize}
{@link #AppCompatTextView_autoSizeMinTextSize com.companyname:autoSizeMinTextSize}
{@link #AppCompatTextView_autoSizePresetSizes com.companyname:autoSizePresetSizes}
{@link #AppCompatTextView_autoSizeStepGranularity com.companyname:autoSizeStepGranularity}
{@link #AppCompatTextView_autoSizeTextType com.companyname:autoSizeTextType}
{@link #AppCompatTextView_fontFamily com.companyname:fontFamily}
{@link #AppCompatTextView_textAllCaps com.companyname:textAllCaps}
+ @see #AppCompatTextView_android_textAppearance + @see #AppCompatTextView_autoSizeMaxTextSize + @see #AppCompatTextView_autoSizeMinTextSize + @see #AppCompatTextView_autoSizePresetSizes + @see #AppCompatTextView_autoSizeStepGranularity + @see #AppCompatTextView_autoSizeTextType + @see #AppCompatTextView_fontFamily + @see #AppCompatTextView_textAllCaps + */ + public static final int[] AppCompatTextView = { + 0x01010034, 0x7f01004f, 0x7f010050, 0x7f010051, + 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextView} array. + @attr name android:textAppearance + */ + public static final int AppCompatTextView_android_textAppearance = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#autoSizeMaxTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:autoSizeMaxTextSize + */ + public static final int AppCompatTextView_autoSizeMaxTextSize = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#autoSizeMinTextSize} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:autoSizeMinTextSize + */ + public static final int AppCompatTextView_autoSizeMinTextSize = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#autoSizePresetSizes} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:autoSizePresetSizes + */ + public static final int AppCompatTextView_autoSizePresetSizes = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#autoSizeStepGranularity} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:autoSizeStepGranularity + */ + public static final int AppCompatTextView_autoSizeStepGranularity = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#autoSizeTextType} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
none0
uniform1
+ @attr name com.companyname:autoSizeTextType + */ + public static final int AppCompatTextView_autoSizeTextType = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fontFamily} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:fontFamily + */ + public static final int AppCompatTextView_fontFamily = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textAllCaps} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name com.companyname:textAllCaps + */ + public static final int AppCompatTextView_textAllCaps = 1; + /** Attributes that can be used with a AppCompatTheme. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #AppCompatTheme_actionBarDivider com.companyname:actionBarDivider}
{@link #AppCompatTheme_actionBarItemBackground com.companyname:actionBarItemBackground}
{@link #AppCompatTheme_actionBarPopupTheme com.companyname:actionBarPopupTheme}
{@link #AppCompatTheme_actionBarSize com.companyname:actionBarSize}
{@link #AppCompatTheme_actionBarSplitStyle com.companyname:actionBarSplitStyle}
{@link #AppCompatTheme_actionBarStyle com.companyname:actionBarStyle}
{@link #AppCompatTheme_actionBarTabBarStyle com.companyname:actionBarTabBarStyle}
{@link #AppCompatTheme_actionBarTabStyle com.companyname:actionBarTabStyle}
{@link #AppCompatTheme_actionBarTabTextStyle com.companyname:actionBarTabTextStyle}
{@link #AppCompatTheme_actionBarTheme com.companyname:actionBarTheme}
{@link #AppCompatTheme_actionBarWidgetTheme com.companyname:actionBarWidgetTheme}
{@link #AppCompatTheme_actionButtonStyle com.companyname:actionButtonStyle}
{@link #AppCompatTheme_actionDropDownStyle com.companyname:actionDropDownStyle}
{@link #AppCompatTheme_actionMenuTextAppearance com.companyname:actionMenuTextAppearance}
{@link #AppCompatTheme_actionMenuTextColor com.companyname:actionMenuTextColor}
{@link #AppCompatTheme_actionModeBackground com.companyname:actionModeBackground}
{@link #AppCompatTheme_actionModeCloseButtonStyle com.companyname:actionModeCloseButtonStyle}
{@link #AppCompatTheme_actionModeCloseDrawable com.companyname:actionModeCloseDrawable}
{@link #AppCompatTheme_actionModeCopyDrawable com.companyname:actionModeCopyDrawable}
{@link #AppCompatTheme_actionModeCutDrawable com.companyname:actionModeCutDrawable}
{@link #AppCompatTheme_actionModeFindDrawable com.companyname:actionModeFindDrawable}
{@link #AppCompatTheme_actionModePasteDrawable com.companyname:actionModePasteDrawable}
{@link #AppCompatTheme_actionModePopupWindowStyle com.companyname:actionModePopupWindowStyle}
{@link #AppCompatTheme_actionModeSelectAllDrawable com.companyname:actionModeSelectAllDrawable}
{@link #AppCompatTheme_actionModeShareDrawable com.companyname:actionModeShareDrawable}
{@link #AppCompatTheme_actionModeSplitBackground com.companyname:actionModeSplitBackground}
{@link #AppCompatTheme_actionModeStyle com.companyname:actionModeStyle}
{@link #AppCompatTheme_actionModeWebSearchDrawable com.companyname:actionModeWebSearchDrawable}
{@link #AppCompatTheme_actionOverflowButtonStyle com.companyname:actionOverflowButtonStyle}
{@link #AppCompatTheme_actionOverflowMenuStyle com.companyname:actionOverflowMenuStyle}
{@link #AppCompatTheme_activityChooserViewStyle com.companyname:activityChooserViewStyle}
{@link #AppCompatTheme_alertDialogButtonGroupStyle com.companyname:alertDialogButtonGroupStyle}
{@link #AppCompatTheme_alertDialogCenterButtons com.companyname:alertDialogCenterButtons}
{@link #AppCompatTheme_alertDialogStyle com.companyname:alertDialogStyle}
{@link #AppCompatTheme_alertDialogTheme com.companyname:alertDialogTheme}
{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating}
{@link #AppCompatTheme_autoCompleteTextViewStyle com.companyname:autoCompleteTextViewStyle}
{@link #AppCompatTheme_borderlessButtonStyle com.companyname:borderlessButtonStyle}
{@link #AppCompatTheme_buttonBarButtonStyle com.companyname:buttonBarButtonStyle}
{@link #AppCompatTheme_buttonBarNegativeButtonStyle com.companyname:buttonBarNegativeButtonStyle}
{@link #AppCompatTheme_buttonBarNeutralButtonStyle com.companyname:buttonBarNeutralButtonStyle}
{@link #AppCompatTheme_buttonBarPositiveButtonStyle com.companyname:buttonBarPositiveButtonStyle}
{@link #AppCompatTheme_buttonBarStyle com.companyname:buttonBarStyle}
{@link #AppCompatTheme_buttonStyle com.companyname:buttonStyle}
{@link #AppCompatTheme_buttonStyleSmall com.companyname:buttonStyleSmall}
{@link #AppCompatTheme_checkboxStyle com.companyname:checkboxStyle}
{@link #AppCompatTheme_checkedTextViewStyle com.companyname:checkedTextViewStyle}
{@link #AppCompatTheme_colorAccent com.companyname:colorAccent}
{@link #AppCompatTheme_colorBackgroundFloating com.companyname:colorBackgroundFloating}
{@link #AppCompatTheme_colorButtonNormal com.companyname:colorButtonNormal}
{@link #AppCompatTheme_colorControlActivated com.companyname:colorControlActivated}
{@link #AppCompatTheme_colorControlHighlight com.companyname:colorControlHighlight}
{@link #AppCompatTheme_colorControlNormal com.companyname:colorControlNormal}
{@link #AppCompatTheme_colorError com.companyname:colorError}
{@link #AppCompatTheme_colorPrimary com.companyname:colorPrimary}
{@link #AppCompatTheme_colorPrimaryDark com.companyname:colorPrimaryDark}
{@link #AppCompatTheme_colorSwitchThumbNormal com.companyname:colorSwitchThumbNormal}
{@link #AppCompatTheme_controlBackground com.companyname:controlBackground}
{@link #AppCompatTheme_dialogPreferredPadding com.companyname:dialogPreferredPadding}
{@link #AppCompatTheme_dialogTheme com.companyname:dialogTheme}
{@link #AppCompatTheme_dividerHorizontal com.companyname:dividerHorizontal}
{@link #AppCompatTheme_dividerVertical com.companyname:dividerVertical}
{@link #AppCompatTheme_dropDownListViewStyle com.companyname:dropDownListViewStyle}
{@link #AppCompatTheme_dropdownListPreferredItemHeight com.companyname:dropdownListPreferredItemHeight}
{@link #AppCompatTheme_editTextBackground com.companyname:editTextBackground}
{@link #AppCompatTheme_editTextColor com.companyname:editTextColor}
{@link #AppCompatTheme_editTextStyle com.companyname:editTextStyle}
{@link #AppCompatTheme_homeAsUpIndicator com.companyname:homeAsUpIndicator}
{@link #AppCompatTheme_imageButtonStyle com.companyname:imageButtonStyle}
{@link #AppCompatTheme_listChoiceBackgroundIndicator com.companyname:listChoiceBackgroundIndicator}
{@link #AppCompatTheme_listDividerAlertDialog com.companyname:listDividerAlertDialog}
{@link #AppCompatTheme_listMenuViewStyle com.companyname:listMenuViewStyle}
{@link #AppCompatTheme_listPopupWindowStyle com.companyname:listPopupWindowStyle}
{@link #AppCompatTheme_listPreferredItemHeight com.companyname:listPreferredItemHeight}
{@link #AppCompatTheme_listPreferredItemHeightLarge com.companyname:listPreferredItemHeightLarge}
{@link #AppCompatTheme_listPreferredItemHeightSmall com.companyname:listPreferredItemHeightSmall}
{@link #AppCompatTheme_listPreferredItemPaddingLeft com.companyname:listPreferredItemPaddingLeft}
{@link #AppCompatTheme_listPreferredItemPaddingRight com.companyname:listPreferredItemPaddingRight}
{@link #AppCompatTheme_panelBackground com.companyname:panelBackground}
{@link #AppCompatTheme_panelMenuListTheme com.companyname:panelMenuListTheme}
{@link #AppCompatTheme_panelMenuListWidth com.companyname:panelMenuListWidth}
{@link #AppCompatTheme_popupMenuStyle com.companyname:popupMenuStyle}
{@link #AppCompatTheme_popupWindowStyle com.companyname:popupWindowStyle}
{@link #AppCompatTheme_radioButtonStyle com.companyname:radioButtonStyle}
{@link #AppCompatTheme_ratingBarStyle com.companyname:ratingBarStyle}
{@link #AppCompatTheme_ratingBarStyleIndicator com.companyname:ratingBarStyleIndicator}
{@link #AppCompatTheme_ratingBarStyleSmall com.companyname:ratingBarStyleSmall}
{@link #AppCompatTheme_searchViewStyle com.companyname:searchViewStyle}
{@link #AppCompatTheme_seekBarStyle com.companyname:seekBarStyle}
{@link #AppCompatTheme_selectableItemBackground com.companyname:selectableItemBackground}
{@link #AppCompatTheme_selectableItemBackgroundBorderless com.companyname:selectableItemBackgroundBorderless}
{@link #AppCompatTheme_spinnerDropDownItemStyle com.companyname:spinnerDropDownItemStyle}
{@link #AppCompatTheme_spinnerStyle com.companyname:spinnerStyle}
{@link #AppCompatTheme_switchStyle com.companyname:switchStyle}
{@link #AppCompatTheme_textAppearanceLargePopupMenu com.companyname:textAppearanceLargePopupMenu}
{@link #AppCompatTheme_textAppearanceListItem com.companyname:textAppearanceListItem}
{@link #AppCompatTheme_textAppearanceListItemSecondary com.companyname:textAppearanceListItemSecondary}
{@link #AppCompatTheme_textAppearanceListItemSmall com.companyname:textAppearanceListItemSmall}
{@link #AppCompatTheme_textAppearancePopupMenuHeader com.companyname:textAppearancePopupMenuHeader}
{@link #AppCompatTheme_textAppearanceSearchResultSubtitle com.companyname:textAppearanceSearchResultSubtitle}
{@link #AppCompatTheme_textAppearanceSearchResultTitle com.companyname:textAppearanceSearchResultTitle}
{@link #AppCompatTheme_textAppearanceSmallPopupMenu com.companyname:textAppearanceSmallPopupMenu}
{@link #AppCompatTheme_textColorAlertDialogListItem com.companyname:textColorAlertDialogListItem}
{@link #AppCompatTheme_textColorSearchUrl com.companyname:textColorSearchUrl}
{@link #AppCompatTheme_toolbarNavigationButtonStyle com.companyname:toolbarNavigationButtonStyle}
{@link #AppCompatTheme_toolbarStyle com.companyname:toolbarStyle}
{@link #AppCompatTheme_tooltipForegroundColor com.companyname:tooltipForegroundColor}
{@link #AppCompatTheme_tooltipFrameBackground com.companyname:tooltipFrameBackground}
{@link #AppCompatTheme_windowActionBar com.companyname:windowActionBar}
{@link #AppCompatTheme_windowActionBarOverlay com.companyname:windowActionBarOverlay}
{@link #AppCompatTheme_windowActionModeOverlay com.companyname:windowActionModeOverlay}
{@link #AppCompatTheme_windowFixedHeightMajor com.companyname:windowFixedHeightMajor}
{@link #AppCompatTheme_windowFixedHeightMinor com.companyname:windowFixedHeightMinor}
{@link #AppCompatTheme_windowFixedWidthMajor com.companyname:windowFixedWidthMajor}
{@link #AppCompatTheme_windowFixedWidthMinor com.companyname:windowFixedWidthMinor}
{@link #AppCompatTheme_windowMinWidthMajor com.companyname:windowMinWidthMajor}
{@link #AppCompatTheme_windowMinWidthMinor com.companyname:windowMinWidthMinor}
{@link #AppCompatTheme_windowNoTitle com.companyname:windowNoTitle}
+ @see #AppCompatTheme_actionBarDivider + @see #AppCompatTheme_actionBarItemBackground + @see #AppCompatTheme_actionBarPopupTheme + @see #AppCompatTheme_actionBarSize + @see #AppCompatTheme_actionBarSplitStyle + @see #AppCompatTheme_actionBarStyle + @see #AppCompatTheme_actionBarTabBarStyle + @see #AppCompatTheme_actionBarTabStyle + @see #AppCompatTheme_actionBarTabTextStyle + @see #AppCompatTheme_actionBarTheme + @see #AppCompatTheme_actionBarWidgetTheme + @see #AppCompatTheme_actionButtonStyle + @see #AppCompatTheme_actionDropDownStyle + @see #AppCompatTheme_actionMenuTextAppearance + @see #AppCompatTheme_actionMenuTextColor + @see #AppCompatTheme_actionModeBackground + @see #AppCompatTheme_actionModeCloseButtonStyle + @see #AppCompatTheme_actionModeCloseDrawable + @see #AppCompatTheme_actionModeCopyDrawable + @see #AppCompatTheme_actionModeCutDrawable + @see #AppCompatTheme_actionModeFindDrawable + @see #AppCompatTheme_actionModePasteDrawable + @see #AppCompatTheme_actionModePopupWindowStyle + @see #AppCompatTheme_actionModeSelectAllDrawable + @see #AppCompatTheme_actionModeShareDrawable + @see #AppCompatTheme_actionModeSplitBackground + @see #AppCompatTheme_actionModeStyle + @see #AppCompatTheme_actionModeWebSearchDrawable + @see #AppCompatTheme_actionOverflowButtonStyle + @see #AppCompatTheme_actionOverflowMenuStyle + @see #AppCompatTheme_activityChooserViewStyle + @see #AppCompatTheme_alertDialogButtonGroupStyle + @see #AppCompatTheme_alertDialogCenterButtons + @see #AppCompatTheme_alertDialogStyle + @see #AppCompatTheme_alertDialogTheme + @see #AppCompatTheme_android_windowAnimationStyle + @see #AppCompatTheme_android_windowIsFloating + @see #AppCompatTheme_autoCompleteTextViewStyle + @see #AppCompatTheme_borderlessButtonStyle + @see #AppCompatTheme_buttonBarButtonStyle + @see #AppCompatTheme_buttonBarNegativeButtonStyle + @see #AppCompatTheme_buttonBarNeutralButtonStyle + @see #AppCompatTheme_buttonBarPositiveButtonStyle + @see #AppCompatTheme_buttonBarStyle + @see #AppCompatTheme_buttonStyle + @see #AppCompatTheme_buttonStyleSmall + @see #AppCompatTheme_checkboxStyle + @see #AppCompatTheme_checkedTextViewStyle + @see #AppCompatTheme_colorAccent + @see #AppCompatTheme_colorBackgroundFloating + @see #AppCompatTheme_colorButtonNormal + @see #AppCompatTheme_colorControlActivated + @see #AppCompatTheme_colorControlHighlight + @see #AppCompatTheme_colorControlNormal + @see #AppCompatTheme_colorError + @see #AppCompatTheme_colorPrimary + @see #AppCompatTheme_colorPrimaryDark + @see #AppCompatTheme_colorSwitchThumbNormal + @see #AppCompatTheme_controlBackground + @see #AppCompatTheme_dialogPreferredPadding + @see #AppCompatTheme_dialogTheme + @see #AppCompatTheme_dividerHorizontal + @see #AppCompatTheme_dividerVertical + @see #AppCompatTheme_dropDownListViewStyle + @see #AppCompatTheme_dropdownListPreferredItemHeight + @see #AppCompatTheme_editTextBackground + @see #AppCompatTheme_editTextColor + @see #AppCompatTheme_editTextStyle + @see #AppCompatTheme_homeAsUpIndicator + @see #AppCompatTheme_imageButtonStyle + @see #AppCompatTheme_listChoiceBackgroundIndicator + @see #AppCompatTheme_listDividerAlertDialog + @see #AppCompatTheme_listMenuViewStyle + @see #AppCompatTheme_listPopupWindowStyle + @see #AppCompatTheme_listPreferredItemHeight + @see #AppCompatTheme_listPreferredItemHeightLarge + @see #AppCompatTheme_listPreferredItemHeightSmall + @see #AppCompatTheme_listPreferredItemPaddingLeft + @see #AppCompatTheme_listPreferredItemPaddingRight + @see #AppCompatTheme_panelBackground + @see #AppCompatTheme_panelMenuListTheme + @see #AppCompatTheme_panelMenuListWidth + @see #AppCompatTheme_popupMenuStyle + @see #AppCompatTheme_popupWindowStyle + @see #AppCompatTheme_radioButtonStyle + @see #AppCompatTheme_ratingBarStyle + @see #AppCompatTheme_ratingBarStyleIndicator + @see #AppCompatTheme_ratingBarStyleSmall + @see #AppCompatTheme_searchViewStyle + @see #AppCompatTheme_seekBarStyle + @see #AppCompatTheme_selectableItemBackground + @see #AppCompatTheme_selectableItemBackgroundBorderless + @see #AppCompatTheme_spinnerDropDownItemStyle + @see #AppCompatTheme_spinnerStyle + @see #AppCompatTheme_switchStyle + @see #AppCompatTheme_textAppearanceLargePopupMenu + @see #AppCompatTheme_textAppearanceListItem + @see #AppCompatTheme_textAppearanceListItemSecondary + @see #AppCompatTheme_textAppearanceListItemSmall + @see #AppCompatTheme_textAppearancePopupMenuHeader + @see #AppCompatTheme_textAppearanceSearchResultSubtitle + @see #AppCompatTheme_textAppearanceSearchResultTitle + @see #AppCompatTheme_textAppearanceSmallPopupMenu + @see #AppCompatTheme_textColorAlertDialogListItem + @see #AppCompatTheme_textColorSearchUrl + @see #AppCompatTheme_toolbarNavigationButtonStyle + @see #AppCompatTheme_toolbarStyle + @see #AppCompatTheme_tooltipForegroundColor + @see #AppCompatTheme_tooltipFrameBackground + @see #AppCompatTheme_windowActionBar + @see #AppCompatTheme_windowActionBarOverlay + @see #AppCompatTheme_windowActionModeOverlay + @see #AppCompatTheme_windowFixedHeightMajor + @see #AppCompatTheme_windowFixedHeightMinor + @see #AppCompatTheme_windowFixedWidthMajor + @see #AppCompatTheme_windowFixedWidthMinor + @see #AppCompatTheme_windowMinWidthMajor + @see #AppCompatTheme_windowMinWidthMinor + @see #AppCompatTheme_windowNoTitle + */ + public static final int[] AppCompatTheme = { + 0x01010057, 0x010100ae, 0x7f010056, 0x7f010057, + 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, + 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, + 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, + 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, + 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, + 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, + 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, + 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, + 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, + 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, + 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, + 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, + 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, + 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, + 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, + 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, + 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, + 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, + 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, + 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, + 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, + 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, + 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, + 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, + 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, + 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, + 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, + 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, + 0x7f0100c8, 0x7f0100c9, 0x7f0100ca + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarDivider} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionBarDivider + */ + public static final int AppCompatTheme_actionBarDivider = 23; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionBarItemBackground + */ + public static final int AppCompatTheme_actionBarItemBackground = 24; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarPopupTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionBarPopupTheme + */ + public static final int AppCompatTheme_actionBarPopupTheme = 17; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarSize} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ @attr name com.companyname:actionBarSize + */ + public static final int AppCompatTheme_actionBarSize = 22; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarSplitStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionBarSplitStyle + */ + public static final int AppCompatTheme_actionBarSplitStyle = 19; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionBarStyle + */ + public static final int AppCompatTheme_actionBarStyle = 18; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarTabBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionBarTabBarStyle + */ + public static final int AppCompatTheme_actionBarTabBarStyle = 13; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarTabStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionBarTabStyle + */ + public static final int AppCompatTheme_actionBarTabStyle = 12; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarTabTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionBarTabTextStyle + */ + public static final int AppCompatTheme_actionBarTabTextStyle = 14; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionBarTheme + */ + public static final int AppCompatTheme_actionBarTheme = 20; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionBarWidgetTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionBarWidgetTheme + */ + public static final int AppCompatTheme_actionBarWidgetTheme = 21; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionButtonStyle + */ + public static final int AppCompatTheme_actionButtonStyle = 50; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionDropDownStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionDropDownStyle + */ + public static final int AppCompatTheme_actionDropDownStyle = 46; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionMenuTextAppearance} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionMenuTextAppearance + */ + public static final int AppCompatTheme_actionMenuTextAppearance = 25; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionMenuTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:actionMenuTextColor + */ + public static final int AppCompatTheme_actionMenuTextColor = 26; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeBackground + */ + public static final int AppCompatTheme_actionModeBackground = 29; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeCloseButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeCloseButtonStyle + */ + public static final int AppCompatTheme_actionModeCloseButtonStyle = 28; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeCloseDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeCloseDrawable + */ + public static final int AppCompatTheme_actionModeCloseDrawable = 31; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeCopyDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeCopyDrawable + */ + public static final int AppCompatTheme_actionModeCopyDrawable = 33; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeCutDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeCutDrawable + */ + public static final int AppCompatTheme_actionModeCutDrawable = 32; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeFindDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeFindDrawable + */ + public static final int AppCompatTheme_actionModeFindDrawable = 37; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModePasteDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModePasteDrawable + */ + public static final int AppCompatTheme_actionModePasteDrawable = 34; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModePopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModePopupWindowStyle + */ + public static final int AppCompatTheme_actionModePopupWindowStyle = 39; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeSelectAllDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeSelectAllDrawable + */ + public static final int AppCompatTheme_actionModeSelectAllDrawable = 35; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeShareDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeShareDrawable + */ + public static final int AppCompatTheme_actionModeShareDrawable = 36; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeSplitBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeSplitBackground + */ + public static final int AppCompatTheme_actionModeSplitBackground = 30; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeStyle + */ + public static final int AppCompatTheme_actionModeStyle = 27; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionModeWebSearchDrawable} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionModeWebSearchDrawable + */ + public static final int AppCompatTheme_actionModeWebSearchDrawable = 38; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionOverflowButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionOverflowButtonStyle + */ + public static final int AppCompatTheme_actionOverflowButtonStyle = 15; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionOverflowMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionOverflowMenuStyle + */ + public static final int AppCompatTheme_actionOverflowMenuStyle = 16; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#activityChooserViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:activityChooserViewStyle + */ + public static final int AppCompatTheme_activityChooserViewStyle = 58; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#alertDialogButtonGroupStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:alertDialogButtonGroupStyle + */ + public static final int AppCompatTheme_alertDialogButtonGroupStyle = 95; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#alertDialogCenterButtons} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:alertDialogCenterButtons + */ + public static final int AppCompatTheme_alertDialogCenterButtons = 96; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#alertDialogStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:alertDialogStyle + */ + public static final int AppCompatTheme_alertDialogStyle = 94; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#alertDialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:alertDialogTheme + */ + public static final int AppCompatTheme_alertDialogTheme = 97; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowAnimationStyle + */ + public static final int AppCompatTheme_android_windowAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#windowIsFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + @attr name android:windowIsFloating + */ + public static final int AppCompatTheme_android_windowIsFloating = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#autoCompleteTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:autoCompleteTextViewStyle + */ + public static final int AppCompatTheme_autoCompleteTextViewStyle = 102; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#borderlessButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:borderlessButtonStyle + */ + public static final int AppCompatTheme_borderlessButtonStyle = 55; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonBarButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:buttonBarButtonStyle + */ + public static final int AppCompatTheme_buttonBarButtonStyle = 52; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonBarNegativeButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:buttonBarNegativeButtonStyle + */ + public static final int AppCompatTheme_buttonBarNegativeButtonStyle = 100; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonBarNeutralButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:buttonBarNeutralButtonStyle + */ + public static final int AppCompatTheme_buttonBarNeutralButtonStyle = 101; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonBarPositiveButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:buttonBarPositiveButtonStyle + */ + public static final int AppCompatTheme_buttonBarPositiveButtonStyle = 99; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:buttonBarStyle + */ + public static final int AppCompatTheme_buttonBarStyle = 51; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:buttonStyle + */ + public static final int AppCompatTheme_buttonStyle = 103; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:buttonStyleSmall + */ + public static final int AppCompatTheme_buttonStyleSmall = 104; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#checkboxStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:checkboxStyle + */ + public static final int AppCompatTheme_checkboxStyle = 105; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#checkedTextViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:checkedTextViewStyle + */ + public static final int AppCompatTheme_checkedTextViewStyle = 106; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#colorAccent} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:colorAccent + */ + public static final int AppCompatTheme_colorAccent = 86; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#colorBackgroundFloating} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:colorBackgroundFloating + */ + public static final int AppCompatTheme_colorBackgroundFloating = 93; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#colorButtonNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:colorButtonNormal + */ + public static final int AppCompatTheme_colorButtonNormal = 90; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#colorControlActivated} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:colorControlActivated + */ + public static final int AppCompatTheme_colorControlActivated = 88; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#colorControlHighlight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:colorControlHighlight + */ + public static final int AppCompatTheme_colorControlHighlight = 89; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#colorControlNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:colorControlNormal + */ + public static final int AppCompatTheme_colorControlNormal = 87; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#colorError} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:colorError + */ + public static final int AppCompatTheme_colorError = 118; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#colorPrimary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:colorPrimary + */ + public static final int AppCompatTheme_colorPrimary = 84; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#colorPrimaryDark} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:colorPrimaryDark + */ + public static final int AppCompatTheme_colorPrimaryDark = 85; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#colorSwitchThumbNormal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:colorSwitchThumbNormal + */ + public static final int AppCompatTheme_colorSwitchThumbNormal = 91; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#controlBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:controlBackground + */ + public static final int AppCompatTheme_controlBackground = 92; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#dialogPreferredPadding} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:dialogPreferredPadding + */ + public static final int AppCompatTheme_dialogPreferredPadding = 44; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#dialogTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:dialogTheme + */ + public static final int AppCompatTheme_dialogTheme = 43; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#dividerHorizontal} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:dividerHorizontal + */ + public static final int AppCompatTheme_dividerHorizontal = 57; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#dividerVertical} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:dividerVertical + */ + public static final int AppCompatTheme_dividerVertical = 56; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#dropDownListViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:dropDownListViewStyle + */ + public static final int AppCompatTheme_dropDownListViewStyle = 75; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#dropdownListPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:dropdownListPreferredItemHeight + */ + public static final int AppCompatTheme_dropdownListPreferredItemHeight = 47; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#editTextBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:editTextBackground + */ + public static final int AppCompatTheme_editTextBackground = 64; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#editTextColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:editTextColor + */ + public static final int AppCompatTheme_editTextColor = 63; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#editTextStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:editTextStyle + */ + public static final int AppCompatTheme_editTextStyle = 107; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:homeAsUpIndicator + */ + public static final int AppCompatTheme_homeAsUpIndicator = 49; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#imageButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:imageButtonStyle + */ + public static final int AppCompatTheme_imageButtonStyle = 65; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listChoiceBackgroundIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:listChoiceBackgroundIndicator + */ + public static final int AppCompatTheme_listChoiceBackgroundIndicator = 83; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listDividerAlertDialog} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:listDividerAlertDialog + */ + public static final int AppCompatTheme_listDividerAlertDialog = 45; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listMenuViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:listMenuViewStyle + */ + public static final int AppCompatTheme_listMenuViewStyle = 115; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listPopupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:listPopupWindowStyle + */ + public static final int AppCompatTheme_listPopupWindowStyle = 76; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listPreferredItemHeight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:listPreferredItemHeight + */ + public static final int AppCompatTheme_listPreferredItemHeight = 70; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listPreferredItemHeightLarge} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:listPreferredItemHeightLarge + */ + public static final int AppCompatTheme_listPreferredItemHeightLarge = 72; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listPreferredItemHeightSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:listPreferredItemHeightSmall + */ + public static final int AppCompatTheme_listPreferredItemHeightSmall = 71; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listPreferredItemPaddingLeft} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:listPreferredItemPaddingLeft + */ + public static final int AppCompatTheme_listPreferredItemPaddingLeft = 73; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#listPreferredItemPaddingRight} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:listPreferredItemPaddingRight + */ + public static final int AppCompatTheme_listPreferredItemPaddingRight = 74; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#panelBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:panelBackground + */ + public static final int AppCompatTheme_panelBackground = 80; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#panelMenuListTheme} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:panelMenuListTheme + */ + public static final int AppCompatTheme_panelMenuListTheme = 82; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#panelMenuListWidth} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:panelMenuListWidth + */ + public static final int AppCompatTheme_panelMenuListWidth = 81; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#popupMenuStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:popupMenuStyle + */ + public static final int AppCompatTheme_popupMenuStyle = 61; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#popupWindowStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:popupWindowStyle + */ + public static final int AppCompatTheme_popupWindowStyle = 62; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#radioButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:radioButtonStyle + */ + public static final int AppCompatTheme_radioButtonStyle = 108; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#ratingBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:ratingBarStyle + */ + public static final int AppCompatTheme_ratingBarStyle = 109; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#ratingBarStyleIndicator} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:ratingBarStyleIndicator + */ + public static final int AppCompatTheme_ratingBarStyleIndicator = 110; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#ratingBarStyleSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:ratingBarStyleSmall + */ + public static final int AppCompatTheme_ratingBarStyleSmall = 111; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#searchViewStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:searchViewStyle + */ + public static final int AppCompatTheme_searchViewStyle = 69; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#seekBarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:seekBarStyle + */ + public static final int AppCompatTheme_seekBarStyle = 112; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#selectableItemBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:selectableItemBackground + */ + public static final int AppCompatTheme_selectableItemBackground = 53; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#selectableItemBackgroundBorderless} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:selectableItemBackgroundBorderless + */ + public static final int AppCompatTheme_selectableItemBackgroundBorderless = 54; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#spinnerDropDownItemStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:spinnerDropDownItemStyle + */ + public static final int AppCompatTheme_spinnerDropDownItemStyle = 48; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#spinnerStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:spinnerStyle + */ + public static final int AppCompatTheme_spinnerStyle = 113; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#switchStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:switchStyle + */ + public static final int AppCompatTheme_switchStyle = 114; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textAppearanceLargePopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:textAppearanceLargePopupMenu + */ + public static final int AppCompatTheme_textAppearanceLargePopupMenu = 40; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textAppearanceListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:textAppearanceListItem + */ + public static final int AppCompatTheme_textAppearanceListItem = 77; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textAppearanceListItemSecondary} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:textAppearanceListItemSecondary + */ + public static final int AppCompatTheme_textAppearanceListItemSecondary = 78; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textAppearanceListItemSmall} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:textAppearanceListItemSmall + */ + public static final int AppCompatTheme_textAppearanceListItemSmall = 79; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textAppearancePopupMenuHeader} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:textAppearancePopupMenuHeader + */ + public static final int AppCompatTheme_textAppearancePopupMenuHeader = 42; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textAppearanceSearchResultSubtitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:textAppearanceSearchResultSubtitle + */ + public static final int AppCompatTheme_textAppearanceSearchResultSubtitle = 67; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textAppearanceSearchResultTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:textAppearanceSearchResultTitle + */ + public static final int AppCompatTheme_textAppearanceSearchResultTitle = 66; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textAppearanceSmallPopupMenu} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:textAppearanceSmallPopupMenu + */ + public static final int AppCompatTheme_textAppearanceSmallPopupMenu = 41; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textColorAlertDialogListItem} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:textColorAlertDialogListItem + */ + public static final int AppCompatTheme_textColorAlertDialogListItem = 98; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textColorSearchUrl} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:textColorSearchUrl + */ + public static final int AppCompatTheme_textColorSearchUrl = 68; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#toolbarNavigationButtonStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:toolbarNavigationButtonStyle + */ + public static final int AppCompatTheme_toolbarNavigationButtonStyle = 60; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#toolbarStyle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:toolbarStyle + */ + public static final int AppCompatTheme_toolbarStyle = 59; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tooltipForegroundColor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:tooltipForegroundColor + */ + public static final int AppCompatTheme_tooltipForegroundColor = 117; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tooltipFrameBackground} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:tooltipFrameBackground + */ + public static final int AppCompatTheme_tooltipFrameBackground = 116; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#windowActionBar} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:windowActionBar + */ + public static final int AppCompatTheme_windowActionBar = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#windowActionBarOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:windowActionBarOverlay + */ + public static final int AppCompatTheme_windowActionBarOverlay = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#windowActionModeOverlay} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:windowActionModeOverlay + */ + public static final int AppCompatTheme_windowActionModeOverlay = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#windowFixedHeightMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:windowFixedHeightMajor + */ + public static final int AppCompatTheme_windowFixedHeightMajor = 9; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#windowFixedHeightMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:windowFixedHeightMinor + */ + public static final int AppCompatTheme_windowFixedHeightMinor = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#windowFixedWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:windowFixedWidthMajor + */ + public static final int AppCompatTheme_windowFixedWidthMajor = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#windowFixedWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:windowFixedWidthMinor + */ + public static final int AppCompatTheme_windowFixedWidthMinor = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#windowMinWidthMajor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:windowMinWidthMajor + */ + public static final int AppCompatTheme_windowMinWidthMajor = 10; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#windowMinWidthMinor} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:windowMinWidthMinor + */ + public static final int AppCompatTheme_windowMinWidthMinor = 11; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#windowNoTitle} + attribute's value can be found in the {@link #AppCompatTheme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:windowNoTitle + */ + public static final int AppCompatTheme_windowNoTitle = 3; + /** Attributes that can be used with a BottomNavigationView. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #BottomNavigationView_elevation com.companyname:elevation}
{@link #BottomNavigationView_itemBackground com.companyname:itemBackground}
{@link #BottomNavigationView_itemIconTint com.companyname:itemIconTint}
{@link #BottomNavigationView_itemTextColor com.companyname:itemTextColor}
{@link #BottomNavigationView_menu com.companyname:menu}
+ @see #BottomNavigationView_elevation + @see #BottomNavigationView_itemBackground + @see #BottomNavigationView_itemIconTint + @see #BottomNavigationView_itemTextColor + @see #BottomNavigationView_menu + */ + public static final int[] BottomNavigationView = { + 0x7f01003e, 0x7f010143, 0x7f010144, 0x7f010145, + 0x7f010146 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#elevation} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:elevation + */ + public static final int BottomNavigationView_elevation = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#itemBackground} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:itemBackground + */ + public static final int BottomNavigationView_itemBackground = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#itemIconTint} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:itemIconTint + */ + public static final int BottomNavigationView_itemIconTint = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#itemTextColor} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:itemTextColor + */ + public static final int BottomNavigationView_itemTextColor = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#menu} + attribute's value can be found in the {@link #BottomNavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:menu + */ + public static final int BottomNavigationView_menu = 1; + /** Attributes that can be used with a BottomSheetBehavior_Layout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #BottomSheetBehavior_Layout_behavior_hideable com.companyname:behavior_hideable}
{@link #BottomSheetBehavior_Layout_behavior_peekHeight com.companyname:behavior_peekHeight}
{@link #BottomSheetBehavior_Layout_behavior_skipCollapsed com.companyname:behavior_skipCollapsed}
+ @see #BottomSheetBehavior_Layout_behavior_hideable + @see #BottomSheetBehavior_Layout_behavior_peekHeight + @see #BottomSheetBehavior_Layout_behavior_skipCollapsed + */ + public static final int[] BottomSheetBehavior_Layout = { + 0x7f01011d, 0x7f01011e, 0x7f01011f + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#behavior_hideable} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:behavior_hideable + */ + public static final int BottomSheetBehavior_Layout_behavior_hideable = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#behavior_peekHeight} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
auto-1
+ @attr name com.companyname:behavior_peekHeight + */ + public static final int BottomSheetBehavior_Layout_behavior_peekHeight = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#behavior_skipCollapsed} + attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:behavior_skipCollapsed + */ + public static final int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2; + /** Attributes that can be used with a ButtonBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ButtonBarLayout_allowStacking com.companyname:allowStacking}
+ @see #ButtonBarLayout_allowStacking + */ + public static final int[] ButtonBarLayout = { + 0x7f0100cb + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#allowStacking} + attribute's value can be found in the {@link #ButtonBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:allowStacking + */ + public static final int ButtonBarLayout_allowStacking = 0; + /** Attributes that can be used with a CardView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CardView_android_minHeight android:minHeight}
{@link #CardView_android_minWidth android:minWidth}
{@link #CardView_cardBackgroundColor com.companyname:cardBackgroundColor}
{@link #CardView_cardCornerRadius com.companyname:cardCornerRadius}
{@link #CardView_cardElevation com.companyname:cardElevation}
{@link #CardView_cardMaxElevation com.companyname:cardMaxElevation}
{@link #CardView_cardPreventCornerOverlap com.companyname:cardPreventCornerOverlap}
{@link #CardView_cardUseCompatPadding com.companyname:cardUseCompatPadding}
{@link #CardView_contentPadding com.companyname:contentPadding}
{@link #CardView_contentPaddingBottom com.companyname:contentPaddingBottom}
{@link #CardView_contentPaddingLeft com.companyname:contentPaddingLeft}
{@link #CardView_contentPaddingRight com.companyname:contentPaddingRight}
{@link #CardView_contentPaddingTop com.companyname:contentPaddingTop}
+ @see #CardView_android_minHeight + @see #CardView_android_minWidth + @see #CardView_cardBackgroundColor + @see #CardView_cardCornerRadius + @see #CardView_cardElevation + @see #CardView_cardMaxElevation + @see #CardView_cardPreventCornerOverlap + @see #CardView_cardUseCompatPadding + @see #CardView_contentPadding + @see #CardView_contentPaddingBottom + @see #CardView_contentPaddingLeft + @see #CardView_contentPaddingRight + @see #CardView_contentPaddingTop + */ + public static final int[] CardView = { + 0x0101013f, 0x01010140, 0x7f010017, 0x7f010018, + 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01001c, + 0x7f01001d, 0x7f01001e, 0x7f01001f, 0x7f010020, + 0x7f010021 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minHeight + */ + public static final int CardView_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #CardView} array. + @attr name android:minWidth + */ + public static final int CardView_android_minWidth = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#cardBackgroundColor} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:cardBackgroundColor + */ + public static final int CardView_cardBackgroundColor = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#cardCornerRadius} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:cardCornerRadius + */ + public static final int CardView_cardCornerRadius = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#cardElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:cardElevation + */ + public static final int CardView_cardElevation = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#cardMaxElevation} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:cardMaxElevation + */ + public static final int CardView_cardMaxElevation = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#cardPreventCornerOverlap} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:cardPreventCornerOverlap + */ + public static final int CardView_cardPreventCornerOverlap = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#cardUseCompatPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:cardUseCompatPadding + */ + public static final int CardView_cardUseCompatPadding = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentPadding} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentPadding + */ + public static final int CardView_contentPadding = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentPaddingBottom} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentPaddingBottom + */ + public static final int CardView_contentPaddingBottom = 12; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentPaddingLeft} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentPaddingLeft + */ + public static final int CardView_contentPaddingLeft = 9; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentPaddingRight} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentPaddingRight + */ + public static final int CardView_contentPaddingRight = 10; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentPaddingTop} + attribute's value can be found in the {@link #CardView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentPaddingTop + */ + public static final int CardView_contentPaddingTop = 11; + /** Attributes that can be used with a CollapsingToolbarLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_collapsedTitleGravity com.companyname:collapsedTitleGravity}
{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance com.companyname:collapsedTitleTextAppearance}
{@link #CollapsingToolbarLayout_contentScrim com.companyname:contentScrim}
{@link #CollapsingToolbarLayout_expandedTitleGravity com.companyname:expandedTitleGravity}
{@link #CollapsingToolbarLayout_expandedTitleMargin com.companyname:expandedTitleMargin}
{@link #CollapsingToolbarLayout_expandedTitleMarginBottom com.companyname:expandedTitleMarginBottom}
{@link #CollapsingToolbarLayout_expandedTitleMarginEnd com.companyname:expandedTitleMarginEnd}
{@link #CollapsingToolbarLayout_expandedTitleMarginStart com.companyname:expandedTitleMarginStart}
{@link #CollapsingToolbarLayout_expandedTitleMarginTop com.companyname:expandedTitleMarginTop}
{@link #CollapsingToolbarLayout_expandedTitleTextAppearance com.companyname:expandedTitleTextAppearance}
{@link #CollapsingToolbarLayout_scrimAnimationDuration com.companyname:scrimAnimationDuration}
{@link #CollapsingToolbarLayout_scrimVisibleHeightTrigger com.companyname:scrimVisibleHeightTrigger}
{@link #CollapsingToolbarLayout_statusBarScrim com.companyname:statusBarScrim}
{@link #CollapsingToolbarLayout_title com.companyname:title}
{@link #CollapsingToolbarLayout_titleEnabled com.companyname:titleEnabled}
{@link #CollapsingToolbarLayout_toolbarId com.companyname:toolbarId}
+ @see #CollapsingToolbarLayout_collapsedTitleGravity + @see #CollapsingToolbarLayout_collapsedTitleTextAppearance + @see #CollapsingToolbarLayout_contentScrim + @see #CollapsingToolbarLayout_expandedTitleGravity + @see #CollapsingToolbarLayout_expandedTitleMargin + @see #CollapsingToolbarLayout_expandedTitleMarginBottom + @see #CollapsingToolbarLayout_expandedTitleMarginEnd + @see #CollapsingToolbarLayout_expandedTitleMarginStart + @see #CollapsingToolbarLayout_expandedTitleMarginTop + @see #CollapsingToolbarLayout_expandedTitleTextAppearance + @see #CollapsingToolbarLayout_scrimAnimationDuration + @see #CollapsingToolbarLayout_scrimVisibleHeightTrigger + @see #CollapsingToolbarLayout_statusBarScrim + @see #CollapsingToolbarLayout_title + @see #CollapsingToolbarLayout_titleEnabled + @see #CollapsingToolbarLayout_toolbarId + */ + public static final int[] CollapsingToolbarLayout = { + 0x7f010025, 0x7f010120, 0x7f010121, 0x7f010122, + 0x7f010123, 0x7f010124, 0x7f010125, 0x7f010126, + 0x7f010127, 0x7f010128, 0x7f010129, 0x7f01012a, + 0x7f01012b, 0x7f01012c, 0x7f01012d, 0x7f01012e + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#collapsedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name com.companyname:collapsedTitleGravity + */ + public static final int CollapsingToolbarLayout_collapsedTitleGravity = 13; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#collapsedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:collapsedTitleTextAppearance + */ + public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentScrim + */ + public static final int CollapsingToolbarLayout_contentScrim = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#expandedTitleGravity} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
+ @attr name com.companyname:expandedTitleGravity + */ + public static final int CollapsingToolbarLayout_expandedTitleGravity = 14; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#expandedTitleMargin} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:expandedTitleMargin + */ + public static final int CollapsingToolbarLayout_expandedTitleMargin = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#expandedTitleMarginBottom} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:expandedTitleMarginBottom + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#expandedTitleMarginEnd} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:expandedTitleMarginEnd + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginEnd = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#expandedTitleMarginStart} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:expandedTitleMarginStart + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginStart = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#expandedTitleMarginTop} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:expandedTitleMarginTop + */ + public static final int CollapsingToolbarLayout_expandedTitleMarginTop = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#expandedTitleTextAppearance} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:expandedTitleTextAppearance + */ + public static final int CollapsingToolbarLayout_expandedTitleTextAppearance = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#scrimAnimationDuration} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:scrimAnimationDuration + */ + public static final int CollapsingToolbarLayout_scrimAnimationDuration = 12; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#scrimVisibleHeightTrigger} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:scrimVisibleHeightTrigger + */ + public static final int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#statusBarScrim} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:statusBarScrim + */ + public static final int CollapsingToolbarLayout_statusBarScrim = 9; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#title} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:title + */ + public static final int CollapsingToolbarLayout_title = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleEnabled} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:titleEnabled + */ + public static final int CollapsingToolbarLayout_titleEnabled = 15; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#toolbarId} + attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:toolbarId + */ + public static final int CollapsingToolbarLayout_toolbarId = 10; + /** Attributes that can be used with a CollapsingToolbarLayout_Layout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CollapsingToolbarLayout_Layout_layout_collapseMode com.companyname:layout_collapseMode}
{@link #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier com.companyname:layout_collapseParallaxMultiplier}
+ @see #CollapsingToolbarLayout_Layout_layout_collapseMode + @see #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier + */ + public static final int[] CollapsingToolbarLayout_Layout = { + 0x7f01012f, 0x7f010130 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout_collapseMode} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
none0
pin1
parallax2
+ @attr name com.companyname:layout_collapseMode + */ + public static final int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout_collapseParallaxMultiplier} + attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:layout_collapseParallaxMultiplier + */ + public static final int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1; + /** Attributes that can be used with a ColorStateListItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ColorStateListItem_alpha com.companyname:alpha}
{@link #ColorStateListItem_android_alpha android:alpha}
{@link #ColorStateListItem_android_color android:color}
+ @see #ColorStateListItem_alpha + @see #ColorStateListItem_android_alpha + @see #ColorStateListItem_android_color + */ + public static final int[] ColorStateListItem = { + 0x010101a5, 0x0101031f, 0x7f0100cc + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:alpha + */ + public static final int ColorStateListItem_alpha = 2; + /** +

This symbol is the offset where the {@link android.R.attr#alpha} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:alpha + */ + public static final int ColorStateListItem_android_alpha = 1; + /** +

This symbol is the offset where the {@link android.R.attr#color} + attribute's value can be found in the {@link #ColorStateListItem} array. + @attr name android:color + */ + public static final int ColorStateListItem_android_color = 0; + /** Attributes that can be used with a CompoundButton. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint com.companyname:buttonTint}
{@link #CompoundButton_buttonTintMode com.companyname:buttonTintMode}
+ @see #CompoundButton_android_button + @see #CompoundButton_buttonTint + @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton = { + 0x01010107, 0x7f0100cd, 0x7f0100ce + }; + /** +

This symbol is the offset where the {@link android.R.attr#button} + attribute's value can be found in the {@link #CompoundButton} array. + @attr name android:button + */ + public static final int CompoundButton_android_button = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonTint} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:buttonTint + */ + public static final int CompoundButton_buttonTint = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonTintMode} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name com.companyname:buttonTintMode + */ + public static final int CompoundButton_buttonTintMode = 2; + /** Attributes that can be used with a CoordinatorLayout. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #CoordinatorLayout_keylines com.companyname:keylines}
{@link #CoordinatorLayout_statusBarBackground com.companyname:statusBarBackground}
+ @see #CoordinatorLayout_keylines + @see #CoordinatorLayout_statusBarBackground + */ + public static final int[] CoordinatorLayout = { + 0x7f010131, 0x7f010132 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#keylines} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:keylines + */ + public static final int CoordinatorLayout_keylines = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#statusBarBackground} + attribute's value can be found in the {@link #CoordinatorLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:statusBarBackground + */ + public static final int CoordinatorLayout_statusBarBackground = 1; + /** Attributes that can be used with a CoordinatorLayout_Layout. +

Includes the following attributes:

+ + + + + + + + + + + +
AttributeDescription
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity}
{@link #CoordinatorLayout_Layout_layout_anchor com.companyname:layout_anchor}
{@link #CoordinatorLayout_Layout_layout_anchorGravity com.companyname:layout_anchorGravity}
{@link #CoordinatorLayout_Layout_layout_behavior com.companyname:layout_behavior}
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges com.companyname:layout_dodgeInsetEdges}
{@link #CoordinatorLayout_Layout_layout_insetEdge com.companyname:layout_insetEdge}
{@link #CoordinatorLayout_Layout_layout_keyline com.companyname:layout_keyline}
+ @see #CoordinatorLayout_Layout_android_layout_gravity + @see #CoordinatorLayout_Layout_layout_anchor + @see #CoordinatorLayout_Layout_layout_anchorGravity + @see #CoordinatorLayout_Layout_layout_behavior + @see #CoordinatorLayout_Layout_layout_dodgeInsetEdges + @see #CoordinatorLayout_Layout_layout_insetEdge + @see #CoordinatorLayout_Layout_layout_keyline + */ + public static final int[] CoordinatorLayout_Layout = { + 0x010100b3, 0x7f010133, 0x7f010134, 0x7f010135, + 0x7f010136, 0x7f010137, 0x7f010138 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + @attr name android:layout_gravity + */ + public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout_anchor} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:layout_anchor + */ + public static final int CoordinatorLayout_Layout_layout_anchor = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout_anchorGravity} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + + + + + + + +
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
+ @attr name com.companyname:layout_anchorGravity + */ + public static final int CoordinatorLayout_Layout_layout_anchorGravity = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout_behavior} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:layout_behavior + */ + public static final int CoordinatorLayout_Layout_layout_behavior = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout_dodgeInsetEdges} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
all0x77
+ @attr name com.companyname:layout_dodgeInsetEdges + */ + public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout_insetEdge} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0x0
top0x30
bottom0x50
left0x03
right0x03
start0x00800003
end0x00800005
+ @attr name com.companyname:layout_insetEdge + */ + public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout_keyline} + attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:layout_keyline + */ + public static final int CoordinatorLayout_Layout_layout_keyline = 3; + /** Attributes that can be used with a DesignTheme. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #DesignTheme_bottomSheetDialogTheme com.companyname:bottomSheetDialogTheme}
{@link #DesignTheme_bottomSheetStyle com.companyname:bottomSheetStyle}
{@link #DesignTheme_textColorError com.companyname:textColorError}
+ @see #DesignTheme_bottomSheetDialogTheme + @see #DesignTheme_bottomSheetStyle + @see #DesignTheme_textColorError + */ + public static final int[] DesignTheme = { + 0x7f010139, 0x7f01013a, 0x7f01013b + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#bottomSheetDialogTheme} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:bottomSheetDialogTheme + */ + public static final int DesignTheme_bottomSheetDialogTheme = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#bottomSheetStyle} + attribute's value can be found in the {@link #DesignTheme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:bottomSheetStyle + */ + public static final int DesignTheme_bottomSheetStyle = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textColorError} + attribute's value can be found in the {@link #DesignTheme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:textColorError + */ + public static final int DesignTheme_textColorError = 2; + /** Attributes that can be used with a DrawerArrowToggle. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength com.companyname:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength com.companyname:arrowShaftLength}
{@link #DrawerArrowToggle_barLength com.companyname:barLength}
{@link #DrawerArrowToggle_color com.companyname:color}
{@link #DrawerArrowToggle_drawableSize com.companyname:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars com.companyname:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars com.companyname:spinBars}
{@link #DrawerArrowToggle_thickness com.companyname:thickness}
+ @see #DrawerArrowToggle_arrowHeadLength + @see #DrawerArrowToggle_arrowShaftLength + @see #DrawerArrowToggle_barLength + @see #DrawerArrowToggle_color + @see #DrawerArrowToggle_drawableSize + @see #DrawerArrowToggle_gapBetweenBars + @see #DrawerArrowToggle_spinBars + @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle = { + 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2, + 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#arrowHeadLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:arrowHeadLength + */ + public static final int DrawerArrowToggle_arrowHeadLength = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#arrowShaftLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:arrowShaftLength + */ + public static final int DrawerArrowToggle_arrowShaftLength = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#barLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:barLength + */ + public static final int DrawerArrowToggle_barLength = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#color} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:color + */ + public static final int DrawerArrowToggle_color = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#drawableSize} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:drawableSize + */ + public static final int DrawerArrowToggle_drawableSize = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#gapBetweenBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:gapBetweenBars + */ + public static final int DrawerArrowToggle_gapBetweenBars = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#spinBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:spinBars + */ + public static final int DrawerArrowToggle_spinBars = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#thickness} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:thickness + */ + public static final int DrawerArrowToggle_thickness = 7; + /** Attributes that can be used with a FloatingActionButton. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #FloatingActionButton_backgroundTint com.companyname:backgroundTint}
{@link #FloatingActionButton_backgroundTintMode com.companyname:backgroundTintMode}
{@link #FloatingActionButton_borderWidth com.companyname:borderWidth}
{@link #FloatingActionButton_elevation com.companyname:elevation}
{@link #FloatingActionButton_fabSize com.companyname:fabSize}
{@link #FloatingActionButton_pressedTranslationZ com.companyname:pressedTranslationZ}
{@link #FloatingActionButton_rippleColor com.companyname:rippleColor}
{@link #FloatingActionButton_useCompatPadding com.companyname:useCompatPadding}
+ @see #FloatingActionButton_backgroundTint + @see #FloatingActionButton_backgroundTintMode + @see #FloatingActionButton_borderWidth + @see #FloatingActionButton_elevation + @see #FloatingActionButton_fabSize + @see #FloatingActionButton_pressedTranslationZ + @see #FloatingActionButton_rippleColor + @see #FloatingActionButton_useCompatPadding + */ + public static final int[] FloatingActionButton = { + 0x7f01003e, 0x7f010116, 0x7f010117, 0x7f01013c, + 0x7f01013d, 0x7f01013e, 0x7f01013f, 0x7f010140 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#backgroundTint} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:backgroundTint + */ + public static final int FloatingActionButton_backgroundTint = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name com.companyname:backgroundTintMode + */ + public static final int FloatingActionButton_backgroundTintMode = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#borderWidth} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:borderWidth + */ + public static final int FloatingActionButton_borderWidth = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#elevation} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:elevation + */ + public static final int FloatingActionButton_elevation = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fabSize} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
auto-1
normal0
mini1
+ @attr name com.companyname:fabSize + */ + public static final int FloatingActionButton_fabSize = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#pressedTranslationZ} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:pressedTranslationZ + */ + public static final int FloatingActionButton_pressedTranslationZ = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#rippleColor} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:rippleColor + */ + public static final int FloatingActionButton_rippleColor = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#useCompatPadding} + attribute's value can be found in the {@link #FloatingActionButton} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:useCompatPadding + */ + public static final int FloatingActionButton_useCompatPadding = 7; + /** Attributes that can be used with a FloatingActionButton_Behavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #FloatingActionButton_Behavior_Layout_behavior_autoHide com.companyname:behavior_autoHide}
+ @see #FloatingActionButton_Behavior_Layout_behavior_autoHide + */ + public static final int[] FloatingActionButton_Behavior_Layout = { + 0x7f010141 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#behavior_autoHide} + attribute's value can be found in the {@link #FloatingActionButton_Behavior_Layout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:behavior_autoHide + */ + public static final int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; + /** Attributes that can be used with a FontFamily. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamily_fontProviderAuthority com.companyname:fontProviderAuthority}
{@link #FontFamily_fontProviderCerts com.companyname:fontProviderCerts}
{@link #FontFamily_fontProviderFetchStrategy com.companyname:fontProviderFetchStrategy}
{@link #FontFamily_fontProviderFetchTimeout com.companyname:fontProviderFetchTimeout}
{@link #FontFamily_fontProviderPackage com.companyname:fontProviderPackage}
{@link #FontFamily_fontProviderQuery com.companyname:fontProviderQuery}
+ @see #FontFamily_fontProviderAuthority + @see #FontFamily_fontProviderCerts + @see #FontFamily_fontProviderFetchStrategy + @see #FontFamily_fontProviderFetchTimeout + @see #FontFamily_fontProviderPackage + @see #FontFamily_fontProviderQuery + */ + public static final int[] FontFamily = { + 0x7f01016a, 0x7f01016b, 0x7f01016c, 0x7f01016d, + 0x7f01016e, 0x7f01016f + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fontProviderAuthority} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:fontProviderAuthority + */ + public static final int FontFamily_fontProviderAuthority = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fontProviderCerts} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:fontProviderCerts + */ + public static final int FontFamily_fontProviderCerts = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fontProviderFetchStrategy} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
blocking0
async1
+ @attr name com.companyname:fontProviderFetchStrategy + */ + public static final int FontFamily_fontProviderFetchStrategy = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fontProviderFetchTimeout} + attribute's value can be found in the {@link #FontFamily} array. + + +

May be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
forever-1
+ @attr name com.companyname:fontProviderFetchTimeout + */ + public static final int FontFamily_fontProviderFetchTimeout = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fontProviderPackage} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:fontProviderPackage + */ + public static final int FontFamily_fontProviderPackage = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fontProviderQuery} + attribute's value can be found in the {@link #FontFamily} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:fontProviderQuery + */ + public static final int FontFamily_fontProviderQuery = 2; + /** Attributes that can be used with a FontFamilyFont. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #FontFamilyFont_android_font android:font}
{@link #FontFamilyFont_android_fontStyle android:fontStyle}
{@link #FontFamilyFont_android_fontWeight android:fontWeight}
{@link #FontFamilyFont_font com.companyname:font}
{@link #FontFamilyFont_fontStyle com.companyname:fontStyle}
{@link #FontFamilyFont_fontWeight com.companyname:fontWeight}
+ @see #FontFamilyFont_android_font + @see #FontFamilyFont_android_fontStyle + @see #FontFamilyFont_android_fontWeight + @see #FontFamilyFont_font + @see #FontFamilyFont_fontStyle + @see #FontFamilyFont_fontWeight + */ + public static final int[] FontFamilyFont = { + 0x01010532, 0x01010533, 0x0101053f, 0x7f010170, + 0x7f010171, 0x7f010172 + }; + /** +

This symbol is the offset where the {@link android.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:font + */ + public static final int FontFamilyFont_android_font = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontStyle + */ + public static final int FontFamilyFont_android_fontStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + @attr name android:fontWeight + */ + public static final int FontFamilyFont_android_fontWeight = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#font} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:font + */ + public static final int FontFamilyFont_font = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fontStyle} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
normal0
italic1
+ @attr name com.companyname:fontStyle + */ + public static final int FontFamilyFont_fontStyle = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fontWeight} + attribute's value can be found in the {@link #FontFamilyFont} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:fontWeight + */ + public static final int FontFamilyFont_fontWeight = 5; + /** Attributes that can be used with a ForegroundLinearLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ForegroundLinearLayout_android_foreground android:foreground}
{@link #ForegroundLinearLayout_android_foregroundGravity android:foregroundGravity}
{@link #ForegroundLinearLayout_foregroundInsidePadding com.companyname:foregroundInsidePadding}
+ @see #ForegroundLinearLayout_android_foreground + @see #ForegroundLinearLayout_android_foregroundGravity + @see #ForegroundLinearLayout_foregroundInsidePadding + */ + public static final int[] ForegroundLinearLayout = { + 0x01010109, 0x01010200, 0x7f010142 + }; + /** +

This symbol is the offset where the {@link android.R.attr#foreground} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foreground + */ + public static final int ForegroundLinearLayout_android_foreground = 0; + /** +

This symbol is the offset where the {@link android.R.attr#foregroundGravity} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + @attr name android:foregroundGravity + */ + public static final int ForegroundLinearLayout_android_foregroundGravity = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#foregroundInsidePadding} + attribute's value can be found in the {@link #ForegroundLinearLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:foregroundInsidePadding + */ + public static final int ForegroundLinearLayout_foregroundInsidePadding = 2; + /** Attributes that can be used with a LinearLayoutCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider com.companyname:divider}
{@link #LinearLayoutCompat_dividerPadding com.companyname:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild com.companyname:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers com.companyname:showDividers}
+ @see #LinearLayoutCompat_android_baselineAligned + @see #LinearLayoutCompat_android_baselineAlignedChildIndex + @see #LinearLayoutCompat_android_gravity + @see #LinearLayoutCompat_android_orientation + @see #LinearLayoutCompat_android_weightSum + @see #LinearLayoutCompat_divider + @see #LinearLayoutCompat_dividerPadding + @see #LinearLayoutCompat_measureWithLargestChild + @see #LinearLayoutCompat_showDividers + */ + public static final int[] LinearLayoutCompat = { + 0x010100af, 0x010100c4, 0x01010126, 0x01010127, + 0x01010128, 0x7f01002d, 0x7f0100d7, 0x7f0100d8, + 0x7f0100d9 + }; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAligned} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAligned + */ + public static final int LinearLayoutCompat_android_baselineAligned = 2; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAlignedChildIndex + */ + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:gravity + */ + public static final int LinearLayoutCompat_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:orientation + */ + public static final int LinearLayoutCompat_android_orientation = 1; + /** +

This symbol is the offset where the {@link android.R.attr#weightSum} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:weightSum + */ + public static final int LinearLayoutCompat_android_weightSum = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#divider} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:divider + */ + public static final int LinearLayoutCompat_divider = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#dividerPadding} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:dividerPadding + */ + public static final int LinearLayoutCompat_dividerPadding = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#measureWithLargestChild} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:measureWithLargestChild + */ + public static final int LinearLayoutCompat_measureWithLargestChild = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#showDividers} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ @attr name com.companyname:showDividers + */ + public static final int LinearLayoutCompat_showDividers = 7; + /** Attributes that can be used with a LinearLayoutCompat_Layout. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
+ @see #LinearLayoutCompat_Layout_android_layout_gravity + @see #LinearLayoutCompat_Layout_android_layout_height + @see #LinearLayoutCompat_Layout_android_layout_weight + @see #LinearLayoutCompat_Layout_android_layout_width + */ + public static final int[] LinearLayoutCompat_Layout = { + 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_gravity + */ + public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout_height} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_height + */ + public static final int LinearLayoutCompat_Layout_android_layout_height = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout_weight} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_weight + */ + public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; + /** +

This symbol is the offset where the {@link android.R.attr#layout_width} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_width + */ + public static final int LinearLayoutCompat_Layout_android_layout_width = 1; + /** Attributes that can be used with a ListPopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
+ @see #ListPopupWindow_android_dropDownHorizontalOffset + @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow = { + 0x010102ac, 0x010102ad + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownHorizontalOffset + */ + public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownVerticalOffset + */ + public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; + /** Attributes that can be used with a MediaRouteButton. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #MediaRouteButton_android_minHeight android:minHeight}
{@link #MediaRouteButton_android_minWidth android:minWidth}
{@link #MediaRouteButton_externalRouteEnabledDrawable com.companyname:externalRouteEnabledDrawable}
{@link #MediaRouteButton_mediaRouteButtonTint com.companyname:mediaRouteButtonTint}
+ @see #MediaRouteButton_android_minHeight + @see #MediaRouteButton_android_minWidth + @see #MediaRouteButton_externalRouteEnabledDrawable + @see #MediaRouteButton_mediaRouteButtonTint + */ + public static final int[] MediaRouteButton = { + 0x0101013f, 0x01010140, 0x7f010015, 0x7f010016 + }; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minHeight + */ + public static final int MediaRouteButton_android_minHeight = 1; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #MediaRouteButton} array. + @attr name android:minWidth + */ + public static final int MediaRouteButton_android_minWidth = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#externalRouteEnabledDrawable} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:externalRouteEnabledDrawable + */ + public static final int MediaRouteButton_externalRouteEnabledDrawable = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#mediaRouteButtonTint} + attribute's value can be found in the {@link #MediaRouteButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:mediaRouteButtonTint + */ + public static final int MediaRouteButton_mediaRouteButtonTint = 3; + /** Attributes that can be used with a MenuGroup. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_visible android:visible}
+ @see #MenuGroup_android_checkableBehavior + @see #MenuGroup_android_enabled + @see #MenuGroup_android_id + @see #MenuGroup_android_menuCategory + @see #MenuGroup_android_orderInCategory + @see #MenuGroup_android_visible + */ + public static final int[] MenuGroup = { + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** +

This symbol is the offset where the {@link android.R.attr#checkableBehavior} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:checkableBehavior + */ + public static final int MenuGroup_android_checkableBehavior = 5; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:enabled + */ + public static final int MenuGroup_android_enabled = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:id + */ + public static final int MenuGroup_android_id = 1; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:menuCategory + */ + public static final int MenuGroup_android_menuCategory = 3; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:orderInCategory + */ + public static final int MenuGroup_android_orderInCategory = 4; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:visible + */ + public static final int MenuGroup_android_visible = 2; + /** Attributes that can be used with a MenuItem. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #MenuItem_actionLayout com.companyname:actionLayout}
{@link #MenuItem_actionProviderClass com.companyname:actionProviderClass}
{@link #MenuItem_actionViewClass com.companyname:actionViewClass}
{@link #MenuItem_alphabeticModifiers com.companyname:alphabeticModifiers}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_contentDescription com.companyname:contentDescription}
{@link #MenuItem_iconTint com.companyname:iconTint}
{@link #MenuItem_iconTintMode com.companyname:iconTintMode}
{@link #MenuItem_numericModifiers com.companyname:numericModifiers}
{@link #MenuItem_showAsAction com.companyname:showAsAction}
{@link #MenuItem_tooltipText com.companyname:tooltipText}
+ @see #MenuItem_actionLayout + @see #MenuItem_actionProviderClass + @see #MenuItem_actionViewClass + @see #MenuItem_alphabeticModifiers + @see #MenuItem_android_alphabeticShortcut + @see #MenuItem_android_checkable + @see #MenuItem_android_checked + @see #MenuItem_android_enabled + @see #MenuItem_android_icon + @see #MenuItem_android_id + @see #MenuItem_android_menuCategory + @see #MenuItem_android_numericShortcut + @see #MenuItem_android_onClick + @see #MenuItem_android_orderInCategory + @see #MenuItem_android_title + @see #MenuItem_android_titleCondensed + @see #MenuItem_android_visible + @see #MenuItem_contentDescription + @see #MenuItem_iconTint + @see #MenuItem_iconTintMode + @see #MenuItem_numericModifiers + @see #MenuItem_showAsAction + @see #MenuItem_tooltipText + */ + public static final int[] MenuItem = { + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f0100da, 0x7f0100db, 0x7f0100dc, + 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, + 0x7f0100e1, 0x7f0100e2, 0x7f0100e3 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionLayout} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:actionLayout + */ + public static final int MenuItem_actionLayout = 16; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionProviderClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:actionProviderClass + */ + public static final int MenuItem_actionProviderClass = 18; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#actionViewClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:actionViewClass + */ + public static final int MenuItem_actionViewClass = 17; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#alphabeticModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name com.companyname:alphabeticModifiers + */ + public static final int MenuItem_alphabeticModifiers = 13; + /** +

This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:alphabeticShortcut + */ + public static final int MenuItem_android_alphabeticShortcut = 9; + /** +

This symbol is the offset where the {@link android.R.attr#checkable} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checkable + */ + public static final int MenuItem_android_checkable = 11; + /** +

This symbol is the offset where the {@link android.R.attr#checked} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checked + */ + public static final int MenuItem_android_checked = 3; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:enabled + */ + public static final int MenuItem_android_enabled = 1; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:icon + */ + public static final int MenuItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:id + */ + public static final int MenuItem_android_id = 2; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:menuCategory + */ + public static final int MenuItem_android_menuCategory = 5; + /** +

This symbol is the offset where the {@link android.R.attr#numericShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:numericShortcut + */ + public static final int MenuItem_android_numericShortcut = 10; + /** +

This symbol is the offset where the {@link android.R.attr#onClick} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:onClick + */ + public static final int MenuItem_android_onClick = 12; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:orderInCategory + */ + public static final int MenuItem_android_orderInCategory = 6; + /** +

This symbol is the offset where the {@link android.R.attr#title} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:title + */ + public static final int MenuItem_android_title = 7; + /** +

This symbol is the offset where the {@link android.R.attr#titleCondensed} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:titleCondensed + */ + public static final int MenuItem_android_titleCondensed = 8; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:visible + */ + public static final int MenuItem_android_visible = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentDescription} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentDescription + */ + public static final int MenuItem_contentDescription = 19; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#iconTint} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:iconTint + */ + public static final int MenuItem_iconTint = 21; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#iconTintMode} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name com.companyname:iconTintMode + */ + public static final int MenuItem_iconTintMode = 22; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#numericModifiers} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
META0x10000
CTRL0x1000
ALT0x02
SHIFT0x1
SYM0x4
FUNCTION0x8
+ @attr name com.companyname:numericModifiers + */ + public static final int MenuItem_numericModifiers = 14; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#showAsAction} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ @attr name com.companyname:showAsAction + */ + public static final int MenuItem_showAsAction = 15; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tooltipText} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tooltipText + */ + public static final int MenuItem_tooltipText = 20; + /** Attributes that can be used with a MenuView. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_preserveIconSpacing com.companyname:preserveIconSpacing}
{@link #MenuView_subMenuArrow com.companyname:subMenuArrow}
+ @see #MenuView_android_headerBackground + @see #MenuView_android_horizontalDivider + @see #MenuView_android_itemBackground + @see #MenuView_android_itemIconDisabledAlpha + @see #MenuView_android_itemTextAppearance + @see #MenuView_android_verticalDivider + @see #MenuView_android_windowAnimationStyle + @see #MenuView_preserveIconSpacing + @see #MenuView_subMenuArrow + */ + public static final int[] MenuView = { + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f0100e4, + 0x7f0100e5 + }; + /** +

This symbol is the offset where the {@link android.R.attr#headerBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:headerBackground + */ + public static final int MenuView_android_headerBackground = 4; + /** +

This symbol is the offset where the {@link android.R.attr#horizontalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:horizontalDivider + */ + public static final int MenuView_android_horizontalDivider = 2; + /** +

This symbol is the offset where the {@link android.R.attr#itemBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemBackground + */ + public static final int MenuView_android_itemBackground = 5; + /** +

This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemIconDisabledAlpha + */ + public static final int MenuView_android_itemIconDisabledAlpha = 6; + /** +

This symbol is the offset where the {@link android.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemTextAppearance + */ + public static final int MenuView_android_itemTextAppearance = 1; + /** +

This symbol is the offset where the {@link android.R.attr#verticalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:verticalDivider + */ + public static final int MenuView_android_verticalDivider = 3; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:windowAnimationStyle + */ + public static final int MenuView_android_windowAnimationStyle = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#preserveIconSpacing} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:preserveIconSpacing + */ + public static final int MenuView_preserveIconSpacing = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#subMenuArrow} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:subMenuArrow + */ + public static final int MenuView_subMenuArrow = 8; + /** Attributes that can be used with a NavigationView. +

Includes the following attributes:

+ + + + + + + + + + + + + + +
AttributeDescription
{@link #NavigationView_android_background android:background}
{@link #NavigationView_android_fitsSystemWindows android:fitsSystemWindows}
{@link #NavigationView_android_maxWidth android:maxWidth}
{@link #NavigationView_elevation com.companyname:elevation}
{@link #NavigationView_headerLayout com.companyname:headerLayout}
{@link #NavigationView_itemBackground com.companyname:itemBackground}
{@link #NavigationView_itemIconTint com.companyname:itemIconTint}
{@link #NavigationView_itemTextAppearance com.companyname:itemTextAppearance}
{@link #NavigationView_itemTextColor com.companyname:itemTextColor}
{@link #NavigationView_menu com.companyname:menu}
+ @see #NavigationView_android_background + @see #NavigationView_android_fitsSystemWindows + @see #NavigationView_android_maxWidth + @see #NavigationView_elevation + @see #NavigationView_headerLayout + @see #NavigationView_itemBackground + @see #NavigationView_itemIconTint + @see #NavigationView_itemTextAppearance + @see #NavigationView_itemTextColor + @see #NavigationView_menu + */ + public static final int[] NavigationView = { + 0x010100d4, 0x010100dd, 0x0101011f, 0x7f01003e, + 0x7f010143, 0x7f010144, 0x7f010145, 0x7f010146, + 0x7f010147, 0x7f010148 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:background + */ + public static final int NavigationView_android_background = 0; + /** +

This symbol is the offset where the {@link android.R.attr#fitsSystemWindows} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:fitsSystemWindows + */ + public static final int NavigationView_android_fitsSystemWindows = 1; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #NavigationView} array. + @attr name android:maxWidth + */ + public static final int NavigationView_android_maxWidth = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#elevation} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:elevation + */ + public static final int NavigationView_elevation = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#headerLayout} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:headerLayout + */ + public static final int NavigationView_headerLayout = 9; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#itemBackground} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:itemBackground + */ + public static final int NavigationView_itemBackground = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#itemIconTint} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:itemIconTint + */ + public static final int NavigationView_itemIconTint = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:itemTextAppearance + */ + public static final int NavigationView_itemTextAppearance = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#itemTextColor} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:itemTextColor + */ + public static final int NavigationView_itemTextColor = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#menu} + attribute's value can be found in the {@link #NavigationView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:menu + */ + public static final int NavigationView_menu = 4; + /** Attributes that can be used with a PopupWindow. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle}
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_overlapAnchor com.companyname:overlapAnchor}
+ @see #PopupWindow_android_popupAnimationStyle + @see #PopupWindow_android_popupBackground + @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow = { + 0x01010176, 0x010102c9, 0x7f0100e6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#popupAnimationStyle} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupAnimationStyle + */ + public static final int PopupWindow_android_popupAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupBackground + */ + public static final int PopupWindow_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#overlapAnchor} + attribute's value can be found in the {@link #PopupWindow} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:overlapAnchor + */ + public static final int PopupWindow_overlapAnchor = 2; + /** Attributes that can be used with a PopupWindowBackgroundState. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor com.companyname:state_above_anchor}
+ @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState = { + 0x7f0100e7 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#state_above_anchor} + attribute's value can be found in the {@link #PopupWindowBackgroundState} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:state_above_anchor + */ + public static final int PopupWindowBackgroundState_state_above_anchor = 0; + /** Attributes that can be used with a RecycleListView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #RecycleListView_paddingBottomNoButtons com.companyname:paddingBottomNoButtons}
{@link #RecycleListView_paddingTopNoTitle com.companyname:paddingTopNoTitle}
+ @see #RecycleListView_paddingBottomNoButtons + @see #RecycleListView_paddingTopNoTitle + */ + public static final int[] RecycleListView = { + 0x7f0100e8, 0x7f0100e9 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#paddingBottomNoButtons} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:paddingBottomNoButtons + */ + public static final int RecycleListView_paddingBottomNoButtons = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#paddingTopNoTitle} + attribute's value can be found in the {@link #RecycleListView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:paddingTopNoTitle + */ + public static final int RecycleListView_paddingTopNoTitle = 1; + /** Attributes that can be used with a RecyclerView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + +
AttributeDescription
{@link #RecyclerView_android_descendantFocusability android:descendantFocusability}
{@link #RecyclerView_android_orientation android:orientation}
{@link #RecyclerView_fastScrollEnabled com.companyname:fastScrollEnabled}
{@link #RecyclerView_fastScrollHorizontalThumbDrawable com.companyname:fastScrollHorizontalThumbDrawable}
{@link #RecyclerView_fastScrollHorizontalTrackDrawable com.companyname:fastScrollHorizontalTrackDrawable}
{@link #RecyclerView_fastScrollVerticalThumbDrawable com.companyname:fastScrollVerticalThumbDrawable}
{@link #RecyclerView_fastScrollVerticalTrackDrawable com.companyname:fastScrollVerticalTrackDrawable}
{@link #RecyclerView_layoutManager com.companyname:layoutManager}
{@link #RecyclerView_reverseLayout com.companyname:reverseLayout}
{@link #RecyclerView_spanCount com.companyname:spanCount}
{@link #RecyclerView_stackFromEnd com.companyname:stackFromEnd}
+ @see #RecyclerView_android_descendantFocusability + @see #RecyclerView_android_orientation + @see #RecyclerView_fastScrollEnabled + @see #RecyclerView_fastScrollHorizontalThumbDrawable + @see #RecyclerView_fastScrollHorizontalTrackDrawable + @see #RecyclerView_fastScrollVerticalThumbDrawable + @see #RecyclerView_fastScrollVerticalTrackDrawable + @see #RecyclerView_layoutManager + @see #RecyclerView_reverseLayout + @see #RecyclerView_spanCount + @see #RecyclerView_stackFromEnd + */ + public static final int[] RecyclerView = { + 0x010100c4, 0x010100f1, 0x7f010000, 0x7f010001, + 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, + 0x7f010006, 0x7f010007, 0x7f010008 + }; + /** +

This symbol is the offset where the {@link android.R.attr#descendantFocusability} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:descendantFocusability + */ + public static final int RecyclerView_android_descendantFocusability = 1; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:orientation + */ + public static final int RecyclerView_android_orientation = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fastScrollEnabled} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:fastScrollEnabled + */ + public static final int RecyclerView_fastScrollEnabled = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fastScrollHorizontalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:fastScrollHorizontalThumbDrawable + */ + public static final int RecyclerView_fastScrollHorizontalThumbDrawable = 9; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fastScrollHorizontalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:fastScrollHorizontalTrackDrawable + */ + public static final int RecyclerView_fastScrollHorizontalTrackDrawable = 10; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fastScrollVerticalThumbDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:fastScrollVerticalThumbDrawable + */ + public static final int RecyclerView_fastScrollVerticalThumbDrawable = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fastScrollVerticalTrackDrawable} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:fastScrollVerticalTrackDrawable + */ + public static final int RecyclerView_fastScrollVerticalTrackDrawable = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layoutManager} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:layoutManager + */ + public static final int RecyclerView_layoutManager = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#reverseLayout} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:reverseLayout + */ + public static final int RecyclerView_reverseLayout = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#spanCount} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:spanCount + */ + public static final int RecyclerView_spanCount = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#stackFromEnd} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:stackFromEnd + */ + public static final int RecyclerView_stackFromEnd = 5; + /** Attributes that can be used with a ScrimInsetsFrameLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrimInsetsFrameLayout_insetForeground com.companyname:insetForeground}
+ @see #ScrimInsetsFrameLayout_insetForeground + */ + public static final int[] ScrimInsetsFrameLayout = { + 0x7f010149 + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#insetForeground} + attribute's value can be found in the {@link #ScrimInsetsFrameLayout} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.companyname:insetForeground + */ + public static final int ScrimInsetsFrameLayout_insetForeground = 0; + /** Attributes that can be used with a ScrollingViewBehavior_Layout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ScrollingViewBehavior_Layout_behavior_overlapTop com.companyname:behavior_overlapTop}
+ @see #ScrollingViewBehavior_Layout_behavior_overlapTop + */ + public static final int[] ScrollingViewBehavior_Layout = { + 0x7f01014a + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#behavior_overlapTop} + attribute's value can be found in the {@link #ScrollingViewBehavior_Layout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:behavior_overlapTop + */ + public static final int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; + /** Attributes that can be used with a SearchView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_closeIcon com.companyname:closeIcon}
{@link #SearchView_commitIcon com.companyname:commitIcon}
{@link #SearchView_defaultQueryHint com.companyname:defaultQueryHint}
{@link #SearchView_goIcon com.companyname:goIcon}
{@link #SearchView_iconifiedByDefault com.companyname:iconifiedByDefault}
{@link #SearchView_layout com.companyname:layout}
{@link #SearchView_queryBackground com.companyname:queryBackground}
{@link #SearchView_queryHint com.companyname:queryHint}
{@link #SearchView_searchHintIcon com.companyname:searchHintIcon}
{@link #SearchView_searchIcon com.companyname:searchIcon}
{@link #SearchView_submitBackground com.companyname:submitBackground}
{@link #SearchView_suggestionRowLayout com.companyname:suggestionRowLayout}
{@link #SearchView_voiceIcon com.companyname:voiceIcon}
+ @see #SearchView_android_focusable + @see #SearchView_android_imeOptions + @see #SearchView_android_inputType + @see #SearchView_android_maxWidth + @see #SearchView_closeIcon + @see #SearchView_commitIcon + @see #SearchView_defaultQueryHint + @see #SearchView_goIcon + @see #SearchView_iconifiedByDefault + @see #SearchView_layout + @see #SearchView_queryBackground + @see #SearchView_queryHint + @see #SearchView_searchHintIcon + @see #SearchView_searchIcon + @see #SearchView_submitBackground + @see #SearchView_suggestionRowLayout + @see #SearchView_voiceIcon + */ + public static final int[] SearchView = { + 0x010100da, 0x0101011f, 0x01010220, 0x01010264, + 0x7f0100ea, 0x7f0100eb, 0x7f0100ec, 0x7f0100ed, + 0x7f0100ee, 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, + 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, + 0x7f0100f6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:focusable + */ + public static final int SearchView_android_focusable = 0; + /** +

This symbol is the offset where the {@link android.R.attr#imeOptions} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:imeOptions + */ + public static final int SearchView_android_imeOptions = 3; + /** +

This symbol is the offset where the {@link android.R.attr#inputType} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:inputType + */ + public static final int SearchView_android_inputType = 2; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:maxWidth + */ + public static final int SearchView_android_maxWidth = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#closeIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:closeIcon + */ + public static final int SearchView_closeIcon = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#commitIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:commitIcon + */ + public static final int SearchView_commitIcon = 13; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#defaultQueryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:defaultQueryHint + */ + public static final int SearchView_defaultQueryHint = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#goIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:goIcon + */ + public static final int SearchView_goIcon = 9; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#iconifiedByDefault} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:iconifiedByDefault + */ + public static final int SearchView_iconifiedByDefault = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#layout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:layout + */ + public static final int SearchView_layout = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#queryBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:queryBackground + */ + public static final int SearchView_queryBackground = 15; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#queryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:queryHint + */ + public static final int SearchView_queryHint = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#searchHintIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:searchHintIcon + */ + public static final int SearchView_searchHintIcon = 11; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#searchIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:searchIcon + */ + public static final int SearchView_searchIcon = 10; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#submitBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:submitBackground + */ + public static final int SearchView_submitBackground = 16; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#suggestionRowLayout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:suggestionRowLayout + */ + public static final int SearchView_suggestionRowLayout = 14; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#voiceIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:voiceIcon + */ + public static final int SearchView_voiceIcon = 12; + /** Attributes that can be used with a SnackbarLayout. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #SnackbarLayout_android_maxWidth android:maxWidth}
{@link #SnackbarLayout_elevation com.companyname:elevation}
{@link #SnackbarLayout_maxActionInlineWidth com.companyname:maxActionInlineWidth}
+ @see #SnackbarLayout_android_maxWidth + @see #SnackbarLayout_elevation + @see #SnackbarLayout_maxActionInlineWidth + */ + public static final int[] SnackbarLayout = { + 0x0101011f, 0x7f01003e, 0x7f01014b + }; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + @attr name android:maxWidth + */ + public static final int SnackbarLayout_android_maxWidth = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#elevation} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:elevation + */ + public static final int SnackbarLayout_elevation = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#maxActionInlineWidth} + attribute's value can be found in the {@link #SnackbarLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:maxActionInlineWidth + */ + public static final int SnackbarLayout_maxActionInlineWidth = 2; + /** Attributes that can be used with a Spinner. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_android_entries android:entries}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_popupTheme com.companyname:popupTheme}
+ @see #Spinner_android_dropDownWidth + @see #Spinner_android_entries + @see #Spinner_android_popupBackground + @see #Spinner_android_prompt + @see #Spinner_popupTheme + */ + public static final int[] Spinner = { + 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, + 0x7f01003f + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:dropDownWidth + */ + public static final int Spinner_android_dropDownWidth = 3; + /** +

This symbol is the offset where the {@link android.R.attr#entries} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:entries + */ + public static final int Spinner_android_entries = 0; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:popupBackground + */ + public static final int Spinner_android_popupBackground = 1; + /** +

This symbol is the offset where the {@link android.R.attr#prompt} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:prompt + */ + public static final int Spinner_android_prompt = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#popupTheme} + attribute's value can be found in the {@link #Spinner} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:popupTheme + */ + public static final int Spinner_popupTheme = 4; + /** Attributes that can be used with a SwitchCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText com.companyname:showText}
{@link #SwitchCompat_splitTrack com.companyname:splitTrack}
{@link #SwitchCompat_switchMinWidth com.companyname:switchMinWidth}
{@link #SwitchCompat_switchPadding com.companyname:switchPadding}
{@link #SwitchCompat_switchTextAppearance com.companyname:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding com.companyname:thumbTextPadding}
{@link #SwitchCompat_thumbTint com.companyname:thumbTint}
{@link #SwitchCompat_thumbTintMode com.companyname:thumbTintMode}
{@link #SwitchCompat_track com.companyname:track}
{@link #SwitchCompat_trackTint com.companyname:trackTint}
{@link #SwitchCompat_trackTintMode com.companyname:trackTintMode}
+ @see #SwitchCompat_android_textOff + @see #SwitchCompat_android_textOn + @see #SwitchCompat_android_thumb + @see #SwitchCompat_showText + @see #SwitchCompat_splitTrack + @see #SwitchCompat_switchMinWidth + @see #SwitchCompat_switchPadding + @see #SwitchCompat_switchTextAppearance + @see #SwitchCompat_thumbTextPadding + @see #SwitchCompat_thumbTint + @see #SwitchCompat_thumbTintMode + @see #SwitchCompat_track + @see #SwitchCompat_trackTint + @see #SwitchCompat_trackTintMode + */ + public static final int[] SwitchCompat = { + 0x01010124, 0x01010125, 0x01010142, 0x7f0100f7, + 0x7f0100f8, 0x7f0100f9, 0x7f0100fa, 0x7f0100fb, + 0x7f0100fc, 0x7f0100fd, 0x7f0100fe, 0x7f0100ff, + 0x7f010100, 0x7f010101 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textOff} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOff + */ + public static final int SwitchCompat_android_textOff = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textOn} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOn + */ + public static final int SwitchCompat_android_textOn = 0; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:thumb + */ + public static final int SwitchCompat_android_thumb = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#showText} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:showText + */ + public static final int SwitchCompat_showText = 13; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#splitTrack} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:splitTrack + */ + public static final int SwitchCompat_splitTrack = 12; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#switchMinWidth} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:switchMinWidth + */ + public static final int SwitchCompat_switchMinWidth = 10; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#switchPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:switchPadding + */ + public static final int SwitchCompat_switchPadding = 11; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#switchTextAppearance} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:switchTextAppearance + */ + public static final int SwitchCompat_switchTextAppearance = 9; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#thumbTextPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:thumbTextPadding + */ + public static final int SwitchCompat_thumbTextPadding = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#thumbTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:thumbTint + */ + public static final int SwitchCompat_thumbTint = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#thumbTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name com.companyname:thumbTintMode + */ + public static final int SwitchCompat_thumbTintMode = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#track} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:track + */ + public static final int SwitchCompat_track = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#trackTint} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:trackTint + */ + public static final int SwitchCompat_trackTint = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#trackTintMode} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name com.companyname:trackTintMode + */ + public static final int SwitchCompat_trackTintMode = 7; + /** Attributes that can be used with a TabItem. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #TabItem_android_icon android:icon}
{@link #TabItem_android_layout android:layout}
{@link #TabItem_android_text android:text}
+ @see #TabItem_android_icon + @see #TabItem_android_layout + @see #TabItem_android_text + */ + public static final int[] TabItem = { + 0x01010002, 0x010100f2, 0x0101014f + }; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:icon + */ + public static final int TabItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:layout + */ + public static final int TabItem_android_layout = 1; + /** +

This symbol is the offset where the {@link android.R.attr#text} + attribute's value can be found in the {@link #TabItem} array. + @attr name android:text + */ + public static final int TabItem_android_text = 2; + /** Attributes that can be used with a TabLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TabLayout_tabBackground com.companyname:tabBackground}
{@link #TabLayout_tabContentStart com.companyname:tabContentStart}
{@link #TabLayout_tabGravity com.companyname:tabGravity}
{@link #TabLayout_tabIndicatorColor com.companyname:tabIndicatorColor}
{@link #TabLayout_tabIndicatorHeight com.companyname:tabIndicatorHeight}
{@link #TabLayout_tabMaxWidth com.companyname:tabMaxWidth}
{@link #TabLayout_tabMinWidth com.companyname:tabMinWidth}
{@link #TabLayout_tabMode com.companyname:tabMode}
{@link #TabLayout_tabPadding com.companyname:tabPadding}
{@link #TabLayout_tabPaddingBottom com.companyname:tabPaddingBottom}
{@link #TabLayout_tabPaddingEnd com.companyname:tabPaddingEnd}
{@link #TabLayout_tabPaddingStart com.companyname:tabPaddingStart}
{@link #TabLayout_tabPaddingTop com.companyname:tabPaddingTop}
{@link #TabLayout_tabSelectedTextColor com.companyname:tabSelectedTextColor}
{@link #TabLayout_tabTextAppearance com.companyname:tabTextAppearance}
{@link #TabLayout_tabTextColor com.companyname:tabTextColor}
+ @see #TabLayout_tabBackground + @see #TabLayout_tabContentStart + @see #TabLayout_tabGravity + @see #TabLayout_tabIndicatorColor + @see #TabLayout_tabIndicatorHeight + @see #TabLayout_tabMaxWidth + @see #TabLayout_tabMinWidth + @see #TabLayout_tabMode + @see #TabLayout_tabPadding + @see #TabLayout_tabPaddingBottom + @see #TabLayout_tabPaddingEnd + @see #TabLayout_tabPaddingStart + @see #TabLayout_tabPaddingTop + @see #TabLayout_tabSelectedTextColor + @see #TabLayout_tabTextAppearance + @see #TabLayout_tabTextColor + */ + public static final int[] TabLayout = { + 0x7f01014c, 0x7f01014d, 0x7f01014e, 0x7f01014f, + 0x7f010150, 0x7f010151, 0x7f010152, 0x7f010153, + 0x7f010154, 0x7f010155, 0x7f010156, 0x7f010157, + 0x7f010158, 0x7f010159, 0x7f01015a, 0x7f01015b + }; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabBackground} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:tabBackground + */ + public static final int TabLayout_tabBackground = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabContentStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabContentStart + */ + public static final int TabLayout_tabContentStart = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabGravity} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
fill0
center1
+ @attr name com.companyname:tabGravity + */ + public static final int TabLayout_tabGravity = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabIndicatorColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabIndicatorColor + */ + public static final int TabLayout_tabIndicatorColor = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabIndicatorHeight} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabIndicatorHeight + */ + public static final int TabLayout_tabIndicatorHeight = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabMaxWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabMaxWidth + */ + public static final int TabLayout_tabMaxWidth = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabMinWidth} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabMinWidth + */ + public static final int TabLayout_tabMinWidth = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabMode} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + +
ConstantValueDescription
scrollable0
fixed1
+ @attr name com.companyname:tabMode + */ + public static final int TabLayout_tabMode = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabPadding} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabPadding + */ + public static final int TabLayout_tabPadding = 15; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabPaddingBottom} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabPaddingBottom + */ + public static final int TabLayout_tabPaddingBottom = 14; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabPaddingEnd} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabPaddingEnd + */ + public static final int TabLayout_tabPaddingEnd = 13; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabPaddingStart} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabPaddingStart + */ + public static final int TabLayout_tabPaddingStart = 11; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabPaddingTop} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabPaddingTop + */ + public static final int TabLayout_tabPaddingTop = 12; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabSelectedTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabSelectedTextColor + */ + public static final int TabLayout_tabSelectedTextColor = 10; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabTextAppearance} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:tabTextAppearance + */ + public static final int TabLayout_tabTextAppearance = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#tabTextColor} + attribute's value can be found in the {@link #TabLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:tabTextColor + */ + public static final int TabLayout_tabTextColor = 9; + /** Attributes that can be used with a TextAppearance. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextAppearance_android_fontFamily android:fontFamily}
{@link #TextAppearance_android_shadowColor android:shadowColor}
{@link #TextAppearance_android_shadowDx android:shadowDx}
{@link #TextAppearance_android_shadowDy android:shadowDy}
{@link #TextAppearance_android_shadowRadius android:shadowRadius}
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textColorHint android:textColorHint}
{@link #TextAppearance_android_textColorLink android:textColorLink}
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_fontFamily com.companyname:fontFamily}
{@link #TextAppearance_textAllCaps com.companyname:textAllCaps}
+ @see #TextAppearance_android_fontFamily + @see #TextAppearance_android_shadowColor + @see #TextAppearance_android_shadowDx + @see #TextAppearance_android_shadowDy + @see #TextAppearance_android_shadowRadius + @see #TextAppearance_android_textColor + @see #TextAppearance_android_textColorHint + @see #TextAppearance_android_textColorLink + @see #TextAppearance_android_textSize + @see #TextAppearance_android_textStyle + @see #TextAppearance_android_typeface + @see #TextAppearance_fontFamily + @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance = { + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, + 0x01010163, 0x01010164, 0x010103ac, 0x7f01004f, + 0x7f010055 + }; + /** +

This symbol is the offset where the {@link android.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:fontFamily + */ + public static final int TextAppearance_android_fontFamily = 10; + /** +

This symbol is the offset where the {@link android.R.attr#shadowColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowColor + */ + public static final int TextAppearance_android_shadowColor = 6; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDx} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDx + */ + public static final int TextAppearance_android_shadowDx = 7; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDy} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDy + */ + public static final int TextAppearance_android_shadowDy = 8; + /** +

This symbol is the offset where the {@link android.R.attr#shadowRadius} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowRadius + */ + public static final int TextAppearance_android_shadowRadius = 9; + /** +

This symbol is the offset where the {@link android.R.attr#textColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColor + */ + public static final int TextAppearance_android_textColor = 3; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorHint + */ + public static final int TextAppearance_android_textColorHint = 4; + /** +

This symbol is the offset where the {@link android.R.attr#textColorLink} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColorLink + */ + public static final int TextAppearance_android_textColorLink = 5; + /** +

This symbol is the offset where the {@link android.R.attr#textSize} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textSize + */ + public static final int TextAppearance_android_textSize = 0; + /** +

This symbol is the offset where the {@link android.R.attr#textStyle} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textStyle + */ + public static final int TextAppearance_android_textStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#typeface} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:typeface + */ + public static final int TextAppearance_android_typeface = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#fontFamily} + attribute's value can be found in the {@link #TextAppearance} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:fontFamily + */ + public static final int TextAppearance_fontFamily = 12; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#textAllCaps} + attribute's value can be found in the {@link #TextAppearance} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name com.companyname:textAllCaps + */ + public static final int TextAppearance_textAllCaps = 11; + /** Attributes that can be used with a TextInputLayout. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #TextInputLayout_android_hint android:hint}
{@link #TextInputLayout_android_textColorHint android:textColorHint}
{@link #TextInputLayout_counterEnabled com.companyname:counterEnabled}
{@link #TextInputLayout_counterMaxLength com.companyname:counterMaxLength}
{@link #TextInputLayout_counterOverflowTextAppearance com.companyname:counterOverflowTextAppearance}
{@link #TextInputLayout_counterTextAppearance com.companyname:counterTextAppearance}
{@link #TextInputLayout_errorEnabled com.companyname:errorEnabled}
{@link #TextInputLayout_errorTextAppearance com.companyname:errorTextAppearance}
{@link #TextInputLayout_hintAnimationEnabled com.companyname:hintAnimationEnabled}
{@link #TextInputLayout_hintEnabled com.companyname:hintEnabled}
{@link #TextInputLayout_hintTextAppearance com.companyname:hintTextAppearance}
{@link #TextInputLayout_passwordToggleContentDescription com.companyname:passwordToggleContentDescription}
{@link #TextInputLayout_passwordToggleDrawable com.companyname:passwordToggleDrawable}
{@link #TextInputLayout_passwordToggleEnabled com.companyname:passwordToggleEnabled}
{@link #TextInputLayout_passwordToggleTint com.companyname:passwordToggleTint}
{@link #TextInputLayout_passwordToggleTintMode com.companyname:passwordToggleTintMode}
+ @see #TextInputLayout_android_hint + @see #TextInputLayout_android_textColorHint + @see #TextInputLayout_counterEnabled + @see #TextInputLayout_counterMaxLength + @see #TextInputLayout_counterOverflowTextAppearance + @see #TextInputLayout_counterTextAppearance + @see #TextInputLayout_errorEnabled + @see #TextInputLayout_errorTextAppearance + @see #TextInputLayout_hintAnimationEnabled + @see #TextInputLayout_hintEnabled + @see #TextInputLayout_hintTextAppearance + @see #TextInputLayout_passwordToggleContentDescription + @see #TextInputLayout_passwordToggleDrawable + @see #TextInputLayout_passwordToggleEnabled + @see #TextInputLayout_passwordToggleTint + @see #TextInputLayout_passwordToggleTintMode + */ + public static final int[] TextInputLayout = { + 0x0101009a, 0x01010150, 0x7f01015c, 0x7f01015d, + 0x7f01015e, 0x7f01015f, 0x7f010160, 0x7f010161, + 0x7f010162, 0x7f010163, 0x7f010164, 0x7f010165, + 0x7f010166, 0x7f010167, 0x7f010168, 0x7f010169 + }; + /** +

This symbol is the offset where the {@link android.R.attr#hint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:hint + */ + public static final int TextInputLayout_android_hint = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textColorHint} + attribute's value can be found in the {@link #TextInputLayout} array. + @attr name android:textColorHint + */ + public static final int TextInputLayout_android_textColorHint = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#counterEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:counterEnabled + */ + public static final int TextInputLayout_counterEnabled = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#counterMaxLength} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:counterMaxLength + */ + public static final int TextInputLayout_counterMaxLength = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#counterOverflowTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:counterOverflowTextAppearance + */ + public static final int TextInputLayout_counterOverflowTextAppearance = 9; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#counterTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:counterTextAppearance + */ + public static final int TextInputLayout_counterTextAppearance = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#errorEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:errorEnabled + */ + public static final int TextInputLayout_errorEnabled = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#errorTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:errorTextAppearance + */ + public static final int TextInputLayout_errorTextAppearance = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#hintAnimationEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:hintAnimationEnabled + */ + public static final int TextInputLayout_hintAnimationEnabled = 10; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#hintEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:hintEnabled + */ + public static final int TextInputLayout_hintEnabled = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#hintTextAppearance} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:hintTextAppearance + */ + public static final int TextInputLayout_hintTextAppearance = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#passwordToggleContentDescription} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:passwordToggleContentDescription + */ + public static final int TextInputLayout_passwordToggleContentDescription = 13; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#passwordToggleDrawable} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:passwordToggleDrawable + */ + public static final int TextInputLayout_passwordToggleDrawable = 12; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#passwordToggleEnabled} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:passwordToggleEnabled + */ + public static final int TextInputLayout_passwordToggleEnabled = 11; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#passwordToggleTint} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:passwordToggleTint + */ + public static final int TextInputLayout_passwordToggleTint = 14; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#passwordToggleTintMode} + attribute's value can be found in the {@link #TextInputLayout} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name com.companyname:passwordToggleTintMode + */ + public static final int TextInputLayout_passwordToggleTintMode = 15; + /** Attributes that can be used with a Toolbar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_buttonGravity com.companyname:buttonGravity}
{@link #Toolbar_collapseContentDescription com.companyname:collapseContentDescription}
{@link #Toolbar_collapseIcon com.companyname:collapseIcon}
{@link #Toolbar_contentInsetEnd com.companyname:contentInsetEnd}
{@link #Toolbar_contentInsetEndWithActions com.companyname:contentInsetEndWithActions}
{@link #Toolbar_contentInsetLeft com.companyname:contentInsetLeft}
{@link #Toolbar_contentInsetRight com.companyname:contentInsetRight}
{@link #Toolbar_contentInsetStart com.companyname:contentInsetStart}
{@link #Toolbar_contentInsetStartWithNavigation com.companyname:contentInsetStartWithNavigation}
{@link #Toolbar_logo com.companyname:logo}
{@link #Toolbar_logoDescription com.companyname:logoDescription}
{@link #Toolbar_maxButtonHeight com.companyname:maxButtonHeight}
{@link #Toolbar_navigationContentDescription com.companyname:navigationContentDescription}
{@link #Toolbar_navigationIcon com.companyname:navigationIcon}
{@link #Toolbar_popupTheme com.companyname:popupTheme}
{@link #Toolbar_subtitle com.companyname:subtitle}
{@link #Toolbar_subtitleTextAppearance com.companyname:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor com.companyname:subtitleTextColor}
{@link #Toolbar_title com.companyname:title}
{@link #Toolbar_titleMargin com.companyname:titleMargin}
{@link #Toolbar_titleMarginBottom com.companyname:titleMarginBottom}
{@link #Toolbar_titleMarginEnd com.companyname:titleMarginEnd}
{@link #Toolbar_titleMarginStart com.companyname:titleMarginStart}
{@link #Toolbar_titleMarginTop com.companyname:titleMarginTop}
{@link #Toolbar_titleMargins com.companyname:titleMargins}
{@link #Toolbar_titleTextAppearance com.companyname:titleTextAppearance}
{@link #Toolbar_titleTextColor com.companyname:titleTextColor}
+ @see #Toolbar_android_gravity + @see #Toolbar_android_minHeight + @see #Toolbar_buttonGravity + @see #Toolbar_collapseContentDescription + @see #Toolbar_collapseIcon + @see #Toolbar_contentInsetEnd + @see #Toolbar_contentInsetEndWithActions + @see #Toolbar_contentInsetLeft + @see #Toolbar_contentInsetRight + @see #Toolbar_contentInsetStart + @see #Toolbar_contentInsetStartWithNavigation + @see #Toolbar_logo + @see #Toolbar_logoDescription + @see #Toolbar_maxButtonHeight + @see #Toolbar_navigationContentDescription + @see #Toolbar_navigationIcon + @see #Toolbar_popupTheme + @see #Toolbar_subtitle + @see #Toolbar_subtitleTextAppearance + @see #Toolbar_subtitleTextColor + @see #Toolbar_title + @see #Toolbar_titleMargin + @see #Toolbar_titleMarginBottom + @see #Toolbar_titleMarginEnd + @see #Toolbar_titleMarginStart + @see #Toolbar_titleMarginTop + @see #Toolbar_titleMargins + @see #Toolbar_titleTextAppearance + @see #Toolbar_titleTextColor + */ + public static final int[] Toolbar = { + 0x010100af, 0x01010140, 0x7f010025, 0x7f010028, + 0x7f01002c, 0x7f010038, 0x7f010039, 0x7f01003a, + 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003f, + 0x7f010102, 0x7f010103, 0x7f010104, 0x7f010105, + 0x7f010106, 0x7f010107, 0x7f010108, 0x7f010109, + 0x7f01010a, 0x7f01010b, 0x7f01010c, 0x7f01010d, + 0x7f01010e, 0x7f01010f, 0x7f010110, 0x7f010111, + 0x7f010112 + }; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:gravity + */ + public static final int Toolbar_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:minHeight + */ + public static final int Toolbar_android_minHeight = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#buttonGravity} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + +
ConstantValueDescription
top0x30
bottom0x50
+ @attr name com.companyname:buttonGravity + */ + public static final int Toolbar_buttonGravity = 21; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#collapseContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:collapseContentDescription + */ + public static final int Toolbar_collapseContentDescription = 23; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#collapseIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:collapseIcon + */ + public static final int Toolbar_collapseIcon = 22; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetEnd + */ + public static final int Toolbar_contentInsetEnd = 6; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetEndWithActions} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetEndWithActions + */ + public static final int Toolbar_contentInsetEndWithActions = 10; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetLeft + */ + public static final int Toolbar_contentInsetLeft = 7; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetRight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetRight + */ + public static final int Toolbar_contentInsetRight = 8; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetStart + */ + public static final int Toolbar_contentInsetStart = 5; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#contentInsetStartWithNavigation} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:contentInsetStartWithNavigation + */ + public static final int Toolbar_contentInsetStartWithNavigation = 9; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#logo} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:logo + */ + public static final int Toolbar_logo = 4; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#logoDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:logoDescription + */ + public static final int Toolbar_logoDescription = 26; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#maxButtonHeight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:maxButtonHeight + */ + public static final int Toolbar_maxButtonHeight = 20; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#navigationContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:navigationContentDescription + */ + public static final int Toolbar_navigationContentDescription = 25; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#navigationIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:navigationIcon + */ + public static final int Toolbar_navigationIcon = 24; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#popupTheme} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:popupTheme + */ + public static final int Toolbar_popupTheme = 11; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#subtitle} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:subtitle + */ + public static final int Toolbar_subtitle = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#subtitleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:subtitleTextAppearance + */ + public static final int Toolbar_subtitleTextAppearance = 13; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#subtitleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:subtitleTextColor + */ + public static final int Toolbar_subtitleTextColor = 28; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#title} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:title + */ + public static final int Toolbar_title = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleMargin} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:titleMargin + */ + public static final int Toolbar_titleMargin = 14; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleMarginBottom} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:titleMarginBottom + */ + public static final int Toolbar_titleMarginBottom = 18; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleMarginEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:titleMarginEnd + */ + public static final int Toolbar_titleMarginEnd = 16; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleMarginStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:titleMarginStart + */ + public static final int Toolbar_titleMarginStart = 15; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleMarginTop} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:titleMarginTop + */ + public static final int Toolbar_titleMarginTop = 17; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleMargins} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:titleMargins + */ + public static final int Toolbar_titleMargins = 19; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:titleTextAppearance + */ + public static final int Toolbar_titleTextAppearance = 12; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#titleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:titleTextColor + */ + public static final int Toolbar_titleTextColor = 27; + /** Attributes that can be used with a View. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #View_android_focusable android:focusable}
{@link #View_android_theme android:theme}
{@link #View_paddingEnd com.companyname:paddingEnd}
{@link #View_paddingStart com.companyname:paddingStart}
{@link #View_theme com.companyname:theme}
+ @see #View_android_focusable + @see #View_android_theme + @see #View_paddingEnd + @see #View_paddingStart + @see #View_theme + */ + public static final int[] View = { + 0x01010000, 0x010100da, 0x7f010113, 0x7f010114, + 0x7f010115 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #View} array. + @attr name android:focusable + */ + public static final int View_android_focusable = 1; + /** +

This symbol is the offset where the {@link android.R.attr#theme} + attribute's value can be found in the {@link #View} array. + @attr name android:theme + */ + public static final int View_android_theme = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#paddingEnd} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:paddingEnd + */ + public static final int View_paddingEnd = 3; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#paddingStart} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:paddingStart + */ + public static final int View_paddingStart = 2; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#theme} + attribute's value can be found in the {@link #View} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.companyname:theme + */ + public static final int View_theme = 4; + /** Attributes that can be used with a ViewBackgroundHelper. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint com.companyname:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode com.companyname:backgroundTintMode}
+ @see #ViewBackgroundHelper_android_background + @see #ViewBackgroundHelper_backgroundTint + @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper = { + 0x010100d4, 0x7f010116, 0x7f010117 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + @attr name android:background + */ + public static final int ViewBackgroundHelper_android_background = 0; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#backgroundTint} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.companyname:backgroundTint + */ + public static final int ViewBackgroundHelper_backgroundTint = 1; + /** +

This symbol is the offset where the {@link com.companyname.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
add16
+ @attr name com.companyname:backgroundTintMode + */ + public static final int ViewBackgroundHelper_backgroundTintMode = 2; + /** Attributes that can be used with a ViewStubCompat. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
{@link #ViewStubCompat_android_layout android:layout}
+ @see #ViewStubCompat_android_id + @see #ViewStubCompat_android_inflatedId + @see #ViewStubCompat_android_layout + */ + public static final int[] ViewStubCompat = { + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:id + */ + public static final int ViewStubCompat_android_id = 0; + /** +

This symbol is the offset where the {@link android.R.attr#inflatedId} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:inflatedId + */ + public static final int ViewStubCompat_android_inflatedId = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:layout + */ + public static final int ViewStubCompat_android_layout = 1; + }; +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/AHorizontalScrollView.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/AHorizontalScrollView.java new file mode 100644 index 0000000..5b4a92f --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/AHorizontalScrollView.java @@ -0,0 +1,89 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class AHorizontalScrollView + extends android.widget.HorizontalScrollView + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onInterceptTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnInterceptTouchEvent_Landroid_view_MotionEvent_Handler\n" + + "n_onTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnTouchEvent_Landroid_view_MotionEvent_Handler\n" + + "n_onScrollChanged:(IIII)V:GetOnScrollChanged_IIIIHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AHorizontalScrollView, Xamarin.Forms.Platform.Android", AHorizontalScrollView.class, __md_methods); + } + + + public AHorizontalScrollView (android.content.Context p0) + { + super (p0); + if (getClass () == AHorizontalScrollView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AHorizontalScrollView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public AHorizontalScrollView (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == AHorizontalScrollView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AHorizontalScrollView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public AHorizontalScrollView (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == AHorizontalScrollView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AHorizontalScrollView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public AHorizontalScrollView (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == AHorizontalScrollView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AHorizontalScrollView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public boolean onInterceptTouchEvent (android.view.MotionEvent p0) + { + return n_onInterceptTouchEvent (p0); + } + + private native boolean n_onInterceptTouchEvent (android.view.MotionEvent p0); + + + public boolean onTouchEvent (android.view.MotionEvent p0) + { + return n_onTouchEvent (p0); + } + + private native boolean n_onTouchEvent (android.view.MotionEvent p0); + + + public void onScrollChanged (int p0, int p1, int p2, int p3) + { + n_onScrollChanged (p0, p1, p2, p3); + } + + private native void n_onScrollChanged (int p0, int p1, int p2, int p3); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ActionSheetRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ActionSheetRenderer.java new file mode 100644 index 0000000..7c03b40 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ActionSheetRenderer.java @@ -0,0 +1,91 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class ActionSheetRenderer + extends android.app.Dialog + implements + mono.android.IGCUserPeer, + android.view.View.OnClickListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_cancel:()V:GetCancelHandler\n" + + "n_onAttachedToWindow:()V:GetOnAttachedToWindowHandler\n" + + "n_onCreate:(Landroid/os/Bundle;)V:GetOnCreate_Landroid_os_Bundle_Handler\n" + + "n_onClick:(Landroid/view/View;)V:GetOnClick_Landroid_view_View_Handler:Android.Views.View/IOnClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ActionSheetRenderer, Xamarin.Forms.Platform.Android", ActionSheetRenderer.class, __md_methods); + } + + + public ActionSheetRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == ActionSheetRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ActionSheetRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public ActionSheetRenderer (android.content.Context p0, boolean p1, android.content.DialogInterface.OnCancelListener p2) + { + super (p0, p1, p2); + if (getClass () == ActionSheetRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ActionSheetRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:System.Boolean, mscorlib:Android.Content.IDialogInterfaceOnCancelListener, Mono.Android", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public ActionSheetRenderer (android.content.Context p0, int p1) + { + super (p0, p1); + if (getClass () == ActionSheetRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ActionSheetRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1 }); + } + + + public void cancel () + { + n_cancel (); + } + + private native void n_cancel (); + + + public void onAttachedToWindow () + { + n_onAttachedToWindow (); + } + + private native void n_onAttachedToWindow (); + + + public void onCreate (android.os.Bundle p0) + { + n_onCreate (p0); + } + + private native void n_onCreate (android.os.Bundle p0); + + + public void onClick (android.view.View p0) + { + n_onClick (p0); + } + + private native void n_onClick (android.view.View p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ActivityIndicatorRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ActivityIndicatorRenderer.java new file mode 100644 index 0000000..8055337 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ActivityIndicatorRenderer.java @@ -0,0 +1,54 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class ActivityIndicatorRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ActivityIndicatorRenderer, Xamarin.Forms.Platform.Android", ActivityIndicatorRenderer.class, __md_methods); + } + + + public ActivityIndicatorRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == ActivityIndicatorRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ActivityIndicatorRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public ActivityIndicatorRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == ActivityIndicatorRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ActivityIndicatorRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public ActivityIndicatorRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == ActivityIndicatorRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ActivityIndicatorRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/AndroidActivity.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/AndroidActivity.java new file mode 100644 index 0000000..df8004a --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/AndroidActivity.java @@ -0,0 +1,38 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class AndroidActivity + extends md51558244f76c53b6aeda52c8a337f2c37.FormsApplicationActivity + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AndroidActivity, Xamarin.Forms.Platform.Android", AndroidActivity.class, __md_methods); + } + + + public AndroidActivity () + { + super (); + if (getClass () == AndroidActivity.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AndroidActivity, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/BaseCellView.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/BaseCellView.java new file mode 100644 index 0000000..86fa2fc --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/BaseCellView.java @@ -0,0 +1,62 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class BaseCellView + extends android.widget.LinearLayout + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.BaseCellView, Xamarin.Forms.Platform.Android", BaseCellView.class, __md_methods); + } + + + public BaseCellView (android.content.Context p0) + { + super (p0); + if (getClass () == BaseCellView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.BaseCellView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public BaseCellView (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == BaseCellView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.BaseCellView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public BaseCellView (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == BaseCellView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.BaseCellView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public BaseCellView (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == BaseCellView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.BaseCellView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/BorderDrawable.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/BorderDrawable.java new file mode 100644 index 0000000..afbdefe --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/BorderDrawable.java @@ -0,0 +1,92 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class BorderDrawable + extends android.graphics.drawable.Drawable + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_isStateful:()Z:GetIsStatefulHandler\n" + + "n_getOpacity:()I:GetGetOpacityHandler\n" + + "n_draw:(Landroid/graphics/Canvas;)V:GetDraw_Landroid_graphics_Canvas_Handler\n" + + "n_setAlpha:(I)V:GetSetAlpha_IHandler\n" + + "n_setColorFilter:(Landroid/graphics/ColorFilter;)V:GetSetColorFilter_Landroid_graphics_ColorFilter_Handler\n" + + "n_onStateChange:([I)Z:GetOnStateChange_arrayIHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.BorderDrawable, Xamarin.Forms.Platform.Android", BorderDrawable.class, __md_methods); + } + + + public BorderDrawable () + { + super (); + if (getClass () == BorderDrawable.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.BorderDrawable, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public boolean isStateful () + { + return n_isStateful (); + } + + private native boolean n_isStateful (); + + + public int getOpacity () + { + return n_getOpacity (); + } + + private native int n_getOpacity (); + + + public void draw (android.graphics.Canvas p0) + { + n_draw (p0); + } + + private native void n_draw (android.graphics.Canvas p0); + + + public void setAlpha (int p0) + { + n_setAlpha (p0); + } + + private native void n_setAlpha (int p0); + + + public void setColorFilter (android.graphics.ColorFilter p0) + { + n_setColorFilter (p0); + } + + private native void n_setColorFilter (android.graphics.ColorFilter p0); + + + public boolean onStateChange (int[] p0) + { + return n_onStateChange (p0); + } + + private native boolean n_onStateChange (int[] p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/BoxRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/BoxRenderer.java new file mode 100644 index 0000000..6f0825e --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/BoxRenderer.java @@ -0,0 +1,63 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class BoxRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.VisualElementRenderer_1 + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnTouchEvent_Landroid_view_MotionEvent_Handler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.BoxRenderer, Xamarin.Forms.Platform.Android", BoxRenderer.class, __md_methods); + } + + + public BoxRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == BoxRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.BoxRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public BoxRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == BoxRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.BoxRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public BoxRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == BoxRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.BoxRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public boolean onTouchEvent (android.view.MotionEvent p0) + { + return n_onTouchEvent (p0); + } + + private native boolean n_onTouchEvent (android.view.MotionEvent p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ButtonRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ButtonRenderer.java new file mode 100644 index 0000000..7108a39 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ButtonRenderer.java @@ -0,0 +1,82 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class ButtonRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 + implements + mono.android.IGCUserPeer, + android.view.View.OnAttachStateChangeListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onViewAttachedToWindow:(Landroid/view/View;)V:GetOnViewAttachedToWindow_Landroid_view_View_Handler:Android.Views.View/IOnAttachStateChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onViewDetachedFromWindow:(Landroid/view/View;)V:GetOnViewDetachedFromWindow_Landroid_view_View_Handler:Android.Views.View/IOnAttachStateChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ButtonRenderer, Xamarin.Forms.Platform.Android", ButtonRenderer.class, __md_methods); + } + + + public ButtonRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == ButtonRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ButtonRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public ButtonRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == ButtonRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ButtonRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public ButtonRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == ButtonRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ButtonRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public void onViewAttachedToWindow (android.view.View p0) + { + n_onViewAttachedToWindow (p0); + } + + private native void n_onViewAttachedToWindow (android.view.View p0); + + + public void onViewDetachedFromWindow (android.view.View p0) + { + n_onViewDetachedFromWindow (p0); + } + + private native void n_onViewDetachedFromWindow (android.view.View p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ButtonRenderer_ButtonClickListener.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ButtonRenderer_ButtonClickListener.java new file mode 100644 index 0000000..337185f --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ButtonRenderer_ButtonClickListener.java @@ -0,0 +1,48 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class ButtonRenderer_ButtonClickListener + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.view.View.OnClickListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onClick:(Landroid/view/View;)V:GetOnClick_Landroid_view_View_Handler:Android.Views.View/IOnClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ButtonRenderer+ButtonClickListener, Xamarin.Forms.Platform.Android", ButtonRenderer_ButtonClickListener.class, __md_methods); + } + + + public ButtonRenderer_ButtonClickListener () + { + super (); + if (getClass () == ButtonRenderer_ButtonClickListener.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ButtonRenderer+ButtonClickListener, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public void onClick (android.view.View p0) + { + n_onClick (p0); + } + + private native void n_onClick (android.view.View p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ButtonRenderer_ButtonTouchListener.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ButtonRenderer_ButtonTouchListener.java new file mode 100644 index 0000000..fac4a66 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ButtonRenderer_ButtonTouchListener.java @@ -0,0 +1,48 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class ButtonRenderer_ButtonTouchListener + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.view.View.OnTouchListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onTouch:(Landroid/view/View;Landroid/view/MotionEvent;)Z:GetOnTouch_Landroid_view_View_Landroid_view_MotionEvent_Handler:Android.Views.View/IOnTouchListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ButtonRenderer+ButtonTouchListener, Xamarin.Forms.Platform.Android", ButtonRenderer_ButtonTouchListener.class, __md_methods); + } + + + public ButtonRenderer_ButtonTouchListener () + { + super (); + if (getClass () == ButtonRenderer_ButtonTouchListener.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ButtonRenderer+ButtonTouchListener, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public boolean onTouch (android.view.View p0, android.view.MotionEvent p1) + { + return n_onTouch (p0, p1); + } + + private native boolean n_onTouch (android.view.View p0, android.view.MotionEvent p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/CarouselPageAdapter.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/CarouselPageAdapter.java new file mode 100644 index 0000000..0469855 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/CarouselPageAdapter.java @@ -0,0 +1,111 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class CarouselPageAdapter + extends android.support.v4.view.PagerAdapter + implements + mono.android.IGCUserPeer, + android.support.v4.view.ViewPager.OnPageChangeListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_getCount:()I:GetGetCountHandler\n" + + "n_destroyItem:(Landroid/view/ViewGroup;ILjava/lang/Object;)V:GetDestroyItem_Landroid_view_ViewGroup_ILjava_lang_Object_Handler\n" + + "n_getItemPosition:(Ljava/lang/Object;)I:GetGetItemPosition_Ljava_lang_Object_Handler\n" + + "n_instantiateItem:(Landroid/view/ViewGroup;I)Ljava/lang/Object;:GetInstantiateItem_Landroid_view_ViewGroup_IHandler\n" + + "n_isViewFromObject:(Landroid/view/View;Ljava/lang/Object;)Z:GetIsViewFromObject_Landroid_view_View_Ljava_lang_Object_Handler\n" + + "n_onPageScrollStateChanged:(I)V:GetOnPageScrollStateChanged_IHandler:Android.Support.V4.View.ViewPager/IOnPageChangeListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onPageScrolled:(IFI)V:GetOnPageScrolled_IFIHandler:Android.Support.V4.View.ViewPager/IOnPageChangeListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onPageSelected:(I)V:GetOnPageSelected_IHandler:Android.Support.V4.View.ViewPager/IOnPageChangeListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.CarouselPageAdapter, Xamarin.Forms.Platform.Android", CarouselPageAdapter.class, __md_methods); + } + + + public CarouselPageAdapter () + { + super (); + if (getClass () == CarouselPageAdapter.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.CarouselPageAdapter, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public int getCount () + { + return n_getCount (); + } + + private native int n_getCount (); + + + public void destroyItem (android.view.ViewGroup p0, int p1, java.lang.Object p2) + { + n_destroyItem (p0, p1, p2); + } + + private native void n_destroyItem (android.view.ViewGroup p0, int p1, java.lang.Object p2); + + + public int getItemPosition (java.lang.Object p0) + { + return n_getItemPosition (p0); + } + + private native int n_getItemPosition (java.lang.Object p0); + + + public java.lang.Object instantiateItem (android.view.ViewGroup p0, int p1) + { + return n_instantiateItem (p0, p1); + } + + private native java.lang.Object n_instantiateItem (android.view.ViewGroup p0, int p1); + + + public boolean isViewFromObject (android.view.View p0, java.lang.Object p1) + { + return n_isViewFromObject (p0, p1); + } + + private native boolean n_isViewFromObject (android.view.View p0, java.lang.Object p1); + + + public void onPageScrollStateChanged (int p0) + { + n_onPageScrollStateChanged (p0); + } + + private native void n_onPageScrollStateChanged (int p0); + + + public void onPageScrolled (int p0, float p1, int p2) + { + n_onPageScrolled (p0, p1, p2); + } + + private native void n_onPageScrolled (int p0, float p1, int p2); + + + public void onPageSelected (int p0) + { + n_onPageSelected (p0); + } + + private native void n_onPageSelected (int p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/CarouselPageRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/CarouselPageRenderer.java new file mode 100644 index 0000000..b2591a6 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/CarouselPageRenderer.java @@ -0,0 +1,90 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class CarouselPageRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.VisualElementRenderer_1 + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onAttachedToWindow:()V:GetOnAttachedToWindowHandler\n" + + "n_onDetachedFromWindow:()V:GetOnDetachedFromWindowHandler\n" + + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onMeasure:(II)V:GetOnMeasure_IIHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.CarouselPageRenderer, Xamarin.Forms.Platform.Android", CarouselPageRenderer.class, __md_methods); + } + + + public CarouselPageRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == CarouselPageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.CarouselPageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public CarouselPageRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == CarouselPageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.CarouselPageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public CarouselPageRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == CarouselPageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.CarouselPageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public void onAttachedToWindow () + { + n_onAttachedToWindow (); + } + + private native void n_onAttachedToWindow (); + + + public void onDetachedFromWindow () + { + n_onDetachedFromWindow (); + } + + private native void n_onDetachedFromWindow (); + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public void onMeasure (int p0, int p1) + { + n_onMeasure (p0, p1); + } + + private native void n_onMeasure (int p0, int p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/CellAdapter.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/CellAdapter.java new file mode 100644 index 0000000..b153f87 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/CellAdapter.java @@ -0,0 +1,139 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public abstract class CellAdapter + extends android.widget.BaseAdapter + implements + mono.android.IGCUserPeer, + android.widget.AdapterView.OnItemLongClickListener, + android.view.ActionMode.Callback, + android.widget.AdapterView.OnItemClickListener, + android.support.v7.view.ActionMode.Callback +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onItemLongClick:(Landroid/widget/AdapterView;Landroid/view/View;IJ)Z:GetOnItemLongClick_Landroid_widget_AdapterView_Landroid_view_View_IJHandler:Android.Widget.AdapterView/IOnItemLongClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onActionItemClicked:(Landroid/view/ActionMode;Landroid/view/MenuItem;)Z:GetOnActionItemClicked_Landroid_view_ActionMode_Landroid_view_MenuItem_Handler:Android.Views.ActionMode/ICallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onCreateActionMode:(Landroid/view/ActionMode;Landroid/view/Menu;)Z:GetOnCreateActionMode_Landroid_view_ActionMode_Landroid_view_Menu_Handler:Android.Views.ActionMode/ICallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onDestroyActionMode:(Landroid/view/ActionMode;)V:GetOnDestroyActionMode_Landroid_view_ActionMode_Handler:Android.Views.ActionMode/ICallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onPrepareActionMode:(Landroid/view/ActionMode;Landroid/view/Menu;)Z:GetOnPrepareActionMode_Landroid_view_ActionMode_Landroid_view_Menu_Handler:Android.Views.ActionMode/ICallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onItemClick:(Landroid/widget/AdapterView;Landroid/view/View;IJ)V:GetOnItemClick_Landroid_widget_AdapterView_Landroid_view_View_IJHandler:Android.Widget.AdapterView/IOnItemClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onActionItemClicked:(Landroid/support/v7/view/ActionMode;Landroid/view/MenuItem;)Z:GetOnActionItemClicked_Landroid_support_v7_view_ActionMode_Landroid_view_MenuItem_Handler:Android.Support.V7.View.ActionMode/ICallbackInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + "n_onCreateActionMode:(Landroid/support/v7/view/ActionMode;Landroid/view/Menu;)Z:GetOnCreateActionMode_Landroid_support_v7_view_ActionMode_Landroid_view_Menu_Handler:Android.Support.V7.View.ActionMode/ICallbackInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + "n_onDestroyActionMode:(Landroid/support/v7/view/ActionMode;)V:GetOnDestroyActionMode_Landroid_support_v7_view_ActionMode_Handler:Android.Support.V7.View.ActionMode/ICallbackInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + "n_onPrepareActionMode:(Landroid/support/v7/view/ActionMode;Landroid/view/Menu;)Z:GetOnPrepareActionMode_Landroid_support_v7_view_ActionMode_Landroid_view_Menu_Handler:Android.Support.V7.View.ActionMode/ICallbackInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.CellAdapter, Xamarin.Forms.Platform.Android", CellAdapter.class, __md_methods); + } + + + public CellAdapter () + { + super (); + if (getClass () == CellAdapter.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.CellAdapter, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + public CellAdapter (android.content.Context p0) + { + super (); + if (getClass () == CellAdapter.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.CellAdapter, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public boolean onItemLongClick (android.widget.AdapterView p0, android.view.View p1, int p2, long p3) + { + return n_onItemLongClick (p0, p1, p2, p3); + } + + private native boolean n_onItemLongClick (android.widget.AdapterView p0, android.view.View p1, int p2, long p3); + + + public boolean onActionItemClicked (android.view.ActionMode p0, android.view.MenuItem p1) + { + return n_onActionItemClicked (p0, p1); + } + + private native boolean n_onActionItemClicked (android.view.ActionMode p0, android.view.MenuItem p1); + + + public boolean onCreateActionMode (android.view.ActionMode p0, android.view.Menu p1) + { + return n_onCreateActionMode (p0, p1); + } + + private native boolean n_onCreateActionMode (android.view.ActionMode p0, android.view.Menu p1); + + + public void onDestroyActionMode (android.view.ActionMode p0) + { + n_onDestroyActionMode (p0); + } + + private native void n_onDestroyActionMode (android.view.ActionMode p0); + + + public boolean onPrepareActionMode (android.view.ActionMode p0, android.view.Menu p1) + { + return n_onPrepareActionMode (p0, p1); + } + + private native boolean n_onPrepareActionMode (android.view.ActionMode p0, android.view.Menu p1); + + + public void onItemClick (android.widget.AdapterView p0, android.view.View p1, int p2, long p3) + { + n_onItemClick (p0, p1, p2, p3); + } + + private native void n_onItemClick (android.widget.AdapterView p0, android.view.View p1, int p2, long p3); + + + public boolean onActionItemClicked (android.support.v7.view.ActionMode p0, android.view.MenuItem p1) + { + return n_onActionItemClicked (p0, p1); + } + + private native boolean n_onActionItemClicked (android.support.v7.view.ActionMode p0, android.view.MenuItem p1); + + + public boolean onCreateActionMode (android.support.v7.view.ActionMode p0, android.view.Menu p1) + { + return n_onCreateActionMode (p0, p1); + } + + private native boolean n_onCreateActionMode (android.support.v7.view.ActionMode p0, android.view.Menu p1); + + + public void onDestroyActionMode (android.support.v7.view.ActionMode p0) + { + n_onDestroyActionMode (p0); + } + + private native void n_onDestroyActionMode (android.support.v7.view.ActionMode p0); + + + public boolean onPrepareActionMode (android.support.v7.view.ActionMode p0, android.view.Menu p1) + { + return n_onPrepareActionMode (p0, p1); + } + + private native boolean n_onPrepareActionMode (android.support.v7.view.ActionMode p0, android.view.Menu p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/CellRenderer_RendererHolder.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/CellRenderer_RendererHolder.java new file mode 100644 index 0000000..e6c293a --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/CellRenderer_RendererHolder.java @@ -0,0 +1,38 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class CellRenderer_RendererHolder + extends java.lang.Object + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.CellRenderer+RendererHolder, Xamarin.Forms.Platform.Android", CellRenderer_RendererHolder.class, __md_methods); + } + + + public CellRenderer_RendererHolder () + { + super (); + if (getClass () == CellRenderer_RendererHolder.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.CellRenderer+RendererHolder, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ConditionalFocusLayout.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ConditionalFocusLayout.java new file mode 100644 index 0000000..0dfbc04 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ConditionalFocusLayout.java @@ -0,0 +1,72 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class ConditionalFocusLayout + extends android.widget.LinearLayout + implements + mono.android.IGCUserPeer, + android.view.View.OnTouchListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onTouch:(Landroid/view/View;Landroid/view/MotionEvent;)Z:GetOnTouch_Landroid_view_View_Landroid_view_MotionEvent_Handler:Android.Views.View/IOnTouchListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ConditionalFocusLayout, Xamarin.Forms.Platform.Android", ConditionalFocusLayout.class, __md_methods); + } + + + public ConditionalFocusLayout (android.content.Context p0) + { + super (p0); + if (getClass () == ConditionalFocusLayout.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ConditionalFocusLayout, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public ConditionalFocusLayout (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == ConditionalFocusLayout.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ConditionalFocusLayout, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public ConditionalFocusLayout (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == ConditionalFocusLayout.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ConditionalFocusLayout, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public ConditionalFocusLayout (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == ConditionalFocusLayout.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ConditionalFocusLayout, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public boolean onTouch (android.view.View p0, android.view.MotionEvent p1) + { + return n_onTouch (p0, p1); + } + + private native boolean n_onTouch (android.view.View p0, android.view.MotionEvent p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/DatePickerRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/DatePickerRenderer.java new file mode 100644 index 0000000..095b66a --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/DatePickerRenderer.java @@ -0,0 +1,54 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class DatePickerRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.DatePickerRenderer, Xamarin.Forms.Platform.Android", DatePickerRenderer.class, __md_methods); + } + + + public DatePickerRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == DatePickerRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.DatePickerRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public DatePickerRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == DatePickerRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.DatePickerRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public DatePickerRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == DatePickerRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.DatePickerRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/DatePickerRenderer_TextFieldClickHandler.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/DatePickerRenderer_TextFieldClickHandler.java new file mode 100644 index 0000000..abda7d9 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/DatePickerRenderer_TextFieldClickHandler.java @@ -0,0 +1,48 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class DatePickerRenderer_TextFieldClickHandler + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.view.View.OnClickListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onClick:(Landroid/view/View;)V:GetOnClick_Landroid_view_View_Handler:Android.Views.View/IOnClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.DatePickerRenderer+TextFieldClickHandler, Xamarin.Forms.Platform.Android", DatePickerRenderer_TextFieldClickHandler.class, __md_methods); + } + + + public DatePickerRenderer_TextFieldClickHandler () + { + super (); + if (getClass () == DatePickerRenderer_TextFieldClickHandler.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.DatePickerRenderer+TextFieldClickHandler, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public void onClick (android.view.View p0) + { + n_onClick (p0); + } + + private native void n_onClick (android.view.View p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/EditorEditText.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/EditorEditText.java new file mode 100644 index 0000000..e92f912 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/EditorEditText.java @@ -0,0 +1,62 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class EditorEditText + extends md51558244f76c53b6aeda52c8a337f2c37.FormsEditText + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.EditorEditText, Xamarin.Forms.Platform.Android", EditorEditText.class, __md_methods); + } + + + public EditorEditText (android.content.Context p0) + { + super (p0); + if (getClass () == EditorEditText.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EditorEditText, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public EditorEditText (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == EditorEditText.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EditorEditText, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public EditorEditText (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == EditorEditText.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EditorEditText, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public EditorEditText (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == EditorEditText.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EditorEditText, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/EditorRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/EditorRenderer.java new file mode 100644 index 0000000..b5c7ff5 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/EditorRenderer.java @@ -0,0 +1,83 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class EditorRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 + implements + mono.android.IGCUserPeer, + android.text.TextWatcher, + android.text.NoCopySpan +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_afterTextChanged:(Landroid/text/Editable;)V:GetAfterTextChanged_Landroid_text_Editable_Handler:Android.Text.ITextWatcherInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_beforeTextChanged:(Ljava/lang/CharSequence;III)V:GetBeforeTextChanged_Ljava_lang_CharSequence_IIIHandler:Android.Text.ITextWatcherInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onTextChanged:(Ljava/lang/CharSequence;III)V:GetOnTextChanged_Ljava_lang_CharSequence_IIIHandler:Android.Text.ITextWatcherInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.EditorRenderer, Xamarin.Forms.Platform.Android", EditorRenderer.class, __md_methods); + } + + + public EditorRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == EditorRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EditorRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public EditorRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == EditorRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EditorRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public EditorRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == EditorRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EditorRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public void afterTextChanged (android.text.Editable p0) + { + n_afterTextChanged (p0); + } + + private native void n_afterTextChanged (android.text.Editable p0); + + + public void beforeTextChanged (java.lang.CharSequence p0, int p1, int p2, int p3) + { + n_beforeTextChanged (p0, p1, p2, p3); + } + + private native void n_beforeTextChanged (java.lang.CharSequence p0, int p1, int p2, int p3); + + + public void onTextChanged (java.lang.CharSequence p0, int p1, int p2, int p3) + { + n_onTextChanged (p0, p1, p2, p3); + } + + private native void n_onTextChanged (java.lang.CharSequence p0, int p1, int p2, int p3); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/EntryCellEditText.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/EntryCellEditText.java new file mode 100644 index 0000000..2e6a823 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/EntryCellEditText.java @@ -0,0 +1,80 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class EntryCellEditText + extends android.widget.EditText + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onKeyPreIme:(ILandroid/view/KeyEvent;)Z:GetOnKeyPreIme_ILandroid_view_KeyEvent_Handler\n" + + "n_onFocusChanged:(ZILandroid/graphics/Rect;)V:GetOnFocusChanged_ZILandroid_graphics_Rect_Handler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.EntryCellEditText, Xamarin.Forms.Platform.Android", EntryCellEditText.class, __md_methods); + } + + + public EntryCellEditText (android.content.Context p0) + { + super (p0); + if (getClass () == EntryCellEditText.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EntryCellEditText, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public EntryCellEditText (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == EntryCellEditText.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EntryCellEditText, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public EntryCellEditText (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == EntryCellEditText.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EntryCellEditText, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public EntryCellEditText (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == EntryCellEditText.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EntryCellEditText, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public boolean onKeyPreIme (int p0, android.view.KeyEvent p1) + { + return n_onKeyPreIme (p0, p1); + } + + private native boolean n_onKeyPreIme (int p0, android.view.KeyEvent p1); + + + public void onFocusChanged (boolean p0, int p1, android.graphics.Rect p2) + { + n_onFocusChanged (p0, p1, p2); + } + + private native void n_onFocusChanged (boolean p0, int p1, android.graphics.Rect p2); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/EntryCellView.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/EntryCellView.java new file mode 100644 index 0000000..d07e62d --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/EntryCellView.java @@ -0,0 +1,111 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class EntryCellView + extends android.widget.LinearLayout + implements + mono.android.IGCUserPeer, + android.text.TextWatcher, + android.text.NoCopySpan, + android.view.View.OnFocusChangeListener, + android.widget.TextView.OnEditorActionListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_afterTextChanged:(Landroid/text/Editable;)V:GetAfterTextChanged_Landroid_text_Editable_Handler:Android.Text.ITextWatcherInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_beforeTextChanged:(Ljava/lang/CharSequence;III)V:GetBeforeTextChanged_Ljava_lang_CharSequence_IIIHandler:Android.Text.ITextWatcherInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onTextChanged:(Ljava/lang/CharSequence;III)V:GetOnTextChanged_Ljava_lang_CharSequence_IIIHandler:Android.Text.ITextWatcherInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onFocusChange:(Landroid/view/View;Z)V:GetOnFocusChange_Landroid_view_View_ZHandler:Android.Views.View/IOnFocusChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onEditorAction:(Landroid/widget/TextView;ILandroid/view/KeyEvent;)Z:GetOnEditorAction_Landroid_widget_TextView_ILandroid_view_KeyEvent_Handler:Android.Widget.TextView/IOnEditorActionListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.EntryCellView, Xamarin.Forms.Platform.Android", EntryCellView.class, __md_methods); + } + + + public EntryCellView (android.content.Context p0) + { + super (p0); + if (getClass () == EntryCellView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EntryCellView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public EntryCellView (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == EntryCellView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EntryCellView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public EntryCellView (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == EntryCellView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EntryCellView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public EntryCellView (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == EntryCellView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EntryCellView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public void afterTextChanged (android.text.Editable p0) + { + n_afterTextChanged (p0); + } + + private native void n_afterTextChanged (android.text.Editable p0); + + + public void beforeTextChanged (java.lang.CharSequence p0, int p1, int p2, int p3) + { + n_beforeTextChanged (p0, p1, p2, p3); + } + + private native void n_beforeTextChanged (java.lang.CharSequence p0, int p1, int p2, int p3); + + + public void onTextChanged (java.lang.CharSequence p0, int p1, int p2, int p3) + { + n_onTextChanged (p0, p1, p2, p3); + } + + private native void n_onTextChanged (java.lang.CharSequence p0, int p1, int p2, int p3); + + + public void onFocusChange (android.view.View p0, boolean p1) + { + n_onFocusChange (p0, p1); + } + + private native void n_onFocusChange (android.view.View p0, boolean p1); + + + public boolean onEditorAction (android.widget.TextView p0, int p1, android.view.KeyEvent p2) + { + return n_onEditorAction (p0, p1, p2); + } + + private native boolean n_onEditorAction (android.widget.TextView p0, int p1, android.view.KeyEvent p2); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/EntryEditText.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/EntryEditText.java new file mode 100644 index 0000000..746cb3c --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/EntryEditText.java @@ -0,0 +1,62 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class EntryEditText + extends md51558244f76c53b6aeda52c8a337f2c37.FormsEditText + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.EntryEditText, Xamarin.Forms.Platform.Android", EntryEditText.class, __md_methods); + } + + + public EntryEditText (android.content.Context p0) + { + super (p0); + if (getClass () == EntryEditText.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EntryEditText, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public EntryEditText (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == EntryEditText.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EntryEditText, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public EntryEditText (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == EntryEditText.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EntryEditText, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public EntryEditText (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == EntryEditText.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EntryEditText, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/EntryRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/EntryRenderer.java new file mode 100644 index 0000000..81e90b7 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/EntryRenderer.java @@ -0,0 +1,93 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class EntryRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 + implements + mono.android.IGCUserPeer, + android.text.TextWatcher, + android.text.NoCopySpan, + android.widget.TextView.OnEditorActionListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_afterTextChanged:(Landroid/text/Editable;)V:GetAfterTextChanged_Landroid_text_Editable_Handler:Android.Text.ITextWatcherInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_beforeTextChanged:(Ljava/lang/CharSequence;III)V:GetBeforeTextChanged_Ljava_lang_CharSequence_IIIHandler:Android.Text.ITextWatcherInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onTextChanged:(Ljava/lang/CharSequence;III)V:GetOnTextChanged_Ljava_lang_CharSequence_IIIHandler:Android.Text.ITextWatcherInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onEditorAction:(Landroid/widget/TextView;ILandroid/view/KeyEvent;)Z:GetOnEditorAction_Landroid_widget_TextView_ILandroid_view_KeyEvent_Handler:Android.Widget.TextView/IOnEditorActionListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.EntryRenderer, Xamarin.Forms.Platform.Android", EntryRenderer.class, __md_methods); + } + + + public EntryRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == EntryRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EntryRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public EntryRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == EntryRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EntryRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public EntryRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == EntryRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.EntryRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public void afterTextChanged (android.text.Editable p0) + { + n_afterTextChanged (p0); + } + + private native void n_afterTextChanged (android.text.Editable p0); + + + public void beforeTextChanged (java.lang.CharSequence p0, int p1, int p2, int p3) + { + n_beforeTextChanged (p0, p1, p2, p3); + } + + private native void n_beforeTextChanged (java.lang.CharSequence p0, int p1, int p2, int p3); + + + public void onTextChanged (java.lang.CharSequence p0, int p1, int p2, int p3) + { + n_onTextChanged (p0, p1, p2, p3); + } + + private native void n_onTextChanged (java.lang.CharSequence p0, int p1, int p2, int p3); + + + public boolean onEditorAction (android.widget.TextView p0, int p1, android.view.KeyEvent p2) + { + return n_onEditorAction (p0, p1, p2); + } + + private native boolean n_onEditorAction (android.widget.TextView p0, int p1, android.view.KeyEvent p2); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormattedStringExtensions_FontSpan.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormattedStringExtensions_FontSpan.java new file mode 100644 index 0000000..52e6a70 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormattedStringExtensions_FontSpan.java @@ -0,0 +1,56 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class FormattedStringExtensions_FontSpan + extends android.text.style.MetricAffectingSpan + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_updateDrawState:(Landroid/text/TextPaint;)V:GetUpdateDrawState_Landroid_text_TextPaint_Handler\n" + + "n_updateMeasureState:(Landroid/text/TextPaint;)V:GetUpdateMeasureState_Landroid_text_TextPaint_Handler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.FormattedStringExtensions+FontSpan, Xamarin.Forms.Platform.Android", FormattedStringExtensions_FontSpan.class, __md_methods); + } + + + public FormattedStringExtensions_FontSpan () + { + super (); + if (getClass () == FormattedStringExtensions_FontSpan.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormattedStringExtensions+FontSpan, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public void updateDrawState (android.text.TextPaint p0) + { + n_updateDrawState (p0); + } + + private native void n_updateDrawState (android.text.TextPaint p0); + + + public void updateMeasureState (android.text.TextPaint p0) + { + n_updateMeasureState (p0); + } + + private native void n_updateMeasureState (android.text.TextPaint p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormattedStringExtensions_LineHeightSpan.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormattedStringExtensions_LineHeightSpan.java new file mode 100644 index 0000000..eedb8a8 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormattedStringExtensions_LineHeightSpan.java @@ -0,0 +1,57 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class FormattedStringExtensions_LineHeightSpan + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.text.style.LineHeightSpan, + android.text.style.ParagraphStyle, + android.text.style.WrapTogetherSpan +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_chooseHeight:(Ljava/lang/CharSequence;IIIILandroid/graphics/Paint$FontMetricsInt;)V:GetChooseHeight_Ljava_lang_CharSequence_IIIILandroid_graphics_Paint_FontMetricsInt_Handler:Android.Text.Style.ILineHeightSpanInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.FormattedStringExtensions+LineHeightSpan, Xamarin.Forms.Platform.Android", FormattedStringExtensions_LineHeightSpan.class, __md_methods); + } + + + public FormattedStringExtensions_LineHeightSpan () + { + super (); + if (getClass () == FormattedStringExtensions_LineHeightSpan.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormattedStringExtensions+LineHeightSpan, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + public FormattedStringExtensions_LineHeightSpan (android.widget.TextView p0, double p1) + { + super (); + if (getClass () == FormattedStringExtensions_LineHeightSpan.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormattedStringExtensions+LineHeightSpan, Xamarin.Forms.Platform.Android", "Android.Widget.TextView, Mono.Android:System.Double, mscorlib", this, new java.lang.Object[] { p0, p1 }); + } + + + public void chooseHeight (java.lang.CharSequence p0, int p1, int p2, int p3, int p4, android.graphics.Paint.FontMetricsInt p5) + { + n_chooseHeight (p0, p1, p2, p3, p4, p5); + } + + private native void n_chooseHeight (java.lang.CharSequence p0, int p1, int p2, int p3, int p4, android.graphics.Paint.FontMetricsInt p5); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormattedStringExtensions_TextDecorationSpan.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormattedStringExtensions_TextDecorationSpan.java new file mode 100644 index 0000000..357c554 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormattedStringExtensions_TextDecorationSpan.java @@ -0,0 +1,56 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class FormattedStringExtensions_TextDecorationSpan + extends android.text.style.MetricAffectingSpan + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_updateDrawState:(Landroid/text/TextPaint;)V:GetUpdateDrawState_Landroid_text_TextPaint_Handler\n" + + "n_updateMeasureState:(Landroid/text/TextPaint;)V:GetUpdateMeasureState_Landroid_text_TextPaint_Handler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.FormattedStringExtensions+TextDecorationSpan, Xamarin.Forms.Platform.Android", FormattedStringExtensions_TextDecorationSpan.class, __md_methods); + } + + + public FormattedStringExtensions_TextDecorationSpan () + { + super (); + if (getClass () == FormattedStringExtensions_TextDecorationSpan.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormattedStringExtensions+TextDecorationSpan, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public void updateDrawState (android.text.TextPaint p0) + { + n_updateDrawState (p0); + } + + private native void n_updateDrawState (android.text.TextPaint p0); + + + public void updateMeasureState (android.text.TextPaint p0) + { + n_updateMeasureState (p0); + } + + private native void n_updateMeasureState (android.text.TextPaint p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsAppCompatActivity.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsAppCompatActivity.java new file mode 100644 index 0000000..1dbba37 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsAppCompatActivity.java @@ -0,0 +1,146 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class FormsAppCompatActivity + extends android.support.v7.app.AppCompatActivity + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onBackPressed:()V:GetOnBackPressedHandler\n" + + "n_onConfigurationChanged:(Landroid/content/res/Configuration;)V:GetOnConfigurationChanged_Landroid_content_res_Configuration_Handler\n" + + "n_onOptionsItemSelected:(Landroid/view/MenuItem;)Z:GetOnOptionsItemSelected_Landroid_view_MenuItem_Handler\n" + + "n_onActivityResult:(IILandroid/content/Intent;)V:GetOnActivityResult_IILandroid_content_Intent_Handler\n" + + "n_onCreate:(Landroid/os/Bundle;)V:GetOnCreate_Landroid_os_Bundle_Handler\n" + + "n_onDestroy:()V:GetOnDestroyHandler\n" + + "n_onNewIntent:(Landroid/content/Intent;)V:GetOnNewIntent_Landroid_content_Intent_Handler\n" + + "n_onPause:()V:GetOnPauseHandler\n" + + "n_onRestart:()V:GetOnRestartHandler\n" + + "n_onResume:()V:GetOnResumeHandler\n" + + "n_onStart:()V:GetOnStartHandler\n" + + "n_onStop:()V:GetOnStopHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.FormsAppCompatActivity, Xamarin.Forms.Platform.Android", FormsAppCompatActivity.class, __md_methods); + } + + + public FormsAppCompatActivity () + { + super (); + if (getClass () == FormsAppCompatActivity.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormsAppCompatActivity, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public void onBackPressed () + { + n_onBackPressed (); + } + + private native void n_onBackPressed (); + + + public void onConfigurationChanged (android.content.res.Configuration p0) + { + n_onConfigurationChanged (p0); + } + + private native void n_onConfigurationChanged (android.content.res.Configuration p0); + + + public boolean onOptionsItemSelected (android.view.MenuItem p0) + { + return n_onOptionsItemSelected (p0); + } + + private native boolean n_onOptionsItemSelected (android.view.MenuItem p0); + + + public void onActivityResult (int p0, int p1, android.content.Intent p2) + { + n_onActivityResult (p0, p1, p2); + } + + private native void n_onActivityResult (int p0, int p1, android.content.Intent p2); + + + public void onCreate (android.os.Bundle p0) + { + n_onCreate (p0); + } + + private native void n_onCreate (android.os.Bundle p0); + + + public void onDestroy () + { + n_onDestroy (); + } + + private native void n_onDestroy (); + + + public void onNewIntent (android.content.Intent p0) + { + n_onNewIntent (p0); + } + + private native void n_onNewIntent (android.content.Intent p0); + + + public void onPause () + { + n_onPause (); + } + + private native void n_onPause (); + + + public void onRestart () + { + n_onRestart (); + } + + private native void n_onRestart (); + + + public void onResume () + { + n_onResume (); + } + + private native void n_onResume (); + + + public void onStart () + { + n_onStart (); + } + + private native void n_onStart (); + + + public void onStop () + { + n_onStop (); + } + + private native void n_onStop (); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsApplicationActivity.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsApplicationActivity.java new file mode 100644 index 0000000..bac5615 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsApplicationActivity.java @@ -0,0 +1,146 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class FormsApplicationActivity + extends android.app.Activity + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onBackPressed:()V:GetOnBackPressedHandler\n" + + "n_onConfigurationChanged:(Landroid/content/res/Configuration;)V:GetOnConfigurationChanged_Landroid_content_res_Configuration_Handler\n" + + "n_onOptionsItemSelected:(Landroid/view/MenuItem;)Z:GetOnOptionsItemSelected_Landroid_view_MenuItem_Handler\n" + + "n_onPrepareOptionsMenu:(Landroid/view/Menu;)Z:GetOnPrepareOptionsMenu_Landroid_view_Menu_Handler\n" + + "n_onActivityResult:(IILandroid/content/Intent;)V:GetOnActivityResult_IILandroid_content_Intent_Handler\n" + + "n_onCreate:(Landroid/os/Bundle;)V:GetOnCreate_Landroid_os_Bundle_Handler\n" + + "n_onDestroy:()V:GetOnDestroyHandler\n" + + "n_onPause:()V:GetOnPauseHandler\n" + + "n_onRestart:()V:GetOnRestartHandler\n" + + "n_onResume:()V:GetOnResumeHandler\n" + + "n_onStart:()V:GetOnStartHandler\n" + + "n_onStop:()V:GetOnStopHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.FormsApplicationActivity, Xamarin.Forms.Platform.Android", FormsApplicationActivity.class, __md_methods); + } + + + public FormsApplicationActivity () + { + super (); + if (getClass () == FormsApplicationActivity.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormsApplicationActivity, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public void onBackPressed () + { + n_onBackPressed (); + } + + private native void n_onBackPressed (); + + + public void onConfigurationChanged (android.content.res.Configuration p0) + { + n_onConfigurationChanged (p0); + } + + private native void n_onConfigurationChanged (android.content.res.Configuration p0); + + + public boolean onOptionsItemSelected (android.view.MenuItem p0) + { + return n_onOptionsItemSelected (p0); + } + + private native boolean n_onOptionsItemSelected (android.view.MenuItem p0); + + + public boolean onPrepareOptionsMenu (android.view.Menu p0) + { + return n_onPrepareOptionsMenu (p0); + } + + private native boolean n_onPrepareOptionsMenu (android.view.Menu p0); + + + public void onActivityResult (int p0, int p1, android.content.Intent p2) + { + n_onActivityResult (p0, p1, p2); + } + + private native void n_onActivityResult (int p0, int p1, android.content.Intent p2); + + + public void onCreate (android.os.Bundle p0) + { + n_onCreate (p0); + } + + private native void n_onCreate (android.os.Bundle p0); + + + public void onDestroy () + { + n_onDestroy (); + } + + private native void n_onDestroy (); + + + public void onPause () + { + n_onPause (); + } + + private native void n_onPause (); + + + public void onRestart () + { + n_onRestart (); + } + + private native void n_onRestart (); + + + public void onResume () + { + n_onResume (); + } + + private native void n_onResume (); + + + public void onStart () + { + n_onStart (); + } + + private native void n_onStart (); + + + public void onStop () + { + n_onStop (); + } + + private native void n_onStop (); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsEditText.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsEditText.java new file mode 100644 index 0000000..390611e --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsEditText.java @@ -0,0 +1,89 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class FormsEditText + extends android.widget.EditText + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onKeyPreIme:(ILandroid/view/KeyEvent;)Z:GetOnKeyPreIme_ILandroid_view_KeyEvent_Handler\n" + + "n_requestFocus:(ILandroid/graphics/Rect;)Z:GetRequestFocus_ILandroid_graphics_Rect_Handler\n" + + "n_onSelectionChanged:(II)V:GetOnSelectionChanged_IIHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.FormsEditText, Xamarin.Forms.Platform.Android", FormsEditText.class, __md_methods); + } + + + public FormsEditText (android.content.Context p0) + { + super (p0); + if (getClass () == FormsEditText.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormsEditText, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public FormsEditText (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == FormsEditText.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormsEditText, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public FormsEditText (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == FormsEditText.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormsEditText, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public FormsEditText (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == FormsEditText.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormsEditText, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public boolean onKeyPreIme (int p0, android.view.KeyEvent p1) + { + return n_onKeyPreIme (p0, p1); + } + + private native boolean n_onKeyPreIme (int p0, android.view.KeyEvent p1); + + + public boolean requestFocus (int p0, android.graphics.Rect p1) + { + return n_requestFocus (p0, p1); + } + + private native boolean n_requestFocus (int p0, android.graphics.Rect p1); + + + public void onSelectionChanged (int p0, int p1) + { + n_onSelectionChanged (p0, p1); + } + + private native void n_onSelectionChanged (int p0, int p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsImageView.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsImageView.java new file mode 100644 index 0000000..3b55d80 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsImageView.java @@ -0,0 +1,71 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class FormsImageView + extends android.widget.ImageView + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_invalidate:()V:GetInvalidateHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.FormsImageView, Xamarin.Forms.Platform.Android", FormsImageView.class, __md_methods); + } + + + public FormsImageView (android.content.Context p0) + { + super (p0); + if (getClass () == FormsImageView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormsImageView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public FormsImageView (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == FormsImageView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormsImageView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public FormsImageView (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == FormsImageView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormsImageView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public FormsImageView (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == FormsImageView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormsImageView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public void invalidate () + { + n_invalidate (); + } + + private native void n_invalidate (); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsSeekBar.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsSeekBar.java new file mode 100644 index 0000000..01c747a --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsSeekBar.java @@ -0,0 +1,89 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class FormsSeekBar + extends android.widget.SeekBar + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnTouchEvent_Landroid_view_MotionEvent_Handler\n" + + "n_isPressed:()Z:GetIsPressedHandler\n" + + "n_setPressed:(Z)V:GetSetPressed_ZHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.FormsSeekBar, Xamarin.Forms.Platform.Android", FormsSeekBar.class, __md_methods); + } + + + public FormsSeekBar (android.content.Context p0) + { + super (p0); + if (getClass () == FormsSeekBar.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormsSeekBar, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public FormsSeekBar (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == FormsSeekBar.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormsSeekBar, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public FormsSeekBar (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == FormsSeekBar.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormsSeekBar, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public FormsSeekBar (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == FormsSeekBar.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormsSeekBar, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public boolean onTouchEvent (android.view.MotionEvent p0) + { + return n_onTouchEvent (p0); + } + + private native boolean n_onTouchEvent (android.view.MotionEvent p0); + + + public boolean isPressed () + { + return n_isPressed (); + } + + private native boolean n_isPressed (); + + + public void setPressed (boolean p0) + { + n_setPressed (p0); + } + + private native void n_setPressed (boolean p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsTextView.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsTextView.java new file mode 100644 index 0000000..0d55a6d --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsTextView.java @@ -0,0 +1,71 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class FormsTextView + extends android.widget.TextView + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_invalidate:()V:GetInvalidateHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.FormsTextView, Xamarin.Forms.Platform.Android", FormsTextView.class, __md_methods); + } + + + public FormsTextView (android.content.Context p0) + { + super (p0); + if (getClass () == FormsTextView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormsTextView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public FormsTextView (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == FormsTextView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormsTextView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public FormsTextView (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == FormsTextView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormsTextView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public FormsTextView (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == FormsTextView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormsTextView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public void invalidate () + { + n_invalidate (); + } + + private native void n_invalidate (); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsWebChromeClient.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsWebChromeClient.java new file mode 100644 index 0000000..44aae9f --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsWebChromeClient.java @@ -0,0 +1,47 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class FormsWebChromeClient + extends android.webkit.WebChromeClient + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onShowFileChooser:(Landroid/webkit/WebView;Landroid/webkit/ValueCallback;Landroid/webkit/WebChromeClient$FileChooserParams;)Z:GetOnShowFileChooser_Landroid_webkit_WebView_Landroid_webkit_ValueCallback_Landroid_webkit_WebChromeClient_FileChooserParams_Handler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.FormsWebChromeClient, Xamarin.Forms.Platform.Android", FormsWebChromeClient.class, __md_methods); + } + + + public FormsWebChromeClient () + { + super (); + if (getClass () == FormsWebChromeClient.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormsWebChromeClient, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public boolean onShowFileChooser (android.webkit.WebView p0, android.webkit.ValueCallback p1, android.webkit.WebChromeClient.FileChooserParams p2) + { + return n_onShowFileChooser (p0, p1, p2); + } + + private native boolean n_onShowFileChooser (android.webkit.WebView p0, android.webkit.ValueCallback p1, android.webkit.WebChromeClient.FileChooserParams p2); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsWebViewClient.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsWebViewClient.java new file mode 100644 index 0000000..a2fea4f --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FormsWebViewClient.java @@ -0,0 +1,81 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class FormsWebViewClient + extends android.webkit.WebViewClient + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onPageStarted:(Landroid/webkit/WebView;Ljava/lang/String;Landroid/graphics/Bitmap;)V:GetOnPageStarted_Landroid_webkit_WebView_Ljava_lang_String_Landroid_graphics_Bitmap_Handler\n" + + "n_onPageFinished:(Landroid/webkit/WebView;Ljava/lang/String;)V:GetOnPageFinished_Landroid_webkit_WebView_Ljava_lang_String_Handler\n" + + "n_onReceivedError:(Landroid/webkit/WebView;ILjava/lang/String;Ljava/lang/String;)V:GetOnReceivedError_Landroid_webkit_WebView_ILjava_lang_String_Ljava_lang_String_Handler\n" + + "n_onReceivedError:(Landroid/webkit/WebView;Landroid/webkit/WebResourceRequest;Landroid/webkit/WebResourceError;)V:GetOnReceivedError_Landroid_webkit_WebView_Landroid_webkit_WebResourceRequest_Landroid_webkit_WebResourceError_Handler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.FormsWebViewClient, Xamarin.Forms.Platform.Android", FormsWebViewClient.class, __md_methods); + } + + + public FormsWebViewClient () + { + super (); + if (getClass () == FormsWebViewClient.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormsWebViewClient, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + public FormsWebViewClient (md51558244f76c53b6aeda52c8a337f2c37.WebViewRenderer p0) + { + super (); + if (getClass () == FormsWebViewClient.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FormsWebViewClient, Xamarin.Forms.Platform.Android", "Xamarin.Forms.Platform.Android.WebViewRenderer, Xamarin.Forms.Platform.Android", this, new java.lang.Object[] { p0 }); + } + + + public void onPageStarted (android.webkit.WebView p0, java.lang.String p1, android.graphics.Bitmap p2) + { + n_onPageStarted (p0, p1, p2); + } + + private native void n_onPageStarted (android.webkit.WebView p0, java.lang.String p1, android.graphics.Bitmap p2); + + + public void onPageFinished (android.webkit.WebView p0, java.lang.String p1) + { + n_onPageFinished (p0, p1); + } + + private native void n_onPageFinished (android.webkit.WebView p0, java.lang.String p1); + + + public void onReceivedError (android.webkit.WebView p0, int p1, java.lang.String p2, java.lang.String p3) + { + n_onReceivedError (p0, p1, p2, p3); + } + + private native void n_onReceivedError (android.webkit.WebView p0, int p1, java.lang.String p2, java.lang.String p3); + + + public void onReceivedError (android.webkit.WebView p0, android.webkit.WebResourceRequest p1, android.webkit.WebResourceError p2) + { + n_onReceivedError (p0, p1, p2); + } + + private native void n_onReceivedError (android.webkit.WebView p0, android.webkit.WebResourceRequest p1, android.webkit.WebResourceError p2); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FrameRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FrameRenderer.java new file mode 100644 index 0000000..0010869 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FrameRenderer.java @@ -0,0 +1,63 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class FrameRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.VisualElementRenderer_1 + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnTouchEvent_Landroid_view_MotionEvent_Handler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.FrameRenderer, Xamarin.Forms.Platform.Android", FrameRenderer.class, __md_methods); + } + + + public FrameRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == FrameRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FrameRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public FrameRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == FrameRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FrameRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public FrameRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == FrameRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FrameRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public boolean onTouchEvent (android.view.MotionEvent p0) + { + return n_onTouchEvent (p0); + } + + private native boolean n_onTouchEvent (android.view.MotionEvent p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FrameRenderer_FrameDrawable.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FrameRenderer_FrameDrawable.java new file mode 100644 index 0000000..4391d0d --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/FrameRenderer_FrameDrawable.java @@ -0,0 +1,92 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class FrameRenderer_FrameDrawable + extends android.graphics.drawable.Drawable + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_isStateful:()Z:GetIsStatefulHandler\n" + + "n_getOpacity:()I:GetGetOpacityHandler\n" + + "n_draw:(Landroid/graphics/Canvas;)V:GetDraw_Landroid_graphics_Canvas_Handler\n" + + "n_setAlpha:(I)V:GetSetAlpha_IHandler\n" + + "n_setColorFilter:(Landroid/graphics/ColorFilter;)V:GetSetColorFilter_Landroid_graphics_ColorFilter_Handler\n" + + "n_onStateChange:([I)Z:GetOnStateChange_arrayIHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.FrameRenderer+FrameDrawable, Xamarin.Forms.Platform.Android", FrameRenderer_FrameDrawable.class, __md_methods); + } + + + public FrameRenderer_FrameDrawable () + { + super (); + if (getClass () == FrameRenderer_FrameDrawable.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FrameRenderer+FrameDrawable, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public boolean isStateful () + { + return n_isStateful (); + } + + private native boolean n_isStateful (); + + + public int getOpacity () + { + return n_getOpacity (); + } + + private native int n_getOpacity (); + + + public void draw (android.graphics.Canvas p0) + { + n_draw (p0); + } + + private native void n_draw (android.graphics.Canvas p0); + + + public void setAlpha (int p0) + { + n_setAlpha (p0); + } + + private native void n_setAlpha (int p0); + + + public void setColorFilter (android.graphics.ColorFilter p0) + { + n_setColorFilter (p0); + } + + private native void n_setColorFilter (android.graphics.ColorFilter p0); + + + public boolean onStateChange (int[] p0) + { + return n_onStateChange (p0); + } + + private native boolean n_onStateChange (int[] p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/GenericAnimatorListener.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/GenericAnimatorListener.java new file mode 100644 index 0000000..4cabe5c --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/GenericAnimatorListener.java @@ -0,0 +1,74 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class GenericAnimatorListener + extends android.animation.AnimatorListenerAdapter + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onAnimationCancel:(Landroid/animation/Animator;)V:GetOnAnimationCancel_Landroid_animation_Animator_Handler\n" + + "n_onAnimationEnd:(Landroid/animation/Animator;)V:GetOnAnimationEnd_Landroid_animation_Animator_Handler\n" + + "n_onAnimationRepeat:(Landroid/animation/Animator;)V:GetOnAnimationRepeat_Landroid_animation_Animator_Handler\n" + + "n_finalize:()V:GetJavaFinalizeHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.GenericAnimatorListener, Xamarin.Forms.Platform.Android", GenericAnimatorListener.class, __md_methods); + } + + + public GenericAnimatorListener () + { + super (); + if (getClass () == GenericAnimatorListener.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.GenericAnimatorListener, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public void onAnimationCancel (android.animation.Animator p0) + { + n_onAnimationCancel (p0); + } + + private native void n_onAnimationCancel (android.animation.Animator p0); + + + public void onAnimationEnd (android.animation.Animator p0) + { + n_onAnimationEnd (p0); + } + + private native void n_onAnimationEnd (android.animation.Animator p0); + + + public void onAnimationRepeat (android.animation.Animator p0) + { + n_onAnimationRepeat (p0); + } + + private native void n_onAnimationRepeat (android.animation.Animator p0); + + + public void finalize () + { + n_finalize (); + } + + private native void n_finalize (); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/GenericMenuClickListener.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/GenericMenuClickListener.java new file mode 100644 index 0000000..d9905c5 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/GenericMenuClickListener.java @@ -0,0 +1,48 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class GenericMenuClickListener + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.view.MenuItem.OnMenuItemClickListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onMenuItemClick:(Landroid/view/MenuItem;)Z:GetOnMenuItemClick_Landroid_view_MenuItem_Handler:Android.Views.IMenuItemOnMenuItemClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.GenericMenuClickListener, Xamarin.Forms.Platform.Android", GenericMenuClickListener.class, __md_methods); + } + + + public GenericMenuClickListener () + { + super (); + if (getClass () == GenericMenuClickListener.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.GenericMenuClickListener, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public boolean onMenuItemClick (android.view.MenuItem p0) + { + return n_onMenuItemClick (p0); + } + + private native boolean n_onMenuItemClick (android.view.MenuItem p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/GestureManager_TapAndPanGestureDetector.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/GestureManager_TapAndPanGestureDetector.java new file mode 100644 index 0000000..8147c11 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/GestureManager_TapAndPanGestureDetector.java @@ -0,0 +1,79 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class GestureManager_TapAndPanGestureDetector + extends android.view.GestureDetector + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnTouchEvent_Landroid_view_MotionEvent_Handler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.GestureManager+TapAndPanGestureDetector, Xamarin.Forms.Platform.Android", GestureManager_TapAndPanGestureDetector.class, __md_methods); + } + + + public GestureManager_TapAndPanGestureDetector (android.content.Context p0, android.view.GestureDetector.OnGestureListener p1) + { + super (p0, p1); + if (getClass () == GestureManager_TapAndPanGestureDetector.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.GestureManager+TapAndPanGestureDetector, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Views.GestureDetector+IOnGestureListener, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public GestureManager_TapAndPanGestureDetector (android.content.Context p0, android.view.GestureDetector.OnGestureListener p1, android.os.Handler p2) + { + super (p0, p1, p2); + if (getClass () == GestureManager_TapAndPanGestureDetector.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.GestureManager+TapAndPanGestureDetector, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Views.GestureDetector+IOnGestureListener, Mono.Android:Android.OS.Handler, Mono.Android", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public GestureManager_TapAndPanGestureDetector (android.content.Context p0, android.view.GestureDetector.OnGestureListener p1, android.os.Handler p2, boolean p3) + { + super (p0, p1, p2, p3); + if (getClass () == GestureManager_TapAndPanGestureDetector.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.GestureManager+TapAndPanGestureDetector, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Views.GestureDetector+IOnGestureListener, Mono.Android:Android.OS.Handler, Mono.Android:System.Boolean, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public GestureManager_TapAndPanGestureDetector (android.view.GestureDetector.OnGestureListener p0) + { + super (p0); + if (getClass () == GestureManager_TapAndPanGestureDetector.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.GestureManager+TapAndPanGestureDetector, Xamarin.Forms.Platform.Android", "Android.Views.GestureDetector+IOnGestureListener, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public GestureManager_TapAndPanGestureDetector (android.view.GestureDetector.OnGestureListener p0, android.os.Handler p1) + { + super (p0, p1); + if (getClass () == GestureManager_TapAndPanGestureDetector.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.GestureManager+TapAndPanGestureDetector, Xamarin.Forms.Platform.Android", "Android.Views.GestureDetector+IOnGestureListener, Mono.Android:Android.OS.Handler, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public boolean onTouchEvent (android.view.MotionEvent p0) + { + return n_onTouchEvent (p0); + } + + private native boolean n_onTouchEvent (android.view.MotionEvent p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/GroupedListViewAdapter.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/GroupedListViewAdapter.java new file mode 100644 index 0000000..c871604 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/GroupedListViewAdapter.java @@ -0,0 +1,73 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class GroupedListViewAdapter + extends md51558244f76c53b6aeda52c8a337f2c37.ListViewAdapter + implements + mono.android.IGCUserPeer, + android.widget.SectionIndexer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_getPositionForSection:(I)I:GetGetPositionForSection_IHandler:Android.Widget.ISectionIndexerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_getSectionForPosition:(I)I:GetGetSectionForPosition_IHandler:Android.Widget.ISectionIndexerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_getSections:()[Ljava/lang/Object;:GetGetSectionsHandler:Android.Widget.ISectionIndexerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.GroupedListViewAdapter, Xamarin.Forms.Platform.Android", GroupedListViewAdapter.class, __md_methods); + } + + + public GroupedListViewAdapter () + { + super (); + if (getClass () == GroupedListViewAdapter.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.GroupedListViewAdapter, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + public GroupedListViewAdapter (android.content.Context p0) + { + super (); + if (getClass () == GroupedListViewAdapter.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.GroupedListViewAdapter, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public int getPositionForSection (int p0) + { + return n_getPositionForSection (p0); + } + + private native int n_getPositionForSection (int p0); + + + public int getSectionForPosition (int p0) + { + return n_getSectionForPosition (p0); + } + + private native int n_getSectionForPosition (int p0); + + + public java.lang.Object[] getSections () + { + return n_getSections (); + } + + private native java.lang.Object[] n_getSections (); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ImageButtonRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ImageButtonRenderer.java new file mode 100644 index 0000000..4a6bc61 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ImageButtonRenderer.java @@ -0,0 +1,111 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class ImageButtonRenderer + extends android.support.v7.widget.AppCompatImageButton + implements + mono.android.IGCUserPeer, + android.view.View.OnFocusChangeListener, + android.view.View.OnClickListener, + android.view.View.OnTouchListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_invalidate:()V:GetInvalidateHandler\n" + + "n_draw:(Landroid/graphics/Canvas;)V:GetDraw_Landroid_graphics_Canvas_Handler\n" + + "n_onTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnTouchEvent_Landroid_view_MotionEvent_Handler\n" + + "n_onFocusChange:(Landroid/view/View;Z)V:GetOnFocusChange_Landroid_view_View_ZHandler:Android.Views.View/IOnFocusChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onClick:(Landroid/view/View;)V:GetOnClick_Landroid_view_View_Handler:Android.Views.View/IOnClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onTouch:(Landroid/view/View;Landroid/view/MotionEvent;)Z:GetOnTouch_Landroid_view_View_Landroid_view_MotionEvent_Handler:Android.Views.View/IOnTouchListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ImageButtonRenderer, Xamarin.Forms.Platform.Android", ImageButtonRenderer.class, __md_methods); + } + + + public ImageButtonRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == ImageButtonRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ImageButtonRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public ImageButtonRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == ImageButtonRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ImageButtonRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public ImageButtonRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == ImageButtonRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ImageButtonRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public void invalidate () + { + n_invalidate (); + } + + private native void n_invalidate (); + + + public void draw (android.graphics.Canvas p0) + { + n_draw (p0); + } + + private native void n_draw (android.graphics.Canvas p0); + + + public boolean onTouchEvent (android.view.MotionEvent p0) + { + return n_onTouchEvent (p0); + } + + private native boolean n_onTouchEvent (android.view.MotionEvent p0); + + + public void onFocusChange (android.view.View p0, boolean p1) + { + n_onFocusChange (p0, p1); + } + + private native void n_onFocusChange (android.view.View p0, boolean p1); + + + public void onClick (android.view.View p0) + { + n_onClick (p0); + } + + private native void n_onClick (android.view.View p0); + + + public boolean onTouch (android.view.View p0, android.view.MotionEvent p1) + { + return n_onTouch (p0, p1); + } + + private native boolean n_onTouch (android.view.View p0, android.view.MotionEvent p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ImageRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ImageRenderer.java new file mode 100644 index 0000000..72dd8fe --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ImageRenderer.java @@ -0,0 +1,63 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class ImageRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnTouchEvent_Landroid_view_MotionEvent_Handler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ImageRenderer, Xamarin.Forms.Platform.Android", ImageRenderer.class, __md_methods); + } + + + public ImageRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == ImageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ImageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public ImageRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == ImageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ImageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public ImageRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == ImageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ImageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public boolean onTouchEvent (android.view.MotionEvent p0) + { + return n_onTouchEvent (p0); + } + + private native boolean n_onTouchEvent (android.view.MotionEvent p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/InnerGestureListener.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/InnerGestureListener.java new file mode 100644 index 0000000..865451a --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/InnerGestureListener.java @@ -0,0 +1,121 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class InnerGestureListener + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.view.GestureDetector.OnGestureListener, + android.view.GestureDetector.OnDoubleTapListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onDown:(Landroid/view/MotionEvent;)Z:GetOnDown_Landroid_view_MotionEvent_Handler:Android.Views.GestureDetector/IOnGestureListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onFling:(Landroid/view/MotionEvent;Landroid/view/MotionEvent;FF)Z:GetOnFling_Landroid_view_MotionEvent_Landroid_view_MotionEvent_FFHandler:Android.Views.GestureDetector/IOnGestureListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onLongPress:(Landroid/view/MotionEvent;)V:GetOnLongPress_Landroid_view_MotionEvent_Handler:Android.Views.GestureDetector/IOnGestureListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onScroll:(Landroid/view/MotionEvent;Landroid/view/MotionEvent;FF)Z:GetOnScroll_Landroid_view_MotionEvent_Landroid_view_MotionEvent_FFHandler:Android.Views.GestureDetector/IOnGestureListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onShowPress:(Landroid/view/MotionEvent;)V:GetOnShowPress_Landroid_view_MotionEvent_Handler:Android.Views.GestureDetector/IOnGestureListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onSingleTapUp:(Landroid/view/MotionEvent;)Z:GetOnSingleTapUp_Landroid_view_MotionEvent_Handler:Android.Views.GestureDetector/IOnGestureListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onDoubleTap:(Landroid/view/MotionEvent;)Z:GetOnDoubleTap_Landroid_view_MotionEvent_Handler:Android.Views.GestureDetector/IOnDoubleTapListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onDoubleTapEvent:(Landroid/view/MotionEvent;)Z:GetOnDoubleTapEvent_Landroid_view_MotionEvent_Handler:Android.Views.GestureDetector/IOnDoubleTapListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onSingleTapConfirmed:(Landroid/view/MotionEvent;)Z:GetOnSingleTapConfirmed_Landroid_view_MotionEvent_Handler:Android.Views.GestureDetector/IOnDoubleTapListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.InnerGestureListener, Xamarin.Forms.Platform.Android", InnerGestureListener.class, __md_methods); + } + + + public InnerGestureListener () + { + super (); + if (getClass () == InnerGestureListener.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.InnerGestureListener, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public boolean onDown (android.view.MotionEvent p0) + { + return n_onDown (p0); + } + + private native boolean n_onDown (android.view.MotionEvent p0); + + + public boolean onFling (android.view.MotionEvent p0, android.view.MotionEvent p1, float p2, float p3) + { + return n_onFling (p0, p1, p2, p3); + } + + private native boolean n_onFling (android.view.MotionEvent p0, android.view.MotionEvent p1, float p2, float p3); + + + public void onLongPress (android.view.MotionEvent p0) + { + n_onLongPress (p0); + } + + private native void n_onLongPress (android.view.MotionEvent p0); + + + public boolean onScroll (android.view.MotionEvent p0, android.view.MotionEvent p1, float p2, float p3) + { + return n_onScroll (p0, p1, p2, p3); + } + + private native boolean n_onScroll (android.view.MotionEvent p0, android.view.MotionEvent p1, float p2, float p3); + + + public void onShowPress (android.view.MotionEvent p0) + { + n_onShowPress (p0); + } + + private native void n_onShowPress (android.view.MotionEvent p0); + + + public boolean onSingleTapUp (android.view.MotionEvent p0) + { + return n_onSingleTapUp (p0); + } + + private native boolean n_onSingleTapUp (android.view.MotionEvent p0); + + + public boolean onDoubleTap (android.view.MotionEvent p0) + { + return n_onDoubleTap (p0); + } + + private native boolean n_onDoubleTap (android.view.MotionEvent p0); + + + public boolean onDoubleTapEvent (android.view.MotionEvent p0) + { + return n_onDoubleTapEvent (p0); + } + + private native boolean n_onDoubleTapEvent (android.view.MotionEvent p0); + + + public boolean onSingleTapConfirmed (android.view.MotionEvent p0) + { + return n_onSingleTapConfirmed (p0); + } + + private native boolean n_onSingleTapConfirmed (android.view.MotionEvent p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/InnerScaleListener.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/InnerScaleListener.java new file mode 100644 index 0000000..6c5e979 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/InnerScaleListener.java @@ -0,0 +1,65 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class InnerScaleListener + extends android.view.ScaleGestureDetector.SimpleOnScaleGestureListener + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onScale:(Landroid/view/ScaleGestureDetector;)Z:GetOnScale_Landroid_view_ScaleGestureDetector_Handler\n" + + "n_onScaleBegin:(Landroid/view/ScaleGestureDetector;)Z:GetOnScaleBegin_Landroid_view_ScaleGestureDetector_Handler\n" + + "n_onScaleEnd:(Landroid/view/ScaleGestureDetector;)V:GetOnScaleEnd_Landroid_view_ScaleGestureDetector_Handler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.InnerScaleListener, Xamarin.Forms.Platform.Android", InnerScaleListener.class, __md_methods); + } + + + public InnerScaleListener () + { + super (); + if (getClass () == InnerScaleListener.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.InnerScaleListener, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public boolean onScale (android.view.ScaleGestureDetector p0) + { + return n_onScale (p0); + } + + private native boolean n_onScale (android.view.ScaleGestureDetector p0); + + + public boolean onScaleBegin (android.view.ScaleGestureDetector p0) + { + return n_onScaleBegin (p0); + } + + private native boolean n_onScaleBegin (android.view.ScaleGestureDetector p0); + + + public void onScaleEnd (android.view.ScaleGestureDetector p0) + { + n_onScaleEnd (p0); + } + + private native void n_onScaleEnd (android.view.ScaleGestureDetector p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/LabelRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/LabelRenderer.java new file mode 100644 index 0000000..2349864 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/LabelRenderer.java @@ -0,0 +1,72 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class LabelRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnTouchEvent_Landroid_view_MotionEvent_Handler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.LabelRenderer, Xamarin.Forms.Platform.Android", LabelRenderer.class, __md_methods); + } + + + public LabelRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == LabelRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.LabelRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public LabelRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == LabelRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.LabelRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public LabelRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == LabelRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.LabelRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public boolean onTouchEvent (android.view.MotionEvent p0) + { + return n_onTouchEvent (p0); + } + + private native boolean n_onTouchEvent (android.view.MotionEvent p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ListViewAdapter.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ListViewAdapter.java new file mode 100644 index 0000000..7be50b8 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ListViewAdapter.java @@ -0,0 +1,126 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class ListViewAdapter + extends md51558244f76c53b6aeda52c8a337f2c37.CellAdapter + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_getCount:()I:GetGetCountHandler\n" + + "n_hasStableIds:()Z:GetHasStableIdsHandler\n" + + "n_getItem:(I)Ljava/lang/Object;:GetGetItem_IHandler\n" + + "n_getViewTypeCount:()I:GetGetViewTypeCountHandler\n" + + "n_areAllItemsEnabled:()Z:GetAreAllItemsEnabledHandler\n" + + "n_getItemId:(I)J:GetGetItemId_IHandler\n" + + "n_getItemViewType:(I)I:GetGetItemViewType_IHandler\n" + + "n_getView:(ILandroid/view/View;Landroid/view/ViewGroup;)Landroid/view/View;:GetGetView_ILandroid_view_View_Landroid_view_ViewGroup_Handler\n" + + "n_isEnabled:(I)Z:GetIsEnabled_IHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ListViewAdapter, Xamarin.Forms.Platform.Android", ListViewAdapter.class, __md_methods); + } + + + public ListViewAdapter () + { + super (); + if (getClass () == ListViewAdapter.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ListViewAdapter, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + public ListViewAdapter (android.content.Context p0) + { + super (); + if (getClass () == ListViewAdapter.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ListViewAdapter, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public int getCount () + { + return n_getCount (); + } + + private native int n_getCount (); + + + public boolean hasStableIds () + { + return n_hasStableIds (); + } + + private native boolean n_hasStableIds (); + + + public java.lang.Object getItem (int p0) + { + return n_getItem (p0); + } + + private native java.lang.Object n_getItem (int p0); + + + public int getViewTypeCount () + { + return n_getViewTypeCount (); + } + + private native int n_getViewTypeCount (); + + + public boolean areAllItemsEnabled () + { + return n_areAllItemsEnabled (); + } + + private native boolean n_areAllItemsEnabled (); + + + public long getItemId (int p0) + { + return n_getItemId (p0); + } + + private native long n_getItemId (int p0); + + + public int getItemViewType (int p0) + { + return n_getItemViewType (p0); + } + + private native int n_getItemViewType (int p0); + + + public android.view.View getView (int p0, android.view.View p1, android.view.ViewGroup p2) + { + return n_getView (p0, p1, p2); + } + + private native android.view.View n_getView (int p0, android.view.View p1, android.view.ViewGroup p2); + + + public boolean isEnabled (int p0) + { + return n_isEnabled (p0); + } + + private native boolean n_isEnabled (int p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ListViewRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ListViewRenderer.java new file mode 100644 index 0000000..63b4829 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ListViewRenderer.java @@ -0,0 +1,91 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class ListViewRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 + implements + mono.android.IGCUserPeer, + android.support.v4.widget.SwipeRefreshLayout.OnRefreshListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onAttachedToWindow:()V:GetOnAttachedToWindowHandler\n" + + "n_onDetachedFromWindow:()V:GetOnDetachedFromWindowHandler\n" + + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onRefresh:()V:GetOnRefreshHandler:Android.Support.V4.Widget.SwipeRefreshLayout/IOnRefreshListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ListViewRenderer, Xamarin.Forms.Platform.Android", ListViewRenderer.class, __md_methods); + } + + + public ListViewRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == ListViewRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ListViewRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public ListViewRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == ListViewRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ListViewRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public ListViewRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == ListViewRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ListViewRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public void onAttachedToWindow () + { + n_onAttachedToWindow (); + } + + private native void n_onAttachedToWindow (); + + + public void onDetachedFromWindow () + { + n_onDetachedFromWindow (); + } + + private native void n_onDetachedFromWindow (); + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public void onRefresh () + { + n_onRefresh (); + } + + private native void n_onRefresh (); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ListViewRenderer_Container.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ListViewRenderer_Container.java new file mode 100644 index 0000000..02d31b2 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ListViewRenderer_Container.java @@ -0,0 +1,80 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class ListViewRenderer_Container + extends android.view.ViewGroup + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onMeasure:(II)V:GetOnMeasure_IIHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ListViewRenderer+Container, Xamarin.Forms.Platform.Android", ListViewRenderer_Container.class, __md_methods); + } + + + public ListViewRenderer_Container (android.content.Context p0) + { + super (p0); + if (getClass () == ListViewRenderer_Container.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ListViewRenderer+Container, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public ListViewRenderer_Container (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == ListViewRenderer_Container.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ListViewRenderer+Container, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public ListViewRenderer_Container (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == ListViewRenderer_Container.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ListViewRenderer+Container, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public ListViewRenderer_Container (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == ListViewRenderer_Container.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ListViewRenderer+Container, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public void onMeasure (int p0, int p1) + { + n_onMeasure (p0, p1); + } + + private native void n_onMeasure (int p0, int p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/LocalizedDigitsKeyListener.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/LocalizedDigitsKeyListener.java new file mode 100644 index 0000000..fb72c90 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/LocalizedDigitsKeyListener.java @@ -0,0 +1,72 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class LocalizedDigitsKeyListener + extends android.text.method.NumberKeyListener + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_getInputType:()I:GetGetInputTypeHandler\n" + + "n_getAcceptedChars:()[C:GetGetAcceptedCharsHandler\n" + + "n_filter:(Ljava/lang/CharSequence;IILandroid/text/Spanned;II)Ljava/lang/CharSequence;:GetFilter_Ljava_lang_CharSequence_IILandroid_text_Spanned_IIHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.LocalizedDigitsKeyListener, Xamarin.Forms.Platform.Android", LocalizedDigitsKeyListener.class, __md_methods); + } + + + public LocalizedDigitsKeyListener () + { + super (); + if (getClass () == LocalizedDigitsKeyListener.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.LocalizedDigitsKeyListener, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + public LocalizedDigitsKeyListener (int p0, char p1) + { + super (); + if (getClass () == LocalizedDigitsKeyListener.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.LocalizedDigitsKeyListener, Xamarin.Forms.Platform.Android", "Android.Text.InputTypes, Mono.Android:System.Char, mscorlib", this, new java.lang.Object[] { p0, p1 }); + } + + + public int getInputType () + { + return n_getInputType (); + } + + private native int n_getInputType (); + + + public char[] getAcceptedChars () + { + return n_getAcceptedChars (); + } + + private native char[] n_getAcceptedChars (); + + + public java.lang.CharSequence filter (java.lang.CharSequence p0, int p1, int p2, android.text.Spanned p3, int p4, int p5) + { + return n_filter (p0, p1, p2, p3, p4, p5); + } + + private native java.lang.CharSequence n_filter (java.lang.CharSequence p0, int p1, int p2, android.text.Spanned p3, int p4, int p5); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/MasterDetailContainer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/MasterDetailContainer.java new file mode 100644 index 0000000..967c7db --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/MasterDetailContainer.java @@ -0,0 +1,80 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class MasterDetailContainer + extends android.view.ViewGroup + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onInterceptTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnInterceptTouchEvent_Landroid_view_MotionEvent_Handler\n" + + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.MasterDetailContainer, Xamarin.Forms.Platform.Android", MasterDetailContainer.class, __md_methods); + } + + + public MasterDetailContainer (android.content.Context p0) + { + super (p0); + if (getClass () == MasterDetailContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.MasterDetailContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public MasterDetailContainer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == MasterDetailContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.MasterDetailContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public MasterDetailContainer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == MasterDetailContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.MasterDetailContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public MasterDetailContainer (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == MasterDetailContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.MasterDetailContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public boolean onInterceptTouchEvent (android.view.MotionEvent p0) + { + return n_onInterceptTouchEvent (p0); + } + + private native boolean n_onInterceptTouchEvent (android.view.MotionEvent p0); + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/MasterDetailRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/MasterDetailRenderer.java new file mode 100644 index 0000000..16774e4 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/MasterDetailRenderer.java @@ -0,0 +1,118 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class MasterDetailRenderer + extends android.support.v4.widget.DrawerLayout + implements + mono.android.IGCUserPeer, + android.support.v4.widget.DrawerLayout.DrawerListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onAttachedToWindow:()V:GetOnAttachedToWindowHandler\n" + + "n_onDetachedFromWindow:()V:GetOnDetachedFromWindowHandler\n" + + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onDrawerClosed:(Landroid/view/View;)V:GetOnDrawerClosed_Landroid_view_View_Handler:Android.Support.V4.Widget.DrawerLayout/IDrawerListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onDrawerOpened:(Landroid/view/View;)V:GetOnDrawerOpened_Landroid_view_View_Handler:Android.Support.V4.Widget.DrawerLayout/IDrawerListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onDrawerSlide:(Landroid/view/View;F)V:GetOnDrawerSlide_Landroid_view_View_FHandler:Android.Support.V4.Widget.DrawerLayout/IDrawerListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onDrawerStateChanged:(I)V:GetOnDrawerStateChanged_IHandler:Android.Support.V4.Widget.DrawerLayout/IDrawerListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.MasterDetailRenderer, Xamarin.Forms.Platform.Android", MasterDetailRenderer.class, __md_methods); + } + + + public MasterDetailRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == MasterDetailRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.MasterDetailRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public MasterDetailRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == MasterDetailRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.MasterDetailRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public MasterDetailRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == MasterDetailRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.MasterDetailRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public void onAttachedToWindow () + { + n_onAttachedToWindow (); + } + + private native void n_onAttachedToWindow (); + + + public void onDetachedFromWindow () + { + n_onDetachedFromWindow (); + } + + private native void n_onDetachedFromWindow (); + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public void onDrawerClosed (android.view.View p0) + { + n_onDrawerClosed (p0); + } + + private native void n_onDrawerClosed (android.view.View p0); + + + public void onDrawerOpened (android.view.View p0) + { + n_onDrawerOpened (p0); + } + + private native void n_onDrawerOpened (android.view.View p0); + + + public void onDrawerSlide (android.view.View p0, float p1) + { + n_onDrawerSlide (p0, p1); + } + + private native void n_onDrawerSlide (android.view.View p0, float p1); + + + public void onDrawerStateChanged (int p0) + { + n_onDrawerStateChanged (p0); + } + + private native void n_onDrawerStateChanged (int p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/NativeViewWrapperRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/NativeViewWrapperRenderer.java new file mode 100644 index 0000000..954fa93 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/NativeViewWrapperRenderer.java @@ -0,0 +1,72 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class NativeViewWrapperRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onMeasure:(II)V:GetOnMeasure_IIHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.NativeViewWrapperRenderer, Xamarin.Forms.Platform.Android", NativeViewWrapperRenderer.class, __md_methods); + } + + + public NativeViewWrapperRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == NativeViewWrapperRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.NativeViewWrapperRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public NativeViewWrapperRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == NativeViewWrapperRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.NativeViewWrapperRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public NativeViewWrapperRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == NativeViewWrapperRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.NativeViewWrapperRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public void onMeasure (int p0, int p1) + { + n_onMeasure (p0, p1); + } + + private native void n_onMeasure (int p0, int p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/NavigationMenuRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/NavigationMenuRenderer.java new file mode 100644 index 0000000..761e464 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/NavigationMenuRenderer.java @@ -0,0 +1,63 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class NavigationMenuRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onSizeChanged:(IIII)V:GetOnSizeChanged_IIIIHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.NavigationMenuRenderer, Xamarin.Forms.Platform.Android", NavigationMenuRenderer.class, __md_methods); + } + + + public NavigationMenuRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == NavigationMenuRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.NavigationMenuRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public NavigationMenuRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == NavigationMenuRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.NavigationMenuRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public NavigationMenuRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == NavigationMenuRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.NavigationMenuRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public void onSizeChanged (int p0, int p1, int p2, int p3) + { + n_onSizeChanged (p0, p1, p2, p3); + } + + private native void n_onSizeChanged (int p0, int p1, int p2, int p3); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/NavigationMenuRenderer_MenuAdapter.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/NavigationMenuRenderer_MenuAdapter.java new file mode 100644 index 0000000..b044910 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/NavigationMenuRenderer_MenuAdapter.java @@ -0,0 +1,74 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class NavigationMenuRenderer_MenuAdapter + extends android.widget.BaseAdapter + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_getItem:(I)Ljava/lang/Object;:GetGetItem_IHandler\n" + + "n_getView:(ILandroid/view/View;Landroid/view/ViewGroup;)Landroid/view/View;:GetGetView_ILandroid_view_View_Landroid_view_ViewGroup_Handler\n" + + "n_getItemId:(I)J:GetGetItemId_IHandler\n" + + "n_getCount:()I:GetGetCountHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.NavigationMenuRenderer+MenuAdapter, Xamarin.Forms.Platform.Android", NavigationMenuRenderer_MenuAdapter.class, __md_methods); + } + + + public NavigationMenuRenderer_MenuAdapter () + { + super (); + if (getClass () == NavigationMenuRenderer_MenuAdapter.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.NavigationMenuRenderer+MenuAdapter, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public java.lang.Object getItem (int p0) + { + return n_getItem (p0); + } + + private native java.lang.Object n_getItem (int p0); + + + public android.view.View getView (int p0, android.view.View p1, android.view.ViewGroup p2) + { + return n_getView (p0, p1, p2); + } + + private native android.view.View n_getView (int p0, android.view.View p1, android.view.ViewGroup p2); + + + public long getItemId (int p0) + { + return n_getItemId (p0); + } + + private native long n_getItemId (int p0); + + + public int getCount () + { + return n_getCount (); + } + + private native int n_getCount (); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/NavigationMenuRenderer_MenuElementView.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/NavigationMenuRenderer_MenuElementView.java new file mode 100644 index 0000000..44d70ea --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/NavigationMenuRenderer_MenuElementView.java @@ -0,0 +1,62 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class NavigationMenuRenderer_MenuElementView + extends android.widget.LinearLayout + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.NavigationMenuRenderer+MenuElementView, Xamarin.Forms.Platform.Android", NavigationMenuRenderer_MenuElementView.class, __md_methods); + } + + + public NavigationMenuRenderer_MenuElementView (android.content.Context p0) + { + super (p0); + if (getClass () == NavigationMenuRenderer_MenuElementView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.NavigationMenuRenderer+MenuElementView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public NavigationMenuRenderer_MenuElementView (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == NavigationMenuRenderer_MenuElementView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.NavigationMenuRenderer+MenuElementView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public NavigationMenuRenderer_MenuElementView (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == NavigationMenuRenderer_MenuElementView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.NavigationMenuRenderer+MenuElementView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public NavigationMenuRenderer_MenuElementView (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == NavigationMenuRenderer_MenuElementView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.NavigationMenuRenderer+MenuElementView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/NavigationRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/NavigationRenderer.java new file mode 100644 index 0000000..58140aa --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/NavigationRenderer.java @@ -0,0 +1,81 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class NavigationRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.VisualElementRenderer_1 + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onAttachedToWindow:()V:GetOnAttachedToWindowHandler\n" + + "n_onDetachedFromWindow:()V:GetOnDetachedFromWindowHandler\n" + + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.NavigationRenderer, Xamarin.Forms.Platform.Android", NavigationRenderer.class, __md_methods); + } + + + public NavigationRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == NavigationRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.NavigationRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public NavigationRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == NavigationRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.NavigationRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public NavigationRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == NavigationRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.NavigationRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public void onAttachedToWindow () + { + n_onAttachedToWindow (); + } + + private native void n_onAttachedToWindow (); + + + public void onDetachedFromWindow () + { + n_onDetachedFromWindow (); + } + + private native void n_onDetachedFromWindow (); + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ObjectJavaBox_1.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ObjectJavaBox_1.java new file mode 100644 index 0000000..b3c276d --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ObjectJavaBox_1.java @@ -0,0 +1,38 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class ObjectJavaBox_1 + extends java.lang.Object + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ObjectJavaBox`1, Xamarin.Forms.Platform.Android", ObjectJavaBox_1.class, __md_methods); + } + + + public ObjectJavaBox_1 () + { + super (); + if (getClass () == ObjectJavaBox_1.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ObjectJavaBox`1, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/OpenGLViewRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/OpenGLViewRenderer.java new file mode 100644 index 0000000..8c00789 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/OpenGLViewRenderer.java @@ -0,0 +1,54 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class OpenGLViewRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.OpenGLViewRenderer, Xamarin.Forms.Platform.Android", OpenGLViewRenderer.class, __md_methods); + } + + + public OpenGLViewRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == OpenGLViewRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.OpenGLViewRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public OpenGLViewRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == OpenGLViewRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.OpenGLViewRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public OpenGLViewRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == OpenGLViewRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.OpenGLViewRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/OpenGLViewRenderer_Renderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/OpenGLViewRenderer_Renderer.java new file mode 100644 index 0000000..d8ff7e1 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/OpenGLViewRenderer_Renderer.java @@ -0,0 +1,66 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class OpenGLViewRenderer_Renderer + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.opengl.GLSurfaceView.Renderer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onDrawFrame:(Ljavax/microedition/khronos/opengles/GL10;)V:GetOnDrawFrame_Ljavax_microedition_khronos_opengles_GL10_Handler:Android.Opengl.GLSurfaceView/IRendererInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onSurfaceChanged:(Ljavax/microedition/khronos/opengles/GL10;II)V:GetOnSurfaceChanged_Ljavax_microedition_khronos_opengles_GL10_IIHandler:Android.Opengl.GLSurfaceView/IRendererInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onSurfaceCreated:(Ljavax/microedition/khronos/opengles/GL10;Ljavax/microedition/khronos/egl/EGLConfig;)V:GetOnSurfaceCreated_Ljavax_microedition_khronos_opengles_GL10_Ljavax_microedition_khronos_egl_EGLConfig_Handler:Android.Opengl.GLSurfaceView/IRendererInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.OpenGLViewRenderer+Renderer, Xamarin.Forms.Platform.Android", OpenGLViewRenderer_Renderer.class, __md_methods); + } + + + public OpenGLViewRenderer_Renderer () + { + super (); + if (getClass () == OpenGLViewRenderer_Renderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.OpenGLViewRenderer+Renderer, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public void onDrawFrame (javax.microedition.khronos.opengles.GL10 p0) + { + n_onDrawFrame (p0); + } + + private native void n_onDrawFrame (javax.microedition.khronos.opengles.GL10 p0); + + + public void onSurfaceChanged (javax.microedition.khronos.opengles.GL10 p0, int p1, int p2) + { + n_onSurfaceChanged (p0, p1, p2); + } + + private native void n_onSurfaceChanged (javax.microedition.khronos.opengles.GL10 p0, int p1, int p2); + + + public void onSurfaceCreated (javax.microedition.khronos.opengles.GL10 p0, javax.microedition.khronos.egl.EGLConfig p1) + { + n_onSurfaceCreated (p0, p1); + } + + private native void n_onSurfaceCreated (javax.microedition.khronos.opengles.GL10 p0, javax.microedition.khronos.egl.EGLConfig p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PageContainer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PageContainer.java new file mode 100644 index 0000000..77f26ae --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PageContainer.java @@ -0,0 +1,80 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class PageContainer + extends android.view.ViewGroup + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onMeasure:(II)V:GetOnMeasure_IIHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.PageContainer, Xamarin.Forms.Platform.Android", PageContainer.class, __md_methods); + } + + + public PageContainer (android.content.Context p0) + { + super (p0); + if (getClass () == PageContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.PageContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public PageContainer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == PageContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.PageContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public PageContainer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == PageContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.PageContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public PageContainer (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == PageContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.PageContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public void onMeasure (int p0, int p1) + { + n_onMeasure (p0, p1); + } + + private native void n_onMeasure (int p0, int p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PageExtensions_EmbeddedFragment.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PageExtensions_EmbeddedFragment.java new file mode 100644 index 0000000..adfa9ec --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PageExtensions_EmbeddedFragment.java @@ -0,0 +1,47 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class PageExtensions_EmbeddedFragment + extends android.app.Fragment + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onCreateView:(Landroid/view/LayoutInflater;Landroid/view/ViewGroup;Landroid/os/Bundle;)Landroid/view/View;:GetOnCreateView_Landroid_view_LayoutInflater_Landroid_view_ViewGroup_Landroid_os_Bundle_Handler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.PageExtensions+EmbeddedFragment, Xamarin.Forms.Platform.Android", PageExtensions_EmbeddedFragment.class, __md_methods); + } + + + public PageExtensions_EmbeddedFragment () + { + super (); + if (getClass () == PageExtensions_EmbeddedFragment.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.PageExtensions+EmbeddedFragment, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public android.view.View onCreateView (android.view.LayoutInflater p0, android.view.ViewGroup p1, android.os.Bundle p2) + { + return n_onCreateView (p0, p1, p2); + } + + private native android.view.View n_onCreateView (android.view.LayoutInflater p0, android.view.ViewGroup p1, android.os.Bundle p2); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PageExtensions_EmbeddedSupportFragment.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PageExtensions_EmbeddedSupportFragment.java new file mode 100644 index 0000000..6e9d5cd --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PageExtensions_EmbeddedSupportFragment.java @@ -0,0 +1,47 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class PageExtensions_EmbeddedSupportFragment + extends android.support.v4.app.Fragment + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onCreateView:(Landroid/view/LayoutInflater;Landroid/view/ViewGroup;Landroid/os/Bundle;)Landroid/view/View;:GetOnCreateView_Landroid_view_LayoutInflater_Landroid_view_ViewGroup_Landroid_os_Bundle_Handler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.PageExtensions+EmbeddedSupportFragment, Xamarin.Forms.Platform.Android", PageExtensions_EmbeddedSupportFragment.class, __md_methods); + } + + + public PageExtensions_EmbeddedSupportFragment () + { + super (); + if (getClass () == PageExtensions_EmbeddedSupportFragment.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.PageExtensions+EmbeddedSupportFragment, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public android.view.View onCreateView (android.view.LayoutInflater p0, android.view.ViewGroup p1, android.os.Bundle p2) + { + return n_onCreateView (p0, p1, p2); + } + + private native android.view.View n_onCreateView (android.view.LayoutInflater p0, android.view.ViewGroup p1, android.os.Bundle p2); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PageRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PageRenderer.java new file mode 100644 index 0000000..98199f4 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PageRenderer.java @@ -0,0 +1,81 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class PageRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.VisualElementRenderer_1 + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnTouchEvent_Landroid_view_MotionEvent_Handler\n" + + "n_onAttachedToWindow:()V:GetOnAttachedToWindowHandler\n" + + "n_onDetachedFromWindow:()V:GetOnDetachedFromWindowHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.PageRenderer, Xamarin.Forms.Platform.Android", PageRenderer.class, __md_methods); + } + + + public PageRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == PageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.PageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public PageRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == PageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.PageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public PageRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == PageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.PageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public boolean onTouchEvent (android.view.MotionEvent p0) + { + return n_onTouchEvent (p0); + } + + private native boolean n_onTouchEvent (android.view.MotionEvent p0); + + + public void onAttachedToWindow () + { + n_onAttachedToWindow (); + } + + private native void n_onAttachedToWindow (); + + + public void onDetachedFromWindow () + { + n_onDetachedFromWindow (); + } + + private native void n_onDetachedFromWindow (); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PickerRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PickerRenderer.java new file mode 100644 index 0000000..1a06810 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PickerRenderer.java @@ -0,0 +1,54 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class PickerRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.PickerRenderer, Xamarin.Forms.Platform.Android", PickerRenderer.class, __md_methods); + } + + + public PickerRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == PickerRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.PickerRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public PickerRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == PickerRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.PickerRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public PickerRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == PickerRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.PickerRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PickerRenderer_PickerListener.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PickerRenderer_PickerListener.java new file mode 100644 index 0000000..bede699 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PickerRenderer_PickerListener.java @@ -0,0 +1,48 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class PickerRenderer_PickerListener + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.view.View.OnClickListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onClick:(Landroid/view/View;)V:GetOnClick_Landroid_view_View_Handler:Android.Views.View/IOnClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.PickerRenderer+PickerListener, Xamarin.Forms.Platform.Android", PickerRenderer_PickerListener.class, __md_methods); + } + + + public PickerRenderer_PickerListener () + { + super (); + if (getClass () == PickerRenderer_PickerListener.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.PickerRenderer+PickerListener, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public void onClick (android.view.View p0) + { + n_onClick (p0); + } + + private native void n_onClick (android.view.View p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PlatformRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PlatformRenderer.java new file mode 100644 index 0000000..01797de --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PlatformRenderer.java @@ -0,0 +1,89 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class PlatformRenderer + extends android.view.ViewGroup + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_dispatchTouchEvent:(Landroid/view/MotionEvent;)Z:GetDispatchTouchEvent_Landroid_view_MotionEvent_Handler\n" + + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onMeasure:(II)V:GetOnMeasure_IIHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.PlatformRenderer, Xamarin.Forms.Platform.Android", PlatformRenderer.class, __md_methods); + } + + + public PlatformRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == PlatformRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.PlatformRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public PlatformRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == PlatformRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.PlatformRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public PlatformRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == PlatformRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.PlatformRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public PlatformRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == PlatformRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.PlatformRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public boolean dispatchTouchEvent (android.view.MotionEvent p0) + { + return n_dispatchTouchEvent (p0); + } + + private native boolean n_dispatchTouchEvent (android.view.MotionEvent p0); + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public void onMeasure (int p0, int p1) + { + n_onMeasure (p0, p1); + } + + private native void n_onMeasure (int p0, int p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/Platform_DefaultRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/Platform_DefaultRenderer.java new file mode 100644 index 0000000..2770f63 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/Platform_DefaultRenderer.java @@ -0,0 +1,81 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class Platform_DefaultRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.VisualElementRenderer_1 + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnTouchEvent_Landroid_view_MotionEvent_Handler\n" + + "n_dispatchTouchEvent:(Landroid/view/MotionEvent;)Z:GetDispatchTouchEvent_Landroid_view_MotionEvent_Handler\n" + + "n_setOnTouchListener:(Landroid/view/View$OnTouchListener;)V:GetSetOnTouchListener_Landroid_view_View_OnTouchListener_Handler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.Platform+DefaultRenderer, Xamarin.Forms.Platform.Android", Platform_DefaultRenderer.class, __md_methods); + } + + + public Platform_DefaultRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == Platform_DefaultRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.Platform+DefaultRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public Platform_DefaultRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == Platform_DefaultRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.Platform+DefaultRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public Platform_DefaultRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == Platform_DefaultRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.Platform+DefaultRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public boolean onTouchEvent (android.view.MotionEvent p0) + { + return n_onTouchEvent (p0); + } + + private native boolean n_onTouchEvent (android.view.MotionEvent p0); + + + public boolean dispatchTouchEvent (android.view.MotionEvent p0) + { + return n_dispatchTouchEvent (p0); + } + + private native boolean n_dispatchTouchEvent (android.view.MotionEvent p0); + + + public void setOnTouchListener (android.view.View.OnTouchListener p0) + { + n_setOnTouchListener (p0); + } + + private native void n_setOnTouchListener (android.view.View.OnTouchListener p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PowerSaveModeBroadcastReceiver.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PowerSaveModeBroadcastReceiver.java new file mode 100644 index 0000000..c40a06a --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/PowerSaveModeBroadcastReceiver.java @@ -0,0 +1,47 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class PowerSaveModeBroadcastReceiver + extends android.content.BroadcastReceiver + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onReceive:(Landroid/content/Context;Landroid/content/Intent;)V:GetOnReceive_Landroid_content_Context_Landroid_content_Intent_Handler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.PowerSaveModeBroadcastReceiver, Xamarin.Forms.Platform.Android", PowerSaveModeBroadcastReceiver.class, __md_methods); + } + + + public PowerSaveModeBroadcastReceiver () + { + super (); + if (getClass () == PowerSaveModeBroadcastReceiver.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.PowerSaveModeBroadcastReceiver, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public void onReceive (android.content.Context p0, android.content.Intent p1) + { + n_onReceive (p0, p1); + } + + private native void n_onReceive (android.content.Context p0, android.content.Intent p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ProgressBarRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ProgressBarRenderer.java new file mode 100644 index 0000000..02be142 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ProgressBarRenderer.java @@ -0,0 +1,54 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class ProgressBarRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ProgressBarRenderer, Xamarin.Forms.Platform.Android", ProgressBarRenderer.class, __md_methods); + } + + + public ProgressBarRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == ProgressBarRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ProgressBarRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public ProgressBarRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == ProgressBarRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ProgressBarRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public ProgressBarRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == ProgressBarRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ProgressBarRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ScrollViewContainer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ScrollViewContainer.java new file mode 100644 index 0000000..e8559f0 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ScrollViewContainer.java @@ -0,0 +1,80 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class ScrollViewContainer + extends android.view.ViewGroup + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onMeasure:(II)V:GetOnMeasure_IIHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ScrollViewContainer, Xamarin.Forms.Platform.Android", ScrollViewContainer.class, __md_methods); + } + + + public ScrollViewContainer (android.content.Context p0) + { + super (p0); + if (getClass () == ScrollViewContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ScrollViewContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public ScrollViewContainer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == ScrollViewContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ScrollViewContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public ScrollViewContainer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == ScrollViewContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ScrollViewContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public ScrollViewContainer (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == ScrollViewContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ScrollViewContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public void onMeasure (int p0, int p1) + { + n_onMeasure (p0, p1); + } + + private native void n_onMeasure (int p0, int p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ScrollViewRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ScrollViewRenderer.java new file mode 100644 index 0000000..3cffc64 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ScrollViewRenderer.java @@ -0,0 +1,125 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class ScrollViewRenderer + extends android.widget.ScrollView + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_draw:(Landroid/graphics/Canvas;)V:GetDraw_Landroid_graphics_Canvas_Handler\n" + + "n_onInterceptTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnInterceptTouchEvent_Landroid_view_MotionEvent_Handler\n" + + "n_onTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnTouchEvent_Landroid_view_MotionEvent_Handler\n" + + "n_onAttachedToWindow:()V:GetOnAttachedToWindowHandler\n" + + "n_onDetachedFromWindow:()V:GetOnDetachedFromWindowHandler\n" + + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onScrollChanged:(IIII)V:GetOnScrollChanged_IIIIHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ScrollViewRenderer, Xamarin.Forms.Platform.Android", ScrollViewRenderer.class, __md_methods); + } + + + public ScrollViewRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == ScrollViewRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ScrollViewRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public ScrollViewRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == ScrollViewRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ScrollViewRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public ScrollViewRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == ScrollViewRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ScrollViewRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public ScrollViewRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == ScrollViewRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ScrollViewRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public void draw (android.graphics.Canvas p0) + { + n_draw (p0); + } + + private native void n_draw (android.graphics.Canvas p0); + + + public boolean onInterceptTouchEvent (android.view.MotionEvent p0) + { + return n_onInterceptTouchEvent (p0); + } + + private native boolean n_onInterceptTouchEvent (android.view.MotionEvent p0); + + + public boolean onTouchEvent (android.view.MotionEvent p0) + { + return n_onTouchEvent (p0); + } + + private native boolean n_onTouchEvent (android.view.MotionEvent p0); + + + public void onAttachedToWindow () + { + n_onAttachedToWindow (); + } + + private native void n_onAttachedToWindow (); + + + public void onDetachedFromWindow () + { + n_onDetachedFromWindow (); + } + + private native void n_onDetachedFromWindow (); + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public void onScrollChanged (int p0, int p1, int p2, int p3) + { + n_onScrollChanged (p0, p1, p2, p3); + } + + private native void n_onScrollChanged (int p0, int p1, int p2, int p3); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/SearchBarRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/SearchBarRenderer.java new file mode 100644 index 0000000..d559557 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/SearchBarRenderer.java @@ -0,0 +1,73 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class SearchBarRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 + implements + mono.android.IGCUserPeer, + android.widget.SearchView.OnQueryTextListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onQueryTextChange:(Ljava/lang/String;)Z:GetOnQueryTextChange_Ljava_lang_String_Handler:Android.Widget.SearchView/IOnQueryTextListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onQueryTextSubmit:(Ljava/lang/String;)Z:GetOnQueryTextSubmit_Ljava_lang_String_Handler:Android.Widget.SearchView/IOnQueryTextListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.SearchBarRenderer, Xamarin.Forms.Platform.Android", SearchBarRenderer.class, __md_methods); + } + + + public SearchBarRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == SearchBarRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.SearchBarRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public SearchBarRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == SearchBarRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.SearchBarRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public SearchBarRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == SearchBarRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.SearchBarRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public boolean onQueryTextChange (java.lang.String p0) + { + return n_onQueryTextChange (p0); + } + + private native boolean n_onQueryTextChange (java.lang.String p0); + + + public boolean onQueryTextSubmit (java.lang.String p0) + { + return n_onQueryTextSubmit (p0); + } + + private native boolean n_onQueryTextSubmit (java.lang.String p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/SliderRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/SliderRenderer.java new file mode 100644 index 0000000..20ab442 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/SliderRenderer.java @@ -0,0 +1,91 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class SliderRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 + implements + mono.android.IGCUserPeer, + android.widget.SeekBar.OnSeekBarChangeListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onProgressChanged:(Landroid/widget/SeekBar;IZ)V:GetOnProgressChanged_Landroid_widget_SeekBar_IZHandler:Android.Widget.SeekBar/IOnSeekBarChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onStartTrackingTouch:(Landroid/widget/SeekBar;)V:GetOnStartTrackingTouch_Landroid_widget_SeekBar_Handler:Android.Widget.SeekBar/IOnSeekBarChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onStopTrackingTouch:(Landroid/widget/SeekBar;)V:GetOnStopTrackingTouch_Landroid_widget_SeekBar_Handler:Android.Widget.SeekBar/IOnSeekBarChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.SliderRenderer, Xamarin.Forms.Platform.Android", SliderRenderer.class, __md_methods); + } + + + public SliderRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == SliderRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.SliderRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public SliderRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == SliderRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.SliderRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public SliderRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == SliderRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.SliderRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public void onProgressChanged (android.widget.SeekBar p0, int p1, boolean p2) + { + n_onProgressChanged (p0, p1, p2); + } + + private native void n_onProgressChanged (android.widget.SeekBar p0, int p1, boolean p2); + + + public void onStartTrackingTouch (android.widget.SeekBar p0) + { + n_onStartTrackingTouch (p0); + } + + private native void n_onStartTrackingTouch (android.widget.SeekBar p0); + + + public void onStopTrackingTouch (android.widget.SeekBar p0) + { + n_onStopTrackingTouch (p0); + } + + private native void n_onStopTrackingTouch (android.widget.SeekBar p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/StepperRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/StepperRenderer.java new file mode 100644 index 0000000..435cfa9 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/StepperRenderer.java @@ -0,0 +1,54 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class StepperRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.StepperRenderer, Xamarin.Forms.Platform.Android", StepperRenderer.class, __md_methods); + } + + + public StepperRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == StepperRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.StepperRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public StepperRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == StepperRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.StepperRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public StepperRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == StepperRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.StepperRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/StepperRenderer_StepperListener.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/StepperRenderer_StepperListener.java new file mode 100644 index 0000000..d77f566 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/StepperRenderer_StepperListener.java @@ -0,0 +1,48 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class StepperRenderer_StepperListener + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.view.View.OnClickListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onClick:(Landroid/view/View;)V:GetOnClick_Landroid_view_View_Handler:Android.Views.View/IOnClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.StepperRenderer+StepperListener, Xamarin.Forms.Platform.Android", StepperRenderer_StepperListener.class, __md_methods); + } + + + public StepperRenderer_StepperListener () + { + super (); + if (getClass () == StepperRenderer_StepperListener.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.StepperRenderer+StepperListener, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public void onClick (android.view.View p0) + { + n_onClick (p0); + } + + private native void n_onClick (android.view.View p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/SwitchCellView.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/SwitchCellView.java new file mode 100644 index 0000000..a7d5280 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/SwitchCellView.java @@ -0,0 +1,72 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class SwitchCellView + extends md51558244f76c53b6aeda52c8a337f2c37.BaseCellView + implements + mono.android.IGCUserPeer, + android.widget.CompoundButton.OnCheckedChangeListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onCheckedChanged:(Landroid/widget/CompoundButton;Z)V:GetOnCheckedChanged_Landroid_widget_CompoundButton_ZHandler:Android.Widget.CompoundButton/IOnCheckedChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.SwitchCellView, Xamarin.Forms.Platform.Android", SwitchCellView.class, __md_methods); + } + + + public SwitchCellView (android.content.Context p0) + { + super (p0); + if (getClass () == SwitchCellView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.SwitchCellView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public SwitchCellView (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == SwitchCellView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.SwitchCellView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public SwitchCellView (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == SwitchCellView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.SwitchCellView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public SwitchCellView (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == SwitchCellView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.SwitchCellView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public void onCheckedChanged (android.widget.CompoundButton p0, boolean p1) + { + n_onCheckedChanged (p0, p1); + } + + private native void n_onCheckedChanged (android.widget.CompoundButton p0, boolean p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/SwitchRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/SwitchRenderer.java new file mode 100644 index 0000000..ec9fb5c --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/SwitchRenderer.java @@ -0,0 +1,64 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class SwitchRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 + implements + mono.android.IGCUserPeer, + android.widget.CompoundButton.OnCheckedChangeListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onCheckedChanged:(Landroid/widget/CompoundButton;Z)V:GetOnCheckedChanged_Landroid_widget_CompoundButton_ZHandler:Android.Widget.CompoundButton/IOnCheckedChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.SwitchRenderer, Xamarin.Forms.Platform.Android", SwitchRenderer.class, __md_methods); + } + + + public SwitchRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == SwitchRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.SwitchRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public SwitchRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == SwitchRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.SwitchRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public SwitchRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == SwitchRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.SwitchRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public void onCheckedChanged (android.widget.CompoundButton p0, boolean p1) + { + n_onCheckedChanged (p0, p1); + } + + private native void n_onCheckedChanged (android.widget.CompoundButton p0, boolean p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/TabbedRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/TabbedRenderer.java new file mode 100644 index 0000000..9daaf87 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/TabbedRenderer.java @@ -0,0 +1,72 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class TabbedRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.VisualElementRenderer_1 + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onAttachedToWindow:()V:GetOnAttachedToWindowHandler\n" + + "n_onDetachedFromWindow:()V:GetOnDetachedFromWindowHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.TabbedRenderer, Xamarin.Forms.Platform.Android", TabbedRenderer.class, __md_methods); + } + + + public TabbedRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == TabbedRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.TabbedRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public TabbedRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == TabbedRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.TabbedRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public TabbedRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == TabbedRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.TabbedRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public void onAttachedToWindow () + { + n_onAttachedToWindow (); + } + + private native void n_onAttachedToWindow (); + + + public void onDetachedFromWindow () + { + n_onDetachedFromWindow (); + } + + private native void n_onDetachedFromWindow (); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/TableViewModelRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/TableViewModelRenderer.java new file mode 100644 index 0000000..c8eb8b2 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/TableViewModelRenderer.java @@ -0,0 +1,108 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class TableViewModelRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.CellAdapter + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_getCount:()I:GetGetCountHandler\n" + + "n_getItem:(I)Ljava/lang/Object;:GetGetItem_IHandler\n" + + "n_getViewTypeCount:()I:GetGetViewTypeCountHandler\n" + + "n_areAllItemsEnabled:()Z:GetAreAllItemsEnabledHandler\n" + + "n_getItemId:(I)J:GetGetItemId_IHandler\n" + + "n_getView:(ILandroid/view/View;Landroid/view/ViewGroup;)Landroid/view/View;:GetGetView_ILandroid_view_View_Landroid_view_ViewGroup_Handler\n" + + "n_isEnabled:(I)Z:GetIsEnabled_IHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.TableViewModelRenderer, Xamarin.Forms.Platform.Android", TableViewModelRenderer.class, __md_methods); + } + + + public TableViewModelRenderer () + { + super (); + if (getClass () == TableViewModelRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.TableViewModelRenderer, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + public TableViewModelRenderer (android.content.Context p0) + { + super (); + if (getClass () == TableViewModelRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.TableViewModelRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public int getCount () + { + return n_getCount (); + } + + private native int n_getCount (); + + + public java.lang.Object getItem (int p0) + { + return n_getItem (p0); + } + + private native java.lang.Object n_getItem (int p0); + + + public int getViewTypeCount () + { + return n_getViewTypeCount (); + } + + private native int n_getViewTypeCount (); + + + public boolean areAllItemsEnabled () + { + return n_areAllItemsEnabled (); + } + + private native boolean n_areAllItemsEnabled (); + + + public long getItemId (int p0) + { + return n_getItemId (p0); + } + + private native long n_getItemId (int p0); + + + public android.view.View getView (int p0, android.view.View p1, android.view.ViewGroup p2) + { + return n_getView (p0, p1, p2); + } + + private native android.view.View n_getView (int p0, android.view.View p1, android.view.ViewGroup p2); + + + public boolean isEnabled (int p0) + { + return n_isEnabled (p0); + } + + private native boolean n_isEnabled (int p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/TableViewRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/TableViewRenderer.java new file mode 100644 index 0000000..ec29e9e --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/TableViewRenderer.java @@ -0,0 +1,54 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class TableViewRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.TableViewRenderer, Xamarin.Forms.Platform.Android", TableViewRenderer.class, __md_methods); + } + + + public TableViewRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == TableViewRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.TableViewRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public TableViewRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == TableViewRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.TableViewRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public TableViewRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == TableViewRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.TableViewRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/TextCellRenderer_TextCellView.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/TextCellRenderer_TextCellView.java new file mode 100644 index 0000000..30d7a53 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/TextCellRenderer_TextCellView.java @@ -0,0 +1,62 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class TextCellRenderer_TextCellView + extends md51558244f76c53b6aeda52c8a337f2c37.BaseCellView + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.TextCellRenderer+TextCellView, Xamarin.Forms.Platform.Android", TextCellRenderer_TextCellView.class, __md_methods); + } + + + public TextCellRenderer_TextCellView (android.content.Context p0) + { + super (p0); + if (getClass () == TextCellRenderer_TextCellView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.TextCellRenderer+TextCellView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public TextCellRenderer_TextCellView (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == TextCellRenderer_TextCellView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.TextCellRenderer+TextCellView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public TextCellRenderer_TextCellView (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == TextCellRenderer_TextCellView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.TextCellRenderer+TextCellView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public TextCellRenderer_TextCellView (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == TextCellRenderer_TextCellView.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.TextCellRenderer+TextCellView, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/TimePickerRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/TimePickerRenderer.java new file mode 100644 index 0000000..a13b84e --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/TimePickerRenderer.java @@ -0,0 +1,64 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class TimePickerRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 + implements + mono.android.IGCUserPeer, + android.app.TimePickerDialog.OnTimeSetListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onTimeSet:(Landroid/widget/TimePicker;II)V:GetOnTimeSet_Landroid_widget_TimePicker_IIHandler:Android.App.TimePickerDialog/IOnTimeSetListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.TimePickerRenderer, Xamarin.Forms.Platform.Android", TimePickerRenderer.class, __md_methods); + } + + + public TimePickerRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == TimePickerRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.TimePickerRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public TimePickerRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == TimePickerRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.TimePickerRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public TimePickerRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == TimePickerRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.TimePickerRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public void onTimeSet (android.widget.TimePicker p0, int p1, int p2) + { + n_onTimeSet (p0, p1, p2); + } + + private native void n_onTimeSet (android.widget.TimePicker p0, int p1, int p2); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/TimePickerRenderer_TimePickerListener.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/TimePickerRenderer_TimePickerListener.java new file mode 100644 index 0000000..14dfd12 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/TimePickerRenderer_TimePickerListener.java @@ -0,0 +1,48 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class TimePickerRenderer_TimePickerListener + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.view.View.OnClickListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onClick:(Landroid/view/View;)V:GetOnClick_Landroid_view_View_Handler:Android.Views.View/IOnClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.TimePickerRenderer+TimePickerListener, Xamarin.Forms.Platform.Android", TimePickerRenderer_TimePickerListener.class, __md_methods); + } + + + public TimePickerRenderer_TimePickerListener () + { + super (); + if (getClass () == TimePickerRenderer_TimePickerListener.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.TimePickerRenderer+TimePickerListener, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public void onClick (android.view.View p0) + { + n_onClick (p0); + } + + private native void n_onClick (android.view.View p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ToolbarButton.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ToolbarButton.java new file mode 100644 index 0000000..19e12da --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ToolbarButton.java @@ -0,0 +1,62 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class ToolbarButton + extends android.widget.Button + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ToolbarButton, Xamarin.Forms.Platform.Android", ToolbarButton.class, __md_methods); + } + + + public ToolbarButton (android.content.Context p0) + { + super (p0); + if (getClass () == ToolbarButton.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ToolbarButton, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public ToolbarButton (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == ToolbarButton.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ToolbarButton, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public ToolbarButton (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == ToolbarButton.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ToolbarButton, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public ToolbarButton (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == ToolbarButton.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ToolbarButton, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ToolbarImageButton.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ToolbarImageButton.java new file mode 100644 index 0000000..8ab778c --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ToolbarImageButton.java @@ -0,0 +1,62 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class ToolbarImageButton + extends android.widget.ImageButton + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ToolbarImageButton, Xamarin.Forms.Platform.Android", ToolbarImageButton.class, __md_methods); + } + + + public ToolbarImageButton (android.content.Context p0) + { + super (p0); + if (getClass () == ToolbarImageButton.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ToolbarImageButton, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public ToolbarImageButton (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == ToolbarImageButton.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ToolbarImageButton, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public ToolbarImageButton (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == ToolbarImageButton.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ToolbarImageButton, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public ToolbarImageButton (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == ToolbarImageButton.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ToolbarImageButton, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ViewCellRenderer_ViewCellContainer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ViewCellRenderer_ViewCellContainer.java new file mode 100644 index 0000000..5a0230e --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ViewCellRenderer_ViewCellContainer.java @@ -0,0 +1,98 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class ViewCellRenderer_ViewCellContainer + extends android.view.ViewGroup + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onInterceptTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnInterceptTouchEvent_Landroid_view_MotionEvent_Handler\n" + + "n_dispatchTouchEvent:(Landroid/view/MotionEvent;)Z:GetDispatchTouchEvent_Landroid_view_MotionEvent_Handler\n" + + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onMeasure:(II)V:GetOnMeasure_IIHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ViewCellRenderer+ViewCellContainer, Xamarin.Forms.Platform.Android", ViewCellRenderer_ViewCellContainer.class, __md_methods); + } + + + public ViewCellRenderer_ViewCellContainer (android.content.Context p0) + { + super (p0); + if (getClass () == ViewCellRenderer_ViewCellContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ViewCellRenderer+ViewCellContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public ViewCellRenderer_ViewCellContainer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == ViewCellRenderer_ViewCellContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ViewCellRenderer+ViewCellContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public ViewCellRenderer_ViewCellContainer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == ViewCellRenderer_ViewCellContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ViewCellRenderer+ViewCellContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public ViewCellRenderer_ViewCellContainer (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == ViewCellRenderer_ViewCellContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ViewCellRenderer+ViewCellContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public boolean onInterceptTouchEvent (android.view.MotionEvent p0) + { + return n_onInterceptTouchEvent (p0); + } + + private native boolean n_onInterceptTouchEvent (android.view.MotionEvent p0); + + + public boolean dispatchTouchEvent (android.view.MotionEvent p0) + { + return n_dispatchTouchEvent (p0); + } + + private native boolean n_dispatchTouchEvent (android.view.MotionEvent p0); + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public void onMeasure (int p0, int p1) + { + n_onMeasure (p0, p1); + } + + private native void n_onMeasure (int p0, int p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ViewCellRenderer_ViewCellContainer_LongPressGestureListener.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ViewCellRenderer_ViewCellContainer_LongPressGestureListener.java new file mode 100644 index 0000000..06f635c --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ViewCellRenderer_ViewCellContainer_LongPressGestureListener.java @@ -0,0 +1,93 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class ViewCellRenderer_ViewCellContainer_LongPressGestureListener + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.view.GestureDetector.OnGestureListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onDown:(Landroid/view/MotionEvent;)Z:GetOnDown_Landroid_view_MotionEvent_Handler:Android.Views.GestureDetector/IOnGestureListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onFling:(Landroid/view/MotionEvent;Landroid/view/MotionEvent;FF)Z:GetOnFling_Landroid_view_MotionEvent_Landroid_view_MotionEvent_FFHandler:Android.Views.GestureDetector/IOnGestureListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onLongPress:(Landroid/view/MotionEvent;)V:GetOnLongPress_Landroid_view_MotionEvent_Handler:Android.Views.GestureDetector/IOnGestureListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onScroll:(Landroid/view/MotionEvent;Landroid/view/MotionEvent;FF)Z:GetOnScroll_Landroid_view_MotionEvent_Landroid_view_MotionEvent_FFHandler:Android.Views.GestureDetector/IOnGestureListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onShowPress:(Landroid/view/MotionEvent;)V:GetOnShowPress_Landroid_view_MotionEvent_Handler:Android.Views.GestureDetector/IOnGestureListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onSingleTapUp:(Landroid/view/MotionEvent;)Z:GetOnSingleTapUp_Landroid_view_MotionEvent_Handler:Android.Views.GestureDetector/IOnGestureListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ViewCellRenderer+ViewCellContainer+LongPressGestureListener, Xamarin.Forms.Platform.Android", ViewCellRenderer_ViewCellContainer_LongPressGestureListener.class, __md_methods); + } + + + public ViewCellRenderer_ViewCellContainer_LongPressGestureListener () + { + super (); + if (getClass () == ViewCellRenderer_ViewCellContainer_LongPressGestureListener.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ViewCellRenderer+ViewCellContainer+LongPressGestureListener, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public boolean onDown (android.view.MotionEvent p0) + { + return n_onDown (p0); + } + + private native boolean n_onDown (android.view.MotionEvent p0); + + + public boolean onFling (android.view.MotionEvent p0, android.view.MotionEvent p1, float p2, float p3) + { + return n_onFling (p0, p1, p2, p3); + } + + private native boolean n_onFling (android.view.MotionEvent p0, android.view.MotionEvent p1, float p2, float p3); + + + public void onLongPress (android.view.MotionEvent p0) + { + n_onLongPress (p0); + } + + private native void n_onLongPress (android.view.MotionEvent p0); + + + public boolean onScroll (android.view.MotionEvent p0, android.view.MotionEvent p1, float p2, float p3) + { + return n_onScroll (p0, p1, p2, p3); + } + + private native boolean n_onScroll (android.view.MotionEvent p0, android.view.MotionEvent p1, float p2, float p3); + + + public void onShowPress (android.view.MotionEvent p0) + { + n_onShowPress (p0); + } + + private native void n_onShowPress (android.view.MotionEvent p0); + + + public boolean onSingleTapUp (android.view.MotionEvent p0) + { + return n_onSingleTapUp (p0); + } + + private native boolean n_onSingleTapUp (android.view.MotionEvent p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ViewRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ViewRenderer.java new file mode 100644 index 0000000..bfa81de --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ViewRenderer.java @@ -0,0 +1,54 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public abstract class ViewRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ViewRenderer, Xamarin.Forms.Platform.Android", ViewRenderer.class, __md_methods); + } + + + public ViewRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == ViewRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ViewRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public ViewRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == ViewRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ViewRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public ViewRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == ViewRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ViewRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ViewRenderer_2.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ViewRenderer_2.java new file mode 100644 index 0000000..1289517 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/ViewRenderer_2.java @@ -0,0 +1,73 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public abstract class ViewRenderer_2 + extends md51558244f76c53b6aeda52c8a337f2c37.VisualElementRenderer_1 + implements + mono.android.IGCUserPeer, + android.view.View.OnFocusChangeListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onFocusChange:(Landroid/view/View;Z)V:GetOnFocusChange_Landroid_view_View_ZHandler:Android.Views.View/IOnFocusChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ViewRenderer`2, Xamarin.Forms.Platform.Android", ViewRenderer_2.class, __md_methods); + } + + + public ViewRenderer_2 (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == ViewRenderer_2.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ViewRenderer`2, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public ViewRenderer_2 (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == ViewRenderer_2.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ViewRenderer`2, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public ViewRenderer_2 (android.content.Context p0) + { + super (p0); + if (getClass () == ViewRenderer_2.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ViewRenderer`2, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public void onFocusChange (android.view.View p0, boolean p1) + { + n_onFocusChange (p0, p1); + } + + private native void n_onFocusChange (android.view.View p0, boolean p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/VisualElementRenderer_1.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/VisualElementRenderer_1.java new file mode 100644 index 0000000..37b1701 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/VisualElementRenderer_1.java @@ -0,0 +1,99 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public abstract class VisualElementRenderer_1 + extends com.xamarin.forms.platform.android.FormsViewGroup + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnTouchEvent_Landroid_view_MotionEvent_Handler\n" + + "n_onInterceptTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnInterceptTouchEvent_Landroid_view_MotionEvent_Handler\n" + + "n_dispatchTouchEvent:(Landroid/view/MotionEvent;)Z:GetDispatchTouchEvent_Landroid_view_MotionEvent_Handler\n" + + "n_focusSearch:(Landroid/view/View;I)Landroid/view/View;:GetFocusSearch_Landroid_view_View_IHandler\n" + + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.VisualElementRenderer`1, Xamarin.Forms.Platform.Android", VisualElementRenderer_1.class, __md_methods); + } + + + public VisualElementRenderer_1 (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == VisualElementRenderer_1.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.VisualElementRenderer`1, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public VisualElementRenderer_1 (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == VisualElementRenderer_1.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.VisualElementRenderer`1, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public VisualElementRenderer_1 (android.content.Context p0) + { + super (p0); + if (getClass () == VisualElementRenderer_1.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.VisualElementRenderer`1, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public boolean onTouchEvent (android.view.MotionEvent p0) + { + return n_onTouchEvent (p0); + } + + private native boolean n_onTouchEvent (android.view.MotionEvent p0); + + + public boolean onInterceptTouchEvent (android.view.MotionEvent p0) + { + return n_onInterceptTouchEvent (p0); + } + + private native boolean n_onInterceptTouchEvent (android.view.MotionEvent p0); + + + public boolean dispatchTouchEvent (android.view.MotionEvent p0) + { + return n_dispatchTouchEvent (p0); + } + + private native boolean n_dispatchTouchEvent (android.view.MotionEvent p0); + + + public android.view.View focusSearch (android.view.View p0, int p1) + { + return n_focusSearch (p0, p1); + } + + private native android.view.View n_focusSearch (android.view.View p0, int p1); + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/VisualElementTracker_AttachTracker.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/VisualElementTracker_AttachTracker.java new file mode 100644 index 0000000..37898b4 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/VisualElementTracker_AttachTracker.java @@ -0,0 +1,57 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class VisualElementTracker_AttachTracker + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.view.View.OnAttachStateChangeListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onViewAttachedToWindow:(Landroid/view/View;)V:GetOnViewAttachedToWindow_Landroid_view_View_Handler:Android.Views.View/IOnAttachStateChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onViewDetachedFromWindow:(Landroid/view/View;)V:GetOnViewDetachedFromWindow_Landroid_view_View_Handler:Android.Views.View/IOnAttachStateChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.VisualElementTracker+AttachTracker, Xamarin.Forms.Platform.Android", VisualElementTracker_AttachTracker.class, __md_methods); + } + + + public VisualElementTracker_AttachTracker () + { + super (); + if (getClass () == VisualElementTracker_AttachTracker.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.VisualElementTracker+AttachTracker, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public void onViewAttachedToWindow (android.view.View p0) + { + n_onViewAttachedToWindow (p0); + } + + private native void n_onViewAttachedToWindow (android.view.View p0); + + + public void onViewDetachedFromWindow (android.view.View p0) + { + n_onViewDetachedFromWindow (p0); + } + + private native void n_onViewDetachedFromWindow (android.view.View p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/WebViewRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/WebViewRenderer.java new file mode 100644 index 0000000..2fc1e60 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/WebViewRenderer.java @@ -0,0 +1,54 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class WebViewRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.WebViewRenderer, Xamarin.Forms.Platform.Android", WebViewRenderer.class, __md_methods); + } + + + public WebViewRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == WebViewRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.WebViewRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public WebViewRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == WebViewRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.WebViewRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public WebViewRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == WebViewRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.WebViewRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/WebViewRenderer_JavascriptResult.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/WebViewRenderer_JavascriptResult.java new file mode 100644 index 0000000..4efa171 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md51558244f76c53b6aeda52c8a337f2c37/WebViewRenderer_JavascriptResult.java @@ -0,0 +1,48 @@ +package md51558244f76c53b6aeda52c8a337f2c37; + + +public class WebViewRenderer_JavascriptResult + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.webkit.ValueCallback +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onReceiveValue:(Ljava/lang/Object;)V:GetOnReceiveValue_Ljava_lang_Object_Handler:Android.Webkit.IValueCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.WebViewRenderer+JavascriptResult, Xamarin.Forms.Platform.Android", WebViewRenderer_JavascriptResult.class, __md_methods); + } + + + public WebViewRenderer_JavascriptResult () + { + super (); + if (getClass () == WebViewRenderer_JavascriptResult.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.WebViewRenderer+JavascriptResult, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public void onReceiveValue (java.lang.Object p0) + { + n_onReceiveValue (p0); + } + + private native void n_onReceiveValue (java.lang.Object p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/ButtonRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/ButtonRenderer.java new file mode 100644 index 0000000..b2f622e --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/ButtonRenderer.java @@ -0,0 +1,82 @@ +package md58432a647068b097f9637064b8985a5e0; + + +public class ButtonRenderer + extends md58432a647068b097f9637064b8985a5e0.ViewRenderer_2 + implements + mono.android.IGCUserPeer, + android.view.View.OnAttachStateChangeListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onViewAttachedToWindow:(Landroid/view/View;)V:GetOnViewAttachedToWindow_Landroid_view_View_Handler:Android.Views.View/IOnAttachStateChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onViewDetachedFromWindow:(Landroid/view/View;)V:GetOnViewDetachedFromWindow_Landroid_view_View_Handler:Android.Views.View/IOnAttachStateChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AppCompat.ButtonRenderer, Xamarin.Forms.Platform.Android", ButtonRenderer.class, __md_methods); + } + + + public ButtonRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == ButtonRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.ButtonRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public ButtonRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == ButtonRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.ButtonRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public ButtonRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == ButtonRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.ButtonRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public void onViewAttachedToWindow (android.view.View p0) + { + n_onViewAttachedToWindow (p0); + } + + private native void n_onViewAttachedToWindow (android.view.View p0); + + + public void onViewDetachedFromWindow (android.view.View p0) + { + n_onViewDetachedFromWindow (p0); + } + + private native void n_onViewDetachedFromWindow (android.view.View p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/ButtonRenderer_ButtonClickListener.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/ButtonRenderer_ButtonClickListener.java new file mode 100644 index 0000000..459d25b --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/ButtonRenderer_ButtonClickListener.java @@ -0,0 +1,48 @@ +package md58432a647068b097f9637064b8985a5e0; + + +public class ButtonRenderer_ButtonClickListener + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.view.View.OnClickListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onClick:(Landroid/view/View;)V:GetOnClick_Landroid_view_View_Handler:Android.Views.View/IOnClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AppCompat.ButtonRenderer+ButtonClickListener, Xamarin.Forms.Platform.Android", ButtonRenderer_ButtonClickListener.class, __md_methods); + } + + + public ButtonRenderer_ButtonClickListener () + { + super (); + if (getClass () == ButtonRenderer_ButtonClickListener.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.ButtonRenderer+ButtonClickListener, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public void onClick (android.view.View p0) + { + n_onClick (p0); + } + + private native void n_onClick (android.view.View p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/ButtonRenderer_ButtonTouchListener.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/ButtonRenderer_ButtonTouchListener.java new file mode 100644 index 0000000..a539c62 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/ButtonRenderer_ButtonTouchListener.java @@ -0,0 +1,48 @@ +package md58432a647068b097f9637064b8985a5e0; + + +public class ButtonRenderer_ButtonTouchListener + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.view.View.OnTouchListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onTouch:(Landroid/view/View;Landroid/view/MotionEvent;)Z:GetOnTouch_Landroid_view_View_Landroid_view_MotionEvent_Handler:Android.Views.View/IOnTouchListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AppCompat.ButtonRenderer+ButtonTouchListener, Xamarin.Forms.Platform.Android", ButtonRenderer_ButtonTouchListener.class, __md_methods); + } + + + public ButtonRenderer_ButtonTouchListener () + { + super (); + if (getClass () == ButtonRenderer_ButtonTouchListener.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.ButtonRenderer+ButtonTouchListener, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public boolean onTouch (android.view.View p0, android.view.MotionEvent p1) + { + return n_onTouch (p0, p1); + } + + private native boolean n_onTouch (android.view.View p0, android.view.MotionEvent p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/CarouselPageRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/CarouselPageRenderer.java new file mode 100644 index 0000000..4e9be08 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/CarouselPageRenderer.java @@ -0,0 +1,109 @@ +package md58432a647068b097f9637064b8985a5e0; + + +public class CarouselPageRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.VisualElementRenderer_1 + implements + mono.android.IGCUserPeer, + android.support.v4.view.ViewPager.OnPageChangeListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onAttachedToWindow:()V:GetOnAttachedToWindowHandler\n" + + "n_onDetachedFromWindow:()V:GetOnDetachedFromWindowHandler\n" + + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onPageScrollStateChanged:(I)V:GetOnPageScrollStateChanged_IHandler:Android.Support.V4.View.ViewPager/IOnPageChangeListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onPageScrolled:(IFI)V:GetOnPageScrolled_IFIHandler:Android.Support.V4.View.ViewPager/IOnPageChangeListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onPageSelected:(I)V:GetOnPageSelected_IHandler:Android.Support.V4.View.ViewPager/IOnPageChangeListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AppCompat.CarouselPageRenderer, Xamarin.Forms.Platform.Android", CarouselPageRenderer.class, __md_methods); + } + + + public CarouselPageRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == CarouselPageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.CarouselPageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public CarouselPageRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == CarouselPageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.CarouselPageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public CarouselPageRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == CarouselPageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.CarouselPageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public void onAttachedToWindow () + { + n_onAttachedToWindow (); + } + + private native void n_onAttachedToWindow (); + + + public void onDetachedFromWindow () + { + n_onDetachedFromWindow (); + } + + private native void n_onDetachedFromWindow (); + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public void onPageScrollStateChanged (int p0) + { + n_onPageScrollStateChanged (p0); + } + + private native void n_onPageScrollStateChanged (int p0); + + + public void onPageScrolled (int p0, float p1, int p2) + { + n_onPageScrolled (p0, p1, p2); + } + + private native void n_onPageScrolled (int p0, float p1, int p2); + + + public void onPageSelected (int p0) + { + n_onPageSelected (p0); + } + + private native void n_onPageSelected (int p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/FormsFragmentPagerAdapter_1.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/FormsFragmentPagerAdapter_1.java new file mode 100644 index 0000000..82585b0 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/FormsFragmentPagerAdapter_1.java @@ -0,0 +1,92 @@ +package md58432a647068b097f9637064b8985a5e0; + + +public class FormsFragmentPagerAdapter_1 + extends android.support.v4.app.FragmentPagerAdapter + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_getCount:()I:GetGetCountHandler\n" + + "n_getItem:(I)Landroid/support/v4/app/Fragment;:GetGetItem_IHandler\n" + + "n_getItemId:(I)J:GetGetItemId_IHandler\n" + + "n_getItemPosition:(Ljava/lang/Object;)I:GetGetItemPosition_Ljava_lang_Object_Handler\n" + + "n_getPageTitle:(I)Ljava/lang/CharSequence;:GetGetPageTitle_IHandler\n" + + "n_restoreState:(Landroid/os/Parcelable;Ljava/lang/ClassLoader;)V:GetRestoreState_Landroid_os_Parcelable_Ljava_lang_ClassLoader_Handler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AppCompat.FormsFragmentPagerAdapter`1, Xamarin.Forms.Platform.Android", FormsFragmentPagerAdapter_1.class, __md_methods); + } + + + public FormsFragmentPagerAdapter_1 (android.support.v4.app.FragmentManager p0) + { + super (p0); + if (getClass () == FormsFragmentPagerAdapter_1.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.FormsFragmentPagerAdapter`1, Xamarin.Forms.Platform.Android", "Android.Support.V4.App.FragmentManager, Xamarin.Android.Support.Fragment", this, new java.lang.Object[] { p0 }); + } + + + public int getCount () + { + return n_getCount (); + } + + private native int n_getCount (); + + + public android.support.v4.app.Fragment getItem (int p0) + { + return n_getItem (p0); + } + + private native android.support.v4.app.Fragment n_getItem (int p0); + + + public long getItemId (int p0) + { + return n_getItemId (p0); + } + + private native long n_getItemId (int p0); + + + public int getItemPosition (java.lang.Object p0) + { + return n_getItemPosition (p0); + } + + private native int n_getItemPosition (java.lang.Object p0); + + + public java.lang.CharSequence getPageTitle (int p0) + { + return n_getPageTitle (p0); + } + + private native java.lang.CharSequence n_getPageTitle (int p0); + + + public void restoreState (android.os.Parcelable p0, java.lang.ClassLoader p1) + { + n_restoreState (p0, p1); + } + + private native void n_restoreState (android.os.Parcelable p0, java.lang.ClassLoader p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/FormsViewPager.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/FormsViewPager.java new file mode 100644 index 0000000..4b29114 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/FormsViewPager.java @@ -0,0 +1,64 @@ +package md58432a647068b097f9637064b8985a5e0; + + +public class FormsViewPager + extends android.support.v4.view.ViewPager + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onInterceptTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnInterceptTouchEvent_Landroid_view_MotionEvent_Handler\n" + + "n_onTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnTouchEvent_Landroid_view_MotionEvent_Handler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AppCompat.FormsViewPager, Xamarin.Forms.Platform.Android", FormsViewPager.class, __md_methods); + } + + + public FormsViewPager (android.content.Context p0) + { + super (p0); + if (getClass () == FormsViewPager.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.FormsViewPager, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public FormsViewPager (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == FormsViewPager.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.FormsViewPager, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public boolean onInterceptTouchEvent (android.view.MotionEvent p0) + { + return n_onInterceptTouchEvent (p0); + } + + private native boolean n_onInterceptTouchEvent (android.view.MotionEvent p0); + + + public boolean onTouchEvent (android.view.MotionEvent p0) + { + return n_onTouchEvent (p0); + } + + private native boolean n_onTouchEvent (android.view.MotionEvent p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/FragmentContainer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/FragmentContainer.java new file mode 100644 index 0000000..44c4252 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/FragmentContainer.java @@ -0,0 +1,83 @@ +package md58432a647068b097f9637064b8985a5e0; + + +public class FragmentContainer + extends android.support.v4.app.Fragment + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onCreateView:(Landroid/view/LayoutInflater;Landroid/view/ViewGroup;Landroid/os/Bundle;)Landroid/view/View;:GetOnCreateView_Landroid_view_LayoutInflater_Landroid_view_ViewGroup_Landroid_os_Bundle_Handler\n" + + "n_onDestroyView:()V:GetOnDestroyViewHandler\n" + + "n_onHiddenChanged:(Z)V:GetOnHiddenChanged_ZHandler\n" + + "n_onPause:()V:GetOnPauseHandler\n" + + "n_onResume:()V:GetOnResumeHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AppCompat.FragmentContainer, Xamarin.Forms.Platform.Android", FragmentContainer.class, __md_methods); + } + + + public FragmentContainer () + { + super (); + if (getClass () == FragmentContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.FragmentContainer, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public android.view.View onCreateView (android.view.LayoutInflater p0, android.view.ViewGroup p1, android.os.Bundle p2) + { + return n_onCreateView (p0, p1, p2); + } + + private native android.view.View n_onCreateView (android.view.LayoutInflater p0, android.view.ViewGroup p1, android.os.Bundle p2); + + + public void onDestroyView () + { + n_onDestroyView (); + } + + private native void n_onDestroyView (); + + + public void onHiddenChanged (boolean p0) + { + n_onHiddenChanged (p0); + } + + private native void n_onHiddenChanged (boolean p0); + + + public void onPause () + { + n_onPause (); + } + + private native void n_onPause (); + + + public void onResume () + { + n_onResume (); + } + + private native void n_onResume (); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/FrameRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/FrameRenderer.java new file mode 100644 index 0000000..8b5c143 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/FrameRenderer.java @@ -0,0 +1,54 @@ +package md58432a647068b097f9637064b8985a5e0; + + +public class FrameRenderer + extends md5f92e0daf340890c9667469657ee2ece8.FrameRenderer + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AppCompat.FrameRenderer, Xamarin.Forms.Platform.Android", FrameRenderer.class, __md_methods); + } + + + public FrameRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == FrameRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.FrameRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public FrameRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == FrameRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.FrameRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public FrameRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == FrameRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.FrameRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/MasterDetailContainer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/MasterDetailContainer.java new file mode 100644 index 0000000..5b80d47 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/MasterDetailContainer.java @@ -0,0 +1,71 @@ +package md58432a647068b097f9637064b8985a5e0; + + +public class MasterDetailContainer + extends md51558244f76c53b6aeda52c8a337f2c37.MasterDetailContainer + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AppCompat.MasterDetailContainer, Xamarin.Forms.Platform.Android", MasterDetailContainer.class, __md_methods); + } + + + public MasterDetailContainer (android.content.Context p0) + { + super (p0); + if (getClass () == MasterDetailContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.MasterDetailContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public MasterDetailContainer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == MasterDetailContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.MasterDetailContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public MasterDetailContainer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == MasterDetailContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.MasterDetailContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public MasterDetailContainer (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == MasterDetailContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.MasterDetailContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/MasterDetailPageRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/MasterDetailPageRenderer.java new file mode 100644 index 0000000..449a780 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/MasterDetailPageRenderer.java @@ -0,0 +1,118 @@ +package md58432a647068b097f9637064b8985a5e0; + + +public class MasterDetailPageRenderer + extends android.support.v4.widget.DrawerLayout + implements + mono.android.IGCUserPeer, + android.support.v4.widget.DrawerLayout.DrawerListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onAttachedToWindow:()V:GetOnAttachedToWindowHandler\n" + + "n_onDetachedFromWindow:()V:GetOnDetachedFromWindowHandler\n" + + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onDrawerClosed:(Landroid/view/View;)V:GetOnDrawerClosed_Landroid_view_View_Handler:Android.Support.V4.Widget.DrawerLayout/IDrawerListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onDrawerOpened:(Landroid/view/View;)V:GetOnDrawerOpened_Landroid_view_View_Handler:Android.Support.V4.Widget.DrawerLayout/IDrawerListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onDrawerSlide:(Landroid/view/View;F)V:GetOnDrawerSlide_Landroid_view_View_FHandler:Android.Support.V4.Widget.DrawerLayout/IDrawerListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onDrawerStateChanged:(I)V:GetOnDrawerStateChanged_IHandler:Android.Support.V4.Widget.DrawerLayout/IDrawerListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AppCompat.MasterDetailPageRenderer, Xamarin.Forms.Platform.Android", MasterDetailPageRenderer.class, __md_methods); + } + + + public MasterDetailPageRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == MasterDetailPageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.MasterDetailPageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public MasterDetailPageRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == MasterDetailPageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.MasterDetailPageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public MasterDetailPageRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == MasterDetailPageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.MasterDetailPageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public void onAttachedToWindow () + { + n_onAttachedToWindow (); + } + + private native void n_onAttachedToWindow (); + + + public void onDetachedFromWindow () + { + n_onDetachedFromWindow (); + } + + private native void n_onDetachedFromWindow (); + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public void onDrawerClosed (android.view.View p0) + { + n_onDrawerClosed (p0); + } + + private native void n_onDrawerClosed (android.view.View p0); + + + public void onDrawerOpened (android.view.View p0) + { + n_onDrawerOpened (p0); + } + + private native void n_onDrawerOpened (android.view.View p0); + + + public void onDrawerSlide (android.view.View p0, float p1) + { + n_onDrawerSlide (p0, p1); + } + + private native void n_onDrawerSlide (android.view.View p0, float p1); + + + public void onDrawerStateChanged (int p0) + { + n_onDrawerStateChanged (p0); + } + + private native void n_onDrawerStateChanged (int p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer.java new file mode 100644 index 0000000..7825687 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer.java @@ -0,0 +1,91 @@ +package md58432a647068b097f9637064b8985a5e0; + + +public class NavigationPageRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.VisualElementRenderer_1 + implements + mono.android.IGCUserPeer, + android.view.View.OnClickListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onAttachedToWindow:()V:GetOnAttachedToWindowHandler\n" + + "n_onDetachedFromWindow:()V:GetOnDetachedFromWindowHandler\n" + + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onClick:(Landroid/view/View;)V:GetOnClick_Landroid_view_View_Handler:Android.Views.View/IOnClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer, Xamarin.Forms.Platform.Android", NavigationPageRenderer.class, __md_methods); + } + + + public NavigationPageRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == NavigationPageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public NavigationPageRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == NavigationPageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public NavigationPageRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == NavigationPageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public void onAttachedToWindow () + { + n_onAttachedToWindow (); + } + + private native void n_onAttachedToWindow (); + + + public void onDetachedFromWindow () + { + n_onDetachedFromWindow (); + } + + private native void n_onDetachedFromWindow (); + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public void onClick (android.view.View p0) + { + n_onClick (p0); + } + + private native void n_onClick (android.view.View p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer_ClickListener.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer_ClickListener.java new file mode 100644 index 0000000..2329b3c --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer_ClickListener.java @@ -0,0 +1,48 @@ +package md58432a647068b097f9637064b8985a5e0; + + +public class NavigationPageRenderer_ClickListener + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.view.View.OnClickListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onClick:(Landroid/view/View;)V:GetOnClick_Landroid_view_View_Handler:Android.Views.View/IOnClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer+ClickListener, Xamarin.Forms.Platform.Android", NavigationPageRenderer_ClickListener.class, __md_methods); + } + + + public NavigationPageRenderer_ClickListener () + { + super (); + if (getClass () == NavigationPageRenderer_ClickListener.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer+ClickListener, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public void onClick (android.view.View p0) + { + n_onClick (p0); + } + + private native void n_onClick (android.view.View p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer_Container.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer_Container.java new file mode 100644 index 0000000..dd01981 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer_Container.java @@ -0,0 +1,80 @@ +package md58432a647068b097f9637064b8985a5e0; + + +public class NavigationPageRenderer_Container + extends android.view.ViewGroup + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onMeasure:(II)V:GetOnMeasure_IIHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer+Container, Xamarin.Forms.Platform.Android", NavigationPageRenderer_Container.class, __md_methods); + } + + + public NavigationPageRenderer_Container (android.content.Context p0) + { + super (p0); + if (getClass () == NavigationPageRenderer_Container.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer+Container, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public NavigationPageRenderer_Container (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == NavigationPageRenderer_Container.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer+Container, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public NavigationPageRenderer_Container (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == NavigationPageRenderer_Container.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer+Container, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public NavigationPageRenderer_Container (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == NavigationPageRenderer_Container.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer+Container, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public void onMeasure (int p0, int p1) + { + n_onMeasure (p0, p1); + } + + private native void n_onMeasure (int p0, int p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer_DrawerMultiplexedListener.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer_DrawerMultiplexedListener.java new file mode 100644 index 0000000..9e5ef12 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/NavigationPageRenderer_DrawerMultiplexedListener.java @@ -0,0 +1,75 @@ +package md58432a647068b097f9637064b8985a5e0; + + +public class NavigationPageRenderer_DrawerMultiplexedListener + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.widget.DrawerLayout.DrawerListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onDrawerClosed:(Landroid/view/View;)V:GetOnDrawerClosed_Landroid_view_View_Handler:Android.Support.V4.Widget.DrawerLayout/IDrawerListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onDrawerOpened:(Landroid/view/View;)V:GetOnDrawerOpened_Landroid_view_View_Handler:Android.Support.V4.Widget.DrawerLayout/IDrawerListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onDrawerSlide:(Landroid/view/View;F)V:GetOnDrawerSlide_Landroid_view_View_FHandler:Android.Support.V4.Widget.DrawerLayout/IDrawerListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onDrawerStateChanged:(I)V:GetOnDrawerStateChanged_IHandler:Android.Support.V4.Widget.DrawerLayout/IDrawerListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer+DrawerMultiplexedListener, Xamarin.Forms.Platform.Android", NavigationPageRenderer_DrawerMultiplexedListener.class, __md_methods); + } + + + public NavigationPageRenderer_DrawerMultiplexedListener () + { + super (); + if (getClass () == NavigationPageRenderer_DrawerMultiplexedListener.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.NavigationPageRenderer+DrawerMultiplexedListener, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public void onDrawerClosed (android.view.View p0) + { + n_onDrawerClosed (p0); + } + + private native void n_onDrawerClosed (android.view.View p0); + + + public void onDrawerOpened (android.view.View p0) + { + n_onDrawerOpened (p0); + } + + private native void n_onDrawerOpened (android.view.View p0); + + + public void onDrawerSlide (android.view.View p0, float p1) + { + n_onDrawerSlide (p0, p1); + } + + private native void n_onDrawerSlide (android.view.View p0, float p1); + + + public void onDrawerStateChanged (int p0) + { + n_onDrawerStateChanged (p0); + } + + private native void n_onDrawerStateChanged (int p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/PickerRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/PickerRenderer.java new file mode 100644 index 0000000..45f25bc --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/PickerRenderer.java @@ -0,0 +1,54 @@ +package md58432a647068b097f9637064b8985a5e0; + + +public class PickerRenderer + extends md58432a647068b097f9637064b8985a5e0.ViewRenderer_2 + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AppCompat.PickerRenderer, Xamarin.Forms.Platform.Android", PickerRenderer.class, __md_methods); + } + + + public PickerRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == PickerRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.PickerRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public PickerRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == PickerRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.PickerRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public PickerRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == PickerRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.PickerRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/PickerRenderer_PickerListener.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/PickerRenderer_PickerListener.java new file mode 100644 index 0000000..963d80c --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/PickerRenderer_PickerListener.java @@ -0,0 +1,48 @@ +package md58432a647068b097f9637064b8985a5e0; + + +public class PickerRenderer_PickerListener + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.view.View.OnClickListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onClick:(Landroid/view/View;)V:GetOnClick_Landroid_view_View_Handler:Android.Views.View/IOnClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AppCompat.PickerRenderer+PickerListener, Xamarin.Forms.Platform.Android", PickerRenderer_PickerListener.class, __md_methods); + } + + + public PickerRenderer_PickerListener () + { + super (); + if (getClass () == PickerRenderer_PickerListener.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.PickerRenderer+PickerListener, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); + } + + + public void onClick (android.view.View p0) + { + n_onClick (p0); + } + + private native void n_onClick (android.view.View p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/Platform_ModalContainer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/Platform_ModalContainer.java new file mode 100644 index 0000000..927532f --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/Platform_ModalContainer.java @@ -0,0 +1,71 @@ +package md58432a647068b097f9637064b8985a5e0; + + +public class Platform_ModalContainer + extends android.view.ViewGroup + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AppCompat.Platform+ModalContainer, Xamarin.Forms.Platform.Android", Platform_ModalContainer.class, __md_methods); + } + + + public Platform_ModalContainer (android.content.Context p0) + { + super (p0); + if (getClass () == Platform_ModalContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.Platform+ModalContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public Platform_ModalContainer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == Platform_ModalContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.Platform+ModalContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public Platform_ModalContainer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == Platform_ModalContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.Platform+ModalContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public Platform_ModalContainer (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == Platform_ModalContainer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.Platform+ModalContainer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/SwitchRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/SwitchRenderer.java new file mode 100644 index 0000000..7a8f3ac --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/SwitchRenderer.java @@ -0,0 +1,64 @@ +package md58432a647068b097f9637064b8985a5e0; + + +public class SwitchRenderer + extends md58432a647068b097f9637064b8985a5e0.ViewRenderer_2 + implements + mono.android.IGCUserPeer, + android.widget.CompoundButton.OnCheckedChangeListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onCheckedChanged:(Landroid/widget/CompoundButton;Z)V:GetOnCheckedChanged_Landroid_widget_CompoundButton_ZHandler:Android.Widget.CompoundButton/IOnCheckedChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AppCompat.SwitchRenderer, Xamarin.Forms.Platform.Android", SwitchRenderer.class, __md_methods); + } + + + public SwitchRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == SwitchRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.SwitchRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public SwitchRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == SwitchRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.SwitchRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public SwitchRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == SwitchRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.SwitchRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public void onCheckedChanged (android.widget.CompoundButton p0, boolean p1) + { + n_onCheckedChanged (p0, p1); + } + + private native void n_onCheckedChanged (android.widget.CompoundButton p0, boolean p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/TabbedPageRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/TabbedPageRenderer.java new file mode 100644 index 0000000..4c11358 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/TabbedPageRenderer.java @@ -0,0 +1,147 @@ +package md58432a647068b097f9637064b8985a5e0; + + +public class TabbedPageRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.VisualElementRenderer_1 + implements + mono.android.IGCUserPeer, + android.support.design.widget.TabLayout.OnTabSelectedListener, + android.support.v4.view.ViewPager.OnPageChangeListener, + android.support.design.widget.BottomNavigationView.OnNavigationItemSelectedListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onAttachedToWindow:()V:GetOnAttachedToWindowHandler\n" + + "n_onDetachedFromWindow:()V:GetOnDetachedFromWindowHandler\n" + + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onTabReselected:(Landroid/support/design/widget/TabLayout$Tab;)V:GetOnTabReselected_Landroid_support_design_widget_TabLayout_Tab_Handler:Android.Support.Design.Widget.TabLayout/IOnTabSelectedListenerInvoker, Xamarin.Android.Support.Design\n" + + "n_onTabSelected:(Landroid/support/design/widget/TabLayout$Tab;)V:GetOnTabSelected_Landroid_support_design_widget_TabLayout_Tab_Handler:Android.Support.Design.Widget.TabLayout/IOnTabSelectedListenerInvoker, Xamarin.Android.Support.Design\n" + + "n_onTabUnselected:(Landroid/support/design/widget/TabLayout$Tab;)V:GetOnTabUnselected_Landroid_support_design_widget_TabLayout_Tab_Handler:Android.Support.Design.Widget.TabLayout/IOnTabSelectedListenerInvoker, Xamarin.Android.Support.Design\n" + + "n_onPageScrollStateChanged:(I)V:GetOnPageScrollStateChanged_IHandler:Android.Support.V4.View.ViewPager/IOnPageChangeListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onPageScrolled:(IFI)V:GetOnPageScrolled_IFIHandler:Android.Support.V4.View.ViewPager/IOnPageChangeListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onPageSelected:(I)V:GetOnPageSelected_IHandler:Android.Support.V4.View.ViewPager/IOnPageChangeListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onNavigationItemSelected:(Landroid/view/MenuItem;)Z:GetOnNavigationItemSelected_Landroid_view_MenuItem_Handler:Android.Support.Design.Widget.BottomNavigationView/IOnNavigationItemSelectedListenerInvoker, Xamarin.Android.Support.Design\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AppCompat.TabbedPageRenderer, Xamarin.Forms.Platform.Android", TabbedPageRenderer.class, __md_methods); + } + + + public TabbedPageRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == TabbedPageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.TabbedPageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public TabbedPageRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == TabbedPageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.TabbedPageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public TabbedPageRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == TabbedPageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.TabbedPageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public void onAttachedToWindow () + { + n_onAttachedToWindow (); + } + + private native void n_onAttachedToWindow (); + + + public void onDetachedFromWindow () + { + n_onDetachedFromWindow (); + } + + private native void n_onDetachedFromWindow (); + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public void onTabReselected (android.support.design.widget.TabLayout.Tab p0) + { + n_onTabReselected (p0); + } + + private native void n_onTabReselected (android.support.design.widget.TabLayout.Tab p0); + + + public void onTabSelected (android.support.design.widget.TabLayout.Tab p0) + { + n_onTabSelected (p0); + } + + private native void n_onTabSelected (android.support.design.widget.TabLayout.Tab p0); + + + public void onTabUnselected (android.support.design.widget.TabLayout.Tab p0) + { + n_onTabUnselected (p0); + } + + private native void n_onTabUnselected (android.support.design.widget.TabLayout.Tab p0); + + + public void onPageScrollStateChanged (int p0) + { + n_onPageScrollStateChanged (p0); + } + + private native void n_onPageScrollStateChanged (int p0); + + + public void onPageScrolled (int p0, float p1, int p2) + { + n_onPageScrolled (p0, p1, p2); + } + + private native void n_onPageScrolled (int p0, float p1, int p2); + + + public void onPageSelected (int p0) + { + n_onPageSelected (p0); + } + + private native void n_onPageSelected (int p0); + + + public boolean onNavigationItemSelected (android.view.MenuItem p0) + { + return n_onNavigationItemSelected (p0); + } + + private native boolean n_onNavigationItemSelected (android.view.MenuItem p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/ViewRenderer_2.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/ViewRenderer_2.java new file mode 100644 index 0000000..fdc4aae --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md58432a647068b097f9637064b8985a5e0/ViewRenderer_2.java @@ -0,0 +1,54 @@ +package md58432a647068b097f9637064b8985a5e0; + + +public abstract class ViewRenderer_2 + extends md51558244f76c53b6aeda52c8a337f2c37.ViewRenderer_2 + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.AppCompat.ViewRenderer`2, Xamarin.Forms.Platform.Android", ViewRenderer_2.class, __md_methods); + } + + + public ViewRenderer_2 (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == ViewRenderer_2.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.ViewRenderer`2, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public ViewRenderer_2 (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == ViewRenderer_2.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.ViewRenderer`2, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public ViewRenderer_2 (android.content.Context p0) + { + super (p0); + if (getClass () == ViewRenderer_2.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.AppCompat.ViewRenderer`2, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md5a73d74e36801d8da9acef67fce157c4c/MainActivity.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md5a73d74e36801d8da9acef67fce157c4c/MainActivity.java new file mode 100644 index 0000000..27f2cee --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md5a73d74e36801d8da9acef67fce157c4c/MainActivity.java @@ -0,0 +1,47 @@ +package md5a73d74e36801d8da9acef67fce157c4c; + + +public class MainActivity + extends md51558244f76c53b6aeda52c8a337f2c37.FormsAppCompatActivity + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onCreate:(Landroid/os/Bundle;)V:GetOnCreate_Landroid_os_Bundle_Handler\n" + + ""; + mono.android.Runtime.register ("Calculadora.Droid.MainActivity, Calculadora.Android", MainActivity.class, __md_methods); + } + + + public MainActivity () + { + super (); + if (getClass () == MainActivity.class) + mono.android.TypeManager.Activate ("Calculadora.Droid.MainActivity, Calculadora.Android", "", this, new java.lang.Object[] { }); + } + + + public void onCreate (android.os.Bundle p0) + { + n_onCreate (p0); + } + + private native void n_onCreate (android.os.Bundle p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md5f92e0daf340890c9667469657ee2ece8/ButtonRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md5f92e0daf340890c9667469657ee2ece8/ButtonRenderer.java new file mode 100644 index 0000000..47593ac --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md5f92e0daf340890c9667469657ee2ece8/ButtonRenderer.java @@ -0,0 +1,121 @@ +package md5f92e0daf340890c9667469657ee2ece8; + + +public class ButtonRenderer + extends android.support.v7.widget.AppCompatButton + implements + mono.android.IGCUserPeer, + android.view.View.OnAttachStateChangeListener, + android.view.View.OnFocusChangeListener, + android.view.View.OnClickListener, + android.view.View.OnTouchListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnTouchEvent_Landroid_view_MotionEvent_Handler\n" + + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onViewAttachedToWindow:(Landroid/view/View;)V:GetOnViewAttachedToWindow_Landroid_view_View_Handler:Android.Views.View/IOnAttachStateChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onViewDetachedFromWindow:(Landroid/view/View;)V:GetOnViewDetachedFromWindow_Landroid_view_View_Handler:Android.Views.View/IOnAttachStateChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onFocusChange:(Landroid/view/View;Z)V:GetOnFocusChange_Landroid_view_View_ZHandler:Android.Views.View/IOnFocusChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onClick:(Landroid/view/View;)V:GetOnClick_Landroid_view_View_Handler:Android.Views.View/IOnClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_onTouch:(Landroid/view/View;Landroid/view/MotionEvent;)Z:GetOnTouch_Landroid_view_View_Landroid_view_MotionEvent_Handler:Android.Views.View/IOnTouchListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.FastRenderers.ButtonRenderer, Xamarin.Forms.Platform.Android", ButtonRenderer.class, __md_methods); + } + + + public ButtonRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == ButtonRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FastRenderers.ButtonRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public ButtonRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == ButtonRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FastRenderers.ButtonRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public ButtonRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == ButtonRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FastRenderers.ButtonRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public boolean onTouchEvent (android.view.MotionEvent p0) + { + return n_onTouchEvent (p0); + } + + private native boolean n_onTouchEvent (android.view.MotionEvent p0); + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public void onViewAttachedToWindow (android.view.View p0) + { + n_onViewAttachedToWindow (p0); + } + + private native void n_onViewAttachedToWindow (android.view.View p0); + + + public void onViewDetachedFromWindow (android.view.View p0) + { + n_onViewDetachedFromWindow (p0); + } + + private native void n_onViewDetachedFromWindow (android.view.View p0); + + + public void onFocusChange (android.view.View p0, boolean p1) + { + n_onFocusChange (p0, p1); + } + + private native void n_onFocusChange (android.view.View p0, boolean p1); + + + public void onClick (android.view.View p0) + { + n_onClick (p0); + } + + private native void n_onClick (android.view.View p0); + + + public boolean onTouch (android.view.View p0, android.view.MotionEvent p1) + { + return n_onTouch (p0, p1); + } + + private native boolean n_onTouch (android.view.View p0, android.view.MotionEvent p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md5f92e0daf340890c9667469657ee2ece8/FrameRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md5f92e0daf340890c9667469657ee2ece8/FrameRenderer.java new file mode 100644 index 0000000..f4540ea --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md5f92e0daf340890c9667469657ee2ece8/FrameRenderer.java @@ -0,0 +1,72 @@ +package md5f92e0daf340890c9667469657ee2ece8; + + +public class FrameRenderer + extends android.support.v7.widget.CardView + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnTouchEvent_Landroid_view_MotionEvent_Handler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.FastRenderers.FrameRenderer, Xamarin.Forms.Platform.Android", FrameRenderer.class, __md_methods); + } + + + public FrameRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == FrameRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FastRenderers.FrameRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public FrameRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == FrameRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FastRenderers.FrameRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public FrameRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == FrameRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FastRenderers.FrameRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public boolean onTouchEvent (android.view.MotionEvent p0) + { + return n_onTouchEvent (p0); + } + + private native boolean n_onTouchEvent (android.view.MotionEvent p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md5f92e0daf340890c9667469657ee2ece8/ImageRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md5f92e0daf340890c9667469657ee2ece8/ImageRenderer.java new file mode 100644 index 0000000..630f48b --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md5f92e0daf340890c9667469657ee2ece8/ImageRenderer.java @@ -0,0 +1,80 @@ +package md5f92e0daf340890c9667469657ee2ece8; + + +public class ImageRenderer + extends android.widget.ImageView + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_invalidate:()V:GetInvalidateHandler\n" + + "n_onTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnTouchEvent_Landroid_view_MotionEvent_Handler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.FastRenderers.ImageRenderer, Xamarin.Forms.Platform.Android", ImageRenderer.class, __md_methods); + } + + + public ImageRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == ImageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FastRenderers.ImageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public ImageRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == ImageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FastRenderers.ImageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public ImageRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == ImageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FastRenderers.ImageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public ImageRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == ImageRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FastRenderers.ImageRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public void invalidate () + { + n_invalidate (); + } + + private native void n_invalidate (); + + + public boolean onTouchEvent (android.view.MotionEvent p0) + { + return n_onTouchEvent (p0); + } + + private native boolean n_onTouchEvent (android.view.MotionEvent p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md5f92e0daf340890c9667469657ee2ece8/LabelRenderer.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md5f92e0daf340890c9667469657ee2ece8/LabelRenderer.java new file mode 100644 index 0000000..2273bb7 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/md5f92e0daf340890c9667469657ee2ece8/LabelRenderer.java @@ -0,0 +1,80 @@ +package md5f92e0daf340890c9667469657ee2ece8; + + +public class LabelRenderer + extends md51558244f76c53b6aeda52c8a337f2c37.FormsTextView + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" + + "n_onTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnTouchEvent_Landroid_view_MotionEvent_Handler\n" + + ""; + mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.FastRenderers.LabelRenderer, Xamarin.Forms.Platform.Android", LabelRenderer.class, __md_methods); + } + + + public LabelRenderer (android.content.Context p0) + { + super (p0); + if (getClass () == LabelRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FastRenderers.LabelRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 }); + } + + + public LabelRenderer (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == LabelRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FastRenderers.LabelRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 }); + } + + + public LabelRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == LabelRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FastRenderers.LabelRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public LabelRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == LabelRenderer.class) + mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.FastRenderers.LabelRenderer, Xamarin.Forms.Platform.Android", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, mscorlib:System.Int32, mscorlib", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public void onLayout (boolean p0, int p1, int p2, int p3, int p4) + { + n_onLayout (p0, p1, p2, p3, p4); + } + + private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4); + + + public boolean onTouchEvent (android.view.MotionEvent p0) + { + return n_onTouchEvent (p0); + } + + private native boolean n_onTouchEvent (android.view.MotionEvent p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/MonoPackageManager.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/MonoPackageManager.java new file mode 100644 index 0000000..8258115 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/MonoPackageManager.java @@ -0,0 +1,139 @@ +package mono; + +import java.io.*; +import java.lang.String; +import java.util.Locale; +import java.util.HashSet; +import java.util.zip.*; +import android.content.Context; +import android.content.Intent; +import android.content.pm.ApplicationInfo; +import android.content.res.AssetManager; +import android.util.Log; +import mono.android.Runtime; + +public class MonoPackageManager { + + static Object lock = new Object (); + static boolean initialized; + + static android.content.Context Context; + + public static void LoadApplication (Context context, ApplicationInfo runtimePackage, String[] apks) + { + synchronized (lock) { + if (context instanceof android.app.Application) { + Context = context; + } + if (!initialized) { + android.content.IntentFilter timezoneChangedFilter = new android.content.IntentFilter ( + android.content.Intent.ACTION_TIMEZONE_CHANGED + ); + context.registerReceiver (new mono.android.app.NotifyTimeZoneChanges (), timezoneChangedFilter); + + System.loadLibrary("monodroid"); + Locale locale = Locale.getDefault (); + String language = locale.getLanguage () + "-" + locale.getCountry (); + String filesDir = context.getFilesDir ().getAbsolutePath (); + String cacheDir = context.getCacheDir ().getAbsolutePath (); + String dataDir = getNativeLibraryPath (context); + ClassLoader loader = context.getClassLoader (); + java.io.File external0 = android.os.Environment.getExternalStorageDirectory (); + String externalDir = new java.io.File ( + external0, + "Android/data/" + context.getPackageName () + "/files/.__override__").getAbsolutePath (); + String externalLegacyDir = new java.io.File ( + external0, + "../legacy/Android/data/" + context.getPackageName () + "/files/.__override__").getAbsolutePath (); + + Runtime.init ( + language, + apks, + getNativeLibraryPath (runtimePackage), + new String[]{ + filesDir, + cacheDir, + dataDir, + }, + loader, + new String[] { + externalDir, + externalLegacyDir + }, + MonoPackageManager_Resources.Assemblies, + context.getPackageName ()); + + mono.android.app.ApplicationRegistration.registerApplications (); + + initialized = true; + } + } + } + + public static void setContext (Context context) + { + // Ignore; vestigial + } + + static String getNativeLibraryPath (Context context) + { + return getNativeLibraryPath (context.getApplicationInfo ()); + } + + static String getNativeLibraryPath (ApplicationInfo ainfo) + { + if (android.os.Build.VERSION.SDK_INT >= 9) + return ainfo.nativeLibraryDir; + return ainfo.dataDir + "/lib"; + } + + public static String[] getAssemblies () + { + return MonoPackageManager_Resources.Assemblies; + } + + public static String[] getDependencies () + { + return MonoPackageManager_Resources.Dependencies; + } + + public static String getApiPackageName () + { + return MonoPackageManager_Resources.ApiPackageName; + } +} + +class MonoPackageManager_Resources { + public static final String[] Assemblies = new String[]{ + /* We need to ensure that "Calculadora.Android.dll" comes first in this list. */ + "Calculadora.Android.dll", + "Calculadora.dll", + "FormsViewGroup.dll", + "Xamarin.Android.Arch.Core.Common.dll", + "Xamarin.Android.Arch.Lifecycle.Common.dll", + "Xamarin.Android.Arch.Lifecycle.Runtime.dll", + "Xamarin.Android.Support.Animated.Vector.Drawable.dll", + "Xamarin.Android.Support.Annotations.dll", + "Xamarin.Android.Support.Compat.dll", + "Xamarin.Android.Support.Core.UI.dll", + "Xamarin.Android.Support.Core.Utils.dll", + "Xamarin.Android.Support.Design.dll", + "Xamarin.Android.Support.Fragment.dll", + "Xamarin.Android.Support.Media.Compat.dll", + "Xamarin.Android.Support.Transition.dll", + "Xamarin.Android.Support.v4.dll", + "Xamarin.Android.Support.v7.AppCompat.dll", + "Xamarin.Android.Support.v7.CardView.dll", + "Xamarin.Android.Support.v7.MediaRouter.dll", + "Xamarin.Android.Support.v7.Palette.dll", + "Xamarin.Android.Support.v7.RecyclerView.dll", + "Xamarin.Android.Support.Vector.Drawable.dll", + "Xamarin.Forms.Core.dll", + "Xamarin.Forms.Platform.Android.dll", + "Xamarin.Forms.Platform.dll", + "Xamarin.Forms.Xaml.dll", + }; + public static final String[] Dependencies = new String[]{ + }; + public static final String ApiPackageName = "Mono.Android.Platform.ApiLevel_27"; +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/MonoRuntimeProvider.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/MonoRuntimeProvider.java new file mode 100644 index 0000000..c006006 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/MonoRuntimeProvider.java @@ -0,0 +1,83 @@ +package mono; + +public class MonoRuntimeProvider + extends android.content.ContentProvider +{ + public MonoRuntimeProvider () + { + } + + @Override + public boolean onCreate () + { + return true; + } + + @Override + public void attachInfo (android.content.Context context, android.content.pm.ProviderInfo info) + { + // Mono Runtime Initialization {{{ + android.content.pm.ApplicationInfo apiInfo = null; + + String platformPackage = mono.MonoPackageManager.getApiPackageName (); + if (platformPackage != null) { + Throwable t = null; + try { + apiInfo = context.getPackageManager ().getApplicationInfo (platformPackage, 0); + } catch (android.content.pm.PackageManager.NameNotFoundException e) { + // ignore + } + if (apiInfo == null) { + try { + apiInfo = context.getPackageManager ().getApplicationInfo ("Xamarin.Android.Platform", 0); + } catch (android.content.pm.PackageManager.NameNotFoundException e) { + t = e; + } + } + if (apiInfo == null) + throw new RuntimeException ("Unable to find application " + platformPackage + " or Xamarin.Android.Platform!", t); + } + try { + android.content.pm.ApplicationInfo runtimeInfo = context.getPackageManager ().getApplicationInfo ("Mono.Android.DebugRuntime", 0); + mono.MonoPackageManager.LoadApplication (context, runtimeInfo, + apiInfo != null + ? new String[]{runtimeInfo.sourceDir, apiInfo.sourceDir, context.getApplicationInfo ().sourceDir} + : new String[]{runtimeInfo.sourceDir, context.getApplicationInfo ().sourceDir}); + } catch (android.content.pm.PackageManager.NameNotFoundException e) { + throw new RuntimeException ("Unable to find application Mono.Android.DebugRuntime!", e); + } + // }}} + super.attachInfo (context, info); + } + + @Override + public android.database.Cursor query (android.net.Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) + { + throw new RuntimeException ("This operation is not supported."); + } + + @Override + public String getType (android.net.Uri uri) + { + throw new RuntimeException ("This operation is not supported."); + } + + @Override + public android.net.Uri insert (android.net.Uri uri, android.content.ContentValues initialValues) + { + throw new RuntimeException ("This operation is not supported."); + } + + @Override + public int delete (android.net.Uri uri, String where, String[] whereArgs) + { + throw new RuntimeException ("This operation is not supported."); + } + + @Override + public int update (android.net.Uri uri, android.content.ContentValues values, String where, String[] whereArgs) + { + throw new RuntimeException ("This operation is not supported."); + } +} + diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/Seppuku.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/Seppuku.java new file mode 100644 index 0000000..539c874 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/Seppuku.java @@ -0,0 +1,19 @@ +package mono.android; + +import android.content.BroadcastReceiver; +import android.content.Context; +import android.content.Intent; +import android.util.Log; + +public class Seppuku extends BroadcastReceiver { + @Override + public void onReceive (Context context, Intent intent) + { + Intent startMain = new Intent (Intent.ACTION_MAIN); + startMain.addCategory (Intent.CATEGORY_HOME); + startMain.setFlags (Intent.FLAG_ACTIVITY_NEW_TASK); + context.startActivity (startMain); + + java.lang.Runtime.getRuntime ().exit (-1); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/app/ApplicationRegistration.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/app/ApplicationRegistration.java new file mode 100644 index 0000000..b150f3d --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/app/ApplicationRegistration.java @@ -0,0 +1,10 @@ +package mono.android.app; + +public class ApplicationRegistration { + + public static void registerApplications () + { + // Application and Instrumentation ACWs must be registered first. + + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/app/NotifyTimeZoneChanges.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/app/NotifyTimeZoneChanges.java new file mode 100644 index 0000000..21896a0 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/app/NotifyTimeZoneChanges.java @@ -0,0 +1,8 @@ +package mono.android.app; + +public class NotifyTimeZoneChanges extends android.content.BroadcastReceiver { + @Override + public void onReceive (android.content.Context context, android.content.Intent intent) { + mono.android.Runtime.notifyTimeZoneChanged (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/design/widget/AppBarLayout_OnOffsetChangedListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/design/widget/AppBarLayout_OnOffsetChangedListenerImplementor.java new file mode 100644 index 0000000..b3986b7 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/design/widget/AppBarLayout_OnOffsetChangedListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.design.widget; + + +public class AppBarLayout_OnOffsetChangedListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.design.widget.AppBarLayout.OnOffsetChangedListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onOffsetChanged:(Landroid/support/design/widget/AppBarLayout;I)V:GetOnOffsetChanged_Landroid_support_design_widget_AppBarLayout_IHandler:Android.Support.Design.Widget.AppBarLayout/IOnOffsetChangedListenerInvoker, Xamarin.Android.Support.Design\n" + + ""; + mono.android.Runtime.register ("Android.Support.Design.Widget.AppBarLayout+IOnOffsetChangedListenerImplementor, Xamarin.Android.Support.Design", AppBarLayout_OnOffsetChangedListenerImplementor.class, __md_methods); + } + + + public AppBarLayout_OnOffsetChangedListenerImplementor () + { + super (); + if (getClass () == AppBarLayout_OnOffsetChangedListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.Design.Widget.AppBarLayout+IOnOffsetChangedListenerImplementor, Xamarin.Android.Support.Design", "", this, new java.lang.Object[] { }); + } + + + public void onOffsetChanged (android.support.design.widget.AppBarLayout p0, int p1) + { + n_onOffsetChanged (p0, p1); + } + + private native void n_onOffsetChanged (android.support.design.widget.AppBarLayout p0, int p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/design/widget/BottomNavigationView_OnNavigationItemReselectedListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/design/widget/BottomNavigationView_OnNavigationItemReselectedListenerImplementor.java new file mode 100644 index 0000000..09c3e84 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/design/widget/BottomNavigationView_OnNavigationItemReselectedListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.design.widget; + + +public class BottomNavigationView_OnNavigationItemReselectedListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.design.widget.BottomNavigationView.OnNavigationItemReselectedListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onNavigationItemReselected:(Landroid/view/MenuItem;)V:GetOnNavigationItemReselected_Landroid_view_MenuItem_Handler:Android.Support.Design.Widget.BottomNavigationView/IOnNavigationItemReselectedListenerInvoker, Xamarin.Android.Support.Design\n" + + ""; + mono.android.Runtime.register ("Android.Support.Design.Widget.BottomNavigationView+IOnNavigationItemReselectedListenerImplementor, Xamarin.Android.Support.Design", BottomNavigationView_OnNavigationItemReselectedListenerImplementor.class, __md_methods); + } + + + public BottomNavigationView_OnNavigationItemReselectedListenerImplementor () + { + super (); + if (getClass () == BottomNavigationView_OnNavigationItemReselectedListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.Design.Widget.BottomNavigationView+IOnNavigationItemReselectedListenerImplementor, Xamarin.Android.Support.Design", "", this, new java.lang.Object[] { }); + } + + + public void onNavigationItemReselected (android.view.MenuItem p0) + { + n_onNavigationItemReselected (p0); + } + + private native void n_onNavigationItemReselected (android.view.MenuItem p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/design/widget/BottomNavigationView_OnNavigationItemSelectedListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/design/widget/BottomNavigationView_OnNavigationItemSelectedListenerImplementor.java new file mode 100644 index 0000000..18fa0a3 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/design/widget/BottomNavigationView_OnNavigationItemSelectedListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.design.widget; + + +public class BottomNavigationView_OnNavigationItemSelectedListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.design.widget.BottomNavigationView.OnNavigationItemSelectedListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onNavigationItemSelected:(Landroid/view/MenuItem;)Z:GetOnNavigationItemSelected_Landroid_view_MenuItem_Handler:Android.Support.Design.Widget.BottomNavigationView/IOnNavigationItemSelectedListenerInvoker, Xamarin.Android.Support.Design\n" + + ""; + mono.android.Runtime.register ("Android.Support.Design.Widget.BottomNavigationView+IOnNavigationItemSelectedListenerImplementor, Xamarin.Android.Support.Design", BottomNavigationView_OnNavigationItemSelectedListenerImplementor.class, __md_methods); + } + + + public BottomNavigationView_OnNavigationItemSelectedListenerImplementor () + { + super (); + if (getClass () == BottomNavigationView_OnNavigationItemSelectedListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.Design.Widget.BottomNavigationView+IOnNavigationItemSelectedListenerImplementor, Xamarin.Android.Support.Design", "", this, new java.lang.Object[] { }); + } + + + public boolean onNavigationItemSelected (android.view.MenuItem p0) + { + return n_onNavigationItemSelected (p0); + } + + private native boolean n_onNavigationItemSelected (android.view.MenuItem p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/design/widget/NavigationView_OnNavigationItemSelectedListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/design/widget/NavigationView_OnNavigationItemSelectedListenerImplementor.java new file mode 100644 index 0000000..c98b0f4 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/design/widget/NavigationView_OnNavigationItemSelectedListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.design.widget; + + +public class NavigationView_OnNavigationItemSelectedListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.design.widget.NavigationView.OnNavigationItemSelectedListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onNavigationItemSelected:(Landroid/view/MenuItem;)Z:GetOnNavigationItemSelected_Landroid_view_MenuItem_Handler:Android.Support.Design.Widget.NavigationView/IOnNavigationItemSelectedListenerInvoker, Xamarin.Android.Support.Design\n" + + ""; + mono.android.Runtime.register ("Android.Support.Design.Widget.NavigationView+IOnNavigationItemSelectedListenerImplementor, Xamarin.Android.Support.Design", NavigationView_OnNavigationItemSelectedListenerImplementor.class, __md_methods); + } + + + public NavigationView_OnNavigationItemSelectedListenerImplementor () + { + super (); + if (getClass () == NavigationView_OnNavigationItemSelectedListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.Design.Widget.NavigationView+IOnNavigationItemSelectedListenerImplementor, Xamarin.Android.Support.Design", "", this, new java.lang.Object[] { }); + } + + + public boolean onNavigationItemSelected (android.view.MenuItem p0) + { + return n_onNavigationItemSelected (p0); + } + + private native boolean n_onNavigationItemSelected (android.view.MenuItem p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/design/widget/SwipeDismissBehavior_OnDismissListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/design/widget/SwipeDismissBehavior_OnDismissListenerImplementor.java new file mode 100644 index 0000000..bbea616 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/design/widget/SwipeDismissBehavior_OnDismissListenerImplementor.java @@ -0,0 +1,57 @@ +package mono.android.support.design.widget; + + +public class SwipeDismissBehavior_OnDismissListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.design.widget.SwipeDismissBehavior.OnDismissListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onDismiss:(Landroid/view/View;)V:GetOnDismiss_Landroid_view_View_Handler:Android.Support.Design.Widget.SwipeDismissBehavior/IOnDismissListenerInvoker, Xamarin.Android.Support.Design\n" + + "n_onDragStateChanged:(I)V:GetOnDragStateChanged_IHandler:Android.Support.Design.Widget.SwipeDismissBehavior/IOnDismissListenerInvoker, Xamarin.Android.Support.Design\n" + + ""; + mono.android.Runtime.register ("Android.Support.Design.Widget.SwipeDismissBehavior+IOnDismissListenerImplementor, Xamarin.Android.Support.Design", SwipeDismissBehavior_OnDismissListenerImplementor.class, __md_methods); + } + + + public SwipeDismissBehavior_OnDismissListenerImplementor () + { + super (); + if (getClass () == SwipeDismissBehavior_OnDismissListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.Design.Widget.SwipeDismissBehavior+IOnDismissListenerImplementor, Xamarin.Android.Support.Design", "", this, new java.lang.Object[] { }); + } + + + public void onDismiss (android.view.View p0) + { + n_onDismiss (p0); + } + + private native void n_onDismiss (android.view.View p0); + + + public void onDragStateChanged (int p0) + { + n_onDragStateChanged (p0); + } + + private native void n_onDragStateChanged (int p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/design/widget/TabLayout_OnTabSelectedListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/design/widget/TabLayout_OnTabSelectedListenerImplementor.java new file mode 100644 index 0000000..050d5ee --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/design/widget/TabLayout_OnTabSelectedListenerImplementor.java @@ -0,0 +1,66 @@ +package mono.android.support.design.widget; + + +public class TabLayout_OnTabSelectedListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.design.widget.TabLayout.OnTabSelectedListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onTabReselected:(Landroid/support/design/widget/TabLayout$Tab;)V:GetOnTabReselected_Landroid_support_design_widget_TabLayout_Tab_Handler:Android.Support.Design.Widget.TabLayout/IOnTabSelectedListenerInvoker, Xamarin.Android.Support.Design\n" + + "n_onTabSelected:(Landroid/support/design/widget/TabLayout$Tab;)V:GetOnTabSelected_Landroid_support_design_widget_TabLayout_Tab_Handler:Android.Support.Design.Widget.TabLayout/IOnTabSelectedListenerInvoker, Xamarin.Android.Support.Design\n" + + "n_onTabUnselected:(Landroid/support/design/widget/TabLayout$Tab;)V:GetOnTabUnselected_Landroid_support_design_widget_TabLayout_Tab_Handler:Android.Support.Design.Widget.TabLayout/IOnTabSelectedListenerInvoker, Xamarin.Android.Support.Design\n" + + ""; + mono.android.Runtime.register ("Android.Support.Design.Widget.TabLayout+IOnTabSelectedListenerImplementor, Xamarin.Android.Support.Design", TabLayout_OnTabSelectedListenerImplementor.class, __md_methods); + } + + + public TabLayout_OnTabSelectedListenerImplementor () + { + super (); + if (getClass () == TabLayout_OnTabSelectedListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.Design.Widget.TabLayout+IOnTabSelectedListenerImplementor, Xamarin.Android.Support.Design", "", this, new java.lang.Object[] { }); + } + + + public void onTabReselected (android.support.design.widget.TabLayout.Tab p0) + { + n_onTabReselected (p0); + } + + private native void n_onTabReselected (android.support.design.widget.TabLayout.Tab p0); + + + public void onTabSelected (android.support.design.widget.TabLayout.Tab p0) + { + n_onTabSelected (p0); + } + + private native void n_onTabSelected (android.support.design.widget.TabLayout.Tab p0); + + + public void onTabUnselected (android.support.design.widget.TabLayout.Tab p0) + { + n_onTabUnselected (p0); + } + + private native void n_onTabUnselected (android.support.design.widget.TabLayout.Tab p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/transition/Transition_TransitionListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/transition/Transition_TransitionListenerImplementor.java new file mode 100644 index 0000000..750f542 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/transition/Transition_TransitionListenerImplementor.java @@ -0,0 +1,84 @@ +package mono.android.support.transition; + + +public class Transition_TransitionListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.transition.Transition.TransitionListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onTransitionCancel:(Landroid/support/transition/Transition;)V:GetOnTransitionCancel_Landroid_support_transition_Transition_Handler:Android.Support.Transitions.Transition/ITransitionListenerInvoker, Xamarin.Android.Support.Transition\n" + + "n_onTransitionEnd:(Landroid/support/transition/Transition;)V:GetOnTransitionEnd_Landroid_support_transition_Transition_Handler:Android.Support.Transitions.Transition/ITransitionListenerInvoker, Xamarin.Android.Support.Transition\n" + + "n_onTransitionPause:(Landroid/support/transition/Transition;)V:GetOnTransitionPause_Landroid_support_transition_Transition_Handler:Android.Support.Transitions.Transition/ITransitionListenerInvoker, Xamarin.Android.Support.Transition\n" + + "n_onTransitionResume:(Landroid/support/transition/Transition;)V:GetOnTransitionResume_Landroid_support_transition_Transition_Handler:Android.Support.Transitions.Transition/ITransitionListenerInvoker, Xamarin.Android.Support.Transition\n" + + "n_onTransitionStart:(Landroid/support/transition/Transition;)V:GetOnTransitionStart_Landroid_support_transition_Transition_Handler:Android.Support.Transitions.Transition/ITransitionListenerInvoker, Xamarin.Android.Support.Transition\n" + + ""; + mono.android.Runtime.register ("Android.Support.Transitions.Transition+ITransitionListenerImplementor, Xamarin.Android.Support.Transition", Transition_TransitionListenerImplementor.class, __md_methods); + } + + + public Transition_TransitionListenerImplementor () + { + super (); + if (getClass () == Transition_TransitionListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.Transitions.Transition+ITransitionListenerImplementor, Xamarin.Android.Support.Transition", "", this, new java.lang.Object[] { }); + } + + + public void onTransitionCancel (android.support.transition.Transition p0) + { + n_onTransitionCancel (p0); + } + + private native void n_onTransitionCancel (android.support.transition.Transition p0); + + + public void onTransitionEnd (android.support.transition.Transition p0) + { + n_onTransitionEnd (p0); + } + + private native void n_onTransitionEnd (android.support.transition.Transition p0); + + + public void onTransitionPause (android.support.transition.Transition p0) + { + n_onTransitionPause (p0); + } + + private native void n_onTransitionPause (android.support.transition.Transition p0); + + + public void onTransitionResume (android.support.transition.Transition p0) + { + n_onTransitionResume (p0); + } + + private native void n_onTransitionResume (android.support.transition.Transition p0); + + + public void onTransitionStart (android.support.transition.Transition p0) + { + n_onTransitionStart (p0); + } + + private native void n_onTransitionStart (android.support.transition.Transition p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/app/FragmentManager_OnBackStackChangedListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/app/FragmentManager_OnBackStackChangedListenerImplementor.java new file mode 100644 index 0000000..634e4be --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/app/FragmentManager_OnBackStackChangedListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v4.app; + + +public class FragmentManager_OnBackStackChangedListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.app.FragmentManager.OnBackStackChangedListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onBackStackChanged:()V:GetOnBackStackChangedHandler:Android.Support.V4.App.FragmentManager/IOnBackStackChangedListenerInvoker, Xamarin.Android.Support.Fragment\n" + + ""; + mono.android.Runtime.register ("Android.Support.V4.App.FragmentManager+IOnBackStackChangedListenerImplementor, Xamarin.Android.Support.Fragment", FragmentManager_OnBackStackChangedListenerImplementor.class, __md_methods); + } + + + public FragmentManager_OnBackStackChangedListenerImplementor () + { + super (); + if (getClass () == FragmentManager_OnBackStackChangedListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V4.App.FragmentManager+IOnBackStackChangedListenerImplementor, Xamarin.Android.Support.Fragment", "", this, new java.lang.Object[] { }); + } + + + public void onBackStackChanged () + { + n_onBackStackChanged (); + } + + private native void n_onBackStackChanged (); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/app/SharedElementCallback_OnSharedElementsReadyListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/app/SharedElementCallback_OnSharedElementsReadyListenerImplementor.java new file mode 100644 index 0000000..b9c1d4a --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/app/SharedElementCallback_OnSharedElementsReadyListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v4.app; + + +public class SharedElementCallback_OnSharedElementsReadyListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.app.SharedElementCallback.OnSharedElementsReadyListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onSharedElementsReady:()V:GetOnSharedElementsReadyHandler:Android.Support.V4.App.SharedElementCallback/IOnSharedElementsReadyListenerInvoker, Xamarin.Android.Support.Compat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V4.App.SharedElementCallback+IOnSharedElementsReadyListenerImplementor, Xamarin.Android.Support.Compat", SharedElementCallback_OnSharedElementsReadyListenerImplementor.class, __md_methods); + } + + + public SharedElementCallback_OnSharedElementsReadyListenerImplementor () + { + super (); + if (getClass () == SharedElementCallback_OnSharedElementsReadyListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V4.App.SharedElementCallback+IOnSharedElementsReadyListenerImplementor, Xamarin.Android.Support.Compat", "", this, new java.lang.Object[] { }); + } + + + public void onSharedElementsReady () + { + n_onSharedElementsReady (); + } + + private native void n_onSharedElementsReady (); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/content/Loader_OnLoadCanceledListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/content/Loader_OnLoadCanceledListenerImplementor.java new file mode 100644 index 0000000..3637289 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/content/Loader_OnLoadCanceledListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v4.content; + + +public class Loader_OnLoadCanceledListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.content.Loader.OnLoadCanceledListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onLoadCanceled:(Landroid/support/v4/content/Loader;)V:GetOnLoadCanceled_Landroid_support_v4_content_Loader_Handler:Android.Support.V4.Content.Loader/IOnLoadCanceledListenerInvoker, Xamarin.Android.Support.Core.Utils\n" + + ""; + mono.android.Runtime.register ("Android.Support.V4.Content.Loader+IOnLoadCanceledListenerImplementor, Xamarin.Android.Support.Core.Utils", Loader_OnLoadCanceledListenerImplementor.class, __md_methods); + } + + + public Loader_OnLoadCanceledListenerImplementor () + { + super (); + if (getClass () == Loader_OnLoadCanceledListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V4.Content.Loader+IOnLoadCanceledListenerImplementor, Xamarin.Android.Support.Core.Utils", "", this, new java.lang.Object[] { }); + } + + + public void onLoadCanceled (android.support.v4.content.Loader p0) + { + n_onLoadCanceled (p0); + } + + private native void n_onLoadCanceled (android.support.v4.content.Loader p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/content/Loader_OnLoadCompleteListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/content/Loader_OnLoadCompleteListenerImplementor.java new file mode 100644 index 0000000..3beea5c --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/content/Loader_OnLoadCompleteListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v4.content; + + +public class Loader_OnLoadCompleteListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.content.Loader.OnLoadCompleteListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onLoadComplete:(Landroid/support/v4/content/Loader;Ljava/lang/Object;)V:GetOnLoadComplete_Landroid_support_v4_content_Loader_Ljava_lang_Object_Handler:Android.Support.V4.Content.Loader/IOnLoadCompleteListenerInvoker, Xamarin.Android.Support.Core.Utils\n" + + ""; + mono.android.Runtime.register ("Android.Support.V4.Content.Loader+IOnLoadCompleteListenerImplementor, Xamarin.Android.Support.Core.Utils", Loader_OnLoadCompleteListenerImplementor.class, __md_methods); + } + + + public Loader_OnLoadCompleteListenerImplementor () + { + super (); + if (getClass () == Loader_OnLoadCompleteListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V4.Content.Loader+IOnLoadCompleteListenerImplementor, Xamarin.Android.Support.Core.Utils", "", this, new java.lang.Object[] { }); + } + + + public void onLoadComplete (android.support.v4.content.Loader p0, java.lang.Object p1) + { + n_onLoadComplete (p0, p1); + } + + private native void n_onLoadComplete (android.support.v4.content.Loader p0, java.lang.Object p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/media/session/MediaSessionCompat_OnActiveChangeListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/media/session/MediaSessionCompat_OnActiveChangeListenerImplementor.java new file mode 100644 index 0000000..9e02867 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/media/session/MediaSessionCompat_OnActiveChangeListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v4.media.session; + + +public class MediaSessionCompat_OnActiveChangeListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.media.session.MediaSessionCompat.OnActiveChangeListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onActiveChanged:()V:GetOnActiveChangedHandler:Android.Support.V4.Media.Session.MediaSessionCompat/IOnActiveChangeListenerInvoker, Xamarin.Android.Support.Media.Compat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V4.Media.Session.MediaSessionCompat+IOnActiveChangeListenerImplementor, Xamarin.Android.Support.Media.Compat", MediaSessionCompat_OnActiveChangeListenerImplementor.class, __md_methods); + } + + + public MediaSessionCompat_OnActiveChangeListenerImplementor () + { + super (); + if (getClass () == MediaSessionCompat_OnActiveChangeListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V4.Media.Session.MediaSessionCompat+IOnActiveChangeListenerImplementor, Xamarin.Android.Support.Media.Compat", "", this, new java.lang.Object[] { }); + } + + + public void onActiveChanged () + { + n_onActiveChanged (); + } + + private native void n_onActiveChanged (); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/os/CancellationSignal_OnCancelListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/os/CancellationSignal_OnCancelListenerImplementor.java new file mode 100644 index 0000000..34e8753 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/os/CancellationSignal_OnCancelListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v4.os; + + +public class CancellationSignal_OnCancelListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.os.CancellationSignal.OnCancelListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onCancel:()V:GetOnCancelHandler:Android.Support.V4.OS.CancellationSignal/IOnCancelListenerInvoker, Xamarin.Android.Support.Compat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V4.OS.CancellationSignal+IOnCancelListenerImplementor, Xamarin.Android.Support.Compat", CancellationSignal_OnCancelListenerImplementor.class, __md_methods); + } + + + public CancellationSignal_OnCancelListenerImplementor () + { + super (); + if (getClass () == CancellationSignal_OnCancelListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V4.OS.CancellationSignal+IOnCancelListenerImplementor, Xamarin.Android.Support.Compat", "", this, new java.lang.Object[] { }); + } + + + public void onCancel () + { + n_onCancel (); + } + + private native void n_onCancel (); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/ActionProvider_SubUiVisibilityListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/ActionProvider_SubUiVisibilityListenerImplementor.java new file mode 100644 index 0000000..1dd0e09 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/ActionProvider_SubUiVisibilityListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v4.view; + + +public class ActionProvider_SubUiVisibilityListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.view.ActionProvider.SubUiVisibilityListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onSubUiVisibilityChanged:(Z)V:GetOnSubUiVisibilityChanged_ZHandler:Android.Support.V4.View.ActionProvider/ISubUiVisibilityListenerInvoker, Xamarin.Android.Support.Compat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V4.View.ActionProvider+ISubUiVisibilityListenerImplementor, Xamarin.Android.Support.Compat", ActionProvider_SubUiVisibilityListenerImplementor.class, __md_methods); + } + + + public ActionProvider_SubUiVisibilityListenerImplementor () + { + super (); + if (getClass () == ActionProvider_SubUiVisibilityListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V4.View.ActionProvider+ISubUiVisibilityListenerImplementor, Xamarin.Android.Support.Compat", "", this, new java.lang.Object[] { }); + } + + + public void onSubUiVisibilityChanged (boolean p0) + { + n_onSubUiVisibilityChanged (p0); + } + + private native void n_onSubUiVisibilityChanged (boolean p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/ActionProvider_VisibilityListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/ActionProvider_VisibilityListenerImplementor.java new file mode 100644 index 0000000..21ccc6d --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/ActionProvider_VisibilityListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v4.view; + + +public class ActionProvider_VisibilityListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.view.ActionProvider.VisibilityListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onActionProviderVisibilityChanged:(Z)V:GetOnActionProviderVisibilityChanged_ZHandler:Android.Support.V4.View.ActionProvider/IVisibilityListenerInvoker, Xamarin.Android.Support.Compat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V4.View.ActionProvider+IVisibilityListenerImplementor, Xamarin.Android.Support.Compat", ActionProvider_VisibilityListenerImplementor.class, __md_methods); + } + + + public ActionProvider_VisibilityListenerImplementor () + { + super (); + if (getClass () == ActionProvider_VisibilityListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V4.View.ActionProvider+IVisibilityListenerImplementor, Xamarin.Android.Support.Compat", "", this, new java.lang.Object[] { }); + } + + + public void onActionProviderVisibilityChanged (boolean p0) + { + n_onActionProviderVisibilityChanged (p0); + } + + private native void n_onActionProviderVisibilityChanged (boolean p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/AsyncLayoutInflater_OnInflateFinishedListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/AsyncLayoutInflater_OnInflateFinishedListenerImplementor.java new file mode 100644 index 0000000..9d99ba2 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/AsyncLayoutInflater_OnInflateFinishedListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v4.view; + + +public class AsyncLayoutInflater_OnInflateFinishedListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.view.AsyncLayoutInflater.OnInflateFinishedListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onInflateFinished:(Landroid/view/View;ILandroid/view/ViewGroup;)V:GetOnInflateFinished_Landroid_view_View_ILandroid_view_ViewGroup_Handler:Android.Support.V4.View.AsyncLayoutInflater/IOnInflateFinishedListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + ""; + mono.android.Runtime.register ("Android.Support.V4.View.AsyncLayoutInflater+IOnInflateFinishedListenerImplementor, Xamarin.Android.Support.Core.UI", AsyncLayoutInflater_OnInflateFinishedListenerImplementor.class, __md_methods); + } + + + public AsyncLayoutInflater_OnInflateFinishedListenerImplementor () + { + super (); + if (getClass () == AsyncLayoutInflater_OnInflateFinishedListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V4.View.AsyncLayoutInflater+IOnInflateFinishedListenerImplementor, Xamarin.Android.Support.Core.UI", "", this, new java.lang.Object[] { }); + } + + + public void onInflateFinished (android.view.View p0, int p1, android.view.ViewGroup p2) + { + n_onInflateFinished (p0, p1, p2); + } + + private native void n_onInflateFinished (android.view.View p0, int p1, android.view.ViewGroup p2); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/MenuItemCompat_OnActionExpandListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/MenuItemCompat_OnActionExpandListenerImplementor.java new file mode 100644 index 0000000..bfb19f5 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/MenuItemCompat_OnActionExpandListenerImplementor.java @@ -0,0 +1,57 @@ +package mono.android.support.v4.view; + + +public class MenuItemCompat_OnActionExpandListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.view.MenuItemCompat.OnActionExpandListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onMenuItemActionCollapse:(Landroid/view/MenuItem;)Z:GetOnMenuItemActionCollapse_Landroid_view_MenuItem_Handler:Android.Support.V4.View.MenuItemCompat/IOnActionExpandListenerInvoker, Xamarin.Android.Support.Compat\n" + + "n_onMenuItemActionExpand:(Landroid/view/MenuItem;)Z:GetOnMenuItemActionExpand_Landroid_view_MenuItem_Handler:Android.Support.V4.View.MenuItemCompat/IOnActionExpandListenerInvoker, Xamarin.Android.Support.Compat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V4.View.MenuItemCompat+IOnActionExpandListenerImplementor, Xamarin.Android.Support.Compat", MenuItemCompat_OnActionExpandListenerImplementor.class, __md_methods); + } + + + public MenuItemCompat_OnActionExpandListenerImplementor () + { + super (); + if (getClass () == MenuItemCompat_OnActionExpandListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V4.View.MenuItemCompat+IOnActionExpandListenerImplementor, Xamarin.Android.Support.Compat", "", this, new java.lang.Object[] { }); + } + + + public boolean onMenuItemActionCollapse (android.view.MenuItem p0) + { + return n_onMenuItemActionCollapse (p0); + } + + private native boolean n_onMenuItemActionCollapse (android.view.MenuItem p0); + + + public boolean onMenuItemActionExpand (android.view.MenuItem p0) + { + return n_onMenuItemActionExpand (p0); + } + + private native boolean n_onMenuItemActionExpand (android.view.MenuItem p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/OnApplyWindowInsetsListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/OnApplyWindowInsetsListenerImplementor.java new file mode 100644 index 0000000..3aebf1b --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/OnApplyWindowInsetsListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v4.view; + + +public class OnApplyWindowInsetsListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.view.OnApplyWindowInsetsListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onApplyWindowInsets:(Landroid/view/View;Landroid/support/v4/view/WindowInsetsCompat;)Landroid/support/v4/view/WindowInsetsCompat;:GetOnApplyWindowInsets_Landroid_view_View_Landroid_support_v4_view_WindowInsetsCompat_Handler:Android.Support.V4.View.IOnApplyWindowInsetsListenerInvoker, Xamarin.Android.Support.Compat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V4.View.IOnApplyWindowInsetsListenerImplementor, Xamarin.Android.Support.Compat", OnApplyWindowInsetsListenerImplementor.class, __md_methods); + } + + + public OnApplyWindowInsetsListenerImplementor () + { + super (); + if (getClass () == OnApplyWindowInsetsListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V4.View.IOnApplyWindowInsetsListenerImplementor, Xamarin.Android.Support.Compat", "", this, new java.lang.Object[] { }); + } + + + public android.support.v4.view.WindowInsetsCompat onApplyWindowInsets (android.view.View p0, android.support.v4.view.WindowInsetsCompat p1) + { + return n_onApplyWindowInsets (p0, p1); + } + + private native android.support.v4.view.WindowInsetsCompat n_onApplyWindowInsets (android.view.View p0, android.support.v4.view.WindowInsetsCompat p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/ViewPager_OnAdapterChangeListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/ViewPager_OnAdapterChangeListenerImplementor.java new file mode 100644 index 0000000..0802a73 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/ViewPager_OnAdapterChangeListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v4.view; + + +public class ViewPager_OnAdapterChangeListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.view.ViewPager.OnAdapterChangeListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onAdapterChanged:(Landroid/support/v4/view/ViewPager;Landroid/support/v4/view/PagerAdapter;Landroid/support/v4/view/PagerAdapter;)V:GetOnAdapterChanged_Landroid_support_v4_view_ViewPager_Landroid_support_v4_view_PagerAdapter_Landroid_support_v4_view_PagerAdapter_Handler:Android.Support.V4.View.ViewPager/IOnAdapterChangeListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + ""; + mono.android.Runtime.register ("Android.Support.V4.View.ViewPager+IOnAdapterChangeListenerImplementor, Xamarin.Android.Support.Core.UI", ViewPager_OnAdapterChangeListenerImplementor.class, __md_methods); + } + + + public ViewPager_OnAdapterChangeListenerImplementor () + { + super (); + if (getClass () == ViewPager_OnAdapterChangeListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V4.View.ViewPager+IOnAdapterChangeListenerImplementor, Xamarin.Android.Support.Core.UI", "", this, new java.lang.Object[] { }); + } + + + public void onAdapterChanged (android.support.v4.view.ViewPager p0, android.support.v4.view.PagerAdapter p1, android.support.v4.view.PagerAdapter p2) + { + n_onAdapterChanged (p0, p1, p2); + } + + private native void n_onAdapterChanged (android.support.v4.view.ViewPager p0, android.support.v4.view.PagerAdapter p1, android.support.v4.view.PagerAdapter p2); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/ViewPager_OnPageChangeListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/ViewPager_OnPageChangeListenerImplementor.java new file mode 100644 index 0000000..cb9182b --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/ViewPager_OnPageChangeListenerImplementor.java @@ -0,0 +1,66 @@ +package mono.android.support.v4.view; + + +public class ViewPager_OnPageChangeListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.view.ViewPager.OnPageChangeListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onPageScrollStateChanged:(I)V:GetOnPageScrollStateChanged_IHandler:Android.Support.V4.View.ViewPager/IOnPageChangeListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onPageScrolled:(IFI)V:GetOnPageScrolled_IFIHandler:Android.Support.V4.View.ViewPager/IOnPageChangeListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onPageSelected:(I)V:GetOnPageSelected_IHandler:Android.Support.V4.View.ViewPager/IOnPageChangeListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + ""; + mono.android.Runtime.register ("Android.Support.V4.View.ViewPager+IOnPageChangeListenerImplementor, Xamarin.Android.Support.Core.UI", ViewPager_OnPageChangeListenerImplementor.class, __md_methods); + } + + + public ViewPager_OnPageChangeListenerImplementor () + { + super (); + if (getClass () == ViewPager_OnPageChangeListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V4.View.ViewPager+IOnPageChangeListenerImplementor, Xamarin.Android.Support.Core.UI", "", this, new java.lang.Object[] { }); + } + + + public void onPageScrollStateChanged (int p0) + { + n_onPageScrollStateChanged (p0); + } + + private native void n_onPageScrollStateChanged (int p0); + + + public void onPageScrolled (int p0, float p1, int p2) + { + n_onPageScrolled (p0, p1, p2); + } + + private native void n_onPageScrolled (int p0, float p1, int p2); + + + public void onPageSelected (int p0) + { + n_onPageSelected (p0); + } + + private native void n_onPageSelected (int p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/ViewPropertyAnimatorListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/ViewPropertyAnimatorListenerImplementor.java new file mode 100644 index 0000000..a0882f8 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/ViewPropertyAnimatorListenerImplementor.java @@ -0,0 +1,66 @@ +package mono.android.support.v4.view; + + +public class ViewPropertyAnimatorListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.view.ViewPropertyAnimatorListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onAnimationCancel:(Landroid/view/View;)V:GetOnAnimationCancel_Landroid_view_View_Handler:Android.Support.V4.View.IViewPropertyAnimatorListenerInvoker, Xamarin.Android.Support.Compat\n" + + "n_onAnimationEnd:(Landroid/view/View;)V:GetOnAnimationEnd_Landroid_view_View_Handler:Android.Support.V4.View.IViewPropertyAnimatorListenerInvoker, Xamarin.Android.Support.Compat\n" + + "n_onAnimationStart:(Landroid/view/View;)V:GetOnAnimationStart_Landroid_view_View_Handler:Android.Support.V4.View.IViewPropertyAnimatorListenerInvoker, Xamarin.Android.Support.Compat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V4.View.IViewPropertyAnimatorListenerImplementor, Xamarin.Android.Support.Compat", ViewPropertyAnimatorListenerImplementor.class, __md_methods); + } + + + public ViewPropertyAnimatorListenerImplementor () + { + super (); + if (getClass () == ViewPropertyAnimatorListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V4.View.IViewPropertyAnimatorListenerImplementor, Xamarin.Android.Support.Compat", "", this, new java.lang.Object[] { }); + } + + + public void onAnimationCancel (android.view.View p0) + { + n_onAnimationCancel (p0); + } + + private native void n_onAnimationCancel (android.view.View p0); + + + public void onAnimationEnd (android.view.View p0) + { + n_onAnimationEnd (p0); + } + + private native void n_onAnimationEnd (android.view.View p0); + + + public void onAnimationStart (android.view.View p0) + { + n_onAnimationStart (p0); + } + + private native void n_onAnimationStart (android.view.View p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/ViewPropertyAnimatorUpdateListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/ViewPropertyAnimatorUpdateListenerImplementor.java new file mode 100644 index 0000000..052e978 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/ViewPropertyAnimatorUpdateListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v4.view; + + +public class ViewPropertyAnimatorUpdateListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.view.ViewPropertyAnimatorUpdateListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onAnimationUpdate:(Landroid/view/View;)V:GetOnAnimationUpdate_Landroid_view_View_Handler:Android.Support.V4.View.IViewPropertyAnimatorUpdateListenerInvoker, Xamarin.Android.Support.Compat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V4.View.IViewPropertyAnimatorUpdateListenerImplementor, Xamarin.Android.Support.Compat", ViewPropertyAnimatorUpdateListenerImplementor.class, __md_methods); + } + + + public ViewPropertyAnimatorUpdateListenerImplementor () + { + super (); + if (getClass () == ViewPropertyAnimatorUpdateListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V4.View.IViewPropertyAnimatorUpdateListenerImplementor, Xamarin.Android.Support.Compat", "", this, new java.lang.Object[] { }); + } + + + public void onAnimationUpdate (android.view.View p0) + { + n_onAnimationUpdate (p0); + } + + private native void n_onAnimationUpdate (android.view.View p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/accessibility/AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/accessibility/AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor.java new file mode 100644 index 0000000..1adae25 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/accessibility/AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v4.view.accessibility; + + +public class AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.view.accessibility.AccessibilityManagerCompat.AccessibilityStateChangeListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onAccessibilityStateChanged:(Z)V:GetOnAccessibilityStateChanged_ZHandler:Android.Support.V4.View.Accessibility.AccessibilityManagerCompat/IAccessibilityStateChangeListenerInvoker, Xamarin.Android.Support.Compat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V4.View.Accessibility.AccessibilityManagerCompat+IAccessibilityStateChangeListenerImplementor, Xamarin.Android.Support.Compat", AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor.class, __md_methods); + } + + + public AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor () + { + super (); + if (getClass () == AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V4.View.Accessibility.AccessibilityManagerCompat+IAccessibilityStateChangeListenerImplementor, Xamarin.Android.Support.Compat", "", this, new java.lang.Object[] { }); + } + + + public void onAccessibilityStateChanged (boolean p0) + { + n_onAccessibilityStateChanged (p0); + } + + private native void n_onAccessibilityStateChanged (boolean p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/accessibility/AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/accessibility/AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor.java new file mode 100644 index 0000000..5c35ed6 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/view/accessibility/AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v4.view.accessibility; + + +public class AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.view.accessibility.AccessibilityManagerCompat.TouchExplorationStateChangeListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onTouchExplorationStateChanged:(Z)V:GetOnTouchExplorationStateChanged_ZHandler:Android.Support.V4.View.Accessibility.AccessibilityManagerCompat/ITouchExplorationStateChangeListenerInvoker, Xamarin.Android.Support.Compat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V4.View.Accessibility.AccessibilityManagerCompat+ITouchExplorationStateChangeListenerImplementor, Xamarin.Android.Support.Compat", AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor.class, __md_methods); + } + + + public AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor () + { + super (); + if (getClass () == AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V4.View.Accessibility.AccessibilityManagerCompat+ITouchExplorationStateChangeListenerImplementor, Xamarin.Android.Support.Compat", "", this, new java.lang.Object[] { }); + } + + + public void onTouchExplorationStateChanged (boolean p0) + { + n_onTouchExplorationStateChanged (p0); + } + + private native void n_onTouchExplorationStateChanged (boolean p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/widget/DrawerLayout_DrawerListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/widget/DrawerLayout_DrawerListenerImplementor.java new file mode 100644 index 0000000..0b538e9 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/widget/DrawerLayout_DrawerListenerImplementor.java @@ -0,0 +1,75 @@ +package mono.android.support.v4.widget; + + +public class DrawerLayout_DrawerListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.widget.DrawerLayout.DrawerListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onDrawerClosed:(Landroid/view/View;)V:GetOnDrawerClosed_Landroid_view_View_Handler:Android.Support.V4.Widget.DrawerLayout/IDrawerListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onDrawerOpened:(Landroid/view/View;)V:GetOnDrawerOpened_Landroid_view_View_Handler:Android.Support.V4.Widget.DrawerLayout/IDrawerListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onDrawerSlide:(Landroid/view/View;F)V:GetOnDrawerSlide_Landroid_view_View_FHandler:Android.Support.V4.Widget.DrawerLayout/IDrawerListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onDrawerStateChanged:(I)V:GetOnDrawerStateChanged_IHandler:Android.Support.V4.Widget.DrawerLayout/IDrawerListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + ""; + mono.android.Runtime.register ("Android.Support.V4.Widget.DrawerLayout+IDrawerListenerImplementor, Xamarin.Android.Support.Core.UI", DrawerLayout_DrawerListenerImplementor.class, __md_methods); + } + + + public DrawerLayout_DrawerListenerImplementor () + { + super (); + if (getClass () == DrawerLayout_DrawerListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V4.Widget.DrawerLayout+IDrawerListenerImplementor, Xamarin.Android.Support.Core.UI", "", this, new java.lang.Object[] { }); + } + + + public void onDrawerClosed (android.view.View p0) + { + n_onDrawerClosed (p0); + } + + private native void n_onDrawerClosed (android.view.View p0); + + + public void onDrawerOpened (android.view.View p0) + { + n_onDrawerOpened (p0); + } + + private native void n_onDrawerOpened (android.view.View p0); + + + public void onDrawerSlide (android.view.View p0, float p1) + { + n_onDrawerSlide (p0, p1); + } + + private native void n_onDrawerSlide (android.view.View p0, float p1); + + + public void onDrawerStateChanged (int p0) + { + n_onDrawerStateChanged (p0); + } + + private native void n_onDrawerStateChanged (int p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/widget/NestedScrollView_OnScrollChangeListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/widget/NestedScrollView_OnScrollChangeListenerImplementor.java new file mode 100644 index 0000000..753b860 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/widget/NestedScrollView_OnScrollChangeListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v4.widget; + + +public class NestedScrollView_OnScrollChangeListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.widget.NestedScrollView.OnScrollChangeListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onScrollChange:(Landroid/support/v4/widget/NestedScrollView;IIII)V:GetOnScrollChange_Landroid_support_v4_widget_NestedScrollView_IIIIHandler:Android.Support.V4.Widget.NestedScrollView/IOnScrollChangeListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + ""; + mono.android.Runtime.register ("Android.Support.V4.Widget.NestedScrollView+IOnScrollChangeListenerImplementor, Xamarin.Android.Support.Core.UI", NestedScrollView_OnScrollChangeListenerImplementor.class, __md_methods); + } + + + public NestedScrollView_OnScrollChangeListenerImplementor () + { + super (); + if (getClass () == NestedScrollView_OnScrollChangeListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V4.Widget.NestedScrollView+IOnScrollChangeListenerImplementor, Xamarin.Android.Support.Core.UI", "", this, new java.lang.Object[] { }); + } + + + public void onScrollChange (android.support.v4.widget.NestedScrollView p0, int p1, int p2, int p3, int p4) + { + n_onScrollChange (p0, p1, p2, p3, p4); + } + + private native void n_onScrollChange (android.support.v4.widget.NestedScrollView p0, int p1, int p2, int p3, int p4); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/widget/SlidingPaneLayout_PanelSlideListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/widget/SlidingPaneLayout_PanelSlideListenerImplementor.java new file mode 100644 index 0000000..7477a6c --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/widget/SlidingPaneLayout_PanelSlideListenerImplementor.java @@ -0,0 +1,66 @@ +package mono.android.support.v4.widget; + + +public class SlidingPaneLayout_PanelSlideListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.widget.SlidingPaneLayout.PanelSlideListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onPanelClosed:(Landroid/view/View;)V:GetOnPanelClosed_Landroid_view_View_Handler:Android.Support.V4.Widget.SlidingPaneLayout/IPanelSlideListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onPanelOpened:(Landroid/view/View;)V:GetOnPanelOpened_Landroid_view_View_Handler:Android.Support.V4.Widget.SlidingPaneLayout/IPanelSlideListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + "n_onPanelSlide:(Landroid/view/View;F)V:GetOnPanelSlide_Landroid_view_View_FHandler:Android.Support.V4.Widget.SlidingPaneLayout/IPanelSlideListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + ""; + mono.android.Runtime.register ("Android.Support.V4.Widget.SlidingPaneLayout+IPanelSlideListenerImplementor, Xamarin.Android.Support.Core.UI", SlidingPaneLayout_PanelSlideListenerImplementor.class, __md_methods); + } + + + public SlidingPaneLayout_PanelSlideListenerImplementor () + { + super (); + if (getClass () == SlidingPaneLayout_PanelSlideListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V4.Widget.SlidingPaneLayout+IPanelSlideListenerImplementor, Xamarin.Android.Support.Core.UI", "", this, new java.lang.Object[] { }); + } + + + public void onPanelClosed (android.view.View p0) + { + n_onPanelClosed (p0); + } + + private native void n_onPanelClosed (android.view.View p0); + + + public void onPanelOpened (android.view.View p0) + { + n_onPanelOpened (p0); + } + + private native void n_onPanelOpened (android.view.View p0); + + + public void onPanelSlide (android.view.View p0, float p1) + { + n_onPanelSlide (p0, p1); + } + + private native void n_onPanelSlide (android.view.View p0, float p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/widget/SwipeRefreshLayout_OnRefreshListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/widget/SwipeRefreshLayout_OnRefreshListenerImplementor.java new file mode 100644 index 0000000..7ca2a1e --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v4/widget/SwipeRefreshLayout_OnRefreshListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v4.widget; + + +public class SwipeRefreshLayout_OnRefreshListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v4.widget.SwipeRefreshLayout.OnRefreshListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onRefresh:()V:GetOnRefreshHandler:Android.Support.V4.Widget.SwipeRefreshLayout/IOnRefreshListenerInvoker, Xamarin.Android.Support.Core.UI\n" + + ""; + mono.android.Runtime.register ("Android.Support.V4.Widget.SwipeRefreshLayout+IOnRefreshListenerImplementor, Xamarin.Android.Support.Core.UI", SwipeRefreshLayout_OnRefreshListenerImplementor.class, __md_methods); + } + + + public SwipeRefreshLayout_OnRefreshListenerImplementor () + { + super (); + if (getClass () == SwipeRefreshLayout_OnRefreshListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V4.Widget.SwipeRefreshLayout+IOnRefreshListenerImplementor, Xamarin.Android.Support.Core.UI", "", this, new java.lang.Object[] { }); + } + + + public void onRefresh () + { + n_onRefresh (); + } + + private native void n_onRefresh (); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/app/ActionBar_OnMenuVisibilityListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/app/ActionBar_OnMenuVisibilityListenerImplementor.java new file mode 100644 index 0000000..e9044ee --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/app/ActionBar_OnMenuVisibilityListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v7.app; + + +public class ActionBar_OnMenuVisibilityListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v7.app.ActionBar.OnMenuVisibilityListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onMenuVisibilityChanged:(Z)V:GetOnMenuVisibilityChanged_ZHandler:Android.Support.V7.App.ActionBar/IOnMenuVisibilityListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.App.ActionBar+IOnMenuVisibilityListenerImplementor, Xamarin.Android.Support.v7.AppCompat", ActionBar_OnMenuVisibilityListenerImplementor.class, __md_methods); + } + + + public ActionBar_OnMenuVisibilityListenerImplementor () + { + super (); + if (getClass () == ActionBar_OnMenuVisibilityListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.App.ActionBar+IOnMenuVisibilityListenerImplementor, Xamarin.Android.Support.v7.AppCompat", "", this, new java.lang.Object[] { }); + } + + + public void onMenuVisibilityChanged (boolean p0) + { + n_onMenuVisibilityChanged (p0); + } + + private native void n_onMenuVisibilityChanged (boolean p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/app/ActionBar_OnNavigationListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/app/ActionBar_OnNavigationListenerImplementor.java new file mode 100644 index 0000000..f8364df --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/app/ActionBar_OnNavigationListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v7.app; + + +public class ActionBar_OnNavigationListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v7.app.ActionBar.OnNavigationListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onNavigationItemSelected:(IJ)Z:GetOnNavigationItemSelected_IJHandler:Android.Support.V7.App.ActionBar/IOnNavigationListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.App.ActionBar+IOnNavigationListenerImplementor, Xamarin.Android.Support.v7.AppCompat", ActionBar_OnNavigationListenerImplementor.class, __md_methods); + } + + + public ActionBar_OnNavigationListenerImplementor () + { + super (); + if (getClass () == ActionBar_OnNavigationListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.App.ActionBar+IOnNavigationListenerImplementor, Xamarin.Android.Support.v7.AppCompat", "", this, new java.lang.Object[] { }); + } + + + public boolean onNavigationItemSelected (int p0, long p1) + { + return n_onNavigationItemSelected (p0, p1); + } + + private native boolean n_onNavigationItemSelected (int p0, long p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/app/ActionBar_TabListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/app/ActionBar_TabListenerImplementor.java new file mode 100644 index 0000000..5d0958a --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/app/ActionBar_TabListenerImplementor.java @@ -0,0 +1,66 @@ +package mono.android.support.v7.app; + + +public class ActionBar_TabListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v7.app.ActionBar.TabListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onTabReselected:(Landroid/support/v7/app/ActionBar$Tab;Landroid/support/v4/app/FragmentTransaction;)V:GetOnTabReselected_Landroid_support_v7_app_ActionBar_Tab_Landroid_support_v4_app_FragmentTransaction_Handler:Android.Support.V7.App.ActionBar/ITabListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + "n_onTabSelected:(Landroid/support/v7/app/ActionBar$Tab;Landroid/support/v4/app/FragmentTransaction;)V:GetOnTabSelected_Landroid_support_v7_app_ActionBar_Tab_Landroid_support_v4_app_FragmentTransaction_Handler:Android.Support.V7.App.ActionBar/ITabListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + "n_onTabUnselected:(Landroid/support/v7/app/ActionBar$Tab;Landroid/support/v4/app/FragmentTransaction;)V:GetOnTabUnselected_Landroid_support_v7_app_ActionBar_Tab_Landroid_support_v4_app_FragmentTransaction_Handler:Android.Support.V7.App.ActionBar/ITabListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.App.ActionBar+ITabListenerImplementor, Xamarin.Android.Support.v7.AppCompat", ActionBar_TabListenerImplementor.class, __md_methods); + } + + + public ActionBar_TabListenerImplementor () + { + super (); + if (getClass () == ActionBar_TabListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.App.ActionBar+ITabListenerImplementor, Xamarin.Android.Support.v7.AppCompat", "", this, new java.lang.Object[] { }); + } + + + public void onTabReselected (android.support.v7.app.ActionBar.Tab p0, android.support.v4.app.FragmentTransaction p1) + { + n_onTabReselected (p0, p1); + } + + private native void n_onTabReselected (android.support.v7.app.ActionBar.Tab p0, android.support.v4.app.FragmentTransaction p1); + + + public void onTabSelected (android.support.v7.app.ActionBar.Tab p0, android.support.v4.app.FragmentTransaction p1) + { + n_onTabSelected (p0, p1); + } + + private native void n_onTabSelected (android.support.v7.app.ActionBar.Tab p0, android.support.v4.app.FragmentTransaction p1); + + + public void onTabUnselected (android.support.v7.app.ActionBar.Tab p0, android.support.v4.app.FragmentTransaction p1) + { + n_onTabUnselected (p0, p1); + } + + private native void n_onTabUnselected (android.support.v7.app.ActionBar.Tab p0, android.support.v4.app.FragmentTransaction p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/graphics/Palette_PaletteAsyncListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/graphics/Palette_PaletteAsyncListenerImplementor.java new file mode 100644 index 0000000..34fcac8 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/graphics/Palette_PaletteAsyncListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v7.graphics; + + +public class Palette_PaletteAsyncListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v7.graphics.Palette.PaletteAsyncListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onGenerated:(Landroid/support/v7/graphics/Palette;)V:GetOnGenerated_Landroid_support_v7_graphics_Palette_Handler:Android.Support.V7.Graphics.Palette/IPaletteAsyncListenerInvoker, Xamarin.Android.Support.v7.Palette\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.Graphics.Palette+IPaletteAsyncListenerImplementor, Xamarin.Android.Support.v7.Palette", Palette_PaletteAsyncListenerImplementor.class, __md_methods); + } + + + public Palette_PaletteAsyncListenerImplementor () + { + super (); + if (getClass () == Palette_PaletteAsyncListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.Graphics.Palette+IPaletteAsyncListenerImplementor, Xamarin.Android.Support.v7.Palette", "", this, new java.lang.Object[] { }); + } + + + public void onGenerated (android.support.v7.graphics.Palette p0) + { + n_onGenerated (p0); + } + + private native void n_onGenerated (android.support.v7.graphics.Palette p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/media/RemotePlaybackClient_OnMessageReceivedListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/media/RemotePlaybackClient_OnMessageReceivedListenerImplementor.java new file mode 100644 index 0000000..f9d4400 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/media/RemotePlaybackClient_OnMessageReceivedListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v7.media; + + +public class RemotePlaybackClient_OnMessageReceivedListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v7.media.RemotePlaybackClient.OnMessageReceivedListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onMessageReceived:(Ljava/lang/String;Landroid/os/Bundle;)V:GetOnMessageReceived_Ljava_lang_String_Landroid_os_Bundle_Handler:Android.Support.V7.Media.RemotePlaybackClient/IOnMessageReceivedListenerInvoker, Xamarin.Android.Support.v7.MediaRouter\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.Media.RemotePlaybackClient+IOnMessageReceivedListenerImplementor, Xamarin.Android.Support.v7.MediaRouter", RemotePlaybackClient_OnMessageReceivedListenerImplementor.class, __md_methods); + } + + + public RemotePlaybackClient_OnMessageReceivedListenerImplementor () + { + super (); + if (getClass () == RemotePlaybackClient_OnMessageReceivedListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.Media.RemotePlaybackClient+IOnMessageReceivedListenerImplementor, Xamarin.Android.Support.v7.MediaRouter", "", this, new java.lang.Object[] { }); + } + + + public void onMessageReceived (java.lang.String p0, android.os.Bundle p1) + { + n_onMessageReceived (p0, p1); + } + + private native void n_onMessageReceived (java.lang.String p0, android.os.Bundle p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/ActionMenuView_OnMenuItemClickListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/ActionMenuView_OnMenuItemClickListenerImplementor.java new file mode 100644 index 0000000..1d0c4a8 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/ActionMenuView_OnMenuItemClickListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v7.widget; + + +public class ActionMenuView_OnMenuItemClickListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v7.widget.ActionMenuView.OnMenuItemClickListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onMenuItemClick:(Landroid/view/MenuItem;)Z:GetOnMenuItemClick_Landroid_view_MenuItem_Handler:Android.Support.V7.Widget.ActionMenuView/IOnMenuItemClickListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.Widget.ActionMenuView+IOnMenuItemClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat", ActionMenuView_OnMenuItemClickListenerImplementor.class, __md_methods); + } + + + public ActionMenuView_OnMenuItemClickListenerImplementor () + { + super (); + if (getClass () == ActionMenuView_OnMenuItemClickListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.Widget.ActionMenuView+IOnMenuItemClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat", "", this, new java.lang.Object[] { }); + } + + + public boolean onMenuItemClick (android.view.MenuItem p0) + { + return n_onMenuItemClick (p0); + } + + private native boolean n_onMenuItemClick (android.view.MenuItem p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/ContentFrameLayout_OnAttachListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/ContentFrameLayout_OnAttachListenerImplementor.java new file mode 100644 index 0000000..728f6d5 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/ContentFrameLayout_OnAttachListenerImplementor.java @@ -0,0 +1,57 @@ +package mono.android.support.v7.widget; + + +public class ContentFrameLayout_OnAttachListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v7.widget.ContentFrameLayout.OnAttachListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onAttachedFromWindow:()V:GetOnAttachedFromWindowHandler:Android.Support.V7.Widget.ContentFrameLayout/IOnAttachListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + "n_onDetachedFromWindow:()V:GetOnDetachedFromWindowHandler:Android.Support.V7.Widget.ContentFrameLayout/IOnAttachListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.Widget.ContentFrameLayout+IOnAttachListenerImplementor, Xamarin.Android.Support.v7.AppCompat", ContentFrameLayout_OnAttachListenerImplementor.class, __md_methods); + } + + + public ContentFrameLayout_OnAttachListenerImplementor () + { + super (); + if (getClass () == ContentFrameLayout_OnAttachListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.Widget.ContentFrameLayout+IOnAttachListenerImplementor, Xamarin.Android.Support.v7.AppCompat", "", this, new java.lang.Object[] { }); + } + + + public void onAttachedFromWindow () + { + n_onAttachedFromWindow (); + } + + private native void n_onAttachedFromWindow (); + + + public void onDetachedFromWindow () + { + n_onDetachedFromWindow (); + } + + private native void n_onDetachedFromWindow (); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor.java new file mode 100644 index 0000000..4c62666 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v7.widget; + + +public class FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v7.widget.FitWindowsViewGroup.OnFitSystemWindowsListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onFitSystemWindows:(Landroid/graphics/Rect;)V:GetOnFitSystemWindows_Landroid_graphics_Rect_Handler:Android.Support.V7.Widget.IFitWindowsViewGroupOnFitSystemWindowsListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.Widget.IFitWindowsViewGroupOnFitSystemWindowsListenerImplementor, Xamarin.Android.Support.v7.AppCompat", FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor.class, __md_methods); + } + + + public FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor () + { + super (); + if (getClass () == FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.Widget.IFitWindowsViewGroupOnFitSystemWindowsListenerImplementor, Xamarin.Android.Support.v7.AppCompat", "", this, new java.lang.Object[] { }); + } + + + public void onFitSystemWindows (android.graphics.Rect p0) + { + n_onFitSystemWindows (p0); + } + + private native void n_onFitSystemWindows (android.graphics.Rect p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/MenuItemHoverListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/MenuItemHoverListenerImplementor.java new file mode 100644 index 0000000..999242a --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/MenuItemHoverListenerImplementor.java @@ -0,0 +1,57 @@ +package mono.android.support.v7.widget; + + +public class MenuItemHoverListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v7.widget.MenuItemHoverListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onItemHoverEnter:(Landroid/support/v7/view/menu/MenuBuilder;Landroid/view/MenuItem;)V:GetOnItemHoverEnter_Landroid_support_v7_view_menu_MenuBuilder_Landroid_view_MenuItem_Handler:Android.Support.V7.Widget.IMenuItemHoverListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + "n_onItemHoverExit:(Landroid/support/v7/view/menu/MenuBuilder;Landroid/view/MenuItem;)V:GetOnItemHoverExit_Landroid_support_v7_view_menu_MenuBuilder_Landroid_view_MenuItem_Handler:Android.Support.V7.Widget.IMenuItemHoverListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.Widget.IMenuItemHoverListenerImplementor, Xamarin.Android.Support.v7.AppCompat", MenuItemHoverListenerImplementor.class, __md_methods); + } + + + public MenuItemHoverListenerImplementor () + { + super (); + if (getClass () == MenuItemHoverListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.Widget.IMenuItemHoverListenerImplementor, Xamarin.Android.Support.v7.AppCompat", "", this, new java.lang.Object[] { }); + } + + + public void onItemHoverEnter (android.support.v7.view.menu.MenuBuilder p0, android.view.MenuItem p1) + { + n_onItemHoverEnter (p0, p1); + } + + private native void n_onItemHoverEnter (android.support.v7.view.menu.MenuBuilder p0, android.view.MenuItem p1); + + + public void onItemHoverExit (android.support.v7.view.menu.MenuBuilder p0, android.view.MenuItem p1) + { + n_onItemHoverExit (p0, p1); + } + + private native void n_onItemHoverExit (android.support.v7.view.menu.MenuBuilder p0, android.view.MenuItem p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/PopupMenu_OnDismissListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/PopupMenu_OnDismissListenerImplementor.java new file mode 100644 index 0000000..0101aac --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/PopupMenu_OnDismissListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v7.widget; + + +public class PopupMenu_OnDismissListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v7.widget.PopupMenu.OnDismissListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onDismiss:(Landroid/support/v7/widget/PopupMenu;)V:GetOnDismiss_Landroid_support_v7_widget_PopupMenu_Handler:Android.Support.V7.Widget.PopupMenu/IOnDismissListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.Widget.PopupMenu+IOnDismissListenerImplementor, Xamarin.Android.Support.v7.AppCompat", PopupMenu_OnDismissListenerImplementor.class, __md_methods); + } + + + public PopupMenu_OnDismissListenerImplementor () + { + super (); + if (getClass () == PopupMenu_OnDismissListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.Widget.PopupMenu+IOnDismissListenerImplementor, Xamarin.Android.Support.v7.AppCompat", "", this, new java.lang.Object[] { }); + } + + + public void onDismiss (android.support.v7.widget.PopupMenu p0) + { + n_onDismiss (p0); + } + + private native void n_onDismiss (android.support.v7.widget.PopupMenu p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/PopupMenu_OnMenuItemClickListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/PopupMenu_OnMenuItemClickListenerImplementor.java new file mode 100644 index 0000000..669939e --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/PopupMenu_OnMenuItemClickListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v7.widget; + + +public class PopupMenu_OnMenuItemClickListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v7.widget.PopupMenu.OnMenuItemClickListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onMenuItemClick:(Landroid/view/MenuItem;)Z:GetOnMenuItemClick_Landroid_view_MenuItem_Handler:Android.Support.V7.Widget.PopupMenu/IOnMenuItemClickListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.Widget.PopupMenu+IOnMenuItemClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat", PopupMenu_OnMenuItemClickListenerImplementor.class, __md_methods); + } + + + public PopupMenu_OnMenuItemClickListenerImplementor () + { + super (); + if (getClass () == PopupMenu_OnMenuItemClickListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.Widget.PopupMenu+IOnMenuItemClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat", "", this, new java.lang.Object[] { }); + } + + + public boolean onMenuItemClick (android.view.MenuItem p0) + { + return n_onMenuItemClick (p0); + } + + private native boolean n_onMenuItemClick (android.view.MenuItem p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor.java new file mode 100644 index 0000000..0ef81cf --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v7.widget; + + +public class RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v7.widget.RecyclerView.ItemAnimator.ItemAnimatorFinishedListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onAnimationsFinished:()V:GetOnAnimationsFinishedHandler:Android.Support.V7.Widget.RecyclerView/ItemAnimator/IItemAnimatorFinishedListenerInvoker, Xamarin.Android.Support.v7.RecyclerView\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.Widget.RecyclerView+ItemAnimator+IItemAnimatorFinishedListenerImplementor, Xamarin.Android.Support.v7.RecyclerView", RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor.class, __md_methods); + } + + + public RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor () + { + super (); + if (getClass () == RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.Widget.RecyclerView+ItemAnimator+IItemAnimatorFinishedListenerImplementor, Xamarin.Android.Support.v7.RecyclerView", "", this, new java.lang.Object[] { }); + } + + + public void onAnimationsFinished () + { + n_onAnimationsFinished (); + } + + private native void n_onAnimationsFinished (); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/RecyclerView_OnChildAttachStateChangeListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/RecyclerView_OnChildAttachStateChangeListenerImplementor.java new file mode 100644 index 0000000..b9c1d7a --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/RecyclerView_OnChildAttachStateChangeListenerImplementor.java @@ -0,0 +1,57 @@ +package mono.android.support.v7.widget; + + +public class RecyclerView_OnChildAttachStateChangeListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v7.widget.RecyclerView.OnChildAttachStateChangeListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onChildViewAttachedToWindow:(Landroid/view/View;)V:GetOnChildViewAttachedToWindow_Landroid_view_View_Handler:Android.Support.V7.Widget.RecyclerView/IOnChildAttachStateChangeListenerInvoker, Xamarin.Android.Support.v7.RecyclerView\n" + + "n_onChildViewDetachedFromWindow:(Landroid/view/View;)V:GetOnChildViewDetachedFromWindow_Landroid_view_View_Handler:Android.Support.V7.Widget.RecyclerView/IOnChildAttachStateChangeListenerInvoker, Xamarin.Android.Support.v7.RecyclerView\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.Widget.RecyclerView+IOnChildAttachStateChangeListenerImplementor, Xamarin.Android.Support.v7.RecyclerView", RecyclerView_OnChildAttachStateChangeListenerImplementor.class, __md_methods); + } + + + public RecyclerView_OnChildAttachStateChangeListenerImplementor () + { + super (); + if (getClass () == RecyclerView_OnChildAttachStateChangeListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.Widget.RecyclerView+IOnChildAttachStateChangeListenerImplementor, Xamarin.Android.Support.v7.RecyclerView", "", this, new java.lang.Object[] { }); + } + + + public void onChildViewAttachedToWindow (android.view.View p0) + { + n_onChildViewAttachedToWindow (p0); + } + + private native void n_onChildViewAttachedToWindow (android.view.View p0); + + + public void onChildViewDetachedFromWindow (android.view.View p0) + { + n_onChildViewDetachedFromWindow (p0); + } + + private native void n_onChildViewDetachedFromWindow (android.view.View p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/RecyclerView_OnItemTouchListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/RecyclerView_OnItemTouchListenerImplementor.java new file mode 100644 index 0000000..8c02dbd --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/RecyclerView_OnItemTouchListenerImplementor.java @@ -0,0 +1,66 @@ +package mono.android.support.v7.widget; + + +public class RecyclerView_OnItemTouchListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v7.widget.RecyclerView.OnItemTouchListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onInterceptTouchEvent:(Landroid/support/v7/widget/RecyclerView;Landroid/view/MotionEvent;)Z:GetOnInterceptTouchEvent_Landroid_support_v7_widget_RecyclerView_Landroid_view_MotionEvent_Handler:Android.Support.V7.Widget.RecyclerView/IOnItemTouchListenerInvoker, Xamarin.Android.Support.v7.RecyclerView\n" + + "n_onRequestDisallowInterceptTouchEvent:(Z)V:GetOnRequestDisallowInterceptTouchEvent_ZHandler:Android.Support.V7.Widget.RecyclerView/IOnItemTouchListenerInvoker, Xamarin.Android.Support.v7.RecyclerView\n" + + "n_onTouchEvent:(Landroid/support/v7/widget/RecyclerView;Landroid/view/MotionEvent;)V:GetOnTouchEvent_Landroid_support_v7_widget_RecyclerView_Landroid_view_MotionEvent_Handler:Android.Support.V7.Widget.RecyclerView/IOnItemTouchListenerInvoker, Xamarin.Android.Support.v7.RecyclerView\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.Widget.RecyclerView+IOnItemTouchListenerImplementor, Xamarin.Android.Support.v7.RecyclerView", RecyclerView_OnItemTouchListenerImplementor.class, __md_methods); + } + + + public RecyclerView_OnItemTouchListenerImplementor () + { + super (); + if (getClass () == RecyclerView_OnItemTouchListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.Widget.RecyclerView+IOnItemTouchListenerImplementor, Xamarin.Android.Support.v7.RecyclerView", "", this, new java.lang.Object[] { }); + } + + + public boolean onInterceptTouchEvent (android.support.v7.widget.RecyclerView p0, android.view.MotionEvent p1) + { + return n_onInterceptTouchEvent (p0, p1); + } + + private native boolean n_onInterceptTouchEvent (android.support.v7.widget.RecyclerView p0, android.view.MotionEvent p1); + + + public void onRequestDisallowInterceptTouchEvent (boolean p0) + { + n_onRequestDisallowInterceptTouchEvent (p0); + } + + private native void n_onRequestDisallowInterceptTouchEvent (boolean p0); + + + public void onTouchEvent (android.support.v7.widget.RecyclerView p0, android.view.MotionEvent p1) + { + n_onTouchEvent (p0, p1); + } + + private native void n_onTouchEvent (android.support.v7.widget.RecyclerView p0, android.view.MotionEvent p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/RecyclerView_RecyclerListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/RecyclerView_RecyclerListenerImplementor.java new file mode 100644 index 0000000..1311188 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/RecyclerView_RecyclerListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v7.widget; + + +public class RecyclerView_RecyclerListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v7.widget.RecyclerView.RecyclerListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onViewRecycled:(Landroid/support/v7/widget/RecyclerView$ViewHolder;)V:GetOnViewRecycled_Landroid_support_v7_widget_RecyclerView_ViewHolder_Handler:Android.Support.V7.Widget.RecyclerView/IRecyclerListenerInvoker, Xamarin.Android.Support.v7.RecyclerView\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.Widget.RecyclerView+IRecyclerListenerImplementor, Xamarin.Android.Support.v7.RecyclerView", RecyclerView_RecyclerListenerImplementor.class, __md_methods); + } + + + public RecyclerView_RecyclerListenerImplementor () + { + super (); + if (getClass () == RecyclerView_RecyclerListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.Widget.RecyclerView+IRecyclerListenerImplementor, Xamarin.Android.Support.v7.RecyclerView", "", this, new java.lang.Object[] { }); + } + + + public void onViewRecycled (android.support.v7.widget.RecyclerView.ViewHolder p0) + { + n_onViewRecycled (p0); + } + + private native void n_onViewRecycled (android.support.v7.widget.RecyclerView.ViewHolder p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/SearchView_OnCloseListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/SearchView_OnCloseListenerImplementor.java new file mode 100644 index 0000000..ea4a17d --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/SearchView_OnCloseListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v7.widget; + + +public class SearchView_OnCloseListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v7.widget.SearchView.OnCloseListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onClose:()Z:GetOnCloseHandler:Android.Support.V7.Widget.SearchView/IOnCloseListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.Widget.SearchView+IOnCloseListenerImplementor, Xamarin.Android.Support.v7.AppCompat", SearchView_OnCloseListenerImplementor.class, __md_methods); + } + + + public SearchView_OnCloseListenerImplementor () + { + super (); + if (getClass () == SearchView_OnCloseListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.Widget.SearchView+IOnCloseListenerImplementor, Xamarin.Android.Support.v7.AppCompat", "", this, new java.lang.Object[] { }); + } + + + public boolean onClose () + { + return n_onClose (); + } + + private native boolean n_onClose (); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/SearchView_OnQueryTextListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/SearchView_OnQueryTextListenerImplementor.java new file mode 100644 index 0000000..a8ff284 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/SearchView_OnQueryTextListenerImplementor.java @@ -0,0 +1,57 @@ +package mono.android.support.v7.widget; + + +public class SearchView_OnQueryTextListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v7.widget.SearchView.OnQueryTextListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onQueryTextChange:(Ljava/lang/String;)Z:GetOnQueryTextChange_Ljava_lang_String_Handler:Android.Support.V7.Widget.SearchView/IOnQueryTextListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + "n_onQueryTextSubmit:(Ljava/lang/String;)Z:GetOnQueryTextSubmit_Ljava_lang_String_Handler:Android.Support.V7.Widget.SearchView/IOnQueryTextListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.Widget.SearchView+IOnQueryTextListenerImplementor, Xamarin.Android.Support.v7.AppCompat", SearchView_OnQueryTextListenerImplementor.class, __md_methods); + } + + + public SearchView_OnQueryTextListenerImplementor () + { + super (); + if (getClass () == SearchView_OnQueryTextListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.Widget.SearchView+IOnQueryTextListenerImplementor, Xamarin.Android.Support.v7.AppCompat", "", this, new java.lang.Object[] { }); + } + + + public boolean onQueryTextChange (java.lang.String p0) + { + return n_onQueryTextChange (p0); + } + + private native boolean n_onQueryTextChange (java.lang.String p0); + + + public boolean onQueryTextSubmit (java.lang.String p0) + { + return n_onQueryTextSubmit (p0); + } + + private native boolean n_onQueryTextSubmit (java.lang.String p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/SearchView_OnSuggestionListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/SearchView_OnSuggestionListenerImplementor.java new file mode 100644 index 0000000..a1afb13 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/SearchView_OnSuggestionListenerImplementor.java @@ -0,0 +1,57 @@ +package mono.android.support.v7.widget; + + +public class SearchView_OnSuggestionListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v7.widget.SearchView.OnSuggestionListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onSuggestionClick:(I)Z:GetOnSuggestionClick_IHandler:Android.Support.V7.Widget.SearchView/IOnSuggestionListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + "n_onSuggestionSelect:(I)Z:GetOnSuggestionSelect_IHandler:Android.Support.V7.Widget.SearchView/IOnSuggestionListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.Widget.SearchView+IOnSuggestionListenerImplementor, Xamarin.Android.Support.v7.AppCompat", SearchView_OnSuggestionListenerImplementor.class, __md_methods); + } + + + public SearchView_OnSuggestionListenerImplementor () + { + super (); + if (getClass () == SearchView_OnSuggestionListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.Widget.SearchView+IOnSuggestionListenerImplementor, Xamarin.Android.Support.v7.AppCompat", "", this, new java.lang.Object[] { }); + } + + + public boolean onSuggestionClick (int p0) + { + return n_onSuggestionClick (p0); + } + + private native boolean n_onSuggestionClick (int p0); + + + public boolean onSuggestionSelect (int p0) + { + return n_onSuggestionSelect (p0); + } + + private native boolean n_onSuggestionSelect (int p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/ShareActionProvider_OnShareTargetSelectedListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/ShareActionProvider_OnShareTargetSelectedListenerImplementor.java new file mode 100644 index 0000000..7241d44 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/ShareActionProvider_OnShareTargetSelectedListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v7.widget; + + +public class ShareActionProvider_OnShareTargetSelectedListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v7.widget.ShareActionProvider.OnShareTargetSelectedListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onShareTargetSelected:(Landroid/support/v7/widget/ShareActionProvider;Landroid/content/Intent;)Z:GetOnShareTargetSelected_Landroid_support_v7_widget_ShareActionProvider_Landroid_content_Intent_Handler:Android.Support.V7.Widget.ShareActionProvider/IOnShareTargetSelectedListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.Widget.ShareActionProvider+IOnShareTargetSelectedListenerImplementor, Xamarin.Android.Support.v7.AppCompat", ShareActionProvider_OnShareTargetSelectedListenerImplementor.class, __md_methods); + } + + + public ShareActionProvider_OnShareTargetSelectedListenerImplementor () + { + super (); + if (getClass () == ShareActionProvider_OnShareTargetSelectedListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.Widget.ShareActionProvider+IOnShareTargetSelectedListenerImplementor, Xamarin.Android.Support.v7.AppCompat", "", this, new java.lang.Object[] { }); + } + + + public boolean onShareTargetSelected (android.support.v7.widget.ShareActionProvider p0, android.content.Intent p1) + { + return n_onShareTargetSelected (p0, p1); + } + + private native boolean n_onShareTargetSelected (android.support.v7.widget.ShareActionProvider p0, android.content.Intent p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/Toolbar_OnMenuItemClickListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/Toolbar_OnMenuItemClickListenerImplementor.java new file mode 100644 index 0000000..ee63232 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/Toolbar_OnMenuItemClickListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v7.widget; + + +public class Toolbar_OnMenuItemClickListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v7.widget.Toolbar.OnMenuItemClickListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onMenuItemClick:(Landroid/view/MenuItem;)Z:GetOnMenuItemClick_Landroid_view_MenuItem_Handler:Android.Support.V7.Widget.Toolbar/IOnMenuItemClickListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.Widget.Toolbar+IOnMenuItemClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat", Toolbar_OnMenuItemClickListenerImplementor.class, __md_methods); + } + + + public Toolbar_OnMenuItemClickListenerImplementor () + { + super (); + if (getClass () == Toolbar_OnMenuItemClickListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.Widget.Toolbar+IOnMenuItemClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat", "", this, new java.lang.Object[] { }); + } + + + public boolean onMenuItemClick (android.view.MenuItem p0) + { + return n_onMenuItemClick (p0); + } + + private native boolean n_onMenuItemClick (android.view.MenuItem p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/ViewStubCompat_OnInflateListenerImplementor.java b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/ViewStubCompat_OnInflateListenerImplementor.java new file mode 100644 index 0000000..d951b9c --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/android/src/mono/android/support/v7/widget/ViewStubCompat_OnInflateListenerImplementor.java @@ -0,0 +1,48 @@ +package mono.android.support.v7.widget; + + +public class ViewStubCompat_OnInflateListenerImplementor + extends java.lang.Object + implements + mono.android.IGCUserPeer, + android.support.v7.widget.ViewStubCompat.OnInflateListener +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onInflate:(Landroid/support/v7/widget/ViewStubCompat;Landroid/view/View;)V:GetOnInflate_Landroid_support_v7_widget_ViewStubCompat_Landroid_view_View_Handler:Android.Support.V7.Widget.ViewStubCompat/IOnInflateListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + + ""; + mono.android.Runtime.register ("Android.Support.V7.Widget.ViewStubCompat+IOnInflateListenerImplementor, Xamarin.Android.Support.v7.AppCompat", ViewStubCompat_OnInflateListenerImplementor.class, __md_methods); + } + + + public ViewStubCompat_OnInflateListenerImplementor () + { + super (); + if (getClass () == ViewStubCompat_OnInflateListenerImplementor.class) + mono.android.TypeManager.Activate ("Android.Support.V7.Widget.ViewStubCompat+IOnInflateListenerImplementor, Xamarin.Android.Support.v7.AppCompat", "", this, new java.lang.Object[] { }); + } + + + public void onInflate (android.support.v7.widget.ViewStubCompat p0, android.view.View p1) + { + n_onInflate (p0, p1); + } + + private native void n_onInflate (android.support.v7.widget.ViewStubCompat p0, android.view.View p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/typemap.jm b/Calculadora/Calculadora.Android/obj/Debug/81/android/typemap.jm new file mode 100644 index 0000000..66f84b0 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/typemap.jm differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android/typemap.mj b/Calculadora/Calculadora.Android/obj/Debug/81/android/typemap.mj new file mode 100644 index 0000000..ed1c500 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/android/typemap.mj differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/android_debug_keystore.flag b/Calculadora/Calculadora.Android/obj/Debug/81/android_debug_keystore.flag new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/build.props b/Calculadora/Calculadora.Android/obj/Debug/81/build.props new file mode 100644 index 0000000..b9cb1a0 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/build.props @@ -0,0 +1,24 @@ +BundleAssemblies=False +AotAssemblies=False +AndroidAotMode= +ExplicitCrunch=False +EnableProguard= +UseSharedRuntime=true +EmbedAssembliesIntoApk=False +AndroidLinkMode=None +AndroidLinkSkip= +AndroidSdkBuildToolsVersion=27.0.3 +AndroidSdkPath= +AndroidNdkPath= +JavaSdkPath= +AndroidSequencePointsMode=None +XamarinAndroidVersion=9.1.7-0 +MonoSymbolArchive=False +AndroidUseLatestPlatformSdk=false +TargetFrameworkVersion=v8.1 +AndroidCreatePackagePerAbi= +OS=Windows_NT +DesignTimeBuild= +AndroidIncludeDebugSymbols=True +AdbTarget=-s 7bead6c80804 +AdbOptions= diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/designtime/Resource.designer.cs b/Calculadora/Calculadora.Android/obj/Debug/81/designtime/Resource.designer.cs new file mode 100644 index 0000000..d1cce45 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/designtime/Resource.designer.cs @@ -0,0 +1,7394 @@ +#pragma warning disable 1591 +//------------------------------------------------------------------------------ +// +// O código foi gerado por uma ferramenta. +// Versão de Tempo de Execução:4.0.30319.42000 +// +// As alterações ao arquivo poderão causar comportamento incorreto e serão perdidas se +// o código for gerado novamente. +// +//------------------------------------------------------------------------------ + +[assembly: global::Android.Runtime.ResourceDesignerAttribute("Calculadora.Droid.Resource", IsApplication=true)] + +namespace Calculadora.Droid +{ + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")] + public partial class Resource + { + + static Resource() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + public static void UpdateIdValues() + { + global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarSize = global::Calculadora.Droid.Resource.Attribute.actionBarSize; + } + + public partial class Animation + { + + // aapt resource value: 0x7F010001 + public const int abc_fade_in = 2130771969; + + // aapt resource value: 0x7F010002 + public const int abc_fade_out = 2130771970; + + // aapt resource value: 0x7F010003 + public const int abc_grow_fade_in_from_bottom = 2130771971; + + // aapt resource value: 0x7F010004 + public const int abc_popup_enter = 2130771972; + + // aapt resource value: 0x7F010005 + public const int abc_popup_exit = 2130771973; + + // aapt resource value: 0x7F010006 + public const int abc_shrink_fade_out_from_bottom = 2130771974; + + // aapt resource value: 0x7F010007 + public const int abc_slide_in_bottom = 2130771975; + + // aapt resource value: 0x7F010008 + public const int abc_slide_in_top = 2130771976; + + // aapt resource value: 0x7F010009 + public const int abc_slide_out_bottom = 2130771977; + + // aapt resource value: 0x7F01000A + public const int abc_slide_out_top = 2130771978; + + // aapt resource value: 0x7F01000B + public const int design_bottom_sheet_slide_in = 2130771979; + + // aapt resource value: 0x7F01000C + public const int design_bottom_sheet_slide_out = 2130771980; + + // aapt resource value: 0x7F01000D + public const int design_snackbar_in = 2130771981; + + // aapt resource value: 0x7F01000E + public const int design_snackbar_out = 2130771982; + + // aapt resource value: 0x7F01000F + public const int tooltip_enter = 2130771983; + + // aapt resource value: 0x7F010010 + public const int tooltip_exit = 2130771984; + + static Animation() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Animation() + { + } + } + + public partial class Animator + { + + // aapt resource value: 0x7F020001 + public const int design_appbar_state_list_animator = 2130837505; + + static Animator() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Animator() + { + } + } + + public partial class Attribute + { + + // aapt resource value: 0x7F040001 + public const int actionBarDivider = 2130968577; + + // aapt resource value: 0x7F040002 + public const int actionBarItemBackground = 2130968578; + + // aapt resource value: 0x7F040003 + public const int actionBarPopupTheme = 2130968579; + + // aapt resource value: 0x7F040004 + public const int actionBarSize = 2130968580; + + // aapt resource value: 0x7F040005 + public const int actionBarSplitStyle = 2130968581; + + // aapt resource value: 0x7F040006 + public const int actionBarStyle = 2130968582; + + // aapt resource value: 0x7F040007 + public const int actionBarTabBarStyle = 2130968583; + + // aapt resource value: 0x7F040008 + public const int actionBarTabStyle = 2130968584; + + // aapt resource value: 0x7F040009 + public const int actionBarTabTextStyle = 2130968585; + + // aapt resource value: 0x7F04000A + public const int actionBarTheme = 2130968586; + + // aapt resource value: 0x7F04000B + public const int actionBarWidgetTheme = 2130968587; + + // aapt resource value: 0x7F04000C + public const int actionButtonStyle = 2130968588; + + // aapt resource value: 0x7F04000D + public const int actionDropDownStyle = 2130968589; + + // aapt resource value: 0x7F04000E + public const int actionLayout = 2130968590; + + // aapt resource value: 0x7F04000F + public const int actionMenuTextAppearance = 2130968591; + + // aapt resource value: 0x7F040010 + public const int actionMenuTextColor = 2130968592; + + // aapt resource value: 0x7F040011 + public const int actionModeBackground = 2130968593; + + // aapt resource value: 0x7F040012 + public const int actionModeCloseButtonStyle = 2130968594; + + // aapt resource value: 0x7F040013 + public const int actionModeCloseDrawable = 2130968595; + + // aapt resource value: 0x7F040014 + public const int actionModeCopyDrawable = 2130968596; + + // aapt resource value: 0x7F040015 + public const int actionModeCutDrawable = 2130968597; + + // aapt resource value: 0x7F040016 + public const int actionModeFindDrawable = 2130968598; + + // aapt resource value: 0x7F040017 + public const int actionModePasteDrawable = 2130968599; + + // aapt resource value: 0x7F040018 + public const int actionModePopupWindowStyle = 2130968600; + + // aapt resource value: 0x7F040019 + public const int actionModeSelectAllDrawable = 2130968601; + + // aapt resource value: 0x7F04001A + public const int actionModeShareDrawable = 2130968602; + + // aapt resource value: 0x7F04001B + public const int actionModeSplitBackground = 2130968603; + + // aapt resource value: 0x7F04001C + public const int actionModeStyle = 2130968604; + + // aapt resource value: 0x7F04001D + public const int actionModeWebSearchDrawable = 2130968605; + + // aapt resource value: 0x7F04001E + public const int actionOverflowButtonStyle = 2130968606; + + // aapt resource value: 0x7F04001F + public const int actionOverflowMenuStyle = 2130968607; + + // aapt resource value: 0x7F040020 + public const int actionProviderClass = 2130968608; + + // aapt resource value: 0x7F040021 + public const int actionViewClass = 2130968609; + + // aapt resource value: 0x7F040022 + public const int activityChooserViewStyle = 2130968610; + + // aapt resource value: 0x7F040023 + public const int alertDialogButtonGroupStyle = 2130968611; + + // aapt resource value: 0x7F040024 + public const int alertDialogCenterButtons = 2130968612; + + // aapt resource value: 0x7F040025 + public const int alertDialogStyle = 2130968613; + + // aapt resource value: 0x7F040026 + public const int alertDialogTheme = 2130968614; + + // aapt resource value: 0x7F040027 + public const int allowStacking = 2130968615; + + // aapt resource value: 0x7F040028 + public const int alpha = 2130968616; + + // aapt resource value: 0x7F040029 + public const int alphabeticModifiers = 2130968617; + + // aapt resource value: 0x7F04002A + public const int arrowHeadLength = 2130968618; + + // aapt resource value: 0x7F04002B + public const int arrowShaftLength = 2130968619; + + // aapt resource value: 0x7F04002C + public const int autoCompleteTextViewStyle = 2130968620; + + // aapt resource value: 0x7F04002D + public const int autoSizeMaxTextSize = 2130968621; + + // aapt resource value: 0x7F04002E + public const int autoSizeMinTextSize = 2130968622; + + // aapt resource value: 0x7F04002F + public const int autoSizePresetSizes = 2130968623; + + // aapt resource value: 0x7F040030 + public const int autoSizeStepGranularity = 2130968624; + + // aapt resource value: 0x7F040031 + public const int autoSizeTextType = 2130968625; + + // aapt resource value: 0x7F040032 + public const int background = 2130968626; + + // aapt resource value: 0x7F040033 + public const int backgroundSplit = 2130968627; + + // aapt resource value: 0x7F040034 + public const int backgroundStacked = 2130968628; + + // aapt resource value: 0x7F040035 + public const int backgroundTint = 2130968629; + + // aapt resource value: 0x7F040036 + public const int backgroundTintMode = 2130968630; + + // aapt resource value: 0x7F040037 + public const int barLength = 2130968631; + + // aapt resource value: 0x7F040038 + public const int behavior_autoHide = 2130968632; + + // aapt resource value: 0x7F040039 + public const int behavior_hideable = 2130968633; + + // aapt resource value: 0x7F04003A + public const int behavior_overlapTop = 2130968634; + + // aapt resource value: 0x7F04003B + public const int behavior_peekHeight = 2130968635; + + // aapt resource value: 0x7F04003C + public const int behavior_skipCollapsed = 2130968636; + + // aapt resource value: 0x7F04003E + public const int borderlessButtonStyle = 2130968638; + + // aapt resource value: 0x7F04003D + public const int borderWidth = 2130968637; + + // aapt resource value: 0x7F04003F + public const int bottomSheetDialogTheme = 2130968639; + + // aapt resource value: 0x7F040040 + public const int bottomSheetStyle = 2130968640; + + // aapt resource value: 0x7F040041 + public const int buttonBarButtonStyle = 2130968641; + + // aapt resource value: 0x7F040042 + public const int buttonBarNegativeButtonStyle = 2130968642; + + // aapt resource value: 0x7F040043 + public const int buttonBarNeutralButtonStyle = 2130968643; + + // aapt resource value: 0x7F040044 + public const int buttonBarPositiveButtonStyle = 2130968644; + + // aapt resource value: 0x7F040045 + public const int buttonBarStyle = 2130968645; + + // aapt resource value: 0x7F040046 + public const int buttonGravity = 2130968646; + + // aapt resource value: 0x7F040047 + public const int buttonPanelSideLayout = 2130968647; + + // aapt resource value: 0x7F040048 + public const int buttonStyle = 2130968648; + + // aapt resource value: 0x7F040049 + public const int buttonStyleSmall = 2130968649; + + // aapt resource value: 0x7F04004A + public const int buttonTint = 2130968650; + + // aapt resource value: 0x7F04004B + public const int buttonTintMode = 2130968651; + + // aapt resource value: 0x7F040001 + public const int cardBackgroundColor = 2130968577; + + // aapt resource value: 0x7F040002 + public const int cardCornerRadius = 2130968578; + + // aapt resource value: 0x7F040003 + public const int cardElevation = 2130968579; + + // aapt resource value: 0x7F040004 + public const int cardMaxElevation = 2130968580; + + // aapt resource value: 0x7F040005 + public const int cardPreventCornerOverlap = 2130968581; + + // aapt resource value: 0x7F040006 + public const int cardUseCompatPadding = 2130968582; + + // aapt resource value: 0x7F04004C + public const int checkboxStyle = 2130968652; + + // aapt resource value: 0x7F04004D + public const int checkedTextViewStyle = 2130968653; + + // aapt resource value: 0x7F04004E + public const int closeIcon = 2130968654; + + // aapt resource value: 0x7F04004F + public const int closeItemLayout = 2130968655; + + // aapt resource value: 0x7F040050 + public const int collapseContentDescription = 2130968656; + + // aapt resource value: 0x7F040052 + public const int collapsedTitleGravity = 2130968658; + + // aapt resource value: 0x7F040053 + public const int collapsedTitleTextAppearance = 2130968659; + + // aapt resource value: 0x7F040051 + public const int collapseIcon = 2130968657; + + // aapt resource value: 0x7F040054 + public const int color = 2130968660; + + // aapt resource value: 0x7F040055 + public const int colorAccent = 2130968661; + + // aapt resource value: 0x7F040056 + public const int colorBackgroundFloating = 2130968662; + + // aapt resource value: 0x7F040057 + public const int colorButtonNormal = 2130968663; + + // aapt resource value: 0x7F040058 + public const int colorControlActivated = 2130968664; + + // aapt resource value: 0x7F040059 + public const int colorControlHighlight = 2130968665; + + // aapt resource value: 0x7F04005A + public const int colorControlNormal = 2130968666; + + // aapt resource value: 0x7F04005B + public const int colorError = 2130968667; + + // aapt resource value: 0x7F04005C + public const int colorPrimary = 2130968668; + + // aapt resource value: 0x7F04005D + public const int colorPrimaryDark = 2130968669; + + // aapt resource value: 0x7F04005E + public const int colorSwitchThumbNormal = 2130968670; + + // aapt resource value: 0x7F04005F + public const int commitIcon = 2130968671; + + // aapt resource value: 0x7F040060 + public const int contentDescription = 2130968672; + + // aapt resource value: 0x7F040061 + public const int contentInsetEnd = 2130968673; + + // aapt resource value: 0x7F040062 + public const int contentInsetEndWithActions = 2130968674; + + // aapt resource value: 0x7F040063 + public const int contentInsetLeft = 2130968675; + + // aapt resource value: 0x7F040064 + public const int contentInsetRight = 2130968676; + + // aapt resource value: 0x7F040065 + public const int contentInsetStart = 2130968677; + + // aapt resource value: 0x7F040066 + public const int contentInsetStartWithNavigation = 2130968678; + + // aapt resource value: 0x7F040007 + public const int contentPadding = 2130968583; + + // aapt resource value: 0x7F040008 + public const int contentPaddingBottom = 2130968584; + + // aapt resource value: 0x7F040009 + public const int contentPaddingLeft = 2130968585; + + // aapt resource value: 0x7F04000A + public const int contentPaddingRight = 2130968586; + + // aapt resource value: 0x7F04000B + public const int contentPaddingTop = 2130968587; + + // aapt resource value: 0x7F040067 + public const int contentScrim = 2130968679; + + // aapt resource value: 0x7F040068 + public const int controlBackground = 2130968680; + + // aapt resource value: 0x7F040069 + public const int counterEnabled = 2130968681; + + // aapt resource value: 0x7F04006A + public const int counterMaxLength = 2130968682; + + // aapt resource value: 0x7F04006B + public const int counterOverflowTextAppearance = 2130968683; + + // aapt resource value: 0x7F04006C + public const int counterTextAppearance = 2130968684; + + // aapt resource value: 0x7F04006D + public const int customNavigationLayout = 2130968685; + + // aapt resource value: 0x7F04006E + public const int defaultQueryHint = 2130968686; + + // aapt resource value: 0x7F04006F + public const int dialogPreferredPadding = 2130968687; + + // aapt resource value: 0x7F040070 + public const int dialogTheme = 2130968688; + + // aapt resource value: 0x7F040071 + public const int displayOptions = 2130968689; + + // aapt resource value: 0x7F040072 + public const int divider = 2130968690; + + // aapt resource value: 0x7F040073 + public const int dividerHorizontal = 2130968691; + + // aapt resource value: 0x7F040074 + public const int dividerPadding = 2130968692; + + // aapt resource value: 0x7F040075 + public const int dividerVertical = 2130968693; + + // aapt resource value: 0x7F040076 + public const int drawableSize = 2130968694; + + // aapt resource value: 0x7F040077 + public const int drawerArrowStyle = 2130968695; + + // aapt resource value: 0x7F040079 + public const int dropdownListPreferredItemHeight = 2130968697; + + // aapt resource value: 0x7F040078 + public const int dropDownListViewStyle = 2130968696; + + // aapt resource value: 0x7F04007A + public const int editTextBackground = 2130968698; + + // aapt resource value: 0x7F04007B + public const int editTextColor = 2130968699; + + // aapt resource value: 0x7F04007C + public const int editTextStyle = 2130968700; + + // aapt resource value: 0x7F04007D + public const int elevation = 2130968701; + + // aapt resource value: 0x7F04007E + public const int errorEnabled = 2130968702; + + // aapt resource value: 0x7F04007F + public const int errorTextAppearance = 2130968703; + + // aapt resource value: 0x7F040080 + public const int expandActivityOverflowButtonDrawable = 2130968704; + + // aapt resource value: 0x7F040081 + public const int expanded = 2130968705; + + // aapt resource value: 0x7F040082 + public const int expandedTitleGravity = 2130968706; + + // aapt resource value: 0x7F040083 + public const int expandedTitleMargin = 2130968707; + + // aapt resource value: 0x7F040084 + public const int expandedTitleMarginBottom = 2130968708; + + // aapt resource value: 0x7F040085 + public const int expandedTitleMarginEnd = 2130968709; + + // aapt resource value: 0x7F040086 + public const int expandedTitleMarginStart = 2130968710; + + // aapt resource value: 0x7F040087 + public const int expandedTitleMarginTop = 2130968711; + + // aapt resource value: 0x7F040088 + public const int expandedTitleTextAppearance = 2130968712; + + // aapt resource value: 0x7F040070 + public const int externalRouteEnabledDrawable = 2130968688; + + // aapt resource value: 0x7F040089 + public const int fabSize = 2130968713; + + // aapt resource value: 0x7F04008A + public const int fastScrollEnabled = 2130968714; + + // aapt resource value: 0x7F04008B + public const int fastScrollHorizontalThumbDrawable = 2130968715; + + // aapt resource value: 0x7F04008C + public const int fastScrollHorizontalTrackDrawable = 2130968716; + + // aapt resource value: 0x7F04008D + public const int fastScrollVerticalThumbDrawable = 2130968717; + + // aapt resource value: 0x7F04008E + public const int fastScrollVerticalTrackDrawable = 2130968718; + + // aapt resource value: 0x7F040001 + public const int font = 2130968577; + + // aapt resource value: 0x7F040090 + public const int fontFamily = 2130968720; + + // aapt resource value: 0x7F040002 + public const int fontProviderAuthority = 2130968578; + + // aapt resource value: 0x7F040003 + public const int fontProviderCerts = 2130968579; + + // aapt resource value: 0x7F040004 + public const int fontProviderFetchStrategy = 2130968580; + + // aapt resource value: 0x7F040005 + public const int fontProviderFetchTimeout = 2130968581; + + // aapt resource value: 0x7F040006 + public const int fontProviderPackage = 2130968582; + + // aapt resource value: 0x7F040007 + public const int fontProviderQuery = 2130968583; + + // aapt resource value: 0x7F040008 + public const int fontStyle = 2130968584; + + // aapt resource value: 0x7F040009 + public const int fontWeight = 2130968585; + + // aapt resource value: 0x7F040099 + public const int foregroundInsidePadding = 2130968729; + + // aapt resource value: 0x7F04009A + public const int gapBetweenBars = 2130968730; + + // aapt resource value: 0x7F04009B + public const int goIcon = 2130968731; + + // aapt resource value: 0x7F04009C + public const int headerLayout = 2130968732; + + // aapt resource value: 0x7F04009D + public const int height = 2130968733; + + // aapt resource value: 0x7F04009E + public const int hideOnContentScroll = 2130968734; + + // aapt resource value: 0x7F04009F + public const int hintAnimationEnabled = 2130968735; + + // aapt resource value: 0x7F0400A0 + public const int hintEnabled = 2130968736; + + // aapt resource value: 0x7F0400A1 + public const int hintTextAppearance = 2130968737; + + // aapt resource value: 0x7F0400A2 + public const int homeAsUpIndicator = 2130968738; + + // aapt resource value: 0x7F0400A3 + public const int homeLayout = 2130968739; + + // aapt resource value: 0x7F0400A4 + public const int icon = 2130968740; + + // aapt resource value: 0x7F0400A7 + public const int iconifiedByDefault = 2130968743; + + // aapt resource value: 0x7F0400A5 + public const int iconTint = 2130968741; + + // aapt resource value: 0x7F0400A6 + public const int iconTintMode = 2130968742; + + // aapt resource value: 0x7F0400A8 + public const int imageButtonStyle = 2130968744; + + // aapt resource value: 0x7F0400A9 + public const int indeterminateProgressStyle = 2130968745; + + // aapt resource value: 0x7F0400AA + public const int initialActivityCount = 2130968746; + + // aapt resource value: 0x7F0400AB + public const int insetForeground = 2130968747; + + // aapt resource value: 0x7F0400AC + public const int isLightTheme = 2130968748; + + // aapt resource value: 0x7F0400AD + public const int itemBackground = 2130968749; + + // aapt resource value: 0x7F0400AE + public const int itemIconTint = 2130968750; + + // aapt resource value: 0x7F0400AF + public const int itemPadding = 2130968751; + + // aapt resource value: 0x7F0400B0 + public const int itemTextAppearance = 2130968752; + + // aapt resource value: 0x7F0400B1 + public const int itemTextColor = 2130968753; + + // aapt resource value: 0x7F0400B2 + public const int keylines = 2130968754; + + // aapt resource value: 0x7F0400B3 + public const int layout = 2130968755; + + // aapt resource value: 0x7F0400B4 + public const int layoutManager = 2130968756; + + // aapt resource value: 0x7F0400B5 + public const int layout_anchor = 2130968757; + + // aapt resource value: 0x7F0400B6 + public const int layout_anchorGravity = 2130968758; + + // aapt resource value: 0x7F0400B7 + public const int layout_behavior = 2130968759; + + // aapt resource value: 0x7F0400B8 + public const int layout_collapseMode = 2130968760; + + // aapt resource value: 0x7F0400B9 + public const int layout_collapseParallaxMultiplier = 2130968761; + + // aapt resource value: 0x7F0400BA + public const int layout_dodgeInsetEdges = 2130968762; + + // aapt resource value: 0x7F0400BB + public const int layout_insetEdge = 2130968763; + + // aapt resource value: 0x7F0400BC + public const int layout_keyline = 2130968764; + + // aapt resource value: 0x7F0400BD + public const int layout_scrollFlags = 2130968765; + + // aapt resource value: 0x7F0400BE + public const int layout_scrollInterpolator = 2130968766; + + // aapt resource value: 0x7F0400BF + public const int listChoiceBackgroundIndicator = 2130968767; + + // aapt resource value: 0x7F0400C0 + public const int listDividerAlertDialog = 2130968768; + + // aapt resource value: 0x7F0400C1 + public const int listItemLayout = 2130968769; + + // aapt resource value: 0x7F0400C2 + public const int listLayout = 2130968770; + + // aapt resource value: 0x7F0400C3 + public const int listMenuViewStyle = 2130968771; + + // aapt resource value: 0x7F0400C4 + public const int listPopupWindowStyle = 2130968772; + + // aapt resource value: 0x7F0400C5 + public const int listPreferredItemHeight = 2130968773; + + // aapt resource value: 0x7F0400C6 + public const int listPreferredItemHeightLarge = 2130968774; + + // aapt resource value: 0x7F0400C7 + public const int listPreferredItemHeightSmall = 2130968775; + + // aapt resource value: 0x7F0400C8 + public const int listPreferredItemPaddingLeft = 2130968776; + + // aapt resource value: 0x7F0400C9 + public const int listPreferredItemPaddingRight = 2130968777; + + // aapt resource value: 0x7F0400CA + public const int logo = 2130968778; + + // aapt resource value: 0x7F0400CB + public const int logoDescription = 2130968779; + + // aapt resource value: 0x7F0400CC + public const int maxActionInlineWidth = 2130968780; + + // aapt resource value: 0x7F0400CD + public const int maxButtonHeight = 2130968781; + + // aapt resource value: 0x7F0400CE + public const int measureWithLargestChild = 2130968782; + + // aapt resource value: 0x7F04009A + public const int mediaRouteAudioTrackDrawable = 2130968730; + + // aapt resource value: 0x7F04009B + public const int mediaRouteButtonStyle = 2130968731; + + // aapt resource value: 0x7F04009C + public const int mediaRouteButtonTint = 2130968732; + + // aapt resource value: 0x7F04009D + public const int mediaRouteCloseDrawable = 2130968733; + + // aapt resource value: 0x7F04009E + public const int mediaRouteControlPanelThemeOverlay = 2130968734; + + // aapt resource value: 0x7F04009F + public const int mediaRouteDefaultIconDrawable = 2130968735; + + // aapt resource value: 0x7F0400A0 + public const int mediaRoutePauseDrawable = 2130968736; + + // aapt resource value: 0x7F0400A1 + public const int mediaRoutePlayDrawable = 2130968737; + + // aapt resource value: 0x7F0400A2 + public const int mediaRouteSpeakerGroupIconDrawable = 2130968738; + + // aapt resource value: 0x7F0400A3 + public const int mediaRouteSpeakerIconDrawable = 2130968739; + + // aapt resource value: 0x7F0400A4 + public const int mediaRouteStopDrawable = 2130968740; + + // aapt resource value: 0x7F0400A5 + public const int mediaRouteTheme = 2130968741; + + // aapt resource value: 0x7F0400A6 + public const int mediaRouteTvIconDrawable = 2130968742; + + // aapt resource value: 0x7F0400CF + public const int menu = 2130968783; + + // aapt resource value: 0x7F0400D0 + public const int multiChoiceItemLayout = 2130968784; + + // aapt resource value: 0x7F0400D1 + public const int navigationContentDescription = 2130968785; + + // aapt resource value: 0x7F0400D2 + public const int navigationIcon = 2130968786; + + // aapt resource value: 0x7F0400D3 + public const int navigationMode = 2130968787; + + // aapt resource value: 0x7F0400D4 + public const int numericModifiers = 2130968788; + + // aapt resource value: 0x7F0400D5 + public const int overlapAnchor = 2130968789; + + // aapt resource value: 0x7F0400D6 + public const int paddingBottomNoButtons = 2130968790; + + // aapt resource value: 0x7F0400D7 + public const int paddingEnd = 2130968791; + + // aapt resource value: 0x7F0400D8 + public const int paddingStart = 2130968792; + + // aapt resource value: 0x7F0400D9 + public const int paddingTopNoTitle = 2130968793; + + // aapt resource value: 0x7F0400DA + public const int panelBackground = 2130968794; + + // aapt resource value: 0x7F0400DB + public const int panelMenuListTheme = 2130968795; + + // aapt resource value: 0x7F0400DC + public const int panelMenuListWidth = 2130968796; + + // aapt resource value: 0x7F0400DD + public const int passwordToggleContentDescription = 2130968797; + + // aapt resource value: 0x7F0400DE + public const int passwordToggleDrawable = 2130968798; + + // aapt resource value: 0x7F0400DF + public const int passwordToggleEnabled = 2130968799; + + // aapt resource value: 0x7F0400E0 + public const int passwordToggleTint = 2130968800; + + // aapt resource value: 0x7F0400E1 + public const int passwordToggleTintMode = 2130968801; + + // aapt resource value: 0x7F0400E2 + public const int popupMenuStyle = 2130968802; + + // aapt resource value: 0x7F0400E3 + public const int popupTheme = 2130968803; + + // aapt resource value: 0x7F0400E4 + public const int popupWindowStyle = 2130968804; + + // aapt resource value: 0x7F0400E5 + public const int preserveIconSpacing = 2130968805; + + // aapt resource value: 0x7F0400E6 + public const int pressedTranslationZ = 2130968806; + + // aapt resource value: 0x7F0400E7 + public const int progressBarPadding = 2130968807; + + // aapt resource value: 0x7F0400E8 + public const int progressBarStyle = 2130968808; + + // aapt resource value: 0x7F0400E9 + public const int queryBackground = 2130968809; + + // aapt resource value: 0x7F0400EA + public const int queryHint = 2130968810; + + // aapt resource value: 0x7F0400EB + public const int radioButtonStyle = 2130968811; + + // aapt resource value: 0x7F0400EC + public const int ratingBarStyle = 2130968812; + + // aapt resource value: 0x7F0400ED + public const int ratingBarStyleIndicator = 2130968813; + + // aapt resource value: 0x7F0400EE + public const int ratingBarStyleSmall = 2130968814; + + // aapt resource value: 0x7F0400EF + public const int reverseLayout = 2130968815; + + // aapt resource value: 0x7F0400F0 + public const int rippleColor = 2130968816; + + // aapt resource value: 0x7F0400F1 + public const int scrimAnimationDuration = 2130968817; + + // aapt resource value: 0x7F0400F2 + public const int scrimVisibleHeightTrigger = 2130968818; + + // aapt resource value: 0x7F0400F3 + public const int searchHintIcon = 2130968819; + + // aapt resource value: 0x7F0400F4 + public const int searchIcon = 2130968820; + + // aapt resource value: 0x7F0400F5 + public const int searchViewStyle = 2130968821; + + // aapt resource value: 0x7F0400F6 + public const int seekBarStyle = 2130968822; + + // aapt resource value: 0x7F0400F7 + public const int selectableItemBackground = 2130968823; + + // aapt resource value: 0x7F0400F8 + public const int selectableItemBackgroundBorderless = 2130968824; + + // aapt resource value: 0x7F0400F9 + public const int showAsAction = 2130968825; + + // aapt resource value: 0x7F0400FA + public const int showDividers = 2130968826; + + // aapt resource value: 0x7F0400FB + public const int showText = 2130968827; + + // aapt resource value: 0x7F0400FC + public const int showTitle = 2130968828; + + // aapt resource value: 0x7F0400FD + public const int singleChoiceItemLayout = 2130968829; + + // aapt resource value: 0x7F0400FE + public const int spanCount = 2130968830; + + // aapt resource value: 0x7F0400FF + public const int spinBars = 2130968831; + + // aapt resource value: 0x7F040100 + public const int spinnerDropDownItemStyle = 2130968832; + + // aapt resource value: 0x7F040101 + public const int spinnerStyle = 2130968833; + + // aapt resource value: 0x7F040102 + public const int splitTrack = 2130968834; + + // aapt resource value: 0x7F040103 + public const int srcCompat = 2130968835; + + // aapt resource value: 0x7F040104 + public const int stackFromEnd = 2130968836; + + // aapt resource value: 0x7F040105 + public const int state_above_anchor = 2130968837; + + // aapt resource value: 0x7F040106 + public const int state_collapsed = 2130968838; + + // aapt resource value: 0x7F040107 + public const int state_collapsible = 2130968839; + + // aapt resource value: 0x7F040108 + public const int statusBarBackground = 2130968840; + + // aapt resource value: 0x7F040109 + public const int statusBarScrim = 2130968841; + + // aapt resource value: 0x7F04010A + public const int subMenuArrow = 2130968842; + + // aapt resource value: 0x7F04010B + public const int submitBackground = 2130968843; + + // aapt resource value: 0x7F04010C + public const int subtitle = 2130968844; + + // aapt resource value: 0x7F04010D + public const int subtitleTextAppearance = 2130968845; + + // aapt resource value: 0x7F04010E + public const int subtitleTextColor = 2130968846; + + // aapt resource value: 0x7F04010F + public const int subtitleTextStyle = 2130968847; + + // aapt resource value: 0x7F040110 + public const int suggestionRowLayout = 2130968848; + + // aapt resource value: 0x7F040111 + public const int switchMinWidth = 2130968849; + + // aapt resource value: 0x7F040112 + public const int switchPadding = 2130968850; + + // aapt resource value: 0x7F040113 + public const int switchStyle = 2130968851; + + // aapt resource value: 0x7F040114 + public const int switchTextAppearance = 2130968852; + + // aapt resource value: 0x7F040115 + public const int tabBackground = 2130968853; + + // aapt resource value: 0x7F040116 + public const int tabContentStart = 2130968854; + + // aapt resource value: 0x7F040117 + public const int tabGravity = 2130968855; + + // aapt resource value: 0x7F040118 + public const int tabIndicatorColor = 2130968856; + + // aapt resource value: 0x7F040119 + public const int tabIndicatorHeight = 2130968857; + + // aapt resource value: 0x7F04011A + public const int tabMaxWidth = 2130968858; + + // aapt resource value: 0x7F04011B + public const int tabMinWidth = 2130968859; + + // aapt resource value: 0x7F04011C + public const int tabMode = 2130968860; + + // aapt resource value: 0x7F04011D + public const int tabPadding = 2130968861; + + // aapt resource value: 0x7F04011E + public const int tabPaddingBottom = 2130968862; + + // aapt resource value: 0x7F04011F + public const int tabPaddingEnd = 2130968863; + + // aapt resource value: 0x7F040120 + public const int tabPaddingStart = 2130968864; + + // aapt resource value: 0x7F040121 + public const int tabPaddingTop = 2130968865; + + // aapt resource value: 0x7F040122 + public const int tabSelectedTextColor = 2130968866; + + // aapt resource value: 0x7F040123 + public const int tabTextAppearance = 2130968867; + + // aapt resource value: 0x7F040124 + public const int tabTextColor = 2130968868; + + // aapt resource value: 0x7F040125 + public const int textAllCaps = 2130968869; + + // aapt resource value: 0x7F040126 + public const int textAppearanceLargePopupMenu = 2130968870; + + // aapt resource value: 0x7F040127 + public const int textAppearanceListItem = 2130968871; + + // aapt resource value: 0x7F040128 + public const int textAppearanceListItemSecondary = 2130968872; + + // aapt resource value: 0x7F040129 + public const int textAppearanceListItemSmall = 2130968873; + + // aapt resource value: 0x7F04012A + public const int textAppearancePopupMenuHeader = 2130968874; + + // aapt resource value: 0x7F04012B + public const int textAppearanceSearchResultSubtitle = 2130968875; + + // aapt resource value: 0x7F04012C + public const int textAppearanceSearchResultTitle = 2130968876; + + // aapt resource value: 0x7F04012D + public const int textAppearanceSmallPopupMenu = 2130968877; + + // aapt resource value: 0x7F04012E + public const int textColorAlertDialogListItem = 2130968878; + + // aapt resource value: 0x7F04012F + public const int textColorError = 2130968879; + + // aapt resource value: 0x7F040130 + public const int textColorSearchUrl = 2130968880; + + // aapt resource value: 0x7F040131 + public const int theme = 2130968881; + + // aapt resource value: 0x7F040132 + public const int thickness = 2130968882; + + // aapt resource value: 0x7F040133 + public const int thumbTextPadding = 2130968883; + + // aapt resource value: 0x7F040134 + public const int thumbTint = 2130968884; + + // aapt resource value: 0x7F040135 + public const int thumbTintMode = 2130968885; + + // aapt resource value: 0x7F040136 + public const int tickMark = 2130968886; + + // aapt resource value: 0x7F040137 + public const int tickMarkTint = 2130968887; + + // aapt resource value: 0x7F040138 + public const int tickMarkTintMode = 2130968888; + + // aapt resource value: 0x7F040139 + public const int tint = 2130968889; + + // aapt resource value: 0x7F04013A + public const int tintMode = 2130968890; + + // aapt resource value: 0x7F04013B + public const int title = 2130968891; + + // aapt resource value: 0x7F04013C + public const int titleEnabled = 2130968892; + + // aapt resource value: 0x7F04013D + public const int titleMargin = 2130968893; + + // aapt resource value: 0x7F04013E + public const int titleMarginBottom = 2130968894; + + // aapt resource value: 0x7F04013F + public const int titleMarginEnd = 2130968895; + + // aapt resource value: 0x7F040142 + public const int titleMargins = 2130968898; + + // aapt resource value: 0x7F040140 + public const int titleMarginStart = 2130968896; + + // aapt resource value: 0x7F040141 + public const int titleMarginTop = 2130968897; + + // aapt resource value: 0x7F040143 + public const int titleTextAppearance = 2130968899; + + // aapt resource value: 0x7F040144 + public const int titleTextColor = 2130968900; + + // aapt resource value: 0x7F040145 + public const int titleTextStyle = 2130968901; + + // aapt resource value: 0x7F040146 + public const int toolbarId = 2130968902; + + // aapt resource value: 0x7F040147 + public const int toolbarNavigationButtonStyle = 2130968903; + + // aapt resource value: 0x7F040148 + public const int toolbarStyle = 2130968904; + + // aapt resource value: 0x7F040149 + public const int tooltipForegroundColor = 2130968905; + + // aapt resource value: 0x7F04014A + public const int tooltipFrameBackground = 2130968906; + + // aapt resource value: 0x7F04014B + public const int tooltipText = 2130968907; + + // aapt resource value: 0x7F04014C + public const int track = 2130968908; + + // aapt resource value: 0x7F04014D + public const int trackTint = 2130968909; + + // aapt resource value: 0x7F04014E + public const int trackTintMode = 2130968910; + + // aapt resource value: 0x7F04014F + public const int useCompatPadding = 2130968911; + + // aapt resource value: 0x7F040150 + public const int voiceIcon = 2130968912; + + // aapt resource value: 0x7F040151 + public const int windowActionBar = 2130968913; + + // aapt resource value: 0x7F040152 + public const int windowActionBarOverlay = 2130968914; + + // aapt resource value: 0x7F040153 + public const int windowActionModeOverlay = 2130968915; + + // aapt resource value: 0x7F040154 + public const int windowFixedHeightMajor = 2130968916; + + // aapt resource value: 0x7F040155 + public const int windowFixedHeightMinor = 2130968917; + + // aapt resource value: 0x7F040156 + public const int windowFixedWidthMajor = 2130968918; + + // aapt resource value: 0x7F040157 + public const int windowFixedWidthMinor = 2130968919; + + // aapt resource value: 0x7F040158 + public const int windowMinWidthMajor = 2130968920; + + // aapt resource value: 0x7F040159 + public const int windowMinWidthMinor = 2130968921; + + // aapt resource value: 0x7F04015A + public const int windowNoTitle = 2130968922; + + static Attribute() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Attribute() + { + } + } + + public partial class Boolean + { + + // aapt resource value: 0x7F050001 + public const int abc_action_bar_embed_tabs = 2131034113; + + // aapt resource value: 0x7F050002 + public const int abc_allow_stacked_button_bar = 2131034114; + + // aapt resource value: 0x7F050003 + public const int abc_config_actionMenuItemAllCaps = 2131034115; + + // aapt resource value: 0x7F050004 + public const int abc_config_closeDialogWhenTouchOutside = 2131034116; + + // aapt resource value: 0x7F050005 + public const int abc_config_showMenuShortcutsWhenKeyboardPresent = 2131034117; + + static Boolean() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Boolean() + { + } + } + + public partial class Color + { + + // aapt resource value: 0x7F060001 + public const int abc_background_cache_hint_selector_material_dark = 2131099649; + + // aapt resource value: 0x7F060002 + public const int abc_background_cache_hint_selector_material_light = 2131099650; + + // aapt resource value: 0x7F060003 + public const int abc_btn_colored_borderless_text_material = 2131099651; + + // aapt resource value: 0x7F060004 + public const int abc_btn_colored_text_material = 2131099652; + + // aapt resource value: 0x7F060005 + public const int abc_color_highlight_material = 2131099653; + + // aapt resource value: 0x7F060006 + public const int abc_hint_foreground_material_dark = 2131099654; + + // aapt resource value: 0x7F060007 + public const int abc_hint_foreground_material_light = 2131099655; + + // aapt resource value: 0x7F060008 + public const int abc_input_method_navigation_guard = 2131099656; + + // aapt resource value: 0x7F060009 + public const int abc_primary_text_disable_only_material_dark = 2131099657; + + // aapt resource value: 0x7F06000A + public const int abc_primary_text_disable_only_material_light = 2131099658; + + // aapt resource value: 0x7F06000B + public const int abc_primary_text_material_dark = 2131099659; + + // aapt resource value: 0x7F06000C + public const int abc_primary_text_material_light = 2131099660; + + // aapt resource value: 0x7F06000D + public const int abc_search_url_text = 2131099661; + + // aapt resource value: 0x7F06000E + public const int abc_search_url_text_normal = 2131099662; + + // aapt resource value: 0x7F06000F + public const int abc_search_url_text_pressed = 2131099663; + + // aapt resource value: 0x7F060010 + public const int abc_search_url_text_selected = 2131099664; + + // aapt resource value: 0x7F060011 + public const int abc_secondary_text_material_dark = 2131099665; + + // aapt resource value: 0x7F060012 + public const int abc_secondary_text_material_light = 2131099666; + + // aapt resource value: 0x7F060013 + public const int abc_tint_btn_checkable = 2131099667; + + // aapt resource value: 0x7F060014 + public const int abc_tint_default = 2131099668; + + // aapt resource value: 0x7F060015 + public const int abc_tint_edittext = 2131099669; + + // aapt resource value: 0x7F060016 + public const int abc_tint_seek_thumb = 2131099670; + + // aapt resource value: 0x7F060017 + public const int abc_tint_spinner = 2131099671; + + // aapt resource value: 0x7F060018 + public const int abc_tint_switch_track = 2131099672; + + // aapt resource value: 0x7F060019 + public const int accent_material_dark = 2131099673; + + // aapt resource value: 0x7F06001A + public const int accent_material_light = 2131099674; + + // aapt resource value: 0x7F06001B + public const int background_floating_material_dark = 2131099675; + + // aapt resource value: 0x7F06001C + public const int background_floating_material_light = 2131099676; + + // aapt resource value: 0x7F06001D + public const int background_material_dark = 2131099677; + + // aapt resource value: 0x7F06001E + public const int background_material_light = 2131099678; + + // aapt resource value: 0x7F06001F + public const int bright_foreground_disabled_material_dark = 2131099679; + + // aapt resource value: 0x7F060020 + public const int bright_foreground_disabled_material_light = 2131099680; + + // aapt resource value: 0x7F060021 + public const int bright_foreground_inverse_material_dark = 2131099681; + + // aapt resource value: 0x7F060022 + public const int bright_foreground_inverse_material_light = 2131099682; + + // aapt resource value: 0x7F060023 + public const int bright_foreground_material_dark = 2131099683; + + // aapt resource value: 0x7F060024 + public const int bright_foreground_material_light = 2131099684; + + // aapt resource value: 0x7F060025 + public const int button_material_dark = 2131099685; + + // aapt resource value: 0x7F060026 + public const int button_material_light = 2131099686; + + // aapt resource value: 0x7F060001 + public const int cardview_dark_background = 2131099649; + + // aapt resource value: 0x7F060002 + public const int cardview_light_background = 2131099650; + + // aapt resource value: 0x7F060003 + public const int cardview_shadow_end_color = 2131099651; + + // aapt resource value: 0x7F060004 + public const int cardview_shadow_start_color = 2131099652; + + // aapt resource value: 0x7F050005 + public const int colorAccent = 2131034117; + + // aapt resource value: 0x7F050003 + public const int colorPrimary = 2131034115; + + // aapt resource value: 0x7F050004 + public const int colorPrimaryDark = 2131034116; + + // aapt resource value: 0x7F060027 + public const int design_bottom_navigation_shadow_color = 2131099687; + + // aapt resource value: 0x7F060028 + public const int design_error = 2131099688; + + // aapt resource value: 0x7F060029 + public const int design_fab_shadow_end_color = 2131099689; + + // aapt resource value: 0x7F06002A + public const int design_fab_shadow_mid_color = 2131099690; + + // aapt resource value: 0x7F06002B + public const int design_fab_shadow_start_color = 2131099691; + + // aapt resource value: 0x7F06002C + public const int design_fab_stroke_end_inner_color = 2131099692; + + // aapt resource value: 0x7F06002D + public const int design_fab_stroke_end_outer_color = 2131099693; + + // aapt resource value: 0x7F06002E + public const int design_fab_stroke_top_inner_color = 2131099694; + + // aapt resource value: 0x7F06002F + public const int design_fab_stroke_top_outer_color = 2131099695; + + // aapt resource value: 0x7F060030 + public const int design_snackbar_background_color = 2131099696; + + // aapt resource value: 0x7F060031 + public const int design_tint_password_toggle = 2131099697; + + // aapt resource value: 0x7F060032 + public const int dim_foreground_disabled_material_dark = 2131099698; + + // aapt resource value: 0x7F060033 + public const int dim_foreground_disabled_material_light = 2131099699; + + // aapt resource value: 0x7F060034 + public const int dim_foreground_material_dark = 2131099700; + + // aapt resource value: 0x7F060035 + public const int dim_foreground_material_light = 2131099701; + + // aapt resource value: 0x7F060036 + public const int error_color_material = 2131099702; + + // aapt resource value: 0x7F060037 + public const int foreground_material_dark = 2131099703; + + // aapt resource value: 0x7F060038 + public const int foreground_material_light = 2131099704; + + // aapt resource value: 0x7F060039 + public const int highlighted_text_material_dark = 2131099705; + + // aapt resource value: 0x7F06003A + public const int highlighted_text_material_light = 2131099706; + + // aapt resource value: 0x7F050002 + public const int launcher_background = 2131034114; + + // aapt resource value: 0x7F06003B + public const int material_blue_grey_800 = 2131099707; + + // aapt resource value: 0x7F06003C + public const int material_blue_grey_900 = 2131099708; + + // aapt resource value: 0x7F06003D + public const int material_blue_grey_950 = 2131099709; + + // aapt resource value: 0x7F06003E + public const int material_deep_teal_200 = 2131099710; + + // aapt resource value: 0x7F06003F + public const int material_deep_teal_500 = 2131099711; + + // aapt resource value: 0x7F060040 + public const int material_grey_100 = 2131099712; + + // aapt resource value: 0x7F060041 + public const int material_grey_300 = 2131099713; + + // aapt resource value: 0x7F060042 + public const int material_grey_50 = 2131099714; + + // aapt resource value: 0x7F060043 + public const int material_grey_600 = 2131099715; + + // aapt resource value: 0x7F060044 + public const int material_grey_800 = 2131099716; + + // aapt resource value: 0x7F060045 + public const int material_grey_850 = 2131099717; + + // aapt resource value: 0x7F060046 + public const int material_grey_900 = 2131099718; + + // aapt resource value: 0x7F060001 + public const int notification_action_color_filter = 2131099649; + + // aapt resource value: 0x7F060002 + public const int notification_icon_bg_color = 2131099650; + + // aapt resource value: 0x7F060049 + public const int notification_material_background_media_default_color = 2131099721; + + // aapt resource value: 0x7F06004A + public const int primary_dark_material_dark = 2131099722; + + // aapt resource value: 0x7F06004B + public const int primary_dark_material_light = 2131099723; + + // aapt resource value: 0x7F06004C + public const int primary_material_dark = 2131099724; + + // aapt resource value: 0x7F06004D + public const int primary_material_light = 2131099725; + + // aapt resource value: 0x7F06004E + public const int primary_text_default_material_dark = 2131099726; + + // aapt resource value: 0x7F06004F + public const int primary_text_default_material_light = 2131099727; + + // aapt resource value: 0x7F060050 + public const int primary_text_disabled_material_dark = 2131099728; + + // aapt resource value: 0x7F060051 + public const int primary_text_disabled_material_light = 2131099729; + + // aapt resource value: 0x7F060052 + public const int ripple_material_dark = 2131099730; + + // aapt resource value: 0x7F060003 + public const int ripple_material_light = 2131099651; + + // aapt resource value: 0x7F060054 + public const int secondary_text_default_material_dark = 2131099732; + + // aapt resource value: 0x7F060004 + public const int secondary_text_default_material_light = 2131099652; + + // aapt resource value: 0x7F060056 + public const int secondary_text_disabled_material_dark = 2131099734; + + // aapt resource value: 0x7F060057 + public const int secondary_text_disabled_material_light = 2131099735; + + // aapt resource value: 0x7F060058 + public const int switch_thumb_disabled_material_dark = 2131099736; + + // aapt resource value: 0x7F060059 + public const int switch_thumb_disabled_material_light = 2131099737; + + // aapt resource value: 0x7F06005A + public const int switch_thumb_material_dark = 2131099738; + + // aapt resource value: 0x7F06005B + public const int switch_thumb_material_light = 2131099739; + + // aapt resource value: 0x7F06005C + public const int switch_thumb_normal_material_dark = 2131099740; + + // aapt resource value: 0x7F06005D + public const int switch_thumb_normal_material_light = 2131099741; + + // aapt resource value: 0x7F06005E + public const int tooltip_background_dark = 2131099742; + + // aapt resource value: 0x7F06005F + public const int tooltip_background_light = 2131099743; + + static Color() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Color() + { + } + } + + public partial class Dimension + { + + // aapt resource value: 0x7F080001 + public const int abc_action_bar_content_inset_material = 2131230721; + + // aapt resource value: 0x7F080002 + public const int abc_action_bar_content_inset_with_nav = 2131230722; + + // aapt resource value: 0x7F080003 + public const int abc_action_bar_default_height_material = 2131230723; + + // aapt resource value: 0x7F080004 + public const int abc_action_bar_default_padding_end_material = 2131230724; + + // aapt resource value: 0x7F080005 + public const int abc_action_bar_default_padding_start_material = 2131230725; + + // aapt resource value: 0x7F080006 + public const int abc_action_bar_elevation_material = 2131230726; + + // aapt resource value: 0x7F080007 + public const int abc_action_bar_icon_vertical_padding_material = 2131230727; + + // aapt resource value: 0x7F080008 + public const int abc_action_bar_overflow_padding_end_material = 2131230728; + + // aapt resource value: 0x7F080009 + public const int abc_action_bar_overflow_padding_start_material = 2131230729; + + // aapt resource value: 0x7F08000A + public const int abc_action_bar_progress_bar_size = 2131230730; + + // aapt resource value: 0x7F08000B + public const int abc_action_bar_stacked_max_height = 2131230731; + + // aapt resource value: 0x7F08000C + public const int abc_action_bar_stacked_tab_max_width = 2131230732; + + // aapt resource value: 0x7F08000D + public const int abc_action_bar_subtitle_bottom_margin_material = 2131230733; + + // aapt resource value: 0x7F08000E + public const int abc_action_bar_subtitle_top_margin_material = 2131230734; + + // aapt resource value: 0x7F08000F + public const int abc_action_button_min_height_material = 2131230735; + + // aapt resource value: 0x7F080010 + public const int abc_action_button_min_width_material = 2131230736; + + // aapt resource value: 0x7F080011 + public const int abc_action_button_min_width_overflow_material = 2131230737; + + // aapt resource value: 0x7F080012 + public const int abc_alert_dialog_button_bar_height = 2131230738; + + // aapt resource value: 0x7F080013 + public const int abc_button_inset_horizontal_material = 2131230739; + + // aapt resource value: 0x7F080014 + public const int abc_button_inset_vertical_material = 2131230740; + + // aapt resource value: 0x7F080015 + public const int abc_button_padding_horizontal_material = 2131230741; + + // aapt resource value: 0x7F080016 + public const int abc_button_padding_vertical_material = 2131230742; + + // aapt resource value: 0x7F080017 + public const int abc_cascading_menus_min_smallest_width = 2131230743; + + // aapt resource value: 0x7F080018 + public const int abc_config_prefDialogWidth = 2131230744; + + // aapt resource value: 0x7F080019 + public const int abc_control_corner_material = 2131230745; + + // aapt resource value: 0x7F08001A + public const int abc_control_inset_material = 2131230746; + + // aapt resource value: 0x7F08001B + public const int abc_control_padding_material = 2131230747; + + // aapt resource value: 0x7F08001C + public const int abc_dialog_fixed_height_major = 2131230748; + + // aapt resource value: 0x7F08001D + public const int abc_dialog_fixed_height_minor = 2131230749; + + // aapt resource value: 0x7F08001E + public const int abc_dialog_fixed_width_major = 2131230750; + + // aapt resource value: 0x7F08001F + public const int abc_dialog_fixed_width_minor = 2131230751; + + // aapt resource value: 0x7F080020 + public const int abc_dialog_list_padding_bottom_no_buttons = 2131230752; + + // aapt resource value: 0x7F080021 + public const int abc_dialog_list_padding_top_no_title = 2131230753; + + // aapt resource value: 0x7F080022 + public const int abc_dialog_min_width_major = 2131230754; + + // aapt resource value: 0x7F080023 + public const int abc_dialog_min_width_minor = 2131230755; + + // aapt resource value: 0x7F080024 + public const int abc_dialog_padding_material = 2131230756; + + // aapt resource value: 0x7F080025 + public const int abc_dialog_padding_top_material = 2131230757; + + // aapt resource value: 0x7F080026 + public const int abc_dialog_title_divider_material = 2131230758; + + // aapt resource value: 0x7F080027 + public const int abc_disabled_alpha_material_dark = 2131230759; + + // aapt resource value: 0x7F080028 + public const int abc_disabled_alpha_material_light = 2131230760; + + // aapt resource value: 0x7F080029 + public const int abc_dropdownitem_icon_width = 2131230761; + + // aapt resource value: 0x7F08002A + public const int abc_dropdownitem_text_padding_left = 2131230762; + + // aapt resource value: 0x7F08002B + public const int abc_dropdownitem_text_padding_right = 2131230763; + + // aapt resource value: 0x7F08002C + public const int abc_edit_text_inset_bottom_material = 2131230764; + + // aapt resource value: 0x7F08002D + public const int abc_edit_text_inset_horizontal_material = 2131230765; + + // aapt resource value: 0x7F08002E + public const int abc_edit_text_inset_top_material = 2131230766; + + // aapt resource value: 0x7F08002F + public const int abc_floating_window_z = 2131230767; + + // aapt resource value: 0x7F080030 + public const int abc_list_item_padding_horizontal_material = 2131230768; + + // aapt resource value: 0x7F080031 + public const int abc_panel_menu_list_width = 2131230769; + + // aapt resource value: 0x7F080032 + public const int abc_progress_bar_height_material = 2131230770; + + // aapt resource value: 0x7F080033 + public const int abc_search_view_preferred_height = 2131230771; + + // aapt resource value: 0x7F080034 + public const int abc_search_view_preferred_width = 2131230772; + + // aapt resource value: 0x7F080035 + public const int abc_seekbar_track_background_height_material = 2131230773; + + // aapt resource value: 0x7F080036 + public const int abc_seekbar_track_progress_height_material = 2131230774; + + // aapt resource value: 0x7F080037 + public const int abc_select_dialog_padding_start_material = 2131230775; + + // aapt resource value: 0x7F080038 + public const int abc_switch_padding = 2131230776; + + // aapt resource value: 0x7F080039 + public const int abc_text_size_body_1_material = 2131230777; + + // aapt resource value: 0x7F08003A + public const int abc_text_size_body_2_material = 2131230778; + + // aapt resource value: 0x7F08003B + public const int abc_text_size_button_material = 2131230779; + + // aapt resource value: 0x7F08003C + public const int abc_text_size_caption_material = 2131230780; + + // aapt resource value: 0x7F08003D + public const int abc_text_size_display_1_material = 2131230781; + + // aapt resource value: 0x7F08003E + public const int abc_text_size_display_2_material = 2131230782; + + // aapt resource value: 0x7F08003F + public const int abc_text_size_display_3_material = 2131230783; + + // aapt resource value: 0x7F080040 + public const int abc_text_size_display_4_material = 2131230784; + + // aapt resource value: 0x7F080041 + public const int abc_text_size_headline_material = 2131230785; + + // aapt resource value: 0x7F080042 + public const int abc_text_size_large_material = 2131230786; + + // aapt resource value: 0x7F080043 + public const int abc_text_size_medium_material = 2131230787; + + // aapt resource value: 0x7F080044 + public const int abc_text_size_menu_header_material = 2131230788; + + // aapt resource value: 0x7F080045 + public const int abc_text_size_menu_material = 2131230789; + + // aapt resource value: 0x7F080046 + public const int abc_text_size_small_material = 2131230790; + + // aapt resource value: 0x7F080047 + public const int abc_text_size_subhead_material = 2131230791; + + // aapt resource value: 0x7F080048 + public const int abc_text_size_subtitle_material_toolbar = 2131230792; + + // aapt resource value: 0x7F080049 + public const int abc_text_size_title_material = 2131230793; + + // aapt resource value: 0x7F08004A + public const int abc_text_size_title_material_toolbar = 2131230794; + + // aapt resource value: 0x7F080001 + public const int cardview_compat_inset_shadow = 2131230721; + + // aapt resource value: 0x7F080002 + public const int cardview_default_elevation = 2131230722; + + // aapt resource value: 0x7F080003 + public const int cardview_default_radius = 2131230723; + + // aapt resource value: 0x7F080001 + public const int compat_button_inset_horizontal_material = 2131230721; + + // aapt resource value: 0x7F080002 + public const int compat_button_inset_vertical_material = 2131230722; + + // aapt resource value: 0x7F080003 + public const int compat_button_padding_horizontal_material = 2131230723; + + // aapt resource value: 0x7F080004 + public const int compat_button_padding_vertical_material = 2131230724; + + // aapt resource value: 0x7F080005 + public const int compat_control_corner_material = 2131230725; + + // aapt resource value: 0x7F080050 + public const int design_appbar_elevation = 2131230800; + + // aapt resource value: 0x7F080051 + public const int design_bottom_navigation_active_item_max_width = 2131230801; + + // aapt resource value: 0x7F080052 + public const int design_bottom_navigation_active_text_size = 2131230802; + + // aapt resource value: 0x7F080053 + public const int design_bottom_navigation_elevation = 2131230803; + + // aapt resource value: 0x7F080054 + public const int design_bottom_navigation_height = 2131230804; + + // aapt resource value: 0x7F080055 + public const int design_bottom_navigation_item_max_width = 2131230805; + + // aapt resource value: 0x7F080056 + public const int design_bottom_navigation_item_min_width = 2131230806; + + // aapt resource value: 0x7F080057 + public const int design_bottom_navigation_margin = 2131230807; + + // aapt resource value: 0x7F080058 + public const int design_bottom_navigation_shadow_height = 2131230808; + + // aapt resource value: 0x7F080059 + public const int design_bottom_navigation_text_size = 2131230809; + + // aapt resource value: 0x7F08005A + public const int design_bottom_sheet_modal_elevation = 2131230810; + + // aapt resource value: 0x7F08005B + public const int design_bottom_sheet_peek_height_min = 2131230811; + + // aapt resource value: 0x7F08005C + public const int design_fab_border_width = 2131230812; + + // aapt resource value: 0x7F08005D + public const int design_fab_elevation = 2131230813; + + // aapt resource value: 0x7F08005E + public const int design_fab_image_size = 2131230814; + + // aapt resource value: 0x7F08005F + public const int design_fab_size_mini = 2131230815; + + // aapt resource value: 0x7F080060 + public const int design_fab_size_normal = 2131230816; + + // aapt resource value: 0x7F080061 + public const int design_fab_translation_z_pressed = 2131230817; + + // aapt resource value: 0x7F080062 + public const int design_navigation_elevation = 2131230818; + + // aapt resource value: 0x7F080063 + public const int design_navigation_icon_padding = 2131230819; + + // aapt resource value: 0x7F080064 + public const int design_navigation_icon_size = 2131230820; + + // aapt resource value: 0x7F080065 + public const int design_navigation_max_width = 2131230821; + + // aapt resource value: 0x7F080066 + public const int design_navigation_padding_bottom = 2131230822; + + // aapt resource value: 0x7F080067 + public const int design_navigation_separator_vertical_padding = 2131230823; + + // aapt resource value: 0x7F080068 + public const int design_snackbar_action_inline_max_width = 2131230824; + + // aapt resource value: 0x7F080069 + public const int design_snackbar_background_corner_radius = 2131230825; + + // aapt resource value: 0x7F08006A + public const int design_snackbar_elevation = 2131230826; + + // aapt resource value: 0x7F08006B + public const int design_snackbar_extra_spacing_horizontal = 2131230827; + + // aapt resource value: 0x7F08006C + public const int design_snackbar_max_width = 2131230828; + + // aapt resource value: 0x7F08006D + public const int design_snackbar_min_width = 2131230829; + + // aapt resource value: 0x7F08006E + public const int design_snackbar_padding_horizontal = 2131230830; + + // aapt resource value: 0x7F08006F + public const int design_snackbar_padding_vertical = 2131230831; + + // aapt resource value: 0x7F080070 + public const int design_snackbar_padding_vertical_2lines = 2131230832; + + // aapt resource value: 0x7F080071 + public const int design_snackbar_text_size = 2131230833; + + // aapt resource value: 0x7F080072 + public const int design_tab_max_width = 2131230834; + + // aapt resource value: 0x7F080073 + public const int design_tab_scrollable_min_width = 2131230835; + + // aapt resource value: 0x7F080074 + public const int design_tab_text_size = 2131230836; + + // aapt resource value: 0x7F080075 + public const int design_tab_text_size_2line = 2131230837; + + // aapt resource value: 0x7F080076 + public const int disabled_alpha_material_dark = 2131230838; + + // aapt resource value: 0x7F080077 + public const int disabled_alpha_material_light = 2131230839; + + // aapt resource value: 0x7F080078 + public const int fastscroll_default_thickness = 2131230840; + + // aapt resource value: 0x7F080079 + public const int fastscroll_margin = 2131230841; + + // aapt resource value: 0x7F08007A + public const int fastscroll_minimum_range = 2131230842; + + // aapt resource value: 0x7F08007B + public const int highlight_alpha_material_colored = 2131230843; + + // aapt resource value: 0x7F08007C + public const int highlight_alpha_material_dark = 2131230844; + + // aapt resource value: 0x7F08007D + public const int highlight_alpha_material_light = 2131230845; + + // aapt resource value: 0x7F08007E + public const int hint_alpha_material_dark = 2131230846; + + // aapt resource value: 0x7F08007F + public const int hint_alpha_material_light = 2131230847; + + // aapt resource value: 0x7F080080 + public const int hint_pressed_alpha_material_dark = 2131230848; + + // aapt resource value: 0x7F080081 + public const int hint_pressed_alpha_material_light = 2131230849; + + // aapt resource value: 0x7F080082 + public const int item_touch_helper_max_drag_scroll_per_frame = 2131230850; + + // aapt resource value: 0x7F080083 + public const int item_touch_helper_swipe_escape_max_velocity = 2131230851; + + // aapt resource value: 0x7F080084 + public const int item_touch_helper_swipe_escape_velocity = 2131230852; + + // aapt resource value: 0x7F080059 + public const int mr_controller_volume_group_list_item_height = 2131230809; + + // aapt resource value: 0x7F08005A + public const int mr_controller_volume_group_list_item_icon_size = 2131230810; + + // aapt resource value: 0x7F08005B + public const int mr_controller_volume_group_list_max_height = 2131230811; + + // aapt resource value: 0x7F08005C + public const int mr_controller_volume_group_list_padding_top = 2131230812; + + // aapt resource value: 0x7F08005D + public const int mr_dialog_fixed_width_major = 2131230813; + + // aapt resource value: 0x7F08005E + public const int mr_dialog_fixed_width_minor = 2131230814; + + // aapt resource value: 0x7F080006 + public const int notification_action_icon_size = 2131230726; + + // aapt resource value: 0x7F080007 + public const int notification_action_text_size = 2131230727; + + // aapt resource value: 0x7F080008 + public const int notification_big_circle_margin = 2131230728; + + // aapt resource value: 0x7F080009 + public const int notification_content_margin_start = 2131230729; + + // aapt resource value: 0x7F08000A + public const int notification_large_icon_height = 2131230730; + + // aapt resource value: 0x7F08000B + public const int notification_large_icon_width = 2131230731; + + // aapt resource value: 0x7F08000C + public const int notification_main_column_padding_top = 2131230732; + + // aapt resource value: 0x7F08000D + public const int notification_media_narrow_margin = 2131230733; + + // aapt resource value: 0x7F08000E + public const int notification_right_icon_size = 2131230734; + + // aapt resource value: 0x7F08000F + public const int notification_right_side_padding_top = 2131230735; + + // aapt resource value: 0x7F080010 + public const int notification_small_icon_background_padding = 2131230736; + + // aapt resource value: 0x7F080011 + public const int notification_small_icon_size_as_large = 2131230737; + + // aapt resource value: 0x7F080012 + public const int notification_subtext_size = 2131230738; + + // aapt resource value: 0x7F080013 + public const int notification_top_pad = 2131230739; + + // aapt resource value: 0x7F080014 + public const int notification_top_pad_large_text = 2131230740; + + // aapt resource value: 0x7F080094 + public const int tooltip_corner_radius = 2131230868; + + // aapt resource value: 0x7F080095 + public const int tooltip_horizontal_padding = 2131230869; + + // aapt resource value: 0x7F080096 + public const int tooltip_margin = 2131230870; + + // aapt resource value: 0x7F080097 + public const int tooltip_precise_anchor_extra_offset = 2131230871; + + // aapt resource value: 0x7F080098 + public const int tooltip_precise_anchor_threshold = 2131230872; + + // aapt resource value: 0x7F080099 + public const int tooltip_vertical_padding = 2131230873; + + // aapt resource value: 0x7F08009A + public const int tooltip_y_offset_non_touch = 2131230874; + + // aapt resource value: 0x7F08009B + public const int tooltip_y_offset_touch = 2131230875; + + static Dimension() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Dimension() + { + } + } + + public partial class Drawable + { + + // aapt resource value: 0x7F090001 + public const int abc_ab_share_pack_mtrl_alpha = 2131296257; + + // aapt resource value: 0x7F090002 + public const int abc_action_bar_item_background_material = 2131296258; + + // aapt resource value: 0x7F090003 + public const int abc_btn_borderless_material = 2131296259; + + // aapt resource value: 0x7F090004 + public const int abc_btn_check_material = 2131296260; + + // aapt resource value: 0x7F090005 + public const int abc_btn_check_to_on_mtrl_000 = 2131296261; + + // aapt resource value: 0x7F090006 + public const int abc_btn_check_to_on_mtrl_015 = 2131296262; + + // aapt resource value: 0x7F090007 + public const int abc_btn_colored_material = 2131296263; + + // aapt resource value: 0x7F090008 + public const int abc_btn_default_mtrl_shape = 2131296264; + + // aapt resource value: 0x7F090009 + public const int abc_btn_radio_material = 2131296265; + + // aapt resource value: 0x7F09000A + public const int abc_btn_radio_to_on_mtrl_000 = 2131296266; + + // aapt resource value: 0x7F09000B + public const int abc_btn_radio_to_on_mtrl_015 = 2131296267; + + // aapt resource value: 0x7F09000C + public const int abc_btn_switch_to_on_mtrl_00001 = 2131296268; + + // aapt resource value: 0x7F09000D + public const int abc_btn_switch_to_on_mtrl_00012 = 2131296269; + + // aapt resource value: 0x7F09000E + public const int abc_cab_background_internal_bg = 2131296270; + + // aapt resource value: 0x7F09000F + public const int abc_cab_background_top_material = 2131296271; + + // aapt resource value: 0x7F090010 + public const int abc_cab_background_top_mtrl_alpha = 2131296272; + + // aapt resource value: 0x7F090011 + public const int abc_control_background_material = 2131296273; + + // aapt resource value: 0x7F090012 + public const int abc_dialog_material_background = 2131296274; + + // aapt resource value: 0x7F090013 + public const int abc_edit_text_material = 2131296275; + + // aapt resource value: 0x7F090014 + public const int abc_ic_ab_back_material = 2131296276; + + // aapt resource value: 0x7F090015 + public const int abc_ic_arrow_drop_right_black_24dp = 2131296277; + + // aapt resource value: 0x7F090016 + public const int abc_ic_clear_material = 2131296278; + + // aapt resource value: 0x7F090017 + public const int abc_ic_commit_search_api_mtrl_alpha = 2131296279; + + // aapt resource value: 0x7F090018 + public const int abc_ic_go_search_api_material = 2131296280; + + // aapt resource value: 0x7F090019 + public const int abc_ic_menu_copy_mtrl_am_alpha = 2131296281; + + // aapt resource value: 0x7F09001A + public const int abc_ic_menu_cut_mtrl_alpha = 2131296282; + + // aapt resource value: 0x7F09001B + public const int abc_ic_menu_overflow_material = 2131296283; + + // aapt resource value: 0x7F09001C + public const int abc_ic_menu_paste_mtrl_am_alpha = 2131296284; + + // aapt resource value: 0x7F09001D + public const int abc_ic_menu_selectall_mtrl_alpha = 2131296285; + + // aapt resource value: 0x7F09001E + public const int abc_ic_menu_share_mtrl_alpha = 2131296286; + + // aapt resource value: 0x7F09001F + public const int abc_ic_search_api_material = 2131296287; + + // aapt resource value: 0x7F090020 + public const int abc_ic_star_black_16dp = 2131296288; + + // aapt resource value: 0x7F090021 + public const int abc_ic_star_black_36dp = 2131296289; + + // aapt resource value: 0x7F090022 + public const int abc_ic_star_black_48dp = 2131296290; + + // aapt resource value: 0x7F090023 + public const int abc_ic_star_half_black_16dp = 2131296291; + + // aapt resource value: 0x7F090024 + public const int abc_ic_star_half_black_36dp = 2131296292; + + // aapt resource value: 0x7F090025 + public const int abc_ic_star_half_black_48dp = 2131296293; + + // aapt resource value: 0x7F090026 + public const int abc_ic_voice_search_api_material = 2131296294; + + // aapt resource value: 0x7F090027 + public const int abc_item_background_holo_dark = 2131296295; + + // aapt resource value: 0x7F090028 + public const int abc_item_background_holo_light = 2131296296; + + // aapt resource value: 0x7F090029 + public const int abc_list_divider_mtrl_alpha = 2131296297; + + // aapt resource value: 0x7F09002A + public const int abc_list_focused_holo = 2131296298; + + // aapt resource value: 0x7F09002B + public const int abc_list_longpressed_holo = 2131296299; + + // aapt resource value: 0x7F09002C + public const int abc_list_pressed_holo_dark = 2131296300; + + // aapt resource value: 0x7F09002D + public const int abc_list_pressed_holo_light = 2131296301; + + // aapt resource value: 0x7F09002E + public const int abc_list_selector_background_transition_holo_dark = 2131296302; + + // aapt resource value: 0x7F09002F + public const int abc_list_selector_background_transition_holo_light = 2131296303; + + // aapt resource value: 0x7F090030 + public const int abc_list_selector_disabled_holo_dark = 2131296304; + + // aapt resource value: 0x7F090031 + public const int abc_list_selector_disabled_holo_light = 2131296305; + + // aapt resource value: 0x7F090032 + public const int abc_list_selector_holo_dark = 2131296306; + + // aapt resource value: 0x7F090033 + public const int abc_list_selector_holo_light = 2131296307; + + // aapt resource value: 0x7F090034 + public const int abc_menu_hardkey_panel_mtrl_mult = 2131296308; + + // aapt resource value: 0x7F090035 + public const int abc_popup_background_mtrl_mult = 2131296309; + + // aapt resource value: 0x7F090036 + public const int abc_ratingbar_indicator_material = 2131296310; + + // aapt resource value: 0x7F090037 + public const int abc_ratingbar_material = 2131296311; + + // aapt resource value: 0x7F090038 + public const int abc_ratingbar_small_material = 2131296312; + + // aapt resource value: 0x7F090039 + public const int abc_scrubber_control_off_mtrl_alpha = 2131296313; + + // aapt resource value: 0x7F09003A + public const int abc_scrubber_control_to_pressed_mtrl_000 = 2131296314; + + // aapt resource value: 0x7F09003B + public const int abc_scrubber_control_to_pressed_mtrl_005 = 2131296315; + + // aapt resource value: 0x7F09003C + public const int abc_scrubber_primary_mtrl_alpha = 2131296316; + + // aapt resource value: 0x7F09003D + public const int abc_scrubber_track_mtrl_alpha = 2131296317; + + // aapt resource value: 0x7F09003E + public const int abc_seekbar_thumb_material = 2131296318; + + // aapt resource value: 0x7F09003F + public const int abc_seekbar_tick_mark_material = 2131296319; + + // aapt resource value: 0x7F090040 + public const int abc_seekbar_track_material = 2131296320; + + // aapt resource value: 0x7F090041 + public const int abc_spinner_mtrl_am_alpha = 2131296321; + + // aapt resource value: 0x7F090042 + public const int abc_spinner_textfield_background_material = 2131296322; + + // aapt resource value: 0x7F090043 + public const int abc_switch_thumb_material = 2131296323; + + // aapt resource value: 0x7F090044 + public const int abc_switch_track_mtrl_alpha = 2131296324; + + // aapt resource value: 0x7F090045 + public const int abc_tab_indicator_material = 2131296325; + + // aapt resource value: 0x7F090046 + public const int abc_tab_indicator_mtrl_alpha = 2131296326; + + // aapt resource value: 0x7F09004E + public const int abc_textfield_activated_mtrl_alpha = 2131296334; + + // aapt resource value: 0x7F09004F + public const int abc_textfield_default_mtrl_alpha = 2131296335; + + // aapt resource value: 0x7F090050 + public const int abc_textfield_search_activated_mtrl_alpha = 2131296336; + + // aapt resource value: 0x7F090051 + public const int abc_textfield_search_default_mtrl_alpha = 2131296337; + + // aapt resource value: 0x7F090052 + public const int abc_textfield_search_material = 2131296338; + + // aapt resource value: 0x7F090047 + public const int abc_text_cursor_material = 2131296327; + + // aapt resource value: 0x7F090048 + public const int abc_text_select_handle_left_mtrl_dark = 2131296328; + + // aapt resource value: 0x7F090049 + public const int abc_text_select_handle_left_mtrl_light = 2131296329; + + // aapt resource value: 0x7F09004A + public const int abc_text_select_handle_middle_mtrl_dark = 2131296330; + + // aapt resource value: 0x7F09004B + public const int abc_text_select_handle_middle_mtrl_light = 2131296331; + + // aapt resource value: 0x7F09004C + public const int abc_text_select_handle_right_mtrl_dark = 2131296332; + + // aapt resource value: 0x7F09004D + public const int abc_text_select_handle_right_mtrl_light = 2131296333; + + // aapt resource value: 0x7F090053 + public const int abc_vector_test = 2131296339; + + // aapt resource value: 0x7F090054 + public const int avd_hide_password = 2131296340; + + // aapt resource value: 0x7F090055 + public const int avd_show_password = 2131296341; + + // aapt resource value: 0x7F090056 + public const int design_bottom_navigation_item_background = 2131296342; + + // aapt resource value: 0x7F090057 + public const int design_fab_background = 2131296343; + + // aapt resource value: 0x7F090058 + public const int design_ic_visibility = 2131296344; + + // aapt resource value: 0x7F090059 + public const int design_ic_visibility_off = 2131296345; + + // aapt resource value: 0x7F09005A + public const int design_password_eye = 2131296346; + + // aapt resource value: 0x7F09005B + public const int design_snackbar_background = 2131296347; + + // aapt resource value: 0x7F010002 + public const int icon = 2130771970; + + // aapt resource value: 0x7F090054 + public const int ic_audiotrack_dark = 2131296340; + + // aapt resource value: 0x7F090055 + public const int ic_audiotrack_light = 2131296341; + + // aapt resource value: 0x7F090056 + public const int ic_dialog_close_dark = 2131296342; + + // aapt resource value: 0x7F090057 + public const int ic_dialog_close_light = 2131296343; + + // aapt resource value: 0x7F090058 + public const int ic_group_collapse_00 = 2131296344; + + // aapt resource value: 0x7F090059 + public const int ic_group_collapse_01 = 2131296345; + + // aapt resource value: 0x7F09005A + public const int ic_group_collapse_02 = 2131296346; + + // aapt resource value: 0x7F09005B + public const int ic_group_collapse_03 = 2131296347; + + // aapt resource value: 0x7F09005C + public const int ic_group_collapse_04 = 2131296348; + + // aapt resource value: 0x7F09005D + public const int ic_group_collapse_05 = 2131296349; + + // aapt resource value: 0x7F09005E + public const int ic_group_collapse_06 = 2131296350; + + // aapt resource value: 0x7F09005F + public const int ic_group_collapse_07 = 2131296351; + + // aapt resource value: 0x7F090060 + public const int ic_group_collapse_08 = 2131296352; + + // aapt resource value: 0x7F090061 + public const int ic_group_collapse_09 = 2131296353; + + // aapt resource value: 0x7F090062 + public const int ic_group_collapse_10 = 2131296354; + + // aapt resource value: 0x7F090063 + public const int ic_group_collapse_11 = 2131296355; + + // aapt resource value: 0x7F090064 + public const int ic_group_collapse_12 = 2131296356; + + // aapt resource value: 0x7F090065 + public const int ic_group_collapse_13 = 2131296357; + + // aapt resource value: 0x7F090066 + public const int ic_group_collapse_14 = 2131296358; + + // aapt resource value: 0x7F090067 + public const int ic_group_collapse_15 = 2131296359; + + // aapt resource value: 0x7F090068 + public const int ic_group_expand_00 = 2131296360; + + // aapt resource value: 0x7F090069 + public const int ic_group_expand_01 = 2131296361; + + // aapt resource value: 0x7F09006A + public const int ic_group_expand_02 = 2131296362; + + // aapt resource value: 0x7F09006B + public const int ic_group_expand_03 = 2131296363; + + // aapt resource value: 0x7F09006C + public const int ic_group_expand_04 = 2131296364; + + // aapt resource value: 0x7F09006D + public const int ic_group_expand_05 = 2131296365; + + // aapt resource value: 0x7F09006E + public const int ic_group_expand_06 = 2131296366; + + // aapt resource value: 0x7F09006F + public const int ic_group_expand_07 = 2131296367; + + // aapt resource value: 0x7F090070 + public const int ic_group_expand_08 = 2131296368; + + // aapt resource value: 0x7F090071 + public const int ic_group_expand_09 = 2131296369; + + // aapt resource value: 0x7F090072 + public const int ic_group_expand_10 = 2131296370; + + // aapt resource value: 0x7F090073 + public const int ic_group_expand_11 = 2131296371; + + // aapt resource value: 0x7F090074 + public const int ic_group_expand_12 = 2131296372; + + // aapt resource value: 0x7F090075 + public const int ic_group_expand_13 = 2131296373; + + // aapt resource value: 0x7F090076 + public const int ic_group_expand_14 = 2131296374; + + // aapt resource value: 0x7F090077 + public const int ic_group_expand_15 = 2131296375; + + // aapt resource value: 0x7F090078 + public const int ic_media_pause_dark = 2131296376; + + // aapt resource value: 0x7F090079 + public const int ic_media_pause_light = 2131296377; + + // aapt resource value: 0x7F09007A + public const int ic_media_play_dark = 2131296378; + + // aapt resource value: 0x7F09007B + public const int ic_media_play_light = 2131296379; + + // aapt resource value: 0x7F09007C + public const int ic_media_stop_dark = 2131296380; + + // aapt resource value: 0x7F09007D + public const int ic_media_stop_light = 2131296381; + + // aapt resource value: 0x7F09007E + public const int ic_mr_button_connected_00_dark = 2131296382; + + // aapt resource value: 0x7F09007F + public const int ic_mr_button_connected_00_light = 2131296383; + + // aapt resource value: 0x7F090080 + public const int ic_mr_button_connected_01_dark = 2131296384; + + // aapt resource value: 0x7F090081 + public const int ic_mr_button_connected_01_light = 2131296385; + + // aapt resource value: 0x7F090082 + public const int ic_mr_button_connected_02_dark = 2131296386; + + // aapt resource value: 0x7F090083 + public const int ic_mr_button_connected_02_light = 2131296387; + + // aapt resource value: 0x7F090084 + public const int ic_mr_button_connected_03_dark = 2131296388; + + // aapt resource value: 0x7F090085 + public const int ic_mr_button_connected_03_light = 2131296389; + + // aapt resource value: 0x7F090086 + public const int ic_mr_button_connected_04_dark = 2131296390; + + // aapt resource value: 0x7F090087 + public const int ic_mr_button_connected_04_light = 2131296391; + + // aapt resource value: 0x7F090088 + public const int ic_mr_button_connected_05_dark = 2131296392; + + // aapt resource value: 0x7F090089 + public const int ic_mr_button_connected_05_light = 2131296393; + + // aapt resource value: 0x7F09008A + public const int ic_mr_button_connected_06_dark = 2131296394; + + // aapt resource value: 0x7F09008B + public const int ic_mr_button_connected_06_light = 2131296395; + + // aapt resource value: 0x7F09008C + public const int ic_mr_button_connected_07_dark = 2131296396; + + // aapt resource value: 0x7F09008D + public const int ic_mr_button_connected_07_light = 2131296397; + + // aapt resource value: 0x7F09008E + public const int ic_mr_button_connected_08_dark = 2131296398; + + // aapt resource value: 0x7F09008F + public const int ic_mr_button_connected_08_light = 2131296399; + + // aapt resource value: 0x7F090090 + public const int ic_mr_button_connected_09_dark = 2131296400; + + // aapt resource value: 0x7F090091 + public const int ic_mr_button_connected_09_light = 2131296401; + + // aapt resource value: 0x7F090092 + public const int ic_mr_button_connected_10_dark = 2131296402; + + // aapt resource value: 0x7F090093 + public const int ic_mr_button_connected_10_light = 2131296403; + + // aapt resource value: 0x7F090094 + public const int ic_mr_button_connected_11_dark = 2131296404; + + // aapt resource value: 0x7F090095 + public const int ic_mr_button_connected_11_light = 2131296405; + + // aapt resource value: 0x7F090096 + public const int ic_mr_button_connected_12_dark = 2131296406; + + // aapt resource value: 0x7F090097 + public const int ic_mr_button_connected_12_light = 2131296407; + + // aapt resource value: 0x7F090098 + public const int ic_mr_button_connected_13_dark = 2131296408; + + // aapt resource value: 0x7F090099 + public const int ic_mr_button_connected_13_light = 2131296409; + + // aapt resource value: 0x7F09009A + public const int ic_mr_button_connected_14_dark = 2131296410; + + // aapt resource value: 0x7F09009B + public const int ic_mr_button_connected_14_light = 2131296411; + + // aapt resource value: 0x7F09009C + public const int ic_mr_button_connected_15_dark = 2131296412; + + // aapt resource value: 0x7F09009D + public const int ic_mr_button_connected_15_light = 2131296413; + + // aapt resource value: 0x7F09009E + public const int ic_mr_button_connected_16_dark = 2131296414; + + // aapt resource value: 0x7F09009F + public const int ic_mr_button_connected_16_light = 2131296415; + + // aapt resource value: 0x7F0900A0 + public const int ic_mr_button_connected_17_dark = 2131296416; + + // aapt resource value: 0x7F0900A1 + public const int ic_mr_button_connected_17_light = 2131296417; + + // aapt resource value: 0x7F0900A2 + public const int ic_mr_button_connected_18_dark = 2131296418; + + // aapt resource value: 0x7F0900A3 + public const int ic_mr_button_connected_18_light = 2131296419; + + // aapt resource value: 0x7F0900A4 + public const int ic_mr_button_connected_19_dark = 2131296420; + + // aapt resource value: 0x7F0900A5 + public const int ic_mr_button_connected_19_light = 2131296421; + + // aapt resource value: 0x7F0900A6 + public const int ic_mr_button_connected_20_dark = 2131296422; + + // aapt resource value: 0x7F0900A7 + public const int ic_mr_button_connected_20_light = 2131296423; + + // aapt resource value: 0x7F0900A8 + public const int ic_mr_button_connected_21_dark = 2131296424; + + // aapt resource value: 0x7F0900A9 + public const int ic_mr_button_connected_21_light = 2131296425; + + // aapt resource value: 0x7F0900AA + public const int ic_mr_button_connected_22_dark = 2131296426; + + // aapt resource value: 0x7F0900AB + public const int ic_mr_button_connected_22_light = 2131296427; + + // aapt resource value: 0x7F0900AC + public const int ic_mr_button_connected_23_dark = 2131296428; + + // aapt resource value: 0x7F0900AD + public const int ic_mr_button_connected_23_light = 2131296429; + + // aapt resource value: 0x7F0900AE + public const int ic_mr_button_connected_24_dark = 2131296430; + + // aapt resource value: 0x7F0900AF + public const int ic_mr_button_connected_24_light = 2131296431; + + // aapt resource value: 0x7F0900B0 + public const int ic_mr_button_connected_25_dark = 2131296432; + + // aapt resource value: 0x7F0900B1 + public const int ic_mr_button_connected_25_light = 2131296433; + + // aapt resource value: 0x7F0900B2 + public const int ic_mr_button_connected_26_dark = 2131296434; + + // aapt resource value: 0x7F0900B3 + public const int ic_mr_button_connected_26_light = 2131296435; + + // aapt resource value: 0x7F0900B4 + public const int ic_mr_button_connected_27_dark = 2131296436; + + // aapt resource value: 0x7F0900B5 + public const int ic_mr_button_connected_27_light = 2131296437; + + // aapt resource value: 0x7F0900B6 + public const int ic_mr_button_connected_28_dark = 2131296438; + + // aapt resource value: 0x7F0900B7 + public const int ic_mr_button_connected_28_light = 2131296439; + + // aapt resource value: 0x7F0900B8 + public const int ic_mr_button_connected_29_dark = 2131296440; + + // aapt resource value: 0x7F0900B9 + public const int ic_mr_button_connected_29_light = 2131296441; + + // aapt resource value: 0x7F0900BA + public const int ic_mr_button_connected_30_dark = 2131296442; + + // aapt resource value: 0x7F0900BB + public const int ic_mr_button_connected_30_light = 2131296443; + + // aapt resource value: 0x7F0900BC + public const int ic_mr_button_connecting_00_dark = 2131296444; + + // aapt resource value: 0x7F0900BD + public const int ic_mr_button_connecting_00_light = 2131296445; + + // aapt resource value: 0x7F0900BE + public const int ic_mr_button_connecting_01_dark = 2131296446; + + // aapt resource value: 0x7F0900BF + public const int ic_mr_button_connecting_01_light = 2131296447; + + // aapt resource value: 0x7F0900C0 + public const int ic_mr_button_connecting_02_dark = 2131296448; + + // aapt resource value: 0x7F0900C1 + public const int ic_mr_button_connecting_02_light = 2131296449; + + // aapt resource value: 0x7F0900C2 + public const int ic_mr_button_connecting_03_dark = 2131296450; + + // aapt resource value: 0x7F0900C3 + public const int ic_mr_button_connecting_03_light = 2131296451; + + // aapt resource value: 0x7F0900C4 + public const int ic_mr_button_connecting_04_dark = 2131296452; + + // aapt resource value: 0x7F0900C5 + public const int ic_mr_button_connecting_04_light = 2131296453; + + // aapt resource value: 0x7F0900C6 + public const int ic_mr_button_connecting_05_dark = 2131296454; + + // aapt resource value: 0x7F0900C7 + public const int ic_mr_button_connecting_05_light = 2131296455; + + // aapt resource value: 0x7F0900C8 + public const int ic_mr_button_connecting_06_dark = 2131296456; + + // aapt resource value: 0x7F0900C9 + public const int ic_mr_button_connecting_06_light = 2131296457; + + // aapt resource value: 0x7F0900CA + public const int ic_mr_button_connecting_07_dark = 2131296458; + + // aapt resource value: 0x7F0900CB + public const int ic_mr_button_connecting_07_light = 2131296459; + + // aapt resource value: 0x7F0900CC + public const int ic_mr_button_connecting_08_dark = 2131296460; + + // aapt resource value: 0x7F0900CD + public const int ic_mr_button_connecting_08_light = 2131296461; + + // aapt resource value: 0x7F0900CE + public const int ic_mr_button_connecting_09_dark = 2131296462; + + // aapt resource value: 0x7F0900CF + public const int ic_mr_button_connecting_09_light = 2131296463; + + // aapt resource value: 0x7F0900D0 + public const int ic_mr_button_connecting_10_dark = 2131296464; + + // aapt resource value: 0x7F0900D1 + public const int ic_mr_button_connecting_10_light = 2131296465; + + // aapt resource value: 0x7F0900D2 + public const int ic_mr_button_connecting_11_dark = 2131296466; + + // aapt resource value: 0x7F0900D3 + public const int ic_mr_button_connecting_11_light = 2131296467; + + // aapt resource value: 0x7F0900D4 + public const int ic_mr_button_connecting_12_dark = 2131296468; + + // aapt resource value: 0x7F0900D5 + public const int ic_mr_button_connecting_12_light = 2131296469; + + // aapt resource value: 0x7F0900D6 + public const int ic_mr_button_connecting_13_dark = 2131296470; + + // aapt resource value: 0x7F0900D7 + public const int ic_mr_button_connecting_13_light = 2131296471; + + // aapt resource value: 0x7F0900D8 + public const int ic_mr_button_connecting_14_dark = 2131296472; + + // aapt resource value: 0x7F0900D9 + public const int ic_mr_button_connecting_14_light = 2131296473; + + // aapt resource value: 0x7F0900DA + public const int ic_mr_button_connecting_15_dark = 2131296474; + + // aapt resource value: 0x7F0900DB + public const int ic_mr_button_connecting_15_light = 2131296475; + + // aapt resource value: 0x7F0900DC + public const int ic_mr_button_connecting_16_dark = 2131296476; + + // aapt resource value: 0x7F0900DD + public const int ic_mr_button_connecting_16_light = 2131296477; + + // aapt resource value: 0x7F0900DE + public const int ic_mr_button_connecting_17_dark = 2131296478; + + // aapt resource value: 0x7F0900DF + public const int ic_mr_button_connecting_17_light = 2131296479; + + // aapt resource value: 0x7F0900E0 + public const int ic_mr_button_connecting_18_dark = 2131296480; + + // aapt resource value: 0x7F0900E1 + public const int ic_mr_button_connecting_18_light = 2131296481; + + // aapt resource value: 0x7F0900E2 + public const int ic_mr_button_connecting_19_dark = 2131296482; + + // aapt resource value: 0x7F0900E3 + public const int ic_mr_button_connecting_19_light = 2131296483; + + // aapt resource value: 0x7F0900E4 + public const int ic_mr_button_connecting_20_dark = 2131296484; + + // aapt resource value: 0x7F0900E5 + public const int ic_mr_button_connecting_20_light = 2131296485; + + // aapt resource value: 0x7F0900E6 + public const int ic_mr_button_connecting_21_dark = 2131296486; + + // aapt resource value: 0x7F0900E7 + public const int ic_mr_button_connecting_21_light = 2131296487; + + // aapt resource value: 0x7F0900E8 + public const int ic_mr_button_connecting_22_dark = 2131296488; + + // aapt resource value: 0x7F0900E9 + public const int ic_mr_button_connecting_22_light = 2131296489; + + // aapt resource value: 0x7F0900EA + public const int ic_mr_button_connecting_23_dark = 2131296490; + + // aapt resource value: 0x7F0900EB + public const int ic_mr_button_connecting_23_light = 2131296491; + + // aapt resource value: 0x7F0900EC + public const int ic_mr_button_connecting_24_dark = 2131296492; + + // aapt resource value: 0x7F0900ED + public const int ic_mr_button_connecting_24_light = 2131296493; + + // aapt resource value: 0x7F0900EE + public const int ic_mr_button_connecting_25_dark = 2131296494; + + // aapt resource value: 0x7F0900EF + public const int ic_mr_button_connecting_25_light = 2131296495; + + // aapt resource value: 0x7F0900F0 + public const int ic_mr_button_connecting_26_dark = 2131296496; + + // aapt resource value: 0x7F0900F1 + public const int ic_mr_button_connecting_26_light = 2131296497; + + // aapt resource value: 0x7F0900F2 + public const int ic_mr_button_connecting_27_dark = 2131296498; + + // aapt resource value: 0x7F0900F3 + public const int ic_mr_button_connecting_27_light = 2131296499; + + // aapt resource value: 0x7F0900F4 + public const int ic_mr_button_connecting_28_dark = 2131296500; + + // aapt resource value: 0x7F0900F5 + public const int ic_mr_button_connecting_28_light = 2131296501; + + // aapt resource value: 0x7F0900F6 + public const int ic_mr_button_connecting_29_dark = 2131296502; + + // aapt resource value: 0x7F0900F7 + public const int ic_mr_button_connecting_29_light = 2131296503; + + // aapt resource value: 0x7F0900F8 + public const int ic_mr_button_connecting_30_dark = 2131296504; + + // aapt resource value: 0x7F0900F9 + public const int ic_mr_button_connecting_30_light = 2131296505; + + // aapt resource value: 0x7F0900FA + public const int ic_mr_button_disabled_dark = 2131296506; + + // aapt resource value: 0x7F0900FB + public const int ic_mr_button_disabled_light = 2131296507; + + // aapt resource value: 0x7F0900FC + public const int ic_mr_button_disconnected_dark = 2131296508; + + // aapt resource value: 0x7F0900FD + public const int ic_mr_button_disconnected_light = 2131296509; + + // aapt resource value: 0x7F0900FE + public const int ic_mr_button_grey = 2131296510; + + // aapt resource value: 0x7F0900FF + public const int ic_vol_type_speaker_dark = 2131296511; + + // aapt resource value: 0x7F090100 + public const int ic_vol_type_speaker_group_dark = 2131296512; + + // aapt resource value: 0x7F090101 + public const int ic_vol_type_speaker_group_light = 2131296513; + + // aapt resource value: 0x7F090102 + public const int ic_vol_type_speaker_light = 2131296514; + + // aapt resource value: 0x7F090103 + public const int ic_vol_type_tv_dark = 2131296515; + + // aapt resource value: 0x7F090104 + public const int ic_vol_type_tv_light = 2131296516; + + // aapt resource value: 0x7F090105 + public const int mr_button_connected_dark = 2131296517; + + // aapt resource value: 0x7F090106 + public const int mr_button_connected_light = 2131296518; + + // aapt resource value: 0x7F090107 + public const int mr_button_connecting_dark = 2131296519; + + // aapt resource value: 0x7F090108 + public const int mr_button_connecting_light = 2131296520; + + // aapt resource value: 0x7F090109 + public const int mr_button_dark = 2131296521; + + // aapt resource value: 0x7F09010A + public const int mr_button_light = 2131296522; + + // aapt resource value: 0x7F09010B + public const int mr_dialog_close_dark = 2131296523; + + // aapt resource value: 0x7F09010C + public const int mr_dialog_close_light = 2131296524; + + // aapt resource value: 0x7F09010D + public const int mr_dialog_material_background_dark = 2131296525; + + // aapt resource value: 0x7F09010E + public const int mr_dialog_material_background_light = 2131296526; + + // aapt resource value: 0x7F09010F + public const int mr_group_collapse = 2131296527; + + // aapt resource value: 0x7F090110 + public const int mr_group_expand = 2131296528; + + // aapt resource value: 0x7F090111 + public const int mr_media_pause_dark = 2131296529; + + // aapt resource value: 0x7F090112 + public const int mr_media_pause_light = 2131296530; + + // aapt resource value: 0x7F090113 + public const int mr_media_play_dark = 2131296531; + + // aapt resource value: 0x7F090114 + public const int mr_media_play_light = 2131296532; + + // aapt resource value: 0x7F090115 + public const int mr_media_stop_dark = 2131296533; + + // aapt resource value: 0x7F090116 + public const int mr_media_stop_light = 2131296534; + + // aapt resource value: 0x7F090117 + public const int mr_vol_type_audiotrack_dark = 2131296535; + + // aapt resource value: 0x7F090118 + public const int mr_vol_type_audiotrack_light = 2131296536; + + // aapt resource value: 0x7F09005C + public const int navigation_empty_icon = 2131296348; + + // aapt resource value: 0x7F090001 + public const int notification_action_background = 2131296257; + + // aapt resource value: 0x7F090002 + public const int notification_bg = 2131296258; + + // aapt resource value: 0x7F090003 + public const int notification_bg_low = 2131296259; + + // aapt resource value: 0x7F090004 + public const int notification_bg_low_normal = 2131296260; + + // aapt resource value: 0x7F090005 + public const int notification_bg_low_pressed = 2131296261; + + // aapt resource value: 0x7F090006 + public const int notification_bg_normal = 2131296262; + + // aapt resource value: 0x7F090007 + public const int notification_bg_normal_pressed = 2131296263; + + // aapt resource value: 0x7F090008 + public const int notification_icon_background = 2131296264; + + // aapt resource value: 0x7F090009 + public const int notification_template_icon_bg = 2131296265; + + // aapt resource value: 0x7F09000A + public const int notification_template_icon_low_bg = 2131296266; + + // aapt resource value: 0x7F09000B + public const int notification_tile_bg = 2131296267; + + // aapt resource value: 0x7F09000C + public const int notify_panel_notification_icon_bg = 2131296268; + + // aapt resource value: 0x7F090069 + public const int tooltip_frame_dark = 2131296361; + + // aapt resource value: 0x7F09006A + public const int tooltip_frame_light = 2131296362; + + static Drawable() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Drawable() + { + } + } + + public partial class Id + { + + // aapt resource value: 0x7F0C0001 + public const int action0 = 2131492865; + + // aapt resource value: 0x7F0C0005 + public const int actions = 2131492869; + + // aapt resource value: 0x7F0C0002 + public const int action_bar = 2131492866; + + // aapt resource value: 0x7F0C0003 + public const int action_bar_activity_content = 2131492867; + + // aapt resource value: 0x7F0C0004 + public const int action_bar_container = 2131492868; + + // aapt resource value: 0x7F0C0005 + public const int action_bar_root = 2131492869; + + // aapt resource value: 0x7F0C0006 + public const int action_bar_spinner = 2131492870; + + // aapt resource value: 0x7F0C0007 + public const int action_bar_subtitle = 2131492871; + + // aapt resource value: 0x7F0C0008 + public const int action_bar_title = 2131492872; + + // aapt resource value: 0x7F0C0001 + public const int action_container = 2131492865; + + // aapt resource value: 0x7F0C000A + public const int action_context_bar = 2131492874; + + // aapt resource value: 0x7F0C0002 + public const int action_divider = 2131492866; + + // aapt resource value: 0x7F0C0003 + public const int action_image = 2131492867; + + // aapt resource value: 0x7F0C000D + public const int action_menu_divider = 2131492877; + + // aapt resource value: 0x7F0C000E + public const int action_menu_presenter = 2131492878; + + // aapt resource value: 0x7F0C000F + public const int action_mode_bar = 2131492879; + + // aapt resource value: 0x7F0C0010 + public const int action_mode_bar_stub = 2131492880; + + // aapt resource value: 0x7F0C0011 + public const int action_mode_close_button = 2131492881; + + // aapt resource value: 0x7F0C0004 + public const int action_text = 2131492868; + + // aapt resource value: 0x7F0C0014 + public const int activity_chooser_view_content = 2131492884; + + // aapt resource value: 0x7F0C0015 + public const int add = 2131492885; + + // aapt resource value: 0x7F0C0016 + public const int alertTitle = 2131492886; + + // aapt resource value: 0x7F0C0006 + public const int async = 2131492870; + + // aapt resource value: 0x7F0C0018 + public const int auto = 2131492888; + + // aapt resource value: 0x7F0C0007 + public const int blocking = 2131492871; + + // aapt resource value: 0x7F0C001A + public const int bottom = 2131492890; + + // aapt resource value: 0x7F0C001B + public const int buttonPanel = 2131492891; + + // aapt resource value: 0x7F0C001C + public const int cancel_action = 2131492892; + + // aapt resource value: 0x7F0C001D + public const int center = 2131492893; + + // aapt resource value: 0x7F0C001E + public const int checkbox = 2131492894; + + // aapt resource value: 0x7F0C0008 + public const int chronometer = 2131492872; + + // aapt resource value: 0x7F0C0020 + public const int container = 2131492896; + + // aapt resource value: 0x7F0C0021 + public const int contentPanel = 2131492897; + + // aapt resource value: 0x7F0C0022 + public const int coordinator = 2131492898; + + // aapt resource value: 0x7F0C0023 + public const int custom = 2131492899; + + // aapt resource value: 0x7F0C0024 + public const int customPanel = 2131492900; + + // aapt resource value: 0x7F0C0025 + public const int decor_content_parent = 2131492901; + + // aapt resource value: 0x7F0C0026 + public const int default_activity_button = 2131492902; + + // aapt resource value: 0x7F0C0027 + public const int design_bottom_sheet = 2131492903; + + // aapt resource value: 0x7F0C0028 + public const int design_menu_item_action_area = 2131492904; + + // aapt resource value: 0x7F0C0029 + public const int design_menu_item_action_area_stub = 2131492905; + + // aapt resource value: 0x7F0C002A + public const int design_menu_item_text = 2131492906; + + // aapt resource value: 0x7F0C002B + public const int design_navigation_view = 2131492907; + + // aapt resource value: 0x7F0C002C + public const int edit_query = 2131492908; + + // aapt resource value: 0x7F0C002D + public const int end = 2131492909; + + // aapt resource value: 0x7F0C002E + public const int end_padder = 2131492910; + + // aapt resource value: 0x7F0C0030 + public const int expanded_menu = 2131492912; + + // aapt resource value: 0x7F0C002F + public const int expand_activities_button = 2131492911; + + // aapt resource value: 0x7F0C0031 + public const int fill = 2131492913; + + // aapt resource value: 0x7F0C0032 + public const int @fixed = 2131492914; + + // aapt resource value: 0x7F0C0009 + public const int forever = 2131492873; + + // aapt resource value: 0x7F0C0034 + public const int ghost_view = 2131492916; + + // aapt resource value: 0x7F0C0035 + public const int home = 2131492917; + + // aapt resource value: 0x7F0C000A + public const int icon = 2131492874; + + // aapt resource value: 0x7F0C000B + public const int icon_group = 2131492875; + + // aapt resource value: 0x7F0C0038 + public const int image = 2131492920; + + // aapt resource value: 0x7F0C000C + public const int info = 2131492876; + + // aapt resource value: 0x7F0C000D + public const int italic = 2131492877; + + // aapt resource value: 0x7F0C003B + public const int item_touch_helper_previous_elevation = 2131492923; + + // aapt resource value: 0x7F0C003C + public const int largeLabel = 2131492924; + + // aapt resource value: 0x7F0C003D + public const int left = 2131492925; + + // aapt resource value: 0x7F0C000E + public const int line1 = 2131492878; + + // aapt resource value: 0x7F0C000F + public const int line3 = 2131492879; + + // aapt resource value: 0x7F0C0040 + public const int listMode = 2131492928; + + // aapt resource value: 0x7F0C0041 + public const int list_item = 2131492929; + + // aapt resource value: 0x7F0C0042 + public const int masked = 2131492930; + + // aapt resource value: 0x7F0C0043 + public const int media_actions = 2131492931; + + // aapt resource value: 0x7F0C0044 + public const int message = 2131492932; + + // aapt resource value: 0x7F0C0045 + public const int mini = 2131492933; + + // aapt resource value: 0x7F0C0033 + public const int mr_art = 2131492915; + + // aapt resource value: 0x7F0C0034 + public const int mr_chooser_list = 2131492916; + + // aapt resource value: 0x7F0C0035 + public const int mr_chooser_route_desc = 2131492917; + + // aapt resource value: 0x7F0C0036 + public const int mr_chooser_route_icon = 2131492918; + + // aapt resource value: 0x7F0C0037 + public const int mr_chooser_route_name = 2131492919; + + // aapt resource value: 0x7F0C0038 + public const int mr_chooser_title = 2131492920; + + // aapt resource value: 0x7F0C0039 + public const int mr_close = 2131492921; + + // aapt resource value: 0x7F0C003A + public const int mr_control_divider = 2131492922; + + // aapt resource value: 0x7F0C003B + public const int mr_control_playback_ctrl = 2131492923; + + // aapt resource value: 0x7F0C003C + public const int mr_control_subtitle = 2131492924; + + // aapt resource value: 0x7F0C003D + public const int mr_control_title = 2131492925; + + // aapt resource value: 0x7F0C003E + public const int mr_control_title_container = 2131492926; + + // aapt resource value: 0x7F0C003F + public const int mr_custom_control = 2131492927; + + // aapt resource value: 0x7F0C0040 + public const int mr_default_control = 2131492928; + + // aapt resource value: 0x7F0C0041 + public const int mr_dialog_area = 2131492929; + + // aapt resource value: 0x7F0C0042 + public const int mr_expandable_area = 2131492930; + + // aapt resource value: 0x7F0C0043 + public const int mr_group_expand_collapse = 2131492931; + + // aapt resource value: 0x7F0C0044 + public const int mr_media_main_control = 2131492932; + + // aapt resource value: 0x7F0C0045 + public const int mr_name = 2131492933; + + // aapt resource value: 0x7F0C0046 + public const int mr_playback_control = 2131492934; + + // aapt resource value: 0x7F0C0047 + public const int mr_title_bar = 2131492935; + + // aapt resource value: 0x7F0C0048 + public const int mr_volume_control = 2131492936; + + // aapt resource value: 0x7F0C0049 + public const int mr_volume_group_list = 2131492937; + + // aapt resource value: 0x7F0C004A + public const int mr_volume_item_icon = 2131492938; + + // aapt resource value: 0x7F0C004B + public const int mr_volume_slider = 2131492939; + + // aapt resource value: 0x7F0C0046 + public const int multiply = 2131492934; + + // aapt resource value: 0x7F0C0047 + public const int navigation_header_container = 2131492935; + + // aapt resource value: 0x7F0C0048 + public const int none = 2131492936; + + // aapt resource value: 0x7F0C0010 + public const int normal = 2131492880; + + // aapt resource value: 0x7F0C0011 + public const int notification_background = 2131492881; + + // aapt resource value: 0x7F0C0012 + public const int notification_main_column = 2131492882; + + // aapt resource value: 0x7F0C0013 + public const int notification_main_column_container = 2131492883; + + // aapt resource value: 0x7F0C004D + public const int parallax = 2131492941; + + // aapt resource value: 0x7F0C004E + public const int parentPanel = 2131492942; + + // aapt resource value: 0x7F0C004F + public const int parent_matrix = 2131492943; + + // aapt resource value: 0x7F0C0050 + public const int pin = 2131492944; + + // aapt resource value: 0x7F0C0051 + public const int progress_circular = 2131492945; + + // aapt resource value: 0x7F0C0052 + public const int progress_horizontal = 2131492946; + + // aapt resource value: 0x7F0C0053 + public const int radio = 2131492947; + + // aapt resource value: 0x7F0C0054 + public const int right = 2131492948; + + // aapt resource value: 0x7F0C0014 + public const int right_icon = 2131492884; + + // aapt resource value: 0x7F0C0015 + public const int right_side = 2131492885; + + // aapt resource value: 0x7F0C0057 + public const int save_image_matrix = 2131492951; + + // aapt resource value: 0x7F0C0058 + public const int save_non_transition_alpha = 2131492952; + + // aapt resource value: 0x7F0C0059 + public const int save_scale_type = 2131492953; + + // aapt resource value: 0x7F0C005A + public const int screen = 2131492954; + + // aapt resource value: 0x7F0C005E + public const int scrollable = 2131492958; + + // aapt resource value: 0x7F0C005B + public const int scrollIndicatorDown = 2131492955; + + // aapt resource value: 0x7F0C005C + public const int scrollIndicatorUp = 2131492956; + + // aapt resource value: 0x7F0C005D + public const int scrollView = 2131492957; + + // aapt resource value: 0x7F0C005F + public const int search_badge = 2131492959; + + // aapt resource value: 0x7F0C0060 + public const int search_bar = 2131492960; + + // aapt resource value: 0x7F0C0061 + public const int search_button = 2131492961; + + // aapt resource value: 0x7F0C0062 + public const int search_close_btn = 2131492962; + + // aapt resource value: 0x7F0C0063 + public const int search_edit_frame = 2131492963; + + // aapt resource value: 0x7F0C0064 + public const int search_go_btn = 2131492964; + + // aapt resource value: 0x7F0C0065 + public const int search_mag_icon = 2131492965; + + // aapt resource value: 0x7F0C0066 + public const int search_plate = 2131492966; + + // aapt resource value: 0x7F0C0067 + public const int search_src_text = 2131492967; + + // aapt resource value: 0x7F0C0068 + public const int search_voice_btn = 2131492968; + + // aapt resource value: 0x7F0C0069 + public const int select_dialog_listview = 2131492969; + + // aapt resource value: 0x7F0C006A + public const int shortcut = 2131492970; + + // aapt resource value: 0x7F020002 + public const int sliding_tabs = 2130837506; + + // aapt resource value: 0x7F0C006B + public const int smallLabel = 2131492971; + + // aapt resource value: 0x7F0C006C + public const int snackbar_action = 2131492972; + + // aapt resource value: 0x7F0C006D + public const int snackbar_text = 2131492973; + + // aapt resource value: 0x7F0C006E + public const int spacer = 2131492974; + + // aapt resource value: 0x7F0C006F + public const int split_action_bar = 2131492975; + + // aapt resource value: 0x7F0C0070 + public const int src_atop = 2131492976; + + // aapt resource value: 0x7F0C0071 + public const int src_in = 2131492977; + + // aapt resource value: 0x7F0C0072 + public const int src_over = 2131492978; + + // aapt resource value: 0x7F0C0073 + public const int start = 2131492979; + + // aapt resource value: 0x7F0C0074 + public const int status_bar_latest_event_content = 2131492980; + + // aapt resource value: 0x7F0C0075 + public const int submenuarrow = 2131492981; + + // aapt resource value: 0x7F0C0076 + public const int submit_area = 2131492982; + + // aapt resource value: 0x7F0C0077 + public const int tabMode = 2131492983; + + // aapt resource value: 0x7F0C0016 + public const int tag_transition_group = 2131492886; + + // aapt resource value: 0x7F0C0017 + public const int text = 2131492887; + + // aapt resource value: 0x7F0C0018 + public const int text2 = 2131492888; + + // aapt resource value: 0x7F0C007E + public const int textinput_counter = 2131492990; + + // aapt resource value: 0x7F0C007F + public const int textinput_error = 2131492991; + + // aapt resource value: 0x7F0C007B + public const int textSpacerNoButtons = 2131492987; + + // aapt resource value: 0x7F0C007C + public const int textSpacerNoTitle = 2131492988; + + // aapt resource value: 0x7F0C007D + public const int text_input_password_toggle = 2131492989; + + // aapt resource value: 0x7F0C0019 + public const int time = 2131492889; + + // aapt resource value: 0x7F0C001A + public const int title = 2131492890; + + // aapt resource value: 0x7F0C0082 + public const int titleDividerNoCustom = 2131492994; + + // aapt resource value: 0x7F0C0083 + public const int title_template = 2131492995; + + // aapt resource value: 0x7F020003 + public const int toolbar = 2130837507; + + // aapt resource value: 0x7F0C0084 + public const int top = 2131492996; + + // aapt resource value: 0x7F0C0085 + public const int topPanel = 2131492997; + + // aapt resource value: 0x7F0C0086 + public const int touch_outside = 2131492998; + + // aapt resource value: 0x7F0C0087 + public const int transition_current_scene = 2131492999; + + // aapt resource value: 0x7F0C0088 + public const int transition_layout_save = 2131493000; + + // aapt resource value: 0x7F0C0089 + public const int transition_position = 2131493001; + + // aapt resource value: 0x7F0C008A + public const int transition_scene_layoutid_cache = 2131493002; + + // aapt resource value: 0x7F0C008B + public const int transition_transform = 2131493003; + + // aapt resource value: 0x7F0C008C + public const int uniform = 2131493004; + + // aapt resource value: 0x7F0C008D + public const int up = 2131493005; + + // aapt resource value: 0x7F0C008E + public const int view_offset_helper = 2131493006; + + // aapt resource value: 0x7F0C008F + public const int visible = 2131493007; + + // aapt resource value: 0x7F0C007D + public const int volume_item_container = 2131492989; + + // aapt resource value: 0x7F0C0090 + public const int wrap_content = 2131493008; + + static Id() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Id() + { + } + } + + public partial class Integer + { + + // aapt resource value: 0x7F0D0001 + public const int abc_config_activityDefaultDur = 2131558401; + + // aapt resource value: 0x7F0D0002 + public const int abc_config_activityShortDur = 2131558402; + + // aapt resource value: 0x7F0D0003 + public const int app_bar_elevation_anim_duration = 2131558403; + + // aapt resource value: 0x7F0D0004 + public const int bottom_sheet_slide_duration = 2131558404; + + // aapt resource value: 0x7F0D0005 + public const int cancel_button_image_alpha = 2131558405; + + // aapt resource value: 0x7F0D0006 + public const int config_tooltipAnimTime = 2131558406; + + // aapt resource value: 0x7F0D0007 + public const int design_snackbar_text_max_lines = 2131558407; + + // aapt resource value: 0x7F0D0008 + public const int hide_password_duration = 2131558408; + + // aapt resource value: 0x7F0D0005 + public const int mr_controller_volume_group_list_animation_duration_ms = 2131558405; + + // aapt resource value: 0x7F0D0006 + public const int mr_controller_volume_group_list_fade_in_duration_ms = 2131558406; + + // aapt resource value: 0x7F0D0007 + public const int mr_controller_volume_group_list_fade_out_duration_ms = 2131558407; + + // aapt resource value: 0x7F0D0009 + public const int show_password_duration = 2131558409; + + // aapt resource value: 0x7F0D0001 + public const int status_bar_notification_info_maxnum = 2131558401; + + static Integer() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Integer() + { + } + } + + public partial class Interpolator + { + + // aapt resource value: 0x7F0E0001 + public const int mr_fast_out_slow_in = 2131623937; + + // aapt resource value: 0x7F0E0002 + public const int mr_linear_out_slow_in = 2131623938; + + static Interpolator() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Interpolator() + { + } + } + + public partial class Layout + { + + // aapt resource value: 0x7F0F0001 + public const int abc_action_bar_title_item = 2131689473; + + // aapt resource value: 0x7F0F0002 + public const int abc_action_bar_up_container = 2131689474; + + // aapt resource value: 0x7F0F0003 + public const int abc_action_menu_item_layout = 2131689475; + + // aapt resource value: 0x7F0F0004 + public const int abc_action_menu_layout = 2131689476; + + // aapt resource value: 0x7F0F0005 + public const int abc_action_mode_bar = 2131689477; + + // aapt resource value: 0x7F0F0006 + public const int abc_action_mode_close_item_material = 2131689478; + + // aapt resource value: 0x7F0F0007 + public const int abc_activity_chooser_view = 2131689479; + + // aapt resource value: 0x7F0F0008 + public const int abc_activity_chooser_view_list_item = 2131689480; + + // aapt resource value: 0x7F0F0009 + public const int abc_alert_dialog_button_bar_material = 2131689481; + + // aapt resource value: 0x7F0F000A + public const int abc_alert_dialog_material = 2131689482; + + // aapt resource value: 0x7F0F000B + public const int abc_alert_dialog_title_material = 2131689483; + + // aapt resource value: 0x7F0F000C + public const int abc_dialog_title_material = 2131689484; + + // aapt resource value: 0x7F0F000D + public const int abc_expanded_menu_layout = 2131689485; + + // aapt resource value: 0x7F0F000E + public const int abc_list_menu_item_checkbox = 2131689486; + + // aapt resource value: 0x7F0F000F + public const int abc_list_menu_item_icon = 2131689487; + + // aapt resource value: 0x7F0F0010 + public const int abc_list_menu_item_layout = 2131689488; + + // aapt resource value: 0x7F0F0011 + public const int abc_list_menu_item_radio = 2131689489; + + // aapt resource value: 0x7F0F0012 + public const int abc_popup_menu_header_item_layout = 2131689490; + + // aapt resource value: 0x7F0F0013 + public const int abc_popup_menu_item_layout = 2131689491; + + // aapt resource value: 0x7F0F0014 + public const int abc_screen_content_include = 2131689492; + + // aapt resource value: 0x7F0F0015 + public const int abc_screen_simple = 2131689493; + + // aapt resource value: 0x7F0F0016 + public const int abc_screen_simple_overlay_action_mode = 2131689494; + + // aapt resource value: 0x7F0F0017 + public const int abc_screen_toolbar = 2131689495; + + // aapt resource value: 0x7F0F0018 + public const int abc_search_dropdown_item_icons_2line = 2131689496; + + // aapt resource value: 0x7F0F0019 + public const int abc_search_view = 2131689497; + + // aapt resource value: 0x7F0F001A + public const int abc_select_dialog_material = 2131689498; + + // aapt resource value: 0x7F0F001B + public const int design_bottom_navigation_item = 2131689499; + + // aapt resource value: 0x7F0F001C + public const int design_bottom_sheet_dialog = 2131689500; + + // aapt resource value: 0x7F0F001D + public const int design_layout_snackbar = 2131689501; + + // aapt resource value: 0x7F0F001E + public const int design_layout_snackbar_include = 2131689502; + + // aapt resource value: 0x7F0F001F + public const int design_layout_tab_icon = 2131689503; + + // aapt resource value: 0x7F0F0020 + public const int design_layout_tab_text = 2131689504; + + // aapt resource value: 0x7F0F0021 + public const int design_menu_item_action_area = 2131689505; + + // aapt resource value: 0x7F0F0022 + public const int design_navigation_item = 2131689506; + + // aapt resource value: 0x7F0F0023 + public const int design_navigation_item_header = 2131689507; + + // aapt resource value: 0x7F0F0024 + public const int design_navigation_item_separator = 2131689508; + + // aapt resource value: 0x7F0F0025 + public const int design_navigation_item_subheader = 2131689509; + + // aapt resource value: 0x7F0F0026 + public const int design_navigation_menu = 2131689510; + + // aapt resource value: 0x7F0F0027 + public const int design_navigation_menu_item = 2131689511; + + // aapt resource value: 0x7F0F0028 + public const int design_text_input_password_icon = 2131689512; + + // aapt resource value: 0x7F0F001B + public const int mr_chooser_dialog = 2131689499; + + // aapt resource value: 0x7F0F001C + public const int mr_chooser_list_item = 2131689500; + + // aapt resource value: 0x7F0F001D + public const int mr_controller_material_dialog_b = 2131689501; + + // aapt resource value: 0x7F0F001E + public const int mr_controller_volume_item = 2131689502; + + // aapt resource value: 0x7F0F001F + public const int mr_playback_control = 2131689503; + + // aapt resource value: 0x7F0F0020 + public const int mr_volume_control = 2131689504; + + // aapt resource value: 0x7F0F0001 + public const int notification_action = 2131689473; + + // aapt resource value: 0x7F0F0002 + public const int notification_action_tombstone = 2131689474; + + // aapt resource value: 0x7F0F002B + public const int notification_media_action = 2131689515; + + // aapt resource value: 0x7F0F002C + public const int notification_media_cancel_action = 2131689516; + + // aapt resource value: 0x7F0F002D + public const int notification_template_big_media = 2131689517; + + // aapt resource value: 0x7F0F002E + public const int notification_template_big_media_custom = 2131689518; + + // aapt resource value: 0x7F0F002F + public const int notification_template_big_media_narrow = 2131689519; + + // aapt resource value: 0x7F0F0030 + public const int notification_template_big_media_narrow_custom = 2131689520; + + // aapt resource value: 0x7F0F0003 + public const int notification_template_custom_big = 2131689475; + + // aapt resource value: 0x7F0F0004 + public const int notification_template_icon_group = 2131689476; + + // aapt resource value: 0x7F0F0033 + public const int notification_template_lines_media = 2131689523; + + // aapt resource value: 0x7F0F0034 + public const int notification_template_media = 2131689524; + + // aapt resource value: 0x7F0F0035 + public const int notification_template_media_custom = 2131689525; + + // aapt resource value: 0x7F0F0005 + public const int notification_template_part_chronometer = 2131689477; + + // aapt resource value: 0x7F0F0006 + public const int notification_template_part_time = 2131689478; + + // aapt resource value: 0x7F0F0038 + public const int select_dialog_item_material = 2131689528; + + // aapt resource value: 0x7F0F0039 + public const int select_dialog_multichoice_material = 2131689529; + + // aapt resource value: 0x7F0F003A + public const int select_dialog_singlechoice_material = 2131689530; + + // aapt resource value: 0x7F0F003B + public const int support_simple_spinner_dropdown_item = 2131689531; + + // aapt resource value: 0x7F030002 + public const int Tabbar = 2130903042; + + // aapt resource value: 0x7F030003 + public const int Toolbar = 2130903043; + + // aapt resource value: 0x7F0F003C + public const int tooltip = 2131689532; + + static Layout() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Layout() + { + } + } + + public partial class Mipmap + { + + // aapt resource value: 0x7F040002 + public const int icon = 2130968578; + + // aapt resource value: 0x7F040003 + public const int icon_round = 2130968579; + + // aapt resource value: 0x7F040004 + public const int launcher_foreground = 2130968580; + + static Mipmap() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Mipmap() + { + } + } + + public partial class String + { + + // aapt resource value: 0x7F150001 + public const int abc_action_bar_home_description = 2132082689; + + // aapt resource value: 0x7F150002 + public const int abc_action_bar_up_description = 2132082690; + + // aapt resource value: 0x7F150003 + public const int abc_action_menu_overflow_description = 2132082691; + + // aapt resource value: 0x7F150004 + public const int abc_action_mode_done = 2132082692; + + // aapt resource value: 0x7F150006 + public const int abc_activitychooserview_choose_application = 2132082694; + + // aapt resource value: 0x7F150005 + public const int abc_activity_chooser_view_see_all = 2132082693; + + // aapt resource value: 0x7F150007 + public const int abc_capital_off = 2132082695; + + // aapt resource value: 0x7F150008 + public const int abc_capital_on = 2132082696; + + // aapt resource value: 0x7F150009 + public const int abc_font_family_body_1_material = 2132082697; + + // aapt resource value: 0x7F15000A + public const int abc_font_family_body_2_material = 2132082698; + + // aapt resource value: 0x7F15000B + public const int abc_font_family_button_material = 2132082699; + + // aapt resource value: 0x7F15000C + public const int abc_font_family_caption_material = 2132082700; + + // aapt resource value: 0x7F15000D + public const int abc_font_family_display_1_material = 2132082701; + + // aapt resource value: 0x7F15000E + public const int abc_font_family_display_2_material = 2132082702; + + // aapt resource value: 0x7F15000F + public const int abc_font_family_display_3_material = 2132082703; + + // aapt resource value: 0x7F150010 + public const int abc_font_family_display_4_material = 2132082704; + + // aapt resource value: 0x7F150011 + public const int abc_font_family_headline_material = 2132082705; + + // aapt resource value: 0x7F150012 + public const int abc_font_family_menu_material = 2132082706; + + // aapt resource value: 0x7F150013 + public const int abc_font_family_subhead_material = 2132082707; + + // aapt resource value: 0x7F150014 + public const int abc_font_family_title_material = 2132082708; + + // aapt resource value: 0x7F150016 + public const int abc_searchview_description_clear = 2132082710; + + // aapt resource value: 0x7F150017 + public const int abc_searchview_description_query = 2132082711; + + // aapt resource value: 0x7F150018 + public const int abc_searchview_description_search = 2132082712; + + // aapt resource value: 0x7F150019 + public const int abc_searchview_description_submit = 2132082713; + + // aapt resource value: 0x7F15001A + public const int abc_searchview_description_voice = 2132082714; + + // aapt resource value: 0x7F150015 + public const int abc_search_hint = 2132082709; + + // aapt resource value: 0x7F15001B + public const int abc_shareactionprovider_share_with = 2132082715; + + // aapt resource value: 0x7F15001C + public const int abc_shareactionprovider_share_with_application = 2132082716; + + // aapt resource value: 0x7F15001D + public const int abc_toolbar_collapse_description = 2132082717; + + // aapt resource value: 0x7F15001E + public const int appbar_scrolling_view_behavior = 2132082718; + + // aapt resource value: 0x7F15001F + public const int bottom_sheet_behavior = 2132082719; + + // aapt resource value: 0x7F150020 + public const int character_counter_pattern = 2132082720; + + // aapt resource value: 0x7F15001E + public const int mr_button_content_description = 2132082718; + + // aapt resource value: 0x7F15001F + public const int mr_cast_button_connected = 2132082719; + + // aapt resource value: 0x7F150020 + public const int mr_cast_button_connecting = 2132082720; + + // aapt resource value: 0x7F150021 + public const int mr_cast_button_disconnected = 2132082721; + + // aapt resource value: 0x7F150022 + public const int mr_chooser_searching = 2132082722; + + // aapt resource value: 0x7F150023 + public const int mr_chooser_title = 2132082723; + + // aapt resource value: 0x7F150024 + public const int mr_controller_album_art = 2132082724; + + // aapt resource value: 0x7F150025 + public const int mr_controller_casting_screen = 2132082725; + + // aapt resource value: 0x7F150026 + public const int mr_controller_close_description = 2132082726; + + // aapt resource value: 0x7F150027 + public const int mr_controller_collapse_group = 2132082727; + + // aapt resource value: 0x7F150028 + public const int mr_controller_disconnect = 2132082728; + + // aapt resource value: 0x7F150029 + public const int mr_controller_expand_group = 2132082729; + + // aapt resource value: 0x7F15002A + public const int mr_controller_no_info_available = 2132082730; + + // aapt resource value: 0x7F15002B + public const int mr_controller_no_media_selected = 2132082731; + + // aapt resource value: 0x7F15002C + public const int mr_controller_pause = 2132082732; + + // aapt resource value: 0x7F15002D + public const int mr_controller_play = 2132082733; + + // aapt resource value: 0x7F15002E + public const int mr_controller_stop = 2132082734; + + // aapt resource value: 0x7F15002F + public const int mr_controller_stop_casting = 2132082735; + + // aapt resource value: 0x7F150030 + public const int mr_controller_volume_slider = 2132082736; + + // aapt resource value: 0x7F150031 + public const int mr_system_route_name = 2132082737; + + // aapt resource value: 0x7F150032 + public const int mr_user_route_category_name = 2132082738; + + // aapt resource value: 0x7F150021 + public const int password_toggle_content_description = 2132082721; + + // aapt resource value: 0x7F150022 + public const int path_password_eye = 2132082722; + + // aapt resource value: 0x7F150023 + public const int path_password_eye_mask_strike_through = 2132082723; + + // aapt resource value: 0x7F150024 + public const int path_password_eye_mask_visible = 2132082724; + + // aapt resource value: 0x7F150025 + public const int path_password_strike_through = 2132082725; + + // aapt resource value: 0x7F150026 + public const int search_menu_title = 2132082726; + + // aapt resource value: 0x7F150001 + public const int status_bar_notification_info_overflow = 2132082689; + + static String() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private String() + { + } + } + + public partial class Style + { + + // aapt resource value: 0x7F160001 + public const int AlertDialog_AppCompat = 2132148225; + + // aapt resource value: 0x7F160002 + public const int AlertDialog_AppCompat_Light = 2132148226; + + // aapt resource value: 0x7F160003 + public const int Animation_AppCompat_Dialog = 2132148227; + + // aapt resource value: 0x7F160004 + public const int Animation_AppCompat_DropDownUp = 2132148228; + + // aapt resource value: 0x7F160005 + public const int Animation_AppCompat_Tooltip = 2132148229; + + // aapt resource value: 0x7F160006 + public const int Animation_Design_BottomSheetDialog = 2132148230; + + // aapt resource value: 0x7F060004 + public const int AppCompatDialogStyle = 2131099652; + + // aapt resource value: 0x7F160007 + public const int Base_AlertDialog_AppCompat = 2132148231; + + // aapt resource value: 0x7F160008 + public const int Base_AlertDialog_AppCompat_Light = 2132148232; + + // aapt resource value: 0x7F160009 + public const int Base_Animation_AppCompat_Dialog = 2132148233; + + // aapt resource value: 0x7F16000A + public const int Base_Animation_AppCompat_DropDownUp = 2132148234; + + // aapt resource value: 0x7F16000B + public const int Base_Animation_AppCompat_Tooltip = 2132148235; + + // aapt resource value: 0x7F160001 + public const int Base_CardView = 2132148225; + + // aapt resource value: 0x7F16000C + public const int Base_DialogWindowTitleBackground_AppCompat = 2132148236; + + // aapt resource value: 0x7F16000D + public const int Base_DialogWindowTitle_AppCompat = 2132148237; + + // aapt resource value: 0x7F16000E + public const int Base_TextAppearance_AppCompat = 2132148238; + + // aapt resource value: 0x7F16000F + public const int Base_TextAppearance_AppCompat_Body1 = 2132148239; + + // aapt resource value: 0x7F160010 + public const int Base_TextAppearance_AppCompat_Body2 = 2132148240; + + // aapt resource value: 0x7F160011 + public const int Base_TextAppearance_AppCompat_Button = 2132148241; + + // aapt resource value: 0x7F160012 + public const int Base_TextAppearance_AppCompat_Caption = 2132148242; + + // aapt resource value: 0x7F160013 + public const int Base_TextAppearance_AppCompat_Display1 = 2132148243; + + // aapt resource value: 0x7F160014 + public const int Base_TextAppearance_AppCompat_Display2 = 2132148244; + + // aapt resource value: 0x7F160015 + public const int Base_TextAppearance_AppCompat_Display3 = 2132148245; + + // aapt resource value: 0x7F160016 + public const int Base_TextAppearance_AppCompat_Display4 = 2132148246; + + // aapt resource value: 0x7F160017 + public const int Base_TextAppearance_AppCompat_Headline = 2132148247; + + // aapt resource value: 0x7F160018 + public const int Base_TextAppearance_AppCompat_Inverse = 2132148248; + + // aapt resource value: 0x7F160019 + public const int Base_TextAppearance_AppCompat_Large = 2132148249; + + // aapt resource value: 0x7F16001A + public const int Base_TextAppearance_AppCompat_Large_Inverse = 2132148250; + + // aapt resource value: 0x7F16001B + public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2132148251; + + // aapt resource value: 0x7F16001C + public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2132148252; + + // aapt resource value: 0x7F16001D + public const int Base_TextAppearance_AppCompat_Medium = 2132148253; + + // aapt resource value: 0x7F16001E + public const int Base_TextAppearance_AppCompat_Medium_Inverse = 2132148254; + + // aapt resource value: 0x7F16001F + public const int Base_TextAppearance_AppCompat_Menu = 2132148255; + + // aapt resource value: 0x7F160020 + public const int Base_TextAppearance_AppCompat_SearchResult = 2132148256; + + // aapt resource value: 0x7F160021 + public const int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 2132148257; + + // aapt resource value: 0x7F160022 + public const int Base_TextAppearance_AppCompat_SearchResult_Title = 2132148258; + + // aapt resource value: 0x7F160023 + public const int Base_TextAppearance_AppCompat_Small = 2132148259; + + // aapt resource value: 0x7F160024 + public const int Base_TextAppearance_AppCompat_Small_Inverse = 2132148260; + + // aapt resource value: 0x7F160025 + public const int Base_TextAppearance_AppCompat_Subhead = 2132148261; + + // aapt resource value: 0x7F160026 + public const int Base_TextAppearance_AppCompat_Subhead_Inverse = 2132148262; + + // aapt resource value: 0x7F160027 + public const int Base_TextAppearance_AppCompat_Title = 2132148263; + + // aapt resource value: 0x7F160028 + public const int Base_TextAppearance_AppCompat_Title_Inverse = 2132148264; + + // aapt resource value: 0x7F160029 + public const int Base_TextAppearance_AppCompat_Tooltip = 2132148265; + + // aapt resource value: 0x7F16002A + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 2132148266; + + // aapt resource value: 0x7F16002B + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2132148267; + + // aapt resource value: 0x7F16002C + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2132148268; + + // aapt resource value: 0x7F16002D + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 2132148269; + + // aapt resource value: 0x7F16002E + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2132148270; + + // aapt resource value: 0x7F16002F + public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2132148271; + + // aapt resource value: 0x7F160030 + public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 2132148272; + + // aapt resource value: 0x7F160031 + public const int Base_TextAppearance_AppCompat_Widget_Button = 2132148273; + + // aapt resource value: 0x7F160032 + public const int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2132148274; + + // aapt resource value: 0x7F160033 + public const int Base_TextAppearance_AppCompat_Widget_Button_Colored = 2132148275; + + // aapt resource value: 0x7F160034 + public const int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 2132148276; + + // aapt resource value: 0x7F160035 + public const int Base_TextAppearance_AppCompat_Widget_DropDownItem = 2132148277; + + // aapt resource value: 0x7F160036 + public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 2132148278; + + // aapt resource value: 0x7F160037 + public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 2132148279; + + // aapt resource value: 0x7F160038 + public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 2132148280; + + // aapt resource value: 0x7F160039 + public const int Base_TextAppearance_AppCompat_Widget_Switch = 2132148281; + + // aapt resource value: 0x7F16003A + public const int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2132148282; + + // aapt resource value: 0x7F16003B + public const int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2132148283; + + // aapt resource value: 0x7F16003C + public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2132148284; + + // aapt resource value: 0x7F16003D + public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 2132148285; + + // aapt resource value: 0x7F16003E + public const int Base_ThemeOverlay_AppCompat = 2132148286; + + // aapt resource value: 0x7F16003F + public const int Base_ThemeOverlay_AppCompat_ActionBar = 2132148287; + + // aapt resource value: 0x7F160040 + public const int Base_ThemeOverlay_AppCompat_Dark = 2132148288; + + // aapt resource value: 0x7F160041 + public const int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 2132148289; + + // aapt resource value: 0x7F160042 + public const int Base_ThemeOverlay_AppCompat_Dialog = 2132148290; + + // aapt resource value: 0x7F160043 + public const int Base_ThemeOverlay_AppCompat_Dialog_Alert = 2132148291; + + // aapt resource value: 0x7F160044 + public const int Base_ThemeOverlay_AppCompat_Light = 2132148292; + + // aapt resource value: 0x7F160045 + public const int Base_Theme_AppCompat = 2132148293; + + // aapt resource value: 0x7F160046 + public const int Base_Theme_AppCompat_CompactMenu = 2132148294; + + // aapt resource value: 0x7F160047 + public const int Base_Theme_AppCompat_Dialog = 2132148295; + + // aapt resource value: 0x7F160048 + public const int Base_Theme_AppCompat_DialogWhenLarge = 2132148296; + + // aapt resource value: 0x7F160049 + public const int Base_Theme_AppCompat_Dialog_Alert = 2132148297; + + // aapt resource value: 0x7F16004A + public const int Base_Theme_AppCompat_Dialog_FixedSize = 2132148298; + + // aapt resource value: 0x7F16004B + public const int Base_Theme_AppCompat_Dialog_MinWidth = 2132148299; + + // aapt resource value: 0x7F16004C + public const int Base_Theme_AppCompat_Light = 2132148300; + + // aapt resource value: 0x7F16004D + public const int Base_Theme_AppCompat_Light_DarkActionBar = 2132148301; + + // aapt resource value: 0x7F16004E + public const int Base_Theme_AppCompat_Light_Dialog = 2132148302; + + // aapt resource value: 0x7F16004F + public const int Base_Theme_AppCompat_Light_DialogWhenLarge = 2132148303; + + // aapt resource value: 0x7F160050 + public const int Base_Theme_AppCompat_Light_Dialog_Alert = 2132148304; + + // aapt resource value: 0x7F160051 + public const int Base_Theme_AppCompat_Light_Dialog_FixedSize = 2132148305; + + // aapt resource value: 0x7F160052 + public const int Base_Theme_AppCompat_Light_Dialog_MinWidth = 2132148306; + + // aapt resource value: 0x7F160053 + public const int Base_V11_ThemeOverlay_AppCompat_Dialog = 2132148307; + + // aapt resource value: 0x7F160054 + public const int Base_V11_Theme_AppCompat_Dialog = 2132148308; + + // aapt resource value: 0x7F160055 + public const int Base_V11_Theme_AppCompat_Light_Dialog = 2132148309; + + // aapt resource value: 0x7F160056 + public const int Base_V12_Widget_AppCompat_AutoCompleteTextView = 2132148310; + + // aapt resource value: 0x7F160057 + public const int Base_V12_Widget_AppCompat_EditText = 2132148311; + + // aapt resource value: 0x7F160058 + public const int Base_V14_Widget_Design_AppBarLayout = 2132148312; + + // aapt resource value: 0x7F160059 + public const int Base_V21_ThemeOverlay_AppCompat_Dialog = 2132148313; + + // aapt resource value: 0x7F16005A + public const int Base_V21_Theme_AppCompat = 2132148314; + + // aapt resource value: 0x7F16005B + public const int Base_V21_Theme_AppCompat_Dialog = 2132148315; + + // aapt resource value: 0x7F16005C + public const int Base_V21_Theme_AppCompat_Light = 2132148316; + + // aapt resource value: 0x7F16005D + public const int Base_V21_Theme_AppCompat_Light_Dialog = 2132148317; + + // aapt resource value: 0x7F16005E + public const int Base_V21_Widget_Design_AppBarLayout = 2132148318; + + // aapt resource value: 0x7F16005F + public const int Base_V22_Theme_AppCompat = 2132148319; + + // aapt resource value: 0x7F160060 + public const int Base_V22_Theme_AppCompat_Light = 2132148320; + + // aapt resource value: 0x7F160061 + public const int Base_V23_Theme_AppCompat = 2132148321; + + // aapt resource value: 0x7F160062 + public const int Base_V23_Theme_AppCompat_Light = 2132148322; + + // aapt resource value: 0x7F160063 + public const int Base_V26_Theme_AppCompat = 2132148323; + + // aapt resource value: 0x7F160064 + public const int Base_V26_Theme_AppCompat_Light = 2132148324; + + // aapt resource value: 0x7F160065 + public const int Base_V26_Widget_AppCompat_Toolbar = 2132148325; + + // aapt resource value: 0x7F160066 + public const int Base_V26_Widget_Design_AppBarLayout = 2132148326; + + // aapt resource value: 0x7F160067 + public const int Base_V7_ThemeOverlay_AppCompat_Dialog = 2132148327; + + // aapt resource value: 0x7F160068 + public const int Base_V7_Theme_AppCompat = 2132148328; + + // aapt resource value: 0x7F160069 + public const int Base_V7_Theme_AppCompat_Dialog = 2132148329; + + // aapt resource value: 0x7F16006A + public const int Base_V7_Theme_AppCompat_Light = 2132148330; + + // aapt resource value: 0x7F16006B + public const int Base_V7_Theme_AppCompat_Light_Dialog = 2132148331; + + // aapt resource value: 0x7F16006C + public const int Base_V7_Widget_AppCompat_AutoCompleteTextView = 2132148332; + + // aapt resource value: 0x7F16006D + public const int Base_V7_Widget_AppCompat_EditText = 2132148333; + + // aapt resource value: 0x7F16006E + public const int Base_V7_Widget_AppCompat_Toolbar = 2132148334; + + // aapt resource value: 0x7F16006F + public const int Base_Widget_AppCompat_ActionBar = 2132148335; + + // aapt resource value: 0x7F160070 + public const int Base_Widget_AppCompat_ActionBar_Solid = 2132148336; + + // aapt resource value: 0x7F160071 + public const int Base_Widget_AppCompat_ActionBar_TabBar = 2132148337; + + // aapt resource value: 0x7F160072 + public const int Base_Widget_AppCompat_ActionBar_TabText = 2132148338; + + // aapt resource value: 0x7F160073 + public const int Base_Widget_AppCompat_ActionBar_TabView = 2132148339; + + // aapt resource value: 0x7F160074 + public const int Base_Widget_AppCompat_ActionButton = 2132148340; + + // aapt resource value: 0x7F160075 + public const int Base_Widget_AppCompat_ActionButton_CloseMode = 2132148341; + + // aapt resource value: 0x7F160076 + public const int Base_Widget_AppCompat_ActionButton_Overflow = 2132148342; + + // aapt resource value: 0x7F160077 + public const int Base_Widget_AppCompat_ActionMode = 2132148343; + + // aapt resource value: 0x7F160078 + public const int Base_Widget_AppCompat_ActivityChooserView = 2132148344; + + // aapt resource value: 0x7F160079 + public const int Base_Widget_AppCompat_AutoCompleteTextView = 2132148345; + + // aapt resource value: 0x7F16007A + public const int Base_Widget_AppCompat_Button = 2132148346; + + // aapt resource value: 0x7F16007B + public const int Base_Widget_AppCompat_ButtonBar = 2132148347; + + // aapt resource value: 0x7F16007C + public const int Base_Widget_AppCompat_ButtonBar_AlertDialog = 2132148348; + + // aapt resource value: 0x7F16007D + public const int Base_Widget_AppCompat_Button_Borderless = 2132148349; + + // aapt resource value: 0x7F16007E + public const int Base_Widget_AppCompat_Button_Borderless_Colored = 2132148350; + + // aapt resource value: 0x7F16007F + public const int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 2132148351; + + // aapt resource value: 0x7F160080 + public const int Base_Widget_AppCompat_Button_Colored = 2132148352; + + // aapt resource value: 0x7F160081 + public const int Base_Widget_AppCompat_Button_Small = 2132148353; + + // aapt resource value: 0x7F160082 + public const int Base_Widget_AppCompat_CompoundButton_CheckBox = 2132148354; + + // aapt resource value: 0x7F160083 + public const int Base_Widget_AppCompat_CompoundButton_RadioButton = 2132148355; + + // aapt resource value: 0x7F160084 + public const int Base_Widget_AppCompat_CompoundButton_Switch = 2132148356; + + // aapt resource value: 0x7F160085 + public const int Base_Widget_AppCompat_DrawerArrowToggle = 2132148357; + + // aapt resource value: 0x7F160086 + public const int Base_Widget_AppCompat_DrawerArrowToggle_Common = 2132148358; + + // aapt resource value: 0x7F160087 + public const int Base_Widget_AppCompat_DropDownItem_Spinner = 2132148359; + + // aapt resource value: 0x7F160088 + public const int Base_Widget_AppCompat_EditText = 2132148360; + + // aapt resource value: 0x7F160089 + public const int Base_Widget_AppCompat_ImageButton = 2132148361; + + // aapt resource value: 0x7F16008A + public const int Base_Widget_AppCompat_Light_ActionBar = 2132148362; + + // aapt resource value: 0x7F16008B + public const int Base_Widget_AppCompat_Light_ActionBar_Solid = 2132148363; + + // aapt resource value: 0x7F16008C + public const int Base_Widget_AppCompat_Light_ActionBar_TabBar = 2132148364; + + // aapt resource value: 0x7F16008D + public const int Base_Widget_AppCompat_Light_ActionBar_TabText = 2132148365; + + // aapt resource value: 0x7F16008E + public const int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2132148366; + + // aapt resource value: 0x7F16008F + public const int Base_Widget_AppCompat_Light_ActionBar_TabView = 2132148367; + + // aapt resource value: 0x7F160090 + public const int Base_Widget_AppCompat_Light_PopupMenu = 2132148368; + + // aapt resource value: 0x7F160091 + public const int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 2132148369; + + // aapt resource value: 0x7F160092 + public const int Base_Widget_AppCompat_ListMenuView = 2132148370; + + // aapt resource value: 0x7F160093 + public const int Base_Widget_AppCompat_ListPopupWindow = 2132148371; + + // aapt resource value: 0x7F160094 + public const int Base_Widget_AppCompat_ListView = 2132148372; + + // aapt resource value: 0x7F160095 + public const int Base_Widget_AppCompat_ListView_DropDown = 2132148373; + + // aapt resource value: 0x7F160096 + public const int Base_Widget_AppCompat_ListView_Menu = 2132148374; + + // aapt resource value: 0x7F160097 + public const int Base_Widget_AppCompat_PopupMenu = 2132148375; + + // aapt resource value: 0x7F160098 + public const int Base_Widget_AppCompat_PopupMenu_Overflow = 2132148376; + + // aapt resource value: 0x7F160099 + public const int Base_Widget_AppCompat_PopupWindow = 2132148377; + + // aapt resource value: 0x7F16009A + public const int Base_Widget_AppCompat_ProgressBar = 2132148378; + + // aapt resource value: 0x7F16009B + public const int Base_Widget_AppCompat_ProgressBar_Horizontal = 2132148379; + + // aapt resource value: 0x7F16009C + public const int Base_Widget_AppCompat_RatingBar = 2132148380; + + // aapt resource value: 0x7F16009D + public const int Base_Widget_AppCompat_RatingBar_Indicator = 2132148381; + + // aapt resource value: 0x7F16009E + public const int Base_Widget_AppCompat_RatingBar_Small = 2132148382; + + // aapt resource value: 0x7F16009F + public const int Base_Widget_AppCompat_SearchView = 2132148383; + + // aapt resource value: 0x7F1600A0 + public const int Base_Widget_AppCompat_SearchView_ActionBar = 2132148384; + + // aapt resource value: 0x7F1600A1 + public const int Base_Widget_AppCompat_SeekBar = 2132148385; + + // aapt resource value: 0x7F1600A2 + public const int Base_Widget_AppCompat_SeekBar_Discrete = 2132148386; + + // aapt resource value: 0x7F1600A3 + public const int Base_Widget_AppCompat_Spinner = 2132148387; + + // aapt resource value: 0x7F1600A4 + public const int Base_Widget_AppCompat_Spinner_Underlined = 2132148388; + + // aapt resource value: 0x7F1600A5 + public const int Base_Widget_AppCompat_TextView_SpinnerItem = 2132148389; + + // aapt resource value: 0x7F1600A6 + public const int Base_Widget_AppCompat_Toolbar = 2132148390; + + // aapt resource value: 0x7F1600A7 + public const int Base_Widget_AppCompat_Toolbar_Button_Navigation = 2132148391; + + // aapt resource value: 0x7F1600A8 + public const int Base_Widget_Design_AppBarLayout = 2132148392; + + // aapt resource value: 0x7F1600A9 + public const int Base_Widget_Design_TabLayout = 2132148393; + + // aapt resource value: 0x7F160002 + public const int CardView = 2132148226; + + // aapt resource value: 0x7F160003 + public const int CardView_Dark = 2132148227; + + // aapt resource value: 0x7F160004 + public const int CardView_Light = 2132148228; + + // aapt resource value: 0x7F060002 + public const int MainTheme = 2131099650; + + // aapt resource value: 0x7F060003 + public const int MainTheme_Base = 2131099651; + + // aapt resource value: 0x7F1600AA + public const int Platform_AppCompat = 2132148394; + + // aapt resource value: 0x7F1600AB + public const int Platform_AppCompat_Light = 2132148395; + + // aapt resource value: 0x7F1600AC + public const int Platform_ThemeOverlay_AppCompat = 2132148396; + + // aapt resource value: 0x7F1600AD + public const int Platform_ThemeOverlay_AppCompat_Dark = 2132148397; + + // aapt resource value: 0x7F1600AE + public const int Platform_ThemeOverlay_AppCompat_Light = 2132148398; + + // aapt resource value: 0x7F1600AF + public const int Platform_V11_AppCompat = 2132148399; + + // aapt resource value: 0x7F1600B0 + public const int Platform_V11_AppCompat_Light = 2132148400; + + // aapt resource value: 0x7F1600B1 + public const int Platform_V14_AppCompat = 2132148401; + + // aapt resource value: 0x7F1600B2 + public const int Platform_V14_AppCompat_Light = 2132148402; + + // aapt resource value: 0x7F1600B3 + public const int Platform_V21_AppCompat = 2132148403; + + // aapt resource value: 0x7F1600B4 + public const int Platform_V21_AppCompat_Light = 2132148404; + + // aapt resource value: 0x7F1600B5 + public const int Platform_V25_AppCompat = 2132148405; + + // aapt resource value: 0x7F1600B6 + public const int Platform_V25_AppCompat_Light = 2132148406; + + // aapt resource value: 0x7F1600B7 + public const int Platform_Widget_AppCompat_Spinner = 2132148407; + + // aapt resource value: 0x7F1600B8 + public const int RtlOverlay_DialogWindowTitle_AppCompat = 2132148408; + + // aapt resource value: 0x7F1600B9 + public const int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 2132148409; + + // aapt resource value: 0x7F1600BA + public const int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 2132148410; + + // aapt resource value: 0x7F1600BB + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem = 2132148411; + + // aapt resource value: 0x7F1600BC + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 2132148412; + + // aapt resource value: 0x7F1600BD + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 2132148413; + + // aapt resource value: 0x7F1600BE + public const int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 2132148414; + + // aapt resource value: 0x7F1600BF + public const int RtlOverlay_Widget_AppCompat_Search_DropDown = 2132148415; + + // aapt resource value: 0x7F1600C0 + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 2132148416; + + // aapt resource value: 0x7F1600C1 + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 2132148417; + + // aapt resource value: 0x7F1600C2 + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 2132148418; + + // aapt resource value: 0x7F1600C3 + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 2132148419; + + // aapt resource value: 0x7F1600C4 + public const int RtlUnderlay_Widget_AppCompat_ActionButton = 2132148420; + + // aapt resource value: 0x7F1600C5 + public const int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 2132148421; + + // aapt resource value: 0x7F1600C6 + public const int TextAppearance_AppCompat = 2132148422; + + // aapt resource value: 0x7F1600C7 + public const int TextAppearance_AppCompat_Body1 = 2132148423; + + // aapt resource value: 0x7F1600C8 + public const int TextAppearance_AppCompat_Body2 = 2132148424; + + // aapt resource value: 0x7F1600C9 + public const int TextAppearance_AppCompat_Button = 2132148425; + + // aapt resource value: 0x7F1600CA + public const int TextAppearance_AppCompat_Caption = 2132148426; + + // aapt resource value: 0x7F1600CB + public const int TextAppearance_AppCompat_Display1 = 2132148427; + + // aapt resource value: 0x7F1600CC + public const int TextAppearance_AppCompat_Display2 = 2132148428; + + // aapt resource value: 0x7F1600CD + public const int TextAppearance_AppCompat_Display3 = 2132148429; + + // aapt resource value: 0x7F1600CE + public const int TextAppearance_AppCompat_Display4 = 2132148430; + + // aapt resource value: 0x7F1600CF + public const int TextAppearance_AppCompat_Headline = 2132148431; + + // aapt resource value: 0x7F1600D0 + public const int TextAppearance_AppCompat_Inverse = 2132148432; + + // aapt resource value: 0x7F1600D1 + public const int TextAppearance_AppCompat_Large = 2132148433; + + // aapt resource value: 0x7F1600D2 + public const int TextAppearance_AppCompat_Large_Inverse = 2132148434; + + // aapt resource value: 0x7F1600D3 + public const int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 2132148435; + + // aapt resource value: 0x7F1600D4 + public const int TextAppearance_AppCompat_Light_SearchResult_Title = 2132148436; + + // aapt resource value: 0x7F1600D5 + public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2132148437; + + // aapt resource value: 0x7F1600D6 + public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2132148438; + + // aapt resource value: 0x7F1600D7 + public const int TextAppearance_AppCompat_Medium = 2132148439; + + // aapt resource value: 0x7F1600D8 + public const int TextAppearance_AppCompat_Medium_Inverse = 2132148440; + + // aapt resource value: 0x7F1600D9 + public const int TextAppearance_AppCompat_Menu = 2132148441; + + // aapt resource value: 0x7F1600DA + public const int TextAppearance_AppCompat_SearchResult_Subtitle = 2132148442; + + // aapt resource value: 0x7F1600DB + public const int TextAppearance_AppCompat_SearchResult_Title = 2132148443; + + // aapt resource value: 0x7F1600DC + public const int TextAppearance_AppCompat_Small = 2132148444; + + // aapt resource value: 0x7F1600DD + public const int TextAppearance_AppCompat_Small_Inverse = 2132148445; + + // aapt resource value: 0x7F1600DE + public const int TextAppearance_AppCompat_Subhead = 2132148446; + + // aapt resource value: 0x7F1600DF + public const int TextAppearance_AppCompat_Subhead_Inverse = 2132148447; + + // aapt resource value: 0x7F1600E0 + public const int TextAppearance_AppCompat_Title = 2132148448; + + // aapt resource value: 0x7F1600E1 + public const int TextAppearance_AppCompat_Title_Inverse = 2132148449; + + // aapt resource value: 0x7F1600E2 + public const int TextAppearance_AppCompat_Tooltip = 2132148450; + + // aapt resource value: 0x7F1600E3 + public const int TextAppearance_AppCompat_Widget_ActionBar_Menu = 2132148451; + + // aapt resource value: 0x7F1600E4 + public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2132148452; + + // aapt resource value: 0x7F1600E5 + public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2132148453; + + // aapt resource value: 0x7F1600E6 + public const int TextAppearance_AppCompat_Widget_ActionBar_Title = 2132148454; + + // aapt resource value: 0x7F1600E7 + public const int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2132148455; + + // aapt resource value: 0x7F1600E8 + public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2132148456; + + // aapt resource value: 0x7F1600E9 + public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 2132148457; + + // aapt resource value: 0x7F1600EA + public const int TextAppearance_AppCompat_Widget_ActionMode_Title = 2132148458; + + // aapt resource value: 0x7F1600EB + public const int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 2132148459; + + // aapt resource value: 0x7F1600EC + public const int TextAppearance_AppCompat_Widget_Button = 2132148460; + + // aapt resource value: 0x7F1600ED + public const int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2132148461; + + // aapt resource value: 0x7F1600EE + public const int TextAppearance_AppCompat_Widget_Button_Colored = 2132148462; + + // aapt resource value: 0x7F1600EF + public const int TextAppearance_AppCompat_Widget_Button_Inverse = 2132148463; + + // aapt resource value: 0x7F1600F0 + public const int TextAppearance_AppCompat_Widget_DropDownItem = 2132148464; + + // aapt resource value: 0x7F1600F1 + public const int TextAppearance_AppCompat_Widget_PopupMenu_Header = 2132148465; + + // aapt resource value: 0x7F1600F2 + public const int TextAppearance_AppCompat_Widget_PopupMenu_Large = 2132148466; + + // aapt resource value: 0x7F1600F3 + public const int TextAppearance_AppCompat_Widget_PopupMenu_Small = 2132148467; + + // aapt resource value: 0x7F1600F4 + public const int TextAppearance_AppCompat_Widget_Switch = 2132148468; + + // aapt resource value: 0x7F1600F5 + public const int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2132148469; + + // aapt resource value: 0x7F160001 + public const int TextAppearance_Compat_Notification = 2132148225; + + // aapt resource value: 0x7F160002 + public const int TextAppearance_Compat_Notification_Info = 2132148226; + + // aapt resource value: 0x7F1600F8 + public const int TextAppearance_Compat_Notification_Info_Media = 2132148472; + + // aapt resource value: 0x7F160003 + public const int TextAppearance_Compat_Notification_Line2 = 2132148227; + + // aapt resource value: 0x7F1600FA + public const int TextAppearance_Compat_Notification_Line2_Media = 2132148474; + + // aapt resource value: 0x7F1600FB + public const int TextAppearance_Compat_Notification_Media = 2132148475; + + // aapt resource value: 0x7F160004 + public const int TextAppearance_Compat_Notification_Time = 2132148228; + + // aapt resource value: 0x7F1600FD + public const int TextAppearance_Compat_Notification_Time_Media = 2132148477; + + // aapt resource value: 0x7F160005 + public const int TextAppearance_Compat_Notification_Title = 2132148229; + + // aapt resource value: 0x7F1600FF + public const int TextAppearance_Compat_Notification_Title_Media = 2132148479; + + // aapt resource value: 0x7F160100 + public const int TextAppearance_Design_CollapsingToolbar_Expanded = 2132148480; + + // aapt resource value: 0x7F160101 + public const int TextAppearance_Design_Counter = 2132148481; + + // aapt resource value: 0x7F160102 + public const int TextAppearance_Design_Counter_Overflow = 2132148482; + + // aapt resource value: 0x7F160103 + public const int TextAppearance_Design_Error = 2132148483; + + // aapt resource value: 0x7F160104 + public const int TextAppearance_Design_Hint = 2132148484; + + // aapt resource value: 0x7F160105 + public const int TextAppearance_Design_Snackbar_Message = 2132148485; + + // aapt resource value: 0x7F160106 + public const int TextAppearance_Design_Tab = 2132148486; + + // aapt resource value: 0x7F1600FA + public const int TextAppearance_MediaRouter_PrimaryText = 2132148474; + + // aapt resource value: 0x7F1600FB + public const int TextAppearance_MediaRouter_SecondaryText = 2132148475; + + // aapt resource value: 0x7F1600FC + public const int TextAppearance_MediaRouter_Title = 2132148476; + + // aapt resource value: 0x7F160107 + public const int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2132148487; + + // aapt resource value: 0x7F160108 + public const int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2132148488; + + // aapt resource value: 0x7F160109 + public const int TextAppearance_Widget_AppCompat_Toolbar_Title = 2132148489; + + // aapt resource value: 0x7F16010A + public const int ThemeOverlay_AppCompat = 2132148490; + + // aapt resource value: 0x7F16010B + public const int ThemeOverlay_AppCompat_ActionBar = 2132148491; + + // aapt resource value: 0x7F16010C + public const int ThemeOverlay_AppCompat_Dark = 2132148492; + + // aapt resource value: 0x7F16010D + public const int ThemeOverlay_AppCompat_Dark_ActionBar = 2132148493; + + // aapt resource value: 0x7F16010E + public const int ThemeOverlay_AppCompat_Dialog = 2132148494; + + // aapt resource value: 0x7F16010F + public const int ThemeOverlay_AppCompat_Dialog_Alert = 2132148495; + + // aapt resource value: 0x7F160110 + public const int ThemeOverlay_AppCompat_Light = 2132148496; + + // aapt resource value: 0x7F160107 + public const int ThemeOverlay_MediaRouter_Dark = 2132148487; + + // aapt resource value: 0x7F160108 + public const int ThemeOverlay_MediaRouter_Light = 2132148488; + + // aapt resource value: 0x7F160111 + public const int Theme_AppCompat = 2132148497; + + // aapt resource value: 0x7F160112 + public const int Theme_AppCompat_CompactMenu = 2132148498; + + // aapt resource value: 0x7F160113 + public const int Theme_AppCompat_DayNight = 2132148499; + + // aapt resource value: 0x7F160114 + public const int Theme_AppCompat_DayNight_DarkActionBar = 2132148500; + + // aapt resource value: 0x7F160115 + public const int Theme_AppCompat_DayNight_Dialog = 2132148501; + + // aapt resource value: 0x7F160116 + public const int Theme_AppCompat_DayNight_DialogWhenLarge = 2132148502; + + // aapt resource value: 0x7F160117 + public const int Theme_AppCompat_DayNight_Dialog_Alert = 2132148503; + + // aapt resource value: 0x7F160118 + public const int Theme_AppCompat_DayNight_Dialog_MinWidth = 2132148504; + + // aapt resource value: 0x7F160119 + public const int Theme_AppCompat_DayNight_NoActionBar = 2132148505; + + // aapt resource value: 0x7F16011A + public const int Theme_AppCompat_Dialog = 2132148506; + + // aapt resource value: 0x7F16011B + public const int Theme_AppCompat_DialogWhenLarge = 2132148507; + + // aapt resource value: 0x7F16011C + public const int Theme_AppCompat_Dialog_Alert = 2132148508; + + // aapt resource value: 0x7F16011D + public const int Theme_AppCompat_Dialog_MinWidth = 2132148509; + + // aapt resource value: 0x7F16011E + public const int Theme_AppCompat_Light = 2132148510; + + // aapt resource value: 0x7F16011F + public const int Theme_AppCompat_Light_DarkActionBar = 2132148511; + + // aapt resource value: 0x7F160120 + public const int Theme_AppCompat_Light_Dialog = 2132148512; + + // aapt resource value: 0x7F160121 + public const int Theme_AppCompat_Light_DialogWhenLarge = 2132148513; + + // aapt resource value: 0x7F160122 + public const int Theme_AppCompat_Light_Dialog_Alert = 2132148514; + + // aapt resource value: 0x7F160123 + public const int Theme_AppCompat_Light_Dialog_MinWidth = 2132148515; + + // aapt resource value: 0x7F160124 + public const int Theme_AppCompat_Light_NoActionBar = 2132148516; + + // aapt resource value: 0x7F160125 + public const int Theme_AppCompat_NoActionBar = 2132148517; + + // aapt resource value: 0x7F160126 + public const int Theme_Design = 2132148518; + + // aapt resource value: 0x7F160127 + public const int Theme_Design_BottomSheetDialog = 2132148519; + + // aapt resource value: 0x7F160128 + public const int Theme_Design_Light = 2132148520; + + // aapt resource value: 0x7F160129 + public const int Theme_Design_Light_BottomSheetDialog = 2132148521; + + // aapt resource value: 0x7F16012A + public const int Theme_Design_Light_NoActionBar = 2132148522; + + // aapt resource value: 0x7F16012B + public const int Theme_Design_NoActionBar = 2132148523; + + // aapt resource value: 0x7F16011E + public const int Theme_MediaRouter = 2132148510; + + // aapt resource value: 0x7F16011F + public const int Theme_MediaRouter_Light = 2132148511; + + // aapt resource value: 0x7F160120 + public const int Theme_MediaRouter_LightControlPanel = 2132148512; + + // aapt resource value: 0x7F160121 + public const int Theme_MediaRouter_Light_DarkControlPanel = 2132148513; + + // aapt resource value: 0x7F16012C + public const int Widget_AppCompat_ActionBar = 2132148524; + + // aapt resource value: 0x7F16012D + public const int Widget_AppCompat_ActionBar_Solid = 2132148525; + + // aapt resource value: 0x7F16012E + public const int Widget_AppCompat_ActionBar_TabBar = 2132148526; + + // aapt resource value: 0x7F16012F + public const int Widget_AppCompat_ActionBar_TabText = 2132148527; + + // aapt resource value: 0x7F160130 + public const int Widget_AppCompat_ActionBar_TabView = 2132148528; + + // aapt resource value: 0x7F160131 + public const int Widget_AppCompat_ActionButton = 2132148529; + + // aapt resource value: 0x7F160132 + public const int Widget_AppCompat_ActionButton_CloseMode = 2132148530; + + // aapt resource value: 0x7F160133 + public const int Widget_AppCompat_ActionButton_Overflow = 2132148531; + + // aapt resource value: 0x7F160134 + public const int Widget_AppCompat_ActionMode = 2132148532; + + // aapt resource value: 0x7F160135 + public const int Widget_AppCompat_ActivityChooserView = 2132148533; + + // aapt resource value: 0x7F160136 + public const int Widget_AppCompat_AutoCompleteTextView = 2132148534; + + // aapt resource value: 0x7F160137 + public const int Widget_AppCompat_Button = 2132148535; + + // aapt resource value: 0x7F160138 + public const int Widget_AppCompat_ButtonBar = 2132148536; + + // aapt resource value: 0x7F160139 + public const int Widget_AppCompat_ButtonBar_AlertDialog = 2132148537; + + // aapt resource value: 0x7F16013A + public const int Widget_AppCompat_Button_Borderless = 2132148538; + + // aapt resource value: 0x7F16013B + public const int Widget_AppCompat_Button_Borderless_Colored = 2132148539; + + // aapt resource value: 0x7F16013C + public const int Widget_AppCompat_Button_ButtonBar_AlertDialog = 2132148540; + + // aapt resource value: 0x7F16013D + public const int Widget_AppCompat_Button_Colored = 2132148541; + + // aapt resource value: 0x7F16013E + public const int Widget_AppCompat_Button_Small = 2132148542; + + // aapt resource value: 0x7F16013F + public const int Widget_AppCompat_CompoundButton_CheckBox = 2132148543; + + // aapt resource value: 0x7F160140 + public const int Widget_AppCompat_CompoundButton_RadioButton = 2132148544; + + // aapt resource value: 0x7F160141 + public const int Widget_AppCompat_CompoundButton_Switch = 2132148545; + + // aapt resource value: 0x7F160142 + public const int Widget_AppCompat_DrawerArrowToggle = 2132148546; + + // aapt resource value: 0x7F160143 + public const int Widget_AppCompat_DropDownItem_Spinner = 2132148547; + + // aapt resource value: 0x7F160144 + public const int Widget_AppCompat_EditText = 2132148548; + + // aapt resource value: 0x7F160145 + public const int Widget_AppCompat_ImageButton = 2132148549; + + // aapt resource value: 0x7F160146 + public const int Widget_AppCompat_Light_ActionBar = 2132148550; + + // aapt resource value: 0x7F160147 + public const int Widget_AppCompat_Light_ActionBar_Solid = 2132148551; + + // aapt resource value: 0x7F160148 + public const int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 2132148552; + + // aapt resource value: 0x7F160149 + public const int Widget_AppCompat_Light_ActionBar_TabBar = 2132148553; + + // aapt resource value: 0x7F16014A + public const int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 2132148554; + + // aapt resource value: 0x7F16014B + public const int Widget_AppCompat_Light_ActionBar_TabText = 2132148555; + + // aapt resource value: 0x7F16014C + public const int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2132148556; + + // aapt resource value: 0x7F16014D + public const int Widget_AppCompat_Light_ActionBar_TabView = 2132148557; + + // aapt resource value: 0x7F16014E + public const int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 2132148558; + + // aapt resource value: 0x7F16014F + public const int Widget_AppCompat_Light_ActionButton = 2132148559; + + // aapt resource value: 0x7F160150 + public const int Widget_AppCompat_Light_ActionButton_CloseMode = 2132148560; + + // aapt resource value: 0x7F160151 + public const int Widget_AppCompat_Light_ActionButton_Overflow = 2132148561; + + // aapt resource value: 0x7F160152 + public const int Widget_AppCompat_Light_ActionMode_Inverse = 2132148562; + + // aapt resource value: 0x7F160153 + public const int Widget_AppCompat_Light_ActivityChooserView = 2132148563; + + // aapt resource value: 0x7F160154 + public const int Widget_AppCompat_Light_AutoCompleteTextView = 2132148564; + + // aapt resource value: 0x7F160155 + public const int Widget_AppCompat_Light_DropDownItem_Spinner = 2132148565; + + // aapt resource value: 0x7F160156 + public const int Widget_AppCompat_Light_ListPopupWindow = 2132148566; + + // aapt resource value: 0x7F160157 + public const int Widget_AppCompat_Light_ListView_DropDown = 2132148567; + + // aapt resource value: 0x7F160158 + public const int Widget_AppCompat_Light_PopupMenu = 2132148568; + + // aapt resource value: 0x7F160159 + public const int Widget_AppCompat_Light_PopupMenu_Overflow = 2132148569; + + // aapt resource value: 0x7F16015A + public const int Widget_AppCompat_Light_SearchView = 2132148570; + + // aapt resource value: 0x7F16015B + public const int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 2132148571; + + // aapt resource value: 0x7F16015C + public const int Widget_AppCompat_ListMenuView = 2132148572; + + // aapt resource value: 0x7F16015D + public const int Widget_AppCompat_ListPopupWindow = 2132148573; + + // aapt resource value: 0x7F16015E + public const int Widget_AppCompat_ListView = 2132148574; + + // aapt resource value: 0x7F16015F + public const int Widget_AppCompat_ListView_DropDown = 2132148575; + + // aapt resource value: 0x7F160160 + public const int Widget_AppCompat_ListView_Menu = 2132148576; + + // aapt resource value: 0x7F160161 + public const int Widget_AppCompat_PopupMenu = 2132148577; + + // aapt resource value: 0x7F160162 + public const int Widget_AppCompat_PopupMenu_Overflow = 2132148578; + + // aapt resource value: 0x7F160163 + public const int Widget_AppCompat_PopupWindow = 2132148579; + + // aapt resource value: 0x7F160164 + public const int Widget_AppCompat_ProgressBar = 2132148580; + + // aapt resource value: 0x7F160165 + public const int Widget_AppCompat_ProgressBar_Horizontal = 2132148581; + + // aapt resource value: 0x7F160166 + public const int Widget_AppCompat_RatingBar = 2132148582; + + // aapt resource value: 0x7F160167 + public const int Widget_AppCompat_RatingBar_Indicator = 2132148583; + + // aapt resource value: 0x7F160168 + public const int Widget_AppCompat_RatingBar_Small = 2132148584; + + // aapt resource value: 0x7F160169 + public const int Widget_AppCompat_SearchView = 2132148585; + + // aapt resource value: 0x7F16016A + public const int Widget_AppCompat_SearchView_ActionBar = 2132148586; + + // aapt resource value: 0x7F16016B + public const int Widget_AppCompat_SeekBar = 2132148587; + + // aapt resource value: 0x7F16016C + public const int Widget_AppCompat_SeekBar_Discrete = 2132148588; + + // aapt resource value: 0x7F16016D + public const int Widget_AppCompat_Spinner = 2132148589; + + // aapt resource value: 0x7F16016E + public const int Widget_AppCompat_Spinner_DropDown = 2132148590; + + // aapt resource value: 0x7F16016F + public const int Widget_AppCompat_Spinner_DropDown_ActionBar = 2132148591; + + // aapt resource value: 0x7F160170 + public const int Widget_AppCompat_Spinner_Underlined = 2132148592; + + // aapt resource value: 0x7F160171 + public const int Widget_AppCompat_TextView_SpinnerItem = 2132148593; + + // aapt resource value: 0x7F160172 + public const int Widget_AppCompat_Toolbar = 2132148594; + + // aapt resource value: 0x7F160173 + public const int Widget_AppCompat_Toolbar_Button_Navigation = 2132148595; + + // aapt resource value: 0x7F160006 + public const int Widget_Compat_NotificationActionContainer = 2132148230; + + // aapt resource value: 0x7F160007 + public const int Widget_Compat_NotificationActionText = 2132148231; + + // aapt resource value: 0x7F160176 + public const int Widget_Design_AppBarLayout = 2132148598; + + // aapt resource value: 0x7F160177 + public const int Widget_Design_BottomNavigationView = 2132148599; + + // aapt resource value: 0x7F160178 + public const int Widget_Design_BottomSheet_Modal = 2132148600; + + // aapt resource value: 0x7F160179 + public const int Widget_Design_CollapsingToolbar = 2132148601; + + // aapt resource value: 0x7F16017A + public const int Widget_Design_CoordinatorLayout = 2132148602; + + // aapt resource value: 0x7F16017B + public const int Widget_Design_FloatingActionButton = 2132148603; + + // aapt resource value: 0x7F16017C + public const int Widget_Design_NavigationView = 2132148604; + + // aapt resource value: 0x7F16017D + public const int Widget_Design_ScrimInsetsFrameLayout = 2132148605; + + // aapt resource value: 0x7F16017E + public const int Widget_Design_Snackbar = 2132148606; + + // aapt resource value: 0x7F16017F + public const int Widget_Design_TabLayout = 2132148607; + + // aapt resource value: 0x7F160180 + public const int Widget_Design_TextInputLayout = 2132148608; + + // aapt resource value: 0x7F16016C + public const int Widget_MediaRouter_Light_MediaRouteButton = 2132148588; + + // aapt resource value: 0x7F16016D + public const int Widget_MediaRouter_MediaRouteButton = 2132148589; + + static Style() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Style() + { + } + } + + public partial class Styleable + { + + public static int[] ActionBar = new int[] { + 2130968626, + 2130968627, + 2130968628, + 2130968673, + 2130968674, + 2130968675, + 2130968676, + 2130968677, + 2130968678, + 2130968685, + 2130968689, + 2130968690, + 2130968701, + 2130968733, + 2130968734, + 2130968738, + 2130968739, + 2130968740, + 2130968745, + 2130968751, + 2130968778, + 2130968787, + 2130968803, + 2130968807, + 2130968808, + 2130968844, + 2130968847, + 2130968891, + 2130968901}; + + public static int[] ActionBarLayout = new int[] { + 16842931}; + + // aapt resource value: 0x7F070047 + public const int ActionBarLayout_android_layout_gravity = 2131165255; + + // aapt resource value: 0x7F070017 + public const int ActionBar_background = 2131165207; + + // aapt resource value: 0x1 + public const int ActionBar_backgroundSplit = 1; + + // aapt resource value: 0x2 + public const int ActionBar_backgroundStacked = 2; + + // aapt resource value: 0x3 + public const int ActionBar_contentInsetEnd = 3; + + // aapt resource value: 0x4 + public const int ActionBar_contentInsetEndWithActions = 4; + + // aapt resource value: 0x5 + public const int ActionBar_contentInsetLeft = 5; + + // aapt resource value: 0x6 + public const int ActionBar_contentInsetRight = 6; + + // aapt resource value: 0x7 + public const int ActionBar_contentInsetStart = 7; + + // aapt resource value: 0x8 + public const int ActionBar_contentInsetStartWithNavigation = 8; + + // aapt resource value: 0x9 + public const int ActionBar_customNavigationLayout = 9; + + // aapt resource value: 0x10 + public const int ActionBar_displayOptions = 16; + + // aapt resource value: 0x11 + public const int ActionBar_divider = 17; + + // aapt resource value: 0x12 + public const int ActionBar_elevation = 18; + + // aapt resource value: 0x13 + public const int ActionBar_height = 19; + + // aapt resource value: 0x14 + public const int ActionBar_hideOnContentScroll = 20; + + // aapt resource value: 0x15 + public const int ActionBar_homeAsUpIndicator = 21; + + // aapt resource value: 0x16 + public const int ActionBar_homeLayout = 22; + + // aapt resource value: 0x17 + public const int ActionBar_icon = 23; + + // aapt resource value: 0x18 + public const int ActionBar_indeterminateProgressStyle = 24; + + // aapt resource value: 0x19 + public const int ActionBar_itemPadding = 25; + + // aapt resource value: 0x20 + public const int ActionBar_logo = 32; + + // aapt resource value: 0x21 + public const int ActionBar_navigationMode = 33; + + // aapt resource value: 0x22 + public const int ActionBar_popupTheme = 34; + + // aapt resource value: 0x23 + public const int ActionBar_progressBarPadding = 35; + + // aapt resource value: 0x24 + public const int ActionBar_progressBarStyle = 36; + + // aapt resource value: 0x25 + public const int ActionBar_subtitle = 37; + + // aapt resource value: 0x26 + public const int ActionBar_subtitleTextStyle = 38; + + // aapt resource value: 0x27 + public const int ActionBar_title = 39; + + // aapt resource value: 0x28 + public const int ActionBar_titleTextStyle = 40; + + public static int[] ActionMenuItemView = new int[] { + 16843071}; + + // aapt resource value: 0x7F070049 + public const int ActionMenuItemView_android_minWidth = 2131165257; + + public static int[] ActionMode = new int[] { + 2130968626, + 2130968627, + 2130968655, + 2130968733, + 2130968847, + 2130968901}; + + // aapt resource value: 0x7F070051 + public const int ActionMode_background = 2131165265; + + // aapt resource value: 0x1 + public const int ActionMode_backgroundSplit = 1; + + // aapt resource value: 0x2 + public const int ActionMode_closeItemLayout = 2; + + // aapt resource value: 0x3 + public const int ActionMode_height = 3; + + // aapt resource value: 0x4 + public const int ActionMode_subtitleTextStyle = 4; + + // aapt resource value: 0x5 + public const int ActionMode_titleTextStyle = 5; + + public static int[] ActivityChooserView = new int[] { + 2130968704, + 2130968746}; + + // aapt resource value: 0x7F070058 + public const int ActivityChooserView_expandActivityOverflowButtonDrawable = 2131165272; + + // aapt resource value: 0x1 + public const int ActivityChooserView_initialActivityCount = 1; + + public static int[] AlertDialog = new int[] { + 16842994, + 2130968647, + 2130968769, + 2130968770, + 2130968784, + 2130968828, + 2130968829}; + + // aapt resource value: 0x7F070061 + public const int AlertDialog_android_layout = 2131165281; + + // aapt resource value: 0x1 + public const int AlertDialog_buttonPanelSideLayout = 1; + + // aapt resource value: 0x2 + public const int AlertDialog_listItemLayout = 2; + + // aapt resource value: 0x3 + public const int AlertDialog_listLayout = 3; + + // aapt resource value: 0x4 + public const int AlertDialog_multiChoiceItemLayout = 4; + + // aapt resource value: 0x5 + public const int AlertDialog_showTitle = 5; + + // aapt resource value: 0x6 + public const int AlertDialog_singleChoiceItemLayout = 6; + + public static int[] AppBarLayout = new int[] { + 16842964, + 16844096, + 16843919, + 2130968701, + 2130968705}; + + public static int[] AppBarLayoutStates = new int[] { + 2130968838, + 2130968839}; + + // aapt resource value: 0x7F070075 + public const int AppBarLayoutStates_state_collapsed = 2131165301; + + // aapt resource value: 0x1 + public const int AppBarLayoutStates_state_collapsible = 1; + + // aapt resource value: 0x7F070069 + public const int AppBarLayout_android_background = 2131165289; + + // aapt resource value: 0x1 + public const int AppBarLayout_android_keyboardNavigationCluster = 1; + + // aapt resource value: 0x2 + public const int AppBarLayout_android_touchscreenBlocksFocus = 2; + + // aapt resource value: 0x3 + public const int AppBarLayout_elevation = 3; + + // aapt resource value: 0x4 + public const int AppBarLayout_expanded = 4; + + public static int[] AppBarLayout_Layout = new int[] { + 2130968765, + 2130968766}; + + // aapt resource value: 0x7F070078 + public const int AppBarLayout_Layout_layout_scrollFlags = 2131165304; + + // aapt resource value: 0x1 + public const int AppBarLayout_Layout_layout_scrollInterpolator = 1; + + public static int[] AppCompatImageView = new int[] { + 16843033, + 2130968835, + 2130968889, + 2130968890}; + + // aapt resource value: 0x7F070081 + public const int AppCompatImageView_android_src = 2131165313; + + // aapt resource value: 0x1 + public const int AppCompatImageView_srcCompat = 1; + + // aapt resource value: 0x2 + public const int AppCompatImageView_tint = 2; + + // aapt resource value: 0x3 + public const int AppCompatImageView_tintMode = 3; + + public static int[] AppCompatSeekBar = new int[] { + 16843074, + 2130968886, + 2130968887, + 2130968888}; + + // aapt resource value: 0x7F070086 + public const int AppCompatSeekBar_android_thumb = 2131165318; + + // aapt resource value: 0x1 + public const int AppCompatSeekBar_tickMark = 1; + + // aapt resource value: 0x2 + public const int AppCompatSeekBar_tickMarkTint = 2; + + // aapt resource value: 0x3 + public const int AppCompatSeekBar_tickMarkTintMode = 3; + + public static int[] AppCompatTextHelper = new int[] { + 16843118, + 16843667, + 16843119, + 16843120, + 16843666, + 16843117, + 16842804}; + + // aapt resource value: 0x7F070091 + public const int AppCompatTextHelper_android_drawableBottom = 2131165329; + + // aapt resource value: 0x1 + public const int AppCompatTextHelper_android_drawableEnd = 1; + + // aapt resource value: 0x2 + public const int AppCompatTextHelper_android_drawableLeft = 2; + + // aapt resource value: 0x3 + public const int AppCompatTextHelper_android_drawableRight = 3; + + // aapt resource value: 0x4 + public const int AppCompatTextHelper_android_drawableStart = 4; + + // aapt resource value: 0x5 + public const int AppCompatTextHelper_android_drawableTop = 5; + + // aapt resource value: 0x6 + public const int AppCompatTextHelper_android_textAppearance = 6; + + public static int[] AppCompatTextView = new int[] { + 16842804, + 2130968621, + 2130968622, + 2130968623, + 2130968624, + 2130968625, + 2130968720, + 2130968869}; + + // aapt resource value: 0x7F070099 + public const int AppCompatTextView_android_textAppearance = 2131165337; + + // aapt resource value: 0x1 + public const int AppCompatTextView_autoSizeMaxTextSize = 1; + + // aapt resource value: 0x2 + public const int AppCompatTextView_autoSizeMinTextSize = 2; + + // aapt resource value: 0x3 + public const int AppCompatTextView_autoSizePresetSizes = 3; + + // aapt resource value: 0x4 + public const int AppCompatTextView_autoSizeStepGranularity = 4; + + // aapt resource value: 0x5 + public const int AppCompatTextView_autoSizeTextType = 5; + + // aapt resource value: 0x6 + public const int AppCompatTextView_fontFamily = 6; + + // aapt resource value: 0x7 + public const int AppCompatTextView_textAllCaps = 7; + + public static int[] AppCompatTheme = new int[] { + 2130968577, + 2130968578, + 2130968579, + 2130968580, + 2130968581, + 2130968582, + 2130968583, + 2130968584, + 2130968585, + 2130968586, + 2130968587, + 2130968588, + 2130968589, + 2130968591, + 2130968592, + 2130968593, + 2130968594, + 2130968595, + 2130968596, + 2130968597, + 2130968598, + 2130968599, + 2130968600, + 2130968601, + 2130968602, + 2130968603, + 2130968604, + 2130968605, + 2130968606, + 2130968607, + 2130968610, + 2130968611, + 2130968612, + 2130968613, + 2130968614, + 16842926, + 16842839, + 2130968620, + 2130968638, + 2130968641, + 2130968642, + 2130968643, + 2130968644, + 2130968645, + 2130968648, + 2130968649, + 2130968652, + 2130968653, + 2130968661, + 2130968662, + 2130968663, + 2130968664, + 2130968665, + 2130968666, + 2130968667, + 2130968668, + 2130968669, + 2130968670, + 2130968680, + 2130968687, + 2130968688, + 2130968691, + 2130968693, + 2130968696, + 2130968697, + 2130968698, + 2130968699, + 2130968700, + 2130968738, + 2130968744, + 2130968767, + 2130968768, + 2130968771, + 2130968772, + 2130968773, + 2130968774, + 2130968775, + 2130968776, + 2130968777, + 2130968794, + 2130968795, + 2130968796, + 2130968802, + 2130968804, + 2130968811, + 2130968812, + 2130968813, + 2130968814, + 2130968821, + 2130968822, + 2130968823, + 2130968824, + 2130968832, + 2130968833, + 2130968851, + 2130968870, + 2130968871, + 2130968872, + 2130968873, + 2130968874, + 2130968875, + 2130968876, + 2130968877, + 2130968878, + 2130968880, + 2130968903, + 2130968904, + 2130968905, + 2130968906, + 2130968913, + 2130968914, + 2130968915, + 2130968916, + 2130968917, + 2130968918, + 2130968919, + 2130968920, + 2130968921, + 2130968922}; + + // aapt resource value: 0x7F070108 + public const int AppCompatTheme_actionBarDivider = 2131165448; + + // aapt resource value: 0x1 + public const int AppCompatTheme_actionBarItemBackground = 1; + + // aapt resource value: 0x2 + public const int AppCompatTheme_actionBarPopupTheme = 2; + + // aapt resource value: 0x3 + public const int AppCompatTheme_actionBarSize = 3; + + // aapt resource value: 0x4 + public const int AppCompatTheme_actionBarSplitStyle = 4; + + // aapt resource value: 0x5 + public const int AppCompatTheme_actionBarStyle = 5; + + // aapt resource value: 0x6 + public const int AppCompatTheme_actionBarTabBarStyle = 6; + + // aapt resource value: 0x7 + public const int AppCompatTheme_actionBarTabStyle = 7; + + // aapt resource value: 0x8 + public const int AppCompatTheme_actionBarTabTextStyle = 8; + + // aapt resource value: 0x9 + public const int AppCompatTheme_actionBarTheme = 9; + + // aapt resource value: 0x10 + public const int AppCompatTheme_actionBarWidgetTheme = 16; + + // aapt resource value: 0x11 + public const int AppCompatTheme_actionButtonStyle = 17; + + // aapt resource value: 0x12 + public const int AppCompatTheme_actionDropDownStyle = 18; + + // aapt resource value: 0x13 + public const int AppCompatTheme_actionMenuTextAppearance = 19; + + // aapt resource value: 0x14 + public const int AppCompatTheme_actionMenuTextColor = 20; + + // aapt resource value: 0x15 + public const int AppCompatTheme_actionModeBackground = 21; + + // aapt resource value: 0x16 + public const int AppCompatTheme_actionModeCloseButtonStyle = 22; + + // aapt resource value: 0x17 + public const int AppCompatTheme_actionModeCloseDrawable = 23; + + // aapt resource value: 0x18 + public const int AppCompatTheme_actionModeCopyDrawable = 24; + + // aapt resource value: 0x19 + public const int AppCompatTheme_actionModeCutDrawable = 25; + + // aapt resource value: 0x20 + public const int AppCompatTheme_actionModeFindDrawable = 32; + + // aapt resource value: 0x21 + public const int AppCompatTheme_actionModePasteDrawable = 33; + + // aapt resource value: 0x22 + public const int AppCompatTheme_actionModePopupWindowStyle = 34; + + // aapt resource value: 0x23 + public const int AppCompatTheme_actionModeSelectAllDrawable = 35; + + // aapt resource value: 0x24 + public const int AppCompatTheme_actionModeShareDrawable = 36; + + // aapt resource value: 0x25 + public const int AppCompatTheme_actionModeSplitBackground = 37; + + // aapt resource value: 0x26 + public const int AppCompatTheme_actionModeStyle = 38; + + // aapt resource value: 0x27 + public const int AppCompatTheme_actionModeWebSearchDrawable = 39; + + // aapt resource value: 0x28 + public const int AppCompatTheme_actionOverflowButtonStyle = 40; + + // aapt resource value: 0x29 + public const int AppCompatTheme_actionOverflowMenuStyle = 41; + + // aapt resource value: 0x30 + public const int AppCompatTheme_activityChooserViewStyle = 48; + + // aapt resource value: 0x31 + public const int AppCompatTheme_alertDialogButtonGroupStyle = 49; + + // aapt resource value: 0x32 + public const int AppCompatTheme_alertDialogCenterButtons = 50; + + // aapt resource value: 0x33 + public const int AppCompatTheme_alertDialogStyle = 51; + + // aapt resource value: 0x34 + public const int AppCompatTheme_alertDialogTheme = 52; + + // aapt resource value: 0x35 + public const int AppCompatTheme_android_windowAnimationStyle = 53; + + // aapt resource value: 0x36 + public const int AppCompatTheme_android_windowIsFloating = 54; + + // aapt resource value: 0x37 + public const int AppCompatTheme_autoCompleteTextViewStyle = 55; + + // aapt resource value: 0x38 + public const int AppCompatTheme_borderlessButtonStyle = 56; + + // aapt resource value: 0x39 + public const int AppCompatTheme_buttonBarButtonStyle = 57; + + // aapt resource value: 0x40 + public const int AppCompatTheme_buttonBarNegativeButtonStyle = 64; + + // aapt resource value: 0x41 + public const int AppCompatTheme_buttonBarNeutralButtonStyle = 65; + + // aapt resource value: 0x42 + public const int AppCompatTheme_buttonBarPositiveButtonStyle = 66; + + // aapt resource value: 0x43 + public const int AppCompatTheme_buttonBarStyle = 67; + + // aapt resource value: 0x44 + public const int AppCompatTheme_buttonStyle = 68; + + // aapt resource value: 0x45 + public const int AppCompatTheme_buttonStyleSmall = 69; + + // aapt resource value: 0x46 + public const int AppCompatTheme_checkboxStyle = 70; + + // aapt resource value: 0x47 + public const int AppCompatTheme_checkedTextViewStyle = 71; + + // aapt resource value: 0x48 + public const int AppCompatTheme_colorAccent = 72; + + // aapt resource value: 0x49 + public const int AppCompatTheme_colorBackgroundFloating = 73; + + // aapt resource value: 0x50 + public const int AppCompatTheme_colorButtonNormal = 80; + + // aapt resource value: 0x51 + public const int AppCompatTheme_colorControlActivated = 81; + + // aapt resource value: 0x52 + public const int AppCompatTheme_colorControlHighlight = 82; + + // aapt resource value: 0x53 + public const int AppCompatTheme_colorControlNormal = 83; + + // aapt resource value: 0x54 + public const int AppCompatTheme_colorError = 84; + + // aapt resource value: 0x55 + public const int AppCompatTheme_colorPrimary = 85; + + // aapt resource value: 0x56 + public const int AppCompatTheme_colorPrimaryDark = 86; + + // aapt resource value: 0x57 + public const int AppCompatTheme_colorSwitchThumbNormal = 87; + + // aapt resource value: 0x58 + public const int AppCompatTheme_controlBackground = 88; + + // aapt resource value: 0x59 + public const int AppCompatTheme_dialogPreferredPadding = 89; + + // aapt resource value: 0x60 + public const int AppCompatTheme_dialogTheme = 96; + + // aapt resource value: 0x61 + public const int AppCompatTheme_dividerHorizontal = 97; + + // aapt resource value: 0x62 + public const int AppCompatTheme_dividerVertical = 98; + + // aapt resource value: 0x64 + public const int AppCompatTheme_dropdownListPreferredItemHeight = 100; + + // aapt resource value: 0x63 + public const int AppCompatTheme_dropDownListViewStyle = 99; + + // aapt resource value: 0x65 + public const int AppCompatTheme_editTextBackground = 101; + + // aapt resource value: 0x66 + public const int AppCompatTheme_editTextColor = 102; + + // aapt resource value: 0x67 + public const int AppCompatTheme_editTextStyle = 103; + + // aapt resource value: 0x68 + public const int AppCompatTheme_homeAsUpIndicator = 104; + + // aapt resource value: 0x69 + public const int AppCompatTheme_imageButtonStyle = 105; + + // aapt resource value: 0x70 + public const int AppCompatTheme_listChoiceBackgroundIndicator = 112; + + // aapt resource value: 0x71 + public const int AppCompatTheme_listDividerAlertDialog = 113; + + // aapt resource value: 0x72 + public const int AppCompatTheme_listMenuViewStyle = 114; + + // aapt resource value: 0x73 + public const int AppCompatTheme_listPopupWindowStyle = 115; + + // aapt resource value: 0x74 + public const int AppCompatTheme_listPreferredItemHeight = 116; + + // aapt resource value: 0x75 + public const int AppCompatTheme_listPreferredItemHeightLarge = 117; + + // aapt resource value: 0x76 + public const int AppCompatTheme_listPreferredItemHeightSmall = 118; + + // aapt resource value: 0x77 + public const int AppCompatTheme_listPreferredItemPaddingLeft = 119; + + // aapt resource value: 0x78 + public const int AppCompatTheme_listPreferredItemPaddingRight = 120; + + // aapt resource value: 0x79 + public const int AppCompatTheme_panelBackground = 121; + + // aapt resource value: 0x80 + public const int AppCompatTheme_panelMenuListTheme = 128; + + // aapt resource value: 0x81 + public const int AppCompatTheme_panelMenuListWidth = 129; + + // aapt resource value: 0x82 + public const int AppCompatTheme_popupMenuStyle = 130; + + // aapt resource value: 0x83 + public const int AppCompatTheme_popupWindowStyle = 131; + + // aapt resource value: 0x84 + public const int AppCompatTheme_radioButtonStyle = 132; + + // aapt resource value: 0x85 + public const int AppCompatTheme_ratingBarStyle = 133; + + // aapt resource value: 0x86 + public const int AppCompatTheme_ratingBarStyleIndicator = 134; + + // aapt resource value: 0x87 + public const int AppCompatTheme_ratingBarStyleSmall = 135; + + // aapt resource value: 0x88 + public const int AppCompatTheme_searchViewStyle = 136; + + // aapt resource value: 0x89 + public const int AppCompatTheme_seekBarStyle = 137; + + // aapt resource value: 0x90 + public const int AppCompatTheme_selectableItemBackground = 144; + + // aapt resource value: 0x91 + public const int AppCompatTheme_selectableItemBackgroundBorderless = 145; + + // aapt resource value: 0x92 + public const int AppCompatTheme_spinnerDropDownItemStyle = 146; + + // aapt resource value: 0x93 + public const int AppCompatTheme_spinnerStyle = 147; + + // aapt resource value: 0x94 + public const int AppCompatTheme_switchStyle = 148; + + // aapt resource value: 0x95 + public const int AppCompatTheme_textAppearanceLargePopupMenu = 149; + + // aapt resource value: 0x96 + public const int AppCompatTheme_textAppearanceListItem = 150; + + // aapt resource value: 0x97 + public const int AppCompatTheme_textAppearanceListItemSecondary = 151; + + // aapt resource value: 0x98 + public const int AppCompatTheme_textAppearanceListItemSmall = 152; + + // aapt resource value: 0x99 + public const int AppCompatTheme_textAppearancePopupMenuHeader = 153; + + // aapt resource value: 0x100 + public const int AppCompatTheme_textAppearanceSearchResultSubtitle = 256; + + // aapt resource value: 0x101 + public const int AppCompatTheme_textAppearanceSearchResultTitle = 257; + + // aapt resource value: 0x102 + public const int AppCompatTheme_textAppearanceSmallPopupMenu = 258; + + // aapt resource value: 0x103 + public const int AppCompatTheme_textColorAlertDialogListItem = 259; + + // aapt resource value: 0x104 + public const int AppCompatTheme_textColorSearchUrl = 260; + + // aapt resource value: 0x105 + public const int AppCompatTheme_toolbarNavigationButtonStyle = 261; + + // aapt resource value: 0x106 + public const int AppCompatTheme_toolbarStyle = 262; + + // aapt resource value: 0x107 + public const int AppCompatTheme_tooltipForegroundColor = 263; + + // aapt resource value: 0x108 + public const int AppCompatTheme_tooltipFrameBackground = 264; + + // aapt resource value: 0x109 + public const int AppCompatTheme_windowActionBar = 265; + + // aapt resource value: 0x110 + public const int AppCompatTheme_windowActionBarOverlay = 272; + + // aapt resource value: 0x111 + public const int AppCompatTheme_windowActionModeOverlay = 273; + + // aapt resource value: 0x112 + public const int AppCompatTheme_windowFixedHeightMajor = 274; + + // aapt resource value: 0x113 + public const int AppCompatTheme_windowFixedHeightMinor = 275; + + // aapt resource value: 0x114 + public const int AppCompatTheme_windowFixedWidthMajor = 276; + + // aapt resource value: 0x115 + public const int AppCompatTheme_windowFixedWidthMinor = 277; + + // aapt resource value: 0x116 + public const int AppCompatTheme_windowMinWidthMajor = 278; + + // aapt resource value: 0x117 + public const int AppCompatTheme_windowMinWidthMinor = 279; + + // aapt resource value: 0x118 + public const int AppCompatTheme_windowNoTitle = 280; + + public static int[] BottomNavigationView = new int[] { + 2130968701, + 2130968749, + 2130968750, + 2130968753, + 2130968783}; + + // aapt resource value: 0x7F070228 + public const int BottomNavigationView_elevation = 2131165736; + + // aapt resource value: 0x1 + public const int BottomNavigationView_itemBackground = 1; + + // aapt resource value: 0x2 + public const int BottomNavigationView_itemIconTint = 2; + + // aapt resource value: 0x3 + public const int BottomNavigationView_itemTextColor = 3; + + // aapt resource value: 0x4 + public const int BottomNavigationView_menu = 4; + + public static int[] BottomSheetBehavior_Layout = new int[] { + 2130968633, + 2130968635, + 2130968636}; + + // aapt resource value: 0x7F070234 + public const int BottomSheetBehavior_Layout_behavior_hideable = 2131165748; + + // aapt resource value: 0x1 + public const int BottomSheetBehavior_Layout_behavior_peekHeight = 1; + + // aapt resource value: 0x2 + public const int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2; + + public static int[] ButtonBarLayout = new int[] { + 2130968615}; + + // aapt resource value: 0x7F070238 + public const int ButtonBarLayout_allowStacking = 2131165752; + + public static int[] CardView = new int[] { + 16843072, + 16843071, + 2130968577, + 2130968578, + 2130968579, + 2130968580, + 2130968581, + 2130968582, + 2130968583, + 2130968584, + 2130968585, + 2130968586, + 2130968587}; + + // aapt resource value: 0x7F070541 + public const int CardView_android_minHeight = 2131166529; + + // aapt resource value: 0x1 + public const int CardView_android_minWidth = 1; + + // aapt resource value: 0x2 + public const int CardView_cardBackgroundColor = 2; + + // aapt resource value: 0x3 + public const int CardView_cardCornerRadius = 3; + + // aapt resource value: 0x4 + public const int CardView_cardElevation = 4; + + // aapt resource value: 0x5 + public const int CardView_cardMaxElevation = 5; + + // aapt resource value: 0x6 + public const int CardView_cardPreventCornerOverlap = 6; + + // aapt resource value: 0x7 + public const int CardView_cardUseCompatPadding = 7; + + // aapt resource value: 0x8 + public const int CardView_contentPadding = 8; + + // aapt resource value: 0x9 + public const int CardView_contentPaddingBottom = 9; + + // aapt resource value: 0x10 + public const int CardView_contentPaddingLeft = 16; + + // aapt resource value: 0x11 + public const int CardView_contentPaddingRight = 17; + + // aapt resource value: 0x12 + public const int CardView_contentPaddingTop = 18; + + public static int[] CollapsingToolbarLayout = new int[] { + 2130968658, + 2130968659, + 2130968679, + 2130968706, + 2130968707, + 2130968708, + 2130968709, + 2130968710, + 2130968711, + 2130968712, + 2130968817, + 2130968818, + 2130968841, + 2130968891, + 2130968892, + 2130968902}; + + // aapt resource value: 0x7F070240 + public const int CollapsingToolbarLayout_collapsedTitleGravity = 2131165760; + + // aapt resource value: 0x1 + public const int CollapsingToolbarLayout_collapsedTitleTextAppearance = 1; + + // aapt resource value: 0x2 + public const int CollapsingToolbarLayout_contentScrim = 2; + + // aapt resource value: 0x3 + public const int CollapsingToolbarLayout_expandedTitleGravity = 3; + + // aapt resource value: 0x4 + public const int CollapsingToolbarLayout_expandedTitleMargin = 4; + + // aapt resource value: 0x5 + public const int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; + + // aapt resource value: 0x6 + public const int CollapsingToolbarLayout_expandedTitleMarginEnd = 6; + + // aapt resource value: 0x7 + public const int CollapsingToolbarLayout_expandedTitleMarginStart = 7; + + // aapt resource value: 0x8 + public const int CollapsingToolbarLayout_expandedTitleMarginTop = 8; + + // aapt resource value: 0x9 + public const int CollapsingToolbarLayout_expandedTitleTextAppearance = 9; + + public static int[] CollapsingToolbarLayout_Layout = new int[] { + 2130968760, + 2130968761}; + + // aapt resource value: 0x7F070257 + public const int CollapsingToolbarLayout_Layout_layout_collapseMode = 2131165783; + + // aapt resource value: 0x1 + public const int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1; + + // aapt resource value: 0x10 + public const int CollapsingToolbarLayout_scrimAnimationDuration = 16; + + // aapt resource value: 0x11 + public const int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 17; + + // aapt resource value: 0x12 + public const int CollapsingToolbarLayout_statusBarScrim = 18; + + // aapt resource value: 0x13 + public const int CollapsingToolbarLayout_title = 19; + + // aapt resource value: 0x14 + public const int CollapsingToolbarLayout_titleEnabled = 20; + + // aapt resource value: 0x15 + public const int CollapsingToolbarLayout_toolbarId = 21; + + public static int[] ColorStateListItem = new int[] { + 2130968616, + 16843551, + 16843173}; + + // aapt resource value: 0x7F070260 + public const int ColorStateListItem_alpha = 2131165792; + + // aapt resource value: 0x1 + public const int ColorStateListItem_android_alpha = 1; + + // aapt resource value: 0x2 + public const int ColorStateListItem_android_color = 2; + + public static int[] CompoundButton = new int[] { + 16843015, + 2130968650, + 2130968651}; + + // aapt resource value: 0x7F070264 + public const int CompoundButton_android_button = 2131165796; + + // aapt resource value: 0x1 + public const int CompoundButton_buttonTint = 1; + + // aapt resource value: 0x2 + public const int CompoundButton_buttonTintMode = 2; + + public static int[] CoordinatorLayout = new int[] { + 2130968754, + 2130968840}; + + // aapt resource value: 0x7F070268 + public const int CoordinatorLayout_keylines = 2131165800; + + public static int[] CoordinatorLayout_Layout = new int[] { + 16842931, + 2130968757, + 2130968758, + 2130968759, + 2130968762, + 2130968763, + 2130968764}; + + // aapt resource value: 0x7F070271 + public const int CoordinatorLayout_Layout_android_layout_gravity = 2131165809; + + // aapt resource value: 0x1 + public const int CoordinatorLayout_Layout_layout_anchor = 1; + + // aapt resource value: 0x2 + public const int CoordinatorLayout_Layout_layout_anchorGravity = 2; + + // aapt resource value: 0x3 + public const int CoordinatorLayout_Layout_layout_behavior = 3; + + // aapt resource value: 0x4 + public const int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4; + + // aapt resource value: 0x5 + public const int CoordinatorLayout_Layout_layout_insetEdge = 5; + + // aapt resource value: 0x6 + public const int CoordinatorLayout_Layout_layout_keyline = 6; + + // aapt resource value: 0x1 + public const int CoordinatorLayout_statusBarBackground = 1; + + public static int[] DesignTheme = new int[] { + 2130968639, + 2130968640, + 2130968879}; + + // aapt resource value: 0x7F070279 + public const int DesignTheme_bottomSheetDialogTheme = 2131165817; + + // aapt resource value: 0x1 + public const int DesignTheme_bottomSheetStyle = 1; + + // aapt resource value: 0x2 + public const int DesignTheme_textColorError = 2; + + public static int[] DrawerArrowToggle = new int[] { + 2130968618, + 2130968619, + 2130968631, + 2130968660, + 2130968694, + 2130968730, + 2130968831, + 2130968882}; + + // aapt resource value: 0x7F070283 + public const int DrawerArrowToggle_arrowHeadLength = 2131165827; + + // aapt resource value: 0x1 + public const int DrawerArrowToggle_arrowShaftLength = 1; + + // aapt resource value: 0x2 + public const int DrawerArrowToggle_barLength = 2; + + // aapt resource value: 0x3 + public const int DrawerArrowToggle_color = 3; + + // aapt resource value: 0x4 + public const int DrawerArrowToggle_drawableSize = 4; + + // aapt resource value: 0x5 + public const int DrawerArrowToggle_gapBetweenBars = 5; + + // aapt resource value: 0x6 + public const int DrawerArrowToggle_spinBars = 6; + + // aapt resource value: 0x7 + public const int DrawerArrowToggle_thickness = 7; + + public static int[] FloatingActionButton = new int[] { + 2130968629, + 2130968630, + 2130968637, + 2130968701, + 2130968713, + 2130968806, + 2130968816, + 2130968911}; + + // aapt resource value: 0x7F070292 + public const int FloatingActionButton_backgroundTint = 2131165842; + + // aapt resource value: 0x1 + public const int FloatingActionButton_backgroundTintMode = 1; + + public static int[] FloatingActionButton_Behavior_Layout = new int[] { + 2130968632}; + + // aapt resource value: 0x7F070301 + public const int FloatingActionButton_Behavior_Layout_behavior_autoHide = 2131165953; + + // aapt resource value: 0x2 + public const int FloatingActionButton_borderWidth = 2; + + // aapt resource value: 0x3 + public const int FloatingActionButton_elevation = 3; + + // aapt resource value: 0x4 + public const int FloatingActionButton_fabSize = 4; + + // aapt resource value: 0x5 + public const int FloatingActionButton_pressedTranslationZ = 5; + + // aapt resource value: 0x6 + public const int FloatingActionButton_rippleColor = 6; + + // aapt resource value: 0x7 + public const int FloatingActionButton_useCompatPadding = 7; + + public static int[] FontFamily = new int[] { + 2130968578, + 2130968579, + 2130968580, + 2130968581, + 2130968582, + 2130968583}; + + public static int[] FontFamilyFont = new int[] { + 16844082, + 16844095, + 16844083, + 2130968577, + 2130968584, + 2130968585}; + + // aapt resource value: 0x7F070010 + public const int FontFamilyFont_android_font = 2131165200; + + // aapt resource value: 0x1 + public const int FontFamilyFont_android_fontStyle = 1; + + // aapt resource value: 0x2 + public const int FontFamilyFont_android_fontWeight = 2; + + // aapt resource value: 0x3 + public const int FontFamilyFont_font = 3; + + // aapt resource value: 0x4 + public const int FontFamilyFont_fontStyle = 4; + + // aapt resource value: 0x5 + public const int FontFamilyFont_fontWeight = 5; + + // aapt resource value: 0x7F070003 + public const int FontFamily_fontProviderAuthority = 2131165187; + + // aapt resource value: 0x1 + public const int FontFamily_fontProviderCerts = 1; + + // aapt resource value: 0x2 + public const int FontFamily_fontProviderFetchStrategy = 2; + + // aapt resource value: 0x3 + public const int FontFamily_fontProviderFetchTimeout = 3; + + // aapt resource value: 0x4 + public const int FontFamily_fontProviderPackage = 4; + + // aapt resource value: 0x5 + public const int FontFamily_fontProviderQuery = 5; + + public static int[] ForegroundLinearLayout = new int[] { + 16843017, + 16843264, + 2130968729}; + + // aapt resource value: 0x7F070303 + public const int ForegroundLinearLayout_android_foreground = 2131165955; + + // aapt resource value: 0x1 + public const int ForegroundLinearLayout_android_foregroundGravity = 1; + + // aapt resource value: 0x2 + public const int ForegroundLinearLayout_foregroundInsidePadding = 2; + + public static int[] LinearLayoutCompat = new int[] { + 16843046, + 16843047, + 16842927, + 16842948, + 16843048, + 2130968690, + 2130968692, + 2130968782, + 2130968826}; + + // aapt resource value: 0x7F070307 + public const int LinearLayoutCompat_android_baselineAligned = 2131165959; + + // aapt resource value: 0x1 + public const int LinearLayoutCompat_android_baselineAlignedChildIndex = 1; + + // aapt resource value: 0x2 + public const int LinearLayoutCompat_android_gravity = 2; + + // aapt resource value: 0x3 + public const int LinearLayoutCompat_android_orientation = 3; + + // aapt resource value: 0x4 + public const int LinearLayoutCompat_android_weightSum = 4; + + // aapt resource value: 0x5 + public const int LinearLayoutCompat_divider = 5; + + // aapt resource value: 0x6 + public const int LinearLayoutCompat_dividerPadding = 6; + + public static int[] LinearLayoutCompat_Layout = new int[] { + 16842931, + 16842997, + 16843137, + 16842996}; + + // aapt resource value: 0x7F070317 + public const int LinearLayoutCompat_Layout_android_layout_gravity = 2131165975; + + // aapt resource value: 0x1 + public const int LinearLayoutCompat_Layout_android_layout_height = 1; + + // aapt resource value: 0x2 + public const int LinearLayoutCompat_Layout_android_layout_weight = 2; + + // aapt resource value: 0x3 + public const int LinearLayoutCompat_Layout_android_layout_width = 3; + + // aapt resource value: 0x7 + public const int LinearLayoutCompat_measureWithLargestChild = 7; + + // aapt resource value: 0x8 + public const int LinearLayoutCompat_showDividers = 8; + + public static int[] ListPopupWindow = new int[] { + 16843436, + 16843437}; + + // aapt resource value: 0x7F070322 + public const int ListPopupWindow_android_dropDownHorizontalOffset = 2131165986; + + // aapt resource value: 0x1 + public const int ListPopupWindow_android_dropDownVerticalOffset = 1; + + public static int[] MediaRouteButton = new int[] { + 16843072, + 16843071, + 2130968688, + 2130968732}; + + // aapt resource value: 0x7F070555 + public const int MediaRouteButton_android_minHeight = 2131166549; + + // aapt resource value: 0x1 + public const int MediaRouteButton_android_minWidth = 1; + + // aapt resource value: 0x2 + public const int MediaRouteButton_externalRouteEnabledDrawable = 2; + + // aapt resource value: 0x3 + public const int MediaRouteButton_mediaRouteButtonTint = 3; + + public static int[] MenuGroup = new int[] { + 16843232, + 16842766, + 16842960, + 16843230, + 16843231, + 16843156}; + + // aapt resource value: 0x7F070325 + public const int MenuGroup_android_checkableBehavior = 2131165989; + + // aapt resource value: 0x1 + public const int MenuGroup_android_enabled = 1; + + // aapt resource value: 0x2 + public const int MenuGroup_android_id = 2; + + // aapt resource value: 0x3 + public const int MenuGroup_android_menuCategory = 3; + + // aapt resource value: 0x4 + public const int MenuGroup_android_orderInCategory = 4; + + // aapt resource value: 0x5 + public const int MenuGroup_android_visible = 5; + + public static int[] MenuItem = new int[] { + 2130968590, + 2130968608, + 2130968609, + 2130968617, + 16843235, + 16843237, + 16843014, + 16842766, + 16842754, + 16842960, + 16843230, + 16843236, + 16843375, + 16843231, + 16843233, + 16843234, + 16843156, + 2130968672, + 2130968741, + 2130968742, + 2130968788, + 2130968825, + 2130968907}; + + // aapt resource value: 0x7F070332 + public const int MenuItem_actionLayout = 2131166002; + + // aapt resource value: 0x1 + public const int MenuItem_actionProviderClass = 1; + + // aapt resource value: 0x2 + public const int MenuItem_actionViewClass = 2; + + // aapt resource value: 0x3 + public const int MenuItem_alphabeticModifiers = 3; + + // aapt resource value: 0x4 + public const int MenuItem_android_alphabeticShortcut = 4; + + // aapt resource value: 0x5 + public const int MenuItem_android_checkable = 5; + + // aapt resource value: 0x6 + public const int MenuItem_android_checked = 6; + + // aapt resource value: 0x7 + public const int MenuItem_android_enabled = 7; + + // aapt resource value: 0x8 + public const int MenuItem_android_icon = 8; + + // aapt resource value: 0x9 + public const int MenuItem_android_id = 9; + + // aapt resource value: 0x10 + public const int MenuItem_android_menuCategory = 16; + + // aapt resource value: 0x11 + public const int MenuItem_android_numericShortcut = 17; + + // aapt resource value: 0x12 + public const int MenuItem_android_onClick = 18; + + // aapt resource value: 0x13 + public const int MenuItem_android_orderInCategory = 19; + + // aapt resource value: 0x14 + public const int MenuItem_android_title = 20; + + // aapt resource value: 0x15 + public const int MenuItem_android_titleCondensed = 21; + + // aapt resource value: 0x16 + public const int MenuItem_android_visible = 22; + + // aapt resource value: 0x17 + public const int MenuItem_contentDescription = 23; + + // aapt resource value: 0x18 + public const int MenuItem_iconTint = 24; + + // aapt resource value: 0x19 + public const int MenuItem_iconTintMode = 25; + + // aapt resource value: 0x20 + public const int MenuItem_numericModifiers = 32; + + // aapt resource value: 0x21 + public const int MenuItem_showAsAction = 33; + + // aapt resource value: 0x22 + public const int MenuItem_tooltipText = 34; + + public static int[] MenuView = new int[] { + 16843055, + 16843053, + 16843056, + 16843057, + 16843052, + 16843054, + 16842926, + 2130968805, + 2130968842}; + + // aapt resource value: 0x7F070356 + public const int MenuView_android_headerBackground = 2131166038; + + // aapt resource value: 0x1 + public const int MenuView_android_horizontalDivider = 1; + + // aapt resource value: 0x2 + public const int MenuView_android_itemBackground = 2; + + // aapt resource value: 0x3 + public const int MenuView_android_itemIconDisabledAlpha = 3; + + // aapt resource value: 0x4 + public const int MenuView_android_itemTextAppearance = 4; + + // aapt resource value: 0x5 + public const int MenuView_android_verticalDivider = 5; + + // aapt resource value: 0x6 + public const int MenuView_android_windowAnimationStyle = 6; + + // aapt resource value: 0x7 + public const int MenuView_preserveIconSpacing = 7; + + // aapt resource value: 0x8 + public const int MenuView_subMenuArrow = 8; + + public static int[] NavigationView = new int[] { + 16842964, + 16842973, + 16843039, + 2130968701, + 2130968732, + 2130968749, + 2130968750, + 2130968752, + 2130968753, + 2130968783}; + + // aapt resource value: 0x7F070366 + public const int NavigationView_android_background = 2131166054; + + // aapt resource value: 0x1 + public const int NavigationView_android_fitsSystemWindows = 1; + + // aapt resource value: 0x2 + public const int NavigationView_android_maxWidth = 2; + + // aapt resource value: 0x3 + public const int NavigationView_elevation = 3; + + // aapt resource value: 0x4 + public const int NavigationView_headerLayout = 4; + + // aapt resource value: 0x5 + public const int NavigationView_itemBackground = 5; + + // aapt resource value: 0x6 + public const int NavigationView_itemIconTint = 6; + + // aapt resource value: 0x7 + public const int NavigationView_itemTextAppearance = 7; + + // aapt resource value: 0x8 + public const int NavigationView_itemTextColor = 8; + + // aapt resource value: 0x9 + public const int NavigationView_menu = 9; + + public static int[] PopupWindow = new int[] { + 16843465, + 16843126, + 2130968789}; + + public static int[] PopupWindowBackgroundState = new int[] { + 2130968837}; + + // aapt resource value: 0x7F070381 + public const int PopupWindowBackgroundState_state_above_anchor = 2131166081; + + // aapt resource value: 0x7F070377 + public const int PopupWindow_android_popupAnimationStyle = 2131166071; + + // aapt resource value: 0x1 + public const int PopupWindow_android_popupBackground = 1; + + // aapt resource value: 0x2 + public const int PopupWindow_overlapAnchor = 2; + + public static int[] RecycleListView = new int[] { + 2130968790, + 2130968793}; + + // aapt resource value: 0x7F070383 + public const int RecycleListView_paddingBottomNoButtons = 2131166083; + + // aapt resource value: 0x1 + public const int RecycleListView_paddingTopNoTitle = 1; + + public static int[] RecyclerView = new int[] { + 16842993, + 16842948, + 2130968714, + 2130968715, + 2130968716, + 2130968717, + 2130968718, + 2130968756, + 2130968815, + 2130968830, + 2130968836}; + + // aapt resource value: 0x7F070386 + public const int RecyclerView_android_descendantFocusability = 2131166086; + + // aapt resource value: 0x1 + public const int RecyclerView_android_orientation = 1; + + // aapt resource value: 0x2 + public const int RecyclerView_fastScrollEnabled = 2; + + // aapt resource value: 0x3 + public const int RecyclerView_fastScrollHorizontalThumbDrawable = 3; + + // aapt resource value: 0x4 + public const int RecyclerView_fastScrollHorizontalTrackDrawable = 4; + + // aapt resource value: 0x5 + public const int RecyclerView_fastScrollVerticalThumbDrawable = 5; + + // aapt resource value: 0x6 + public const int RecyclerView_fastScrollVerticalTrackDrawable = 6; + + // aapt resource value: 0x7 + public const int RecyclerView_layoutManager = 7; + + // aapt resource value: 0x8 + public const int RecyclerView_reverseLayout = 8; + + // aapt resource value: 0x9 + public const int RecyclerView_spanCount = 9; + + // aapt resource value: 0x10 + public const int RecyclerView_stackFromEnd = 16; + + public static int[] ScrimInsetsFrameLayout = new int[] { + 2130968747}; + + // aapt resource value: 0x7F070398 + public const int ScrimInsetsFrameLayout_insetForeground = 2131166104; + + public static int[] ScrollingViewBehavior_Layout = new int[] { + 2130968634}; + + // aapt resource value: 0x7F070400 + public const int ScrollingViewBehavior_Layout_behavior_overlapTop = 2131166208; + + public static int[] SearchView = new int[] { + 16842970, + 16843364, + 16843296, + 16843039, + 2130968654, + 2130968671, + 2130968686, + 2130968731, + 2130968743, + 2130968755, + 2130968809, + 2130968810, + 2130968819, + 2130968820, + 2130968843, + 2130968848, + 2130968912}; + + // aapt resource value: 0x7F070402 + public const int SearchView_android_focusable = 2131166210; + + // aapt resource value: 0x1 + public const int SearchView_android_imeOptions = 1; + + // aapt resource value: 0x2 + public const int SearchView_android_inputType = 2; + + // aapt resource value: 0x3 + public const int SearchView_android_maxWidth = 3; + + // aapt resource value: 0x4 + public const int SearchView_closeIcon = 4; + + // aapt resource value: 0x5 + public const int SearchView_commitIcon = 5; + + // aapt resource value: 0x6 + public const int SearchView_defaultQueryHint = 6; + + // aapt resource value: 0x7 + public const int SearchView_goIcon = 7; + + // aapt resource value: 0x8 + public const int SearchView_iconifiedByDefault = 8; + + // aapt resource value: 0x9 + public const int SearchView_layout = 9; + + // aapt resource value: 0x10 + public const int SearchView_queryBackground = 16; + + // aapt resource value: 0x11 + public const int SearchView_queryHint = 17; + + // aapt resource value: 0x12 + public const int SearchView_searchHintIcon = 18; + + // aapt resource value: 0x13 + public const int SearchView_searchIcon = 19; + + // aapt resource value: 0x14 + public const int SearchView_submitBackground = 20; + + // aapt resource value: 0x15 + public const int SearchView_suggestionRowLayout = 21; + + // aapt resource value: 0x16 + public const int SearchView_voiceIcon = 22; + + public static int[] SnackbarLayout = new int[] { + 16843039, + 2130968701, + 2130968780}; + + // aapt resource value: 0x7F070420 + public const int SnackbarLayout_android_maxWidth = 2131166240; + + // aapt resource value: 0x1 + public const int SnackbarLayout_elevation = 1; + + // aapt resource value: 0x2 + public const int SnackbarLayout_maxActionInlineWidth = 2; + + public static int[] Spinner = new int[] { + 16843362, + 16842930, + 16843126, + 16843131, + 2130968803}; + + // aapt resource value: 0x7F070424 + public const int Spinner_android_dropDownWidth = 2131166244; + + // aapt resource value: 0x1 + public const int Spinner_android_entries = 1; + + // aapt resource value: 0x2 + public const int Spinner_android_popupBackground = 2; + + // aapt resource value: 0x3 + public const int Spinner_android_prompt = 3; + + // aapt resource value: 0x4 + public const int Spinner_popupTheme = 4; + + public static int[] SwitchCompat = new int[] { + 16843045, + 16843044, + 16843074, + 2130968827, + 2130968834, + 2130968849, + 2130968850, + 2130968852, + 2130968883, + 2130968884, + 2130968885, + 2130968908, + 2130968909, + 2130968910}; + + // aapt resource value: 0x7F070430 + public const int SwitchCompat_android_textOff = 2131166256; + + // aapt resource value: 0x1 + public const int SwitchCompat_android_textOn = 1; + + // aapt resource value: 0x2 + public const int SwitchCompat_android_thumb = 2; + + // aapt resource value: 0x3 + public const int SwitchCompat_showText = 3; + + // aapt resource value: 0x4 + public const int SwitchCompat_splitTrack = 4; + + // aapt resource value: 0x5 + public const int SwitchCompat_switchMinWidth = 5; + + // aapt resource value: 0x6 + public const int SwitchCompat_switchPadding = 6; + + // aapt resource value: 0x7 + public const int SwitchCompat_switchTextAppearance = 7; + + // aapt resource value: 0x8 + public const int SwitchCompat_thumbTextPadding = 8; + + // aapt resource value: 0x9 + public const int SwitchCompat_thumbTint = 9; + + // aapt resource value: 0x10 + public const int SwitchCompat_thumbTintMode = 16; + + // aapt resource value: 0x11 + public const int SwitchCompat_track = 17; + + // aapt resource value: 0x12 + public const int SwitchCompat_trackTint = 18; + + // aapt resource value: 0x13 + public const int SwitchCompat_trackTintMode = 19; + + public static int[] TabItem = new int[] { + 16842754, + 16842994, + 16843087}; + + // aapt resource value: 0x7F070445 + public const int TabItem_android_icon = 2131166277; + + // aapt resource value: 0x1 + public const int TabItem_android_layout = 1; + + // aapt resource value: 0x2 + public const int TabItem_android_text = 2; + + public static int[] TabLayout = new int[] { + 2130968853, + 2130968854, + 2130968855, + 2130968856, + 2130968857, + 2130968858, + 2130968859, + 2130968860, + 2130968861, + 2130968862, + 2130968863, + 2130968864, + 2130968865, + 2130968866, + 2130968867, + 2130968868}; + + // aapt resource value: 0x7F070449 + public const int TabLayout_tabBackground = 2131166281; + + // aapt resource value: 0x1 + public const int TabLayout_tabContentStart = 1; + + // aapt resource value: 0x2 + public const int TabLayout_tabGravity = 2; + + // aapt resource value: 0x3 + public const int TabLayout_tabIndicatorColor = 3; + + // aapt resource value: 0x4 + public const int TabLayout_tabIndicatorHeight = 4; + + // aapt resource value: 0x5 + public const int TabLayout_tabMaxWidth = 5; + + // aapt resource value: 0x6 + public const int TabLayout_tabMinWidth = 6; + + // aapt resource value: 0x7 + public const int TabLayout_tabMode = 7; + + // aapt resource value: 0x8 + public const int TabLayout_tabPadding = 8; + + // aapt resource value: 0x9 + public const int TabLayout_tabPaddingBottom = 9; + + // aapt resource value: 0x10 + public const int TabLayout_tabPaddingEnd = 16; + + // aapt resource value: 0x11 + public const int TabLayout_tabPaddingStart = 17; + + // aapt resource value: 0x12 + public const int TabLayout_tabPaddingTop = 18; + + // aapt resource value: 0x13 + public const int TabLayout_tabSelectedTextColor = 19; + + // aapt resource value: 0x14 + public const int TabLayout_tabTextAppearance = 20; + + // aapt resource value: 0x15 + public const int TabLayout_tabTextColor = 21; + + public static int[] TextAppearance = new int[] { + 16843692, + 16843105, + 16843106, + 16843107, + 16843108, + 16842904, + 16842906, + 16842907, + 16842901, + 16842903, + 16842902, + 2130968720, + 2130968869}; + + // aapt resource value: 0x7F070466 + public const int TextAppearance_android_fontFamily = 2131166310; + + // aapt resource value: 0x1 + public const int TextAppearance_android_shadowColor = 1; + + // aapt resource value: 0x2 + public const int TextAppearance_android_shadowDx = 2; + + // aapt resource value: 0x3 + public const int TextAppearance_android_shadowDy = 3; + + // aapt resource value: 0x4 + public const int TextAppearance_android_shadowRadius = 4; + + // aapt resource value: 0x5 + public const int TextAppearance_android_textColor = 5; + + // aapt resource value: 0x6 + public const int TextAppearance_android_textColorHint = 6; + + // aapt resource value: 0x7 + public const int TextAppearance_android_textColorLink = 7; + + // aapt resource value: 0x8 + public const int TextAppearance_android_textSize = 8; + + // aapt resource value: 0x9 + public const int TextAppearance_android_textStyle = 9; + + // aapt resource value: 0x10 + public const int TextAppearance_android_typeface = 16; + + // aapt resource value: 0x11 + public const int TextAppearance_fontFamily = 17; + + // aapt resource value: 0x12 + public const int TextAppearance_textAllCaps = 18; + + public static int[] TextInputLayout = new int[] { + 16843088, + 16842906, + 2130968681, + 2130968682, + 2130968683, + 2130968684, + 2130968702, + 2130968703, + 2130968735, + 2130968736, + 2130968737, + 2130968797, + 2130968798, + 2130968799, + 2130968800, + 2130968801}; + + // aapt resource value: 0x7F070480 + public const int TextInputLayout_android_hint = 2131166336; + + // aapt resource value: 0x1 + public const int TextInputLayout_android_textColorHint = 1; + + // aapt resource value: 0x2 + public const int TextInputLayout_counterEnabled = 2; + + // aapt resource value: 0x3 + public const int TextInputLayout_counterMaxLength = 3; + + // aapt resource value: 0x4 + public const int TextInputLayout_counterOverflowTextAppearance = 4; + + // aapt resource value: 0x5 + public const int TextInputLayout_counterTextAppearance = 5; + + // aapt resource value: 0x6 + public const int TextInputLayout_errorEnabled = 6; + + // aapt resource value: 0x7 + public const int TextInputLayout_errorTextAppearance = 7; + + // aapt resource value: 0x8 + public const int TextInputLayout_hintAnimationEnabled = 8; + + // aapt resource value: 0x9 + public const int TextInputLayout_hintEnabled = 9; + + // aapt resource value: 0x10 + public const int TextInputLayout_hintTextAppearance = 16; + + // aapt resource value: 0x11 + public const int TextInputLayout_passwordToggleContentDescription = 17; + + // aapt resource value: 0x12 + public const int TextInputLayout_passwordToggleDrawable = 18; + + // aapt resource value: 0x13 + public const int TextInputLayout_passwordToggleEnabled = 19; + + // aapt resource value: 0x14 + public const int TextInputLayout_passwordToggleTint = 20; + + // aapt resource value: 0x15 + public const int TextInputLayout_passwordToggleTintMode = 21; + + public static int[] Toolbar = new int[] { + 16842927, + 16843072, + 2130968646, + 2130968656, + 2130968657, + 2130968673, + 2130968674, + 2130968675, + 2130968676, + 2130968677, + 2130968678, + 2130968778, + 2130968779, + 2130968781, + 2130968785, + 2130968786, + 2130968803, + 2130968844, + 2130968845, + 2130968846, + 2130968891, + 2130968893, + 2130968894, + 2130968895, + 2130968896, + 2130968897, + 2130968898, + 2130968899, + 2130968900}; + + // aapt resource value: 0x7F070497 + public const int Toolbar_android_gravity = 2131166359; + + // aapt resource value: 0x1 + public const int Toolbar_android_minHeight = 1; + + // aapt resource value: 0x2 + public const int Toolbar_buttonGravity = 2; + + // aapt resource value: 0x3 + public const int Toolbar_collapseContentDescription = 3; + + // aapt resource value: 0x4 + public const int Toolbar_collapseIcon = 4; + + // aapt resource value: 0x5 + public const int Toolbar_contentInsetEnd = 5; + + // aapt resource value: 0x6 + public const int Toolbar_contentInsetEndWithActions = 6; + + // aapt resource value: 0x7 + public const int Toolbar_contentInsetLeft = 7; + + // aapt resource value: 0x8 + public const int Toolbar_contentInsetRight = 8; + + // aapt resource value: 0x9 + public const int Toolbar_contentInsetStart = 9; + + // aapt resource value: 0x10 + public const int Toolbar_contentInsetStartWithNavigation = 16; + + // aapt resource value: 0x11 + public const int Toolbar_logo = 17; + + // aapt resource value: 0x12 + public const int Toolbar_logoDescription = 18; + + // aapt resource value: 0x13 + public const int Toolbar_maxButtonHeight = 19; + + // aapt resource value: 0x14 + public const int Toolbar_navigationContentDescription = 20; + + // aapt resource value: 0x15 + public const int Toolbar_navigationIcon = 21; + + // aapt resource value: 0x16 + public const int Toolbar_popupTheme = 22; + + // aapt resource value: 0x17 + public const int Toolbar_subtitle = 23; + + // aapt resource value: 0x18 + public const int Toolbar_subtitleTextAppearance = 24; + + // aapt resource value: 0x19 + public const int Toolbar_subtitleTextColor = 25; + + // aapt resource value: 0x20 + public const int Toolbar_title = 32; + + // aapt resource value: 0x21 + public const int Toolbar_titleMargin = 33; + + // aapt resource value: 0x22 + public const int Toolbar_titleMarginBottom = 34; + + // aapt resource value: 0x23 + public const int Toolbar_titleMarginEnd = 35; + + // aapt resource value: 0x26 + public const int Toolbar_titleMargins = 38; + + // aapt resource value: 0x24 + public const int Toolbar_titleMarginStart = 36; + + // aapt resource value: 0x25 + public const int Toolbar_titleMarginTop = 37; + + // aapt resource value: 0x27 + public const int Toolbar_titleTextAppearance = 39; + + // aapt resource value: 0x28 + public const int Toolbar_titleTextColor = 40; + + public static int[] View = new int[] { + 16842970, + 16842752, + 2130968791, + 2130968792, + 2130968881}; + + public static int[] ViewBackgroundHelper = new int[] { + 16842964, + 2130968629, + 2130968630}; + + // aapt resource value: 0x7F070533 + public const int ViewBackgroundHelper_android_background = 2131166515; + + // aapt resource value: 0x1 + public const int ViewBackgroundHelper_backgroundTint = 1; + + // aapt resource value: 0x2 + public const int ViewBackgroundHelper_backgroundTintMode = 2; + + public static int[] ViewStubCompat = new int[] { + 16842960, + 16842995, + 16842994}; + + // aapt resource value: 0x7F070537 + public const int ViewStubCompat_android_id = 2131166519; + + // aapt resource value: 0x1 + public const int ViewStubCompat_android_inflatedId = 1; + + // aapt resource value: 0x2 + public const int ViewStubCompat_android_layout = 2; + + // aapt resource value: 0x7F070527 + public const int View_android_focusable = 2131166503; + + // aapt resource value: 0x1 + public const int View_android_theme = 1; + + // aapt resource value: 0x2 + public const int View_paddingEnd = 2; + + // aapt resource value: 0x3 + public const int View_paddingStart = 3; + + // aapt resource value: 0x4 + public const int View_theme = 4; + + static Styleable() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Styleable() + { + } + } + } +} +#pragma warning restore 1591 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/designtime/build.props b/Calculadora/Calculadora.Android/obj/Debug/81/designtime/build.props new file mode 100644 index 0000000..13a008b --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/designtime/build.props @@ -0,0 +1,24 @@ +BundleAssemblies=False +AotAssemblies=False +AndroidAotMode= +ExplicitCrunch=False +EnableProguard= +UseSharedRuntime=true +EmbedAssembliesIntoApk=False +AndroidLinkMode=None +AndroidLinkSkip= +AndroidSdkBuildToolsVersion=27.0.3 +AndroidSdkPath= +AndroidNdkPath= +JavaSdkPath= +AndroidSequencePointsMode=None +XamarinAndroidVersion=9.1.7-0 +MonoSymbolArchive=False +AndroidUseLatestPlatformSdk=false +TargetFrameworkVersion=v8.1 +AndroidCreatePackagePerAbi= +OS=Windows_NT +DesignTimeBuild= +AndroidIncludeDebugSymbols=True +AdbTarget= +AdbOptions= diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/designtime/libraryimports.cache b/Calculadora/Calculadora.Android/obj/Debug/81/designtime/libraryimports.cache new file mode 100644 index 0000000..d74d7c0 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/designtime/libraryimports.cache @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/designtime/libraryimports.cache.stamp b/Calculadora/Calculadora.Android/obj/Debug/81/designtime/libraryimports.cache.stamp new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/designtime/libraryprojectimports.cache b/Calculadora/Calculadora.Android/obj/Debug/81/designtime/libraryprojectimports.cache new file mode 100644 index 0000000..34fcefb --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/designtime/libraryprojectimports.cache @@ -0,0 +1,51 @@ + + + + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\10\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\11\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\12\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\13\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\14\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\15\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\16\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\17\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\18\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\19\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\2\jl\formsviewgroup.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\20\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\21\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\3\jl\arch-core-common.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\4\jl\arch-lifecycle-common.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\5\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\6\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\7\jl\support-annotations.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\8\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\9\jl\bin\classes.jar + + + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\8\jl\res + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\11\jl\res + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\13\jl\res + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\14\jl\res + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\15\jl\res + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\16\jl\res + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\17\jl\res + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\18\jl\res + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\20\jl\res + + + obj\Debug\81\lp\15\jl\assets + + + + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\8.stamp + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\11.stamp + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\13.stamp + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\14.stamp + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\15.stamp + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\16.stamp + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\17.stamp + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\18.stamp + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\20.stamp + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/devices.cache b/Calculadora/Calculadora.Android/obj/Debug/81/devices.cache new file mode 100644 index 0000000..f84d391 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/devices.cache @@ -0,0 +1,7 @@ + + + + arm64-v8a + 28 + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/libraryimports.cache b/Calculadora/Calculadora.Android/obj/Debug/81/libraryimports.cache new file mode 100644 index 0000000..a1c7813 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/libraryimports.cache @@ -0,0 +1,44 @@ + + + + obj\Debug\81\lp\10\jl\AndroidManifest.xml + obj\Debug\81\lp\11\jl\AndroidManifest.xml + obj\Debug\81\lp\12\jl\AndroidManifest.xml + obj\Debug\81\lp\13\jl\AndroidManifest.xml + obj\Debug\81\lp\14\jl\AndroidManifest.xml + obj\Debug\81\lp\15\jl\AndroidManifest.xml + obj\Debug\81\lp\16\jl\AndroidManifest.xml + obj\Debug\81\lp\17\jl\AndroidManifest.xml + obj\Debug\81\lp\18\jl\AndroidManifest.xml + obj\Debug\81\lp\19\jl\AndroidManifest.xml + obj\Debug\81\lp\20\jl\AndroidManifest.xml + obj\Debug\81\lp\21\jl\AndroidManifest.xml + obj\Debug\81\lp\5\jl\AndroidManifest.xml + obj\Debug\81\lp\6\jl\AndroidManifest.xml + obj\Debug\81\lp\8\jl\AndroidManifest.xml + obj\Debug\81\lp\9\jl\AndroidManifest.xml + + + + obj\Debug\81\lp\10\jl\bin\classes.jar + obj\Debug\81\lp\11\jl\bin\classes.jar + obj\Debug\81\lp\12\jl\bin\classes.jar + obj\Debug\81\lp\13\jl\bin\classes.jar + obj\Debug\81\lp\14\jl\bin\classes.jar + obj\Debug\81\lp\15\jl\bin\classes.jar + obj\Debug\81\lp\16\jl\bin\classes.jar + obj\Debug\81\lp\17\jl\bin\classes.jar + obj\Debug\81\lp\18\jl\bin\classes.jar + obj\Debug\81\lp\19\jl\bin\classes.jar + obj\Debug\81\lp\2\jl\formsviewgroup.jar + obj\Debug\81\lp\20\jl\bin\classes.jar + obj\Debug\81\lp\21\jl\bin\classes.jar + obj\Debug\81\lp\3\jl\arch-core-common.jar + obj\Debug\81\lp\4\jl\arch-lifecycle-common.jar + obj\Debug\81\lp\5\jl\bin\classes.jar + obj\Debug\81\lp\6\jl\bin\classes.jar + obj\Debug\81\lp\7\jl\support-annotations.jar + obj\Debug\81\lp\8\jl\bin\classes.jar + obj\Debug\81\lp\9\jl\bin\classes.jar + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/libraryimports.cache.stamp b/Calculadora/Calculadora.Android/obj/Debug/81/libraryimports.cache.stamp new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/libraryprojectimports.cache b/Calculadora/Calculadora.Android/obj/Debug/81/libraryprojectimports.cache new file mode 100644 index 0000000..34fcefb --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/libraryprojectimports.cache @@ -0,0 +1,51 @@ + + + + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\10\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\11\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\12\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\13\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\14\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\15\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\16\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\17\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\18\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\19\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\2\jl\formsviewgroup.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\20\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\21\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\3\jl\arch-core-common.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\4\jl\arch-lifecycle-common.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\5\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\6\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\7\jl\support-annotations.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\8\jl\bin\classes.jar + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\9\jl\bin\classes.jar + + + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\8\jl\res + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\11\jl\res + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\13\jl\res + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\14\jl\res + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\15\jl\res + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\16\jl\res + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\17\jl\res + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\18\jl\res + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\20\jl\res + + + obj\Debug\81\lp\15\jl\assets + + + + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\8.stamp + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\11.stamp + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\13.stamp + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\14.stamp + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\15.stamp + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\16.stamp + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\17.stamp + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\18.stamp + C:\Users\GuiNerd\source\repos\Calculadora\Calculadora\Calculadora.Android\obj\Debug\81\lp\20.stamp + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/link.flag b/Calculadora/Calculadora.Android/obj/Debug/81/link.flag new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/linksrc/Calculadora.dll.mdb b/Calculadora/Calculadora.Android/obj/Debug/81/linksrc/Calculadora.dll.mdb new file mode 100644 index 0000000..8047890 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/linksrc/Calculadora.dll.mdb differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/0.stamp b/Calculadora/Calculadora.Android/obj/Debug/81/lp/0.stamp new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/1.stamp b/Calculadora/Calculadora.Android/obj/Debug/81/lp/1.stamp new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/10.stamp b/Calculadora/Calculadora.Android/obj/Debug/81/lp/10.stamp new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/10/jl/AndroidManifest.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/10/jl/AndroidManifest.xml new file mode 100644 index 0000000..3a72540 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/10/jl/AndroidManifest.xml @@ -0,0 +1,21 @@ + + + + + + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/10/jl/R.txt b/Calculadora/Calculadora.Android/obj/Debug/81/lp/10/jl/R.txt new file mode 100644 index 0000000..36a8ef6 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/10/jl/R.txt @@ -0,0 +1,101 @@ +int attr font 0x7f040001 +int attr fontProviderAuthority 0x7f040002 +int attr fontProviderCerts 0x7f040003 +int attr fontProviderFetchStrategy 0x7f040004 +int attr fontProviderFetchTimeout 0x7f040005 +int attr fontProviderPackage 0x7f040006 +int attr fontProviderQuery 0x7f040007 +int attr fontStyle 0x7f040008 +int attr fontWeight 0x7f040009 +int bool abc_action_bar_embed_tabs 0x7f050001 +int color notification_action_color_filter 0x7f060001 +int color notification_icon_bg_color 0x7f060002 +int color ripple_material_light 0x7f060003 +int color secondary_text_default_material_light 0x7f060004 +int dimen compat_button_inset_horizontal_material 0x7f080001 +int dimen compat_button_inset_vertical_material 0x7f080002 +int dimen compat_button_padding_horizontal_material 0x7f080003 +int dimen compat_button_padding_vertical_material 0x7f080004 +int dimen compat_control_corner_material 0x7f080005 +int dimen notification_action_icon_size 0x7f080006 +int dimen notification_action_text_size 0x7f080007 +int dimen notification_big_circle_margin 0x7f080008 +int dimen notification_content_margin_start 0x7f080009 +int dimen notification_large_icon_height 0x7f08000a +int dimen notification_large_icon_width 0x7f08000b +int dimen notification_main_column_padding_top 0x7f08000c +int dimen notification_media_narrow_margin 0x7f08000d +int dimen notification_right_icon_size 0x7f08000e +int dimen notification_right_side_padding_top 0x7f08000f +int dimen notification_small_icon_background_padding 0x7f080010 +int dimen notification_small_icon_size_as_large 0x7f080011 +int dimen notification_subtext_size 0x7f080012 +int dimen notification_top_pad 0x7f080013 +int dimen notification_top_pad_large_text 0x7f080014 +int drawable notification_action_background 0x7f090001 +int drawable notification_bg 0x7f090002 +int drawable notification_bg_low 0x7f090003 +int drawable notification_bg_low_normal 0x7f090004 +int drawable notification_bg_low_pressed 0x7f090005 +int drawable notification_bg_normal 0x7f090006 +int drawable notification_bg_normal_pressed 0x7f090007 +int drawable notification_icon_background 0x7f090008 +int drawable notification_template_icon_bg 0x7f090009 +int drawable notification_template_icon_low_bg 0x7f09000a +int drawable notification_tile_bg 0x7f09000b +int drawable notify_panel_notification_icon_bg 0x7f09000c +int id action_container 0x7f0c0001 +int id action_divider 0x7f0c0002 +int id action_image 0x7f0c0003 +int id action_text 0x7f0c0004 +int id actions 0x7f0c0005 +int id async 0x7f0c0006 +int id blocking 0x7f0c0007 +int id chronometer 0x7f0c0008 +int id forever 0x7f0c0009 +int id icon 0x7f0c000a +int id icon_group 0x7f0c000b +int id info 0x7f0c000c +int id italic 0x7f0c000d +int id line1 0x7f0c000e +int id line3 0x7f0c000f +int id normal 0x7f0c0010 +int id notification_background 0x7f0c0011 +int id notification_main_column 0x7f0c0012 +int id notification_main_column_container 0x7f0c0013 +int id right_icon 0x7f0c0014 +int id right_side 0x7f0c0015 +int id tag_transition_group 0x7f0c0016 +int id text 0x7f0c0017 +int id text2 0x7f0c0018 +int id time 0x7f0c0019 +int id title 0x7f0c001a +int integer status_bar_notification_info_maxnum 0x7f0d0001 +int layout notification_action 0x7f0f0001 +int layout notification_action_tombstone 0x7f0f0002 +int layout notification_template_custom_big 0x7f0f0003 +int layout notification_template_icon_group 0x7f0f0004 +int layout notification_template_part_chronometer 0x7f0f0005 +int layout notification_template_part_time 0x7f0f0006 +int string status_bar_notification_info_overflow 0x7f150001 +int style TextAppearance_Compat_Notification 0x7f160001 +int style TextAppearance_Compat_Notification_Info 0x7f160002 +int style TextAppearance_Compat_Notification_Line2 0x7f160003 +int style TextAppearance_Compat_Notification_Time 0x7f160004 +int style TextAppearance_Compat_Notification_Title 0x7f160005 +int style Widget_Compat_NotificationActionContainer 0x7f160006 +int style Widget_Compat_NotificationActionText 0x7f160007 +int[] styleable FontFamily { 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007 } +int styleable FontFamily_fontProviderAuthority 0 +int styleable FontFamily_fontProviderCerts 1 +int styleable FontFamily_fontProviderFetchStrategy 2 +int styleable FontFamily_fontProviderFetchTimeout 3 +int styleable FontFamily_fontProviderPackage 4 +int styleable FontFamily_fontProviderQuery 5 +int[] styleable FontFamilyFont { 0x01010532, 0x0101053f, 0x01010533, 0x7f040001, 0x7f040008, 0x7f040009 } +int styleable FontFamilyFont_android_font 0 +int styleable FontFamilyFont_android_fontStyle 1 +int styleable FontFamilyFont_android_fontWeight 2 +int styleable FontFamilyFont_font 3 +int styleable FontFamilyFont_fontStyle 4 +int styleable FontFamilyFont_fontWeight 5 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/10/jl/bin/AndroidManifest.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/10/jl/bin/AndroidManifest.xml new file mode 100644 index 0000000..3a72540 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/10/jl/bin/AndroidManifest.xml @@ -0,0 +1,21 @@ + + + + + + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/10/jl/bin/R.txt b/Calculadora/Calculadora.Android/obj/Debug/81/lp/10/jl/bin/R.txt new file mode 100644 index 0000000..36a8ef6 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/10/jl/bin/R.txt @@ -0,0 +1,101 @@ +int attr font 0x7f040001 +int attr fontProviderAuthority 0x7f040002 +int attr fontProviderCerts 0x7f040003 +int attr fontProviderFetchStrategy 0x7f040004 +int attr fontProviderFetchTimeout 0x7f040005 +int attr fontProviderPackage 0x7f040006 +int attr fontProviderQuery 0x7f040007 +int attr fontStyle 0x7f040008 +int attr fontWeight 0x7f040009 +int bool abc_action_bar_embed_tabs 0x7f050001 +int color notification_action_color_filter 0x7f060001 +int color notification_icon_bg_color 0x7f060002 +int color ripple_material_light 0x7f060003 +int color secondary_text_default_material_light 0x7f060004 +int dimen compat_button_inset_horizontal_material 0x7f080001 +int dimen compat_button_inset_vertical_material 0x7f080002 +int dimen compat_button_padding_horizontal_material 0x7f080003 +int dimen compat_button_padding_vertical_material 0x7f080004 +int dimen compat_control_corner_material 0x7f080005 +int dimen notification_action_icon_size 0x7f080006 +int dimen notification_action_text_size 0x7f080007 +int dimen notification_big_circle_margin 0x7f080008 +int dimen notification_content_margin_start 0x7f080009 +int dimen notification_large_icon_height 0x7f08000a +int dimen notification_large_icon_width 0x7f08000b +int dimen notification_main_column_padding_top 0x7f08000c +int dimen notification_media_narrow_margin 0x7f08000d +int dimen notification_right_icon_size 0x7f08000e +int dimen notification_right_side_padding_top 0x7f08000f +int dimen notification_small_icon_background_padding 0x7f080010 +int dimen notification_small_icon_size_as_large 0x7f080011 +int dimen notification_subtext_size 0x7f080012 +int dimen notification_top_pad 0x7f080013 +int dimen notification_top_pad_large_text 0x7f080014 +int drawable notification_action_background 0x7f090001 +int drawable notification_bg 0x7f090002 +int drawable notification_bg_low 0x7f090003 +int drawable notification_bg_low_normal 0x7f090004 +int drawable notification_bg_low_pressed 0x7f090005 +int drawable notification_bg_normal 0x7f090006 +int drawable notification_bg_normal_pressed 0x7f090007 +int drawable notification_icon_background 0x7f090008 +int drawable notification_template_icon_bg 0x7f090009 +int drawable notification_template_icon_low_bg 0x7f09000a +int drawable notification_tile_bg 0x7f09000b +int drawable notify_panel_notification_icon_bg 0x7f09000c +int id action_container 0x7f0c0001 +int id action_divider 0x7f0c0002 +int id action_image 0x7f0c0003 +int id action_text 0x7f0c0004 +int id actions 0x7f0c0005 +int id async 0x7f0c0006 +int id blocking 0x7f0c0007 +int id chronometer 0x7f0c0008 +int id forever 0x7f0c0009 +int id icon 0x7f0c000a +int id icon_group 0x7f0c000b +int id info 0x7f0c000c +int id italic 0x7f0c000d +int id line1 0x7f0c000e +int id line3 0x7f0c000f +int id normal 0x7f0c0010 +int id notification_background 0x7f0c0011 +int id notification_main_column 0x7f0c0012 +int id notification_main_column_container 0x7f0c0013 +int id right_icon 0x7f0c0014 +int id right_side 0x7f0c0015 +int id tag_transition_group 0x7f0c0016 +int id text 0x7f0c0017 +int id text2 0x7f0c0018 +int id time 0x7f0c0019 +int id title 0x7f0c001a +int integer status_bar_notification_info_maxnum 0x7f0d0001 +int layout notification_action 0x7f0f0001 +int layout notification_action_tombstone 0x7f0f0002 +int layout notification_template_custom_big 0x7f0f0003 +int layout notification_template_icon_group 0x7f0f0004 +int layout notification_template_part_chronometer 0x7f0f0005 +int layout notification_template_part_time 0x7f0f0006 +int string status_bar_notification_info_overflow 0x7f150001 +int style TextAppearance_Compat_Notification 0x7f160001 +int style TextAppearance_Compat_Notification_Info 0x7f160002 +int style TextAppearance_Compat_Notification_Line2 0x7f160003 +int style TextAppearance_Compat_Notification_Time 0x7f160004 +int style TextAppearance_Compat_Notification_Title 0x7f160005 +int style Widget_Compat_NotificationActionContainer 0x7f160006 +int style Widget_Compat_NotificationActionText 0x7f160007 +int[] styleable FontFamily { 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007 } +int styleable FontFamily_fontProviderAuthority 0 +int styleable FontFamily_fontProviderCerts 1 +int styleable FontFamily_fontProviderFetchStrategy 2 +int styleable FontFamily_fontProviderFetchTimeout 3 +int styleable FontFamily_fontProviderPackage 4 +int styleable FontFamily_fontProviderQuery 5 +int[] styleable FontFamilyFont { 0x01010532, 0x0101053f, 0x01010533, 0x7f040001, 0x7f040008, 0x7f040009 } +int styleable FontFamilyFont_android_font 0 +int styleable FontFamilyFont_android_fontStyle 1 +int styleable FontFamilyFont_android_fontWeight 2 +int styleable FontFamilyFont_font 3 +int styleable FontFamilyFont_fontStyle 4 +int styleable FontFamilyFont_fontWeight 5 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/10/jl/bin/classes.jar b/Calculadora/Calculadora.Android/obj/Debug/81/lp/10/jl/bin/classes.jar new file mode 100644 index 0000000..88d52bd Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/lp/10/jl/bin/classes.jar differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11.stamp b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11.stamp new file mode 100644 index 0000000..e69de29 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/AndroidManifest.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/AndroidManifest.xml new file mode 100644 index 0000000..a1c9f3b --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/AndroidManifest.xml @@ -0,0 +1,21 @@ + + + + + + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/R.txt b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/R.txt new file mode 100644 index 0000000..3498c8c --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/R.txt @@ -0,0 +1,1899 @@ +int anim abc_fade_in 0x7f010001 +int anim abc_fade_out 0x7f010002 +int anim abc_grow_fade_in_from_bottom 0x7f010003 +int anim abc_popup_enter 0x7f010004 +int anim abc_popup_exit 0x7f010005 +int anim abc_shrink_fade_out_from_bottom 0x7f010006 +int anim abc_slide_in_bottom 0x7f010007 +int anim abc_slide_in_top 0x7f010008 +int anim abc_slide_out_bottom 0x7f010009 +int anim abc_slide_out_top 0x7f01000a +int anim design_bottom_sheet_slide_in 0x7f01000b +int anim design_bottom_sheet_slide_out 0x7f01000c +int anim design_snackbar_in 0x7f01000d +int anim design_snackbar_out 0x7f01000e +int anim tooltip_enter 0x7f01000f +int anim tooltip_exit 0x7f010010 +int animator design_appbar_state_list_animator 0x7f020001 +int attr actionBarDivider 0x7f040001 +int attr actionBarItemBackground 0x7f040002 +int attr actionBarPopupTheme 0x7f040003 +int attr actionBarSize 0x7f040004 +int attr actionBarSplitStyle 0x7f040005 +int attr actionBarStyle 0x7f040006 +int attr actionBarTabBarStyle 0x7f040007 +int attr actionBarTabStyle 0x7f040008 +int attr actionBarTabTextStyle 0x7f040009 +int attr actionBarTheme 0x7f04000a +int attr actionBarWidgetTheme 0x7f04000b +int attr actionButtonStyle 0x7f04000c +int attr actionDropDownStyle 0x7f04000d +int attr actionLayout 0x7f04000e +int attr actionMenuTextAppearance 0x7f04000f +int attr actionMenuTextColor 0x7f040010 +int attr actionModeBackground 0x7f040011 +int attr actionModeCloseButtonStyle 0x7f040012 +int attr actionModeCloseDrawable 0x7f040013 +int attr actionModeCopyDrawable 0x7f040014 +int attr actionModeCutDrawable 0x7f040015 +int attr actionModeFindDrawable 0x7f040016 +int attr actionModePasteDrawable 0x7f040017 +int attr actionModePopupWindowStyle 0x7f040018 +int attr actionModeSelectAllDrawable 0x7f040019 +int attr actionModeShareDrawable 0x7f04001a +int attr actionModeSplitBackground 0x7f04001b +int attr actionModeStyle 0x7f04001c +int attr actionModeWebSearchDrawable 0x7f04001d +int attr actionOverflowButtonStyle 0x7f04001e +int attr actionOverflowMenuStyle 0x7f04001f +int attr actionProviderClass 0x7f040020 +int attr actionViewClass 0x7f040021 +int attr activityChooserViewStyle 0x7f040022 +int attr alertDialogButtonGroupStyle 0x7f040023 +int attr alertDialogCenterButtons 0x7f040024 +int attr alertDialogStyle 0x7f040025 +int attr alertDialogTheme 0x7f040026 +int attr allowStacking 0x7f040027 +int attr alpha 0x7f040028 +int attr alphabeticModifiers 0x7f040029 +int attr arrowHeadLength 0x7f04002a +int attr arrowShaftLength 0x7f04002b +int attr autoCompleteTextViewStyle 0x7f04002c +int attr autoSizeMaxTextSize 0x7f04002d +int attr autoSizeMinTextSize 0x7f04002e +int attr autoSizePresetSizes 0x7f04002f +int attr autoSizeStepGranularity 0x7f040030 +int attr autoSizeTextType 0x7f040031 +int attr background 0x7f040032 +int attr backgroundSplit 0x7f040033 +int attr backgroundStacked 0x7f040034 +int attr backgroundTint 0x7f040035 +int attr backgroundTintMode 0x7f040036 +int attr barLength 0x7f040037 +int attr behavior_autoHide 0x7f040038 +int attr behavior_hideable 0x7f040039 +int attr behavior_overlapTop 0x7f04003a +int attr behavior_peekHeight 0x7f04003b +int attr behavior_skipCollapsed 0x7f04003c +int attr borderWidth 0x7f04003d +int attr borderlessButtonStyle 0x7f04003e +int attr bottomSheetDialogTheme 0x7f04003f +int attr bottomSheetStyle 0x7f040040 +int attr buttonBarButtonStyle 0x7f040041 +int attr buttonBarNegativeButtonStyle 0x7f040042 +int attr buttonBarNeutralButtonStyle 0x7f040043 +int attr buttonBarPositiveButtonStyle 0x7f040044 +int attr buttonBarStyle 0x7f040045 +int attr buttonGravity 0x7f040046 +int attr buttonPanelSideLayout 0x7f040047 +int attr buttonStyle 0x7f040048 +int attr buttonStyleSmall 0x7f040049 +int attr buttonTint 0x7f04004a +int attr buttonTintMode 0x7f04004b +int attr checkboxStyle 0x7f04004c +int attr checkedTextViewStyle 0x7f04004d +int attr closeIcon 0x7f04004e +int attr closeItemLayout 0x7f04004f +int attr collapseContentDescription 0x7f040050 +int attr collapseIcon 0x7f040051 +int attr collapsedTitleGravity 0x7f040052 +int attr collapsedTitleTextAppearance 0x7f040053 +int attr color 0x7f040054 +int attr colorAccent 0x7f040055 +int attr colorBackgroundFloating 0x7f040056 +int attr colorButtonNormal 0x7f040057 +int attr colorControlActivated 0x7f040058 +int attr colorControlHighlight 0x7f040059 +int attr colorControlNormal 0x7f04005a +int attr colorError 0x7f04005b +int attr colorPrimary 0x7f04005c +int attr colorPrimaryDark 0x7f04005d +int attr colorSwitchThumbNormal 0x7f04005e +int attr commitIcon 0x7f04005f +int attr contentDescription 0x7f040060 +int attr contentInsetEnd 0x7f040061 +int attr contentInsetEndWithActions 0x7f040062 +int attr contentInsetLeft 0x7f040063 +int attr contentInsetRight 0x7f040064 +int attr contentInsetStart 0x7f040065 +int attr contentInsetStartWithNavigation 0x7f040066 +int attr contentScrim 0x7f040067 +int attr controlBackground 0x7f040068 +int attr counterEnabled 0x7f040069 +int attr counterMaxLength 0x7f04006a +int attr counterOverflowTextAppearance 0x7f04006b +int attr counterTextAppearance 0x7f04006c +int attr customNavigationLayout 0x7f04006d +int attr defaultQueryHint 0x7f04006e +int attr dialogPreferredPadding 0x7f04006f +int attr dialogTheme 0x7f040070 +int attr displayOptions 0x7f040071 +int attr divider 0x7f040072 +int attr dividerHorizontal 0x7f040073 +int attr dividerPadding 0x7f040074 +int attr dividerVertical 0x7f040075 +int attr drawableSize 0x7f040076 +int attr drawerArrowStyle 0x7f040077 +int attr dropDownListViewStyle 0x7f040078 +int attr dropdownListPreferredItemHeight 0x7f040079 +int attr editTextBackground 0x7f04007a +int attr editTextColor 0x7f04007b +int attr editTextStyle 0x7f04007c +int attr elevation 0x7f04007d +int attr errorEnabled 0x7f04007e +int attr errorTextAppearance 0x7f04007f +int attr expandActivityOverflowButtonDrawable 0x7f040080 +int attr expanded 0x7f040081 +int attr expandedTitleGravity 0x7f040082 +int attr expandedTitleMargin 0x7f040083 +int attr expandedTitleMarginBottom 0x7f040084 +int attr expandedTitleMarginEnd 0x7f040085 +int attr expandedTitleMarginStart 0x7f040086 +int attr expandedTitleMarginTop 0x7f040087 +int attr expandedTitleTextAppearance 0x7f040088 +int attr fabSize 0x7f040089 +int attr fastScrollEnabled 0x7f04008a +int attr fastScrollHorizontalThumbDrawable 0x7f04008b +int attr fastScrollHorizontalTrackDrawable 0x7f04008c +int attr fastScrollVerticalThumbDrawable 0x7f04008d +int attr fastScrollVerticalTrackDrawable 0x7f04008e +int attr font 0x7f04008f +int attr fontFamily 0x7f040090 +int attr fontProviderAuthority 0x7f040091 +int attr fontProviderCerts 0x7f040092 +int attr fontProviderFetchStrategy 0x7f040093 +int attr fontProviderFetchTimeout 0x7f040094 +int attr fontProviderPackage 0x7f040095 +int attr fontProviderQuery 0x7f040096 +int attr fontStyle 0x7f040097 +int attr fontWeight 0x7f040098 +int attr foregroundInsidePadding 0x7f040099 +int attr gapBetweenBars 0x7f04009a +int attr goIcon 0x7f04009b +int attr headerLayout 0x7f04009c +int attr height 0x7f04009d +int attr hideOnContentScroll 0x7f04009e +int attr hintAnimationEnabled 0x7f04009f +int attr hintEnabled 0x7f0400a0 +int attr hintTextAppearance 0x7f0400a1 +int attr homeAsUpIndicator 0x7f0400a2 +int attr homeLayout 0x7f0400a3 +int attr icon 0x7f0400a4 +int attr iconTint 0x7f0400a5 +int attr iconTintMode 0x7f0400a6 +int attr iconifiedByDefault 0x7f0400a7 +int attr imageButtonStyle 0x7f0400a8 +int attr indeterminateProgressStyle 0x7f0400a9 +int attr initialActivityCount 0x7f0400aa +int attr insetForeground 0x7f0400ab +int attr isLightTheme 0x7f0400ac +int attr itemBackground 0x7f0400ad +int attr itemIconTint 0x7f0400ae +int attr itemPadding 0x7f0400af +int attr itemTextAppearance 0x7f0400b0 +int attr itemTextColor 0x7f0400b1 +int attr keylines 0x7f0400b2 +int attr layout 0x7f0400b3 +int attr layoutManager 0x7f0400b4 +int attr layout_anchor 0x7f0400b5 +int attr layout_anchorGravity 0x7f0400b6 +int attr layout_behavior 0x7f0400b7 +int attr layout_collapseMode 0x7f0400b8 +int attr layout_collapseParallaxMultiplier 0x7f0400b9 +int attr layout_dodgeInsetEdges 0x7f0400ba +int attr layout_insetEdge 0x7f0400bb +int attr layout_keyline 0x7f0400bc +int attr layout_scrollFlags 0x7f0400bd +int attr layout_scrollInterpolator 0x7f0400be +int attr listChoiceBackgroundIndicator 0x7f0400bf +int attr listDividerAlertDialog 0x7f0400c0 +int attr listItemLayout 0x7f0400c1 +int attr listLayout 0x7f0400c2 +int attr listMenuViewStyle 0x7f0400c3 +int attr listPopupWindowStyle 0x7f0400c4 +int attr listPreferredItemHeight 0x7f0400c5 +int attr listPreferredItemHeightLarge 0x7f0400c6 +int attr listPreferredItemHeightSmall 0x7f0400c7 +int attr listPreferredItemPaddingLeft 0x7f0400c8 +int attr listPreferredItemPaddingRight 0x7f0400c9 +int attr logo 0x7f0400ca +int attr logoDescription 0x7f0400cb +int attr maxActionInlineWidth 0x7f0400cc +int attr maxButtonHeight 0x7f0400cd +int attr measureWithLargestChild 0x7f0400ce +int attr menu 0x7f0400cf +int attr multiChoiceItemLayout 0x7f0400d0 +int attr navigationContentDescription 0x7f0400d1 +int attr navigationIcon 0x7f0400d2 +int attr navigationMode 0x7f0400d3 +int attr numericModifiers 0x7f0400d4 +int attr overlapAnchor 0x7f0400d5 +int attr paddingBottomNoButtons 0x7f0400d6 +int attr paddingEnd 0x7f0400d7 +int attr paddingStart 0x7f0400d8 +int attr paddingTopNoTitle 0x7f0400d9 +int attr panelBackground 0x7f0400da +int attr panelMenuListTheme 0x7f0400db +int attr panelMenuListWidth 0x7f0400dc +int attr passwordToggleContentDescription 0x7f0400dd +int attr passwordToggleDrawable 0x7f0400de +int attr passwordToggleEnabled 0x7f0400df +int attr passwordToggleTint 0x7f0400e0 +int attr passwordToggleTintMode 0x7f0400e1 +int attr popupMenuStyle 0x7f0400e2 +int attr popupTheme 0x7f0400e3 +int attr popupWindowStyle 0x7f0400e4 +int attr preserveIconSpacing 0x7f0400e5 +int attr pressedTranslationZ 0x7f0400e6 +int attr progressBarPadding 0x7f0400e7 +int attr progressBarStyle 0x7f0400e8 +int attr queryBackground 0x7f0400e9 +int attr queryHint 0x7f0400ea +int attr radioButtonStyle 0x7f0400eb +int attr ratingBarStyle 0x7f0400ec +int attr ratingBarStyleIndicator 0x7f0400ed +int attr ratingBarStyleSmall 0x7f0400ee +int attr reverseLayout 0x7f0400ef +int attr rippleColor 0x7f0400f0 +int attr scrimAnimationDuration 0x7f0400f1 +int attr scrimVisibleHeightTrigger 0x7f0400f2 +int attr searchHintIcon 0x7f0400f3 +int attr searchIcon 0x7f0400f4 +int attr searchViewStyle 0x7f0400f5 +int attr seekBarStyle 0x7f0400f6 +int attr selectableItemBackground 0x7f0400f7 +int attr selectableItemBackgroundBorderless 0x7f0400f8 +int attr showAsAction 0x7f0400f9 +int attr showDividers 0x7f0400fa +int attr showText 0x7f0400fb +int attr showTitle 0x7f0400fc +int attr singleChoiceItemLayout 0x7f0400fd +int attr spanCount 0x7f0400fe +int attr spinBars 0x7f0400ff +int attr spinnerDropDownItemStyle 0x7f040100 +int attr spinnerStyle 0x7f040101 +int attr splitTrack 0x7f040102 +int attr srcCompat 0x7f040103 +int attr stackFromEnd 0x7f040104 +int attr state_above_anchor 0x7f040105 +int attr state_collapsed 0x7f040106 +int attr state_collapsible 0x7f040107 +int attr statusBarBackground 0x7f040108 +int attr statusBarScrim 0x7f040109 +int attr subMenuArrow 0x7f04010a +int attr submitBackground 0x7f04010b +int attr subtitle 0x7f04010c +int attr subtitleTextAppearance 0x7f04010d +int attr subtitleTextColor 0x7f04010e +int attr subtitleTextStyle 0x7f04010f +int attr suggestionRowLayout 0x7f040110 +int attr switchMinWidth 0x7f040111 +int attr switchPadding 0x7f040112 +int attr switchStyle 0x7f040113 +int attr switchTextAppearance 0x7f040114 +int attr tabBackground 0x7f040115 +int attr tabContentStart 0x7f040116 +int attr tabGravity 0x7f040117 +int attr tabIndicatorColor 0x7f040118 +int attr tabIndicatorHeight 0x7f040119 +int attr tabMaxWidth 0x7f04011a +int attr tabMinWidth 0x7f04011b +int attr tabMode 0x7f04011c +int attr tabPadding 0x7f04011d +int attr tabPaddingBottom 0x7f04011e +int attr tabPaddingEnd 0x7f04011f +int attr tabPaddingStart 0x7f040120 +int attr tabPaddingTop 0x7f040121 +int attr tabSelectedTextColor 0x7f040122 +int attr tabTextAppearance 0x7f040123 +int attr tabTextColor 0x7f040124 +int attr textAllCaps 0x7f040125 +int attr textAppearanceLargePopupMenu 0x7f040126 +int attr textAppearanceListItem 0x7f040127 +int attr textAppearanceListItemSecondary 0x7f040128 +int attr textAppearanceListItemSmall 0x7f040129 +int attr textAppearancePopupMenuHeader 0x7f04012a +int attr textAppearanceSearchResultSubtitle 0x7f04012b +int attr textAppearanceSearchResultTitle 0x7f04012c +int attr textAppearanceSmallPopupMenu 0x7f04012d +int attr textColorAlertDialogListItem 0x7f04012e +int attr textColorError 0x7f04012f +int attr textColorSearchUrl 0x7f040130 +int attr theme 0x7f040131 +int attr thickness 0x7f040132 +int attr thumbTextPadding 0x7f040133 +int attr thumbTint 0x7f040134 +int attr thumbTintMode 0x7f040135 +int attr tickMark 0x7f040136 +int attr tickMarkTint 0x7f040137 +int attr tickMarkTintMode 0x7f040138 +int attr tint 0x7f040139 +int attr tintMode 0x7f04013a +int attr title 0x7f04013b +int attr titleEnabled 0x7f04013c +int attr titleMargin 0x7f04013d +int attr titleMarginBottom 0x7f04013e +int attr titleMarginEnd 0x7f04013f +int attr titleMarginStart 0x7f040140 +int attr titleMarginTop 0x7f040141 +int attr titleMargins 0x7f040142 +int attr titleTextAppearance 0x7f040143 +int attr titleTextColor 0x7f040144 +int attr titleTextStyle 0x7f040145 +int attr toolbarId 0x7f040146 +int attr toolbarNavigationButtonStyle 0x7f040147 +int attr toolbarStyle 0x7f040148 +int attr tooltipForegroundColor 0x7f040149 +int attr tooltipFrameBackground 0x7f04014a +int attr tooltipText 0x7f04014b +int attr track 0x7f04014c +int attr trackTint 0x7f04014d +int attr trackTintMode 0x7f04014e +int attr useCompatPadding 0x7f04014f +int attr voiceIcon 0x7f040150 +int attr windowActionBar 0x7f040151 +int attr windowActionBarOverlay 0x7f040152 +int attr windowActionModeOverlay 0x7f040153 +int attr windowFixedHeightMajor 0x7f040154 +int attr windowFixedHeightMinor 0x7f040155 +int attr windowFixedWidthMajor 0x7f040156 +int attr windowFixedWidthMinor 0x7f040157 +int attr windowMinWidthMajor 0x7f040158 +int attr windowMinWidthMinor 0x7f040159 +int attr windowNoTitle 0x7f04015a +int bool abc_action_bar_embed_tabs 0x7f050001 +int bool abc_allow_stacked_button_bar 0x7f050002 +int bool abc_config_actionMenuItemAllCaps 0x7f050003 +int bool abc_config_closeDialogWhenTouchOutside 0x7f050004 +int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f050005 +int color abc_background_cache_hint_selector_material_dark 0x7f060001 +int color abc_background_cache_hint_selector_material_light 0x7f060002 +int color abc_btn_colored_borderless_text_material 0x7f060003 +int color abc_btn_colored_text_material 0x7f060004 +int color abc_color_highlight_material 0x7f060005 +int color abc_hint_foreground_material_dark 0x7f060006 +int color abc_hint_foreground_material_light 0x7f060007 +int color abc_input_method_navigation_guard 0x7f060008 +int color abc_primary_text_disable_only_material_dark 0x7f060009 +int color abc_primary_text_disable_only_material_light 0x7f06000a +int color abc_primary_text_material_dark 0x7f06000b +int color abc_primary_text_material_light 0x7f06000c +int color abc_search_url_text 0x7f06000d +int color abc_search_url_text_normal 0x7f06000e +int color abc_search_url_text_pressed 0x7f06000f +int color abc_search_url_text_selected 0x7f060010 +int color abc_secondary_text_material_dark 0x7f060011 +int color abc_secondary_text_material_light 0x7f060012 +int color abc_tint_btn_checkable 0x7f060013 +int color abc_tint_default 0x7f060014 +int color abc_tint_edittext 0x7f060015 +int color abc_tint_seek_thumb 0x7f060016 +int color abc_tint_spinner 0x7f060017 +int color abc_tint_switch_track 0x7f060018 +int color accent_material_dark 0x7f060019 +int color accent_material_light 0x7f06001a +int color background_floating_material_dark 0x7f06001b +int color background_floating_material_light 0x7f06001c +int color background_material_dark 0x7f06001d +int color background_material_light 0x7f06001e +int color bright_foreground_disabled_material_dark 0x7f06001f +int color bright_foreground_disabled_material_light 0x7f060020 +int color bright_foreground_inverse_material_dark 0x7f060021 +int color bright_foreground_inverse_material_light 0x7f060022 +int color bright_foreground_material_dark 0x7f060023 +int color bright_foreground_material_light 0x7f060024 +int color button_material_dark 0x7f060025 +int color button_material_light 0x7f060026 +int color design_bottom_navigation_shadow_color 0x7f060027 +int color design_error 0x7f060028 +int color design_fab_shadow_end_color 0x7f060029 +int color design_fab_shadow_mid_color 0x7f06002a +int color design_fab_shadow_start_color 0x7f06002b +int color design_fab_stroke_end_inner_color 0x7f06002c +int color design_fab_stroke_end_outer_color 0x7f06002d +int color design_fab_stroke_top_inner_color 0x7f06002e +int color design_fab_stroke_top_outer_color 0x7f06002f +int color design_snackbar_background_color 0x7f060030 +int color design_tint_password_toggle 0x7f060031 +int color dim_foreground_disabled_material_dark 0x7f060032 +int color dim_foreground_disabled_material_light 0x7f060033 +int color dim_foreground_material_dark 0x7f060034 +int color dim_foreground_material_light 0x7f060035 +int color error_color_material 0x7f060036 +int color foreground_material_dark 0x7f060037 +int color foreground_material_light 0x7f060038 +int color highlighted_text_material_dark 0x7f060039 +int color highlighted_text_material_light 0x7f06003a +int color material_blue_grey_800 0x7f06003b +int color material_blue_grey_900 0x7f06003c +int color material_blue_grey_950 0x7f06003d +int color material_deep_teal_200 0x7f06003e +int color material_deep_teal_500 0x7f06003f +int color material_grey_100 0x7f060040 +int color material_grey_300 0x7f060041 +int color material_grey_50 0x7f060042 +int color material_grey_600 0x7f060043 +int color material_grey_800 0x7f060044 +int color material_grey_850 0x7f060045 +int color material_grey_900 0x7f060046 +int color notification_action_color_filter 0x7f060047 +int color notification_icon_bg_color 0x7f060048 +int color notification_material_background_media_default_color 0x7f060049 +int color primary_dark_material_dark 0x7f06004a +int color primary_dark_material_light 0x7f06004b +int color primary_material_dark 0x7f06004c +int color primary_material_light 0x7f06004d +int color primary_text_default_material_dark 0x7f06004e +int color primary_text_default_material_light 0x7f06004f +int color primary_text_disabled_material_dark 0x7f060050 +int color primary_text_disabled_material_light 0x7f060051 +int color ripple_material_dark 0x7f060052 +int color ripple_material_light 0x7f060053 +int color secondary_text_default_material_dark 0x7f060054 +int color secondary_text_default_material_light 0x7f060055 +int color secondary_text_disabled_material_dark 0x7f060056 +int color secondary_text_disabled_material_light 0x7f060057 +int color switch_thumb_disabled_material_dark 0x7f060058 +int color switch_thumb_disabled_material_light 0x7f060059 +int color switch_thumb_material_dark 0x7f06005a +int color switch_thumb_material_light 0x7f06005b +int color switch_thumb_normal_material_dark 0x7f06005c +int color switch_thumb_normal_material_light 0x7f06005d +int color tooltip_background_dark 0x7f06005e +int color tooltip_background_light 0x7f06005f +int dimen abc_action_bar_content_inset_material 0x7f080001 +int dimen abc_action_bar_content_inset_with_nav 0x7f080002 +int dimen abc_action_bar_default_height_material 0x7f080003 +int dimen abc_action_bar_default_padding_end_material 0x7f080004 +int dimen abc_action_bar_default_padding_start_material 0x7f080005 +int dimen abc_action_bar_elevation_material 0x7f080006 +int dimen abc_action_bar_icon_vertical_padding_material 0x7f080007 +int dimen abc_action_bar_overflow_padding_end_material 0x7f080008 +int dimen abc_action_bar_overflow_padding_start_material 0x7f080009 +int dimen abc_action_bar_progress_bar_size 0x7f08000a +int dimen abc_action_bar_stacked_max_height 0x7f08000b +int dimen abc_action_bar_stacked_tab_max_width 0x7f08000c +int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f08000d +int dimen abc_action_bar_subtitle_top_margin_material 0x7f08000e +int dimen abc_action_button_min_height_material 0x7f08000f +int dimen abc_action_button_min_width_material 0x7f080010 +int dimen abc_action_button_min_width_overflow_material 0x7f080011 +int dimen abc_alert_dialog_button_bar_height 0x7f080012 +int dimen abc_button_inset_horizontal_material 0x7f080013 +int dimen abc_button_inset_vertical_material 0x7f080014 +int dimen abc_button_padding_horizontal_material 0x7f080015 +int dimen abc_button_padding_vertical_material 0x7f080016 +int dimen abc_cascading_menus_min_smallest_width 0x7f080017 +int dimen abc_config_prefDialogWidth 0x7f080018 +int dimen abc_control_corner_material 0x7f080019 +int dimen abc_control_inset_material 0x7f08001a +int dimen abc_control_padding_material 0x7f08001b +int dimen abc_dialog_fixed_height_major 0x7f08001c +int dimen abc_dialog_fixed_height_minor 0x7f08001d +int dimen abc_dialog_fixed_width_major 0x7f08001e +int dimen abc_dialog_fixed_width_minor 0x7f08001f +int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f080020 +int dimen abc_dialog_list_padding_top_no_title 0x7f080021 +int dimen abc_dialog_min_width_major 0x7f080022 +int dimen abc_dialog_min_width_minor 0x7f080023 +int dimen abc_dialog_padding_material 0x7f080024 +int dimen abc_dialog_padding_top_material 0x7f080025 +int dimen abc_dialog_title_divider_material 0x7f080026 +int dimen abc_disabled_alpha_material_dark 0x7f080027 +int dimen abc_disabled_alpha_material_light 0x7f080028 +int dimen abc_dropdownitem_icon_width 0x7f080029 +int dimen abc_dropdownitem_text_padding_left 0x7f08002a +int dimen abc_dropdownitem_text_padding_right 0x7f08002b +int dimen abc_edit_text_inset_bottom_material 0x7f08002c +int dimen abc_edit_text_inset_horizontal_material 0x7f08002d +int dimen abc_edit_text_inset_top_material 0x7f08002e +int dimen abc_floating_window_z 0x7f08002f +int dimen abc_list_item_padding_horizontal_material 0x7f080030 +int dimen abc_panel_menu_list_width 0x7f080031 +int dimen abc_progress_bar_height_material 0x7f080032 +int dimen abc_search_view_preferred_height 0x7f080033 +int dimen abc_search_view_preferred_width 0x7f080034 +int dimen abc_seekbar_track_background_height_material 0x7f080035 +int dimen abc_seekbar_track_progress_height_material 0x7f080036 +int dimen abc_select_dialog_padding_start_material 0x7f080037 +int dimen abc_switch_padding 0x7f080038 +int dimen abc_text_size_body_1_material 0x7f080039 +int dimen abc_text_size_body_2_material 0x7f08003a +int dimen abc_text_size_button_material 0x7f08003b +int dimen abc_text_size_caption_material 0x7f08003c +int dimen abc_text_size_display_1_material 0x7f08003d +int dimen abc_text_size_display_2_material 0x7f08003e +int dimen abc_text_size_display_3_material 0x7f08003f +int dimen abc_text_size_display_4_material 0x7f080040 +int dimen abc_text_size_headline_material 0x7f080041 +int dimen abc_text_size_large_material 0x7f080042 +int dimen abc_text_size_medium_material 0x7f080043 +int dimen abc_text_size_menu_header_material 0x7f080044 +int dimen abc_text_size_menu_material 0x7f080045 +int dimen abc_text_size_small_material 0x7f080046 +int dimen abc_text_size_subhead_material 0x7f080047 +int dimen abc_text_size_subtitle_material_toolbar 0x7f080048 +int dimen abc_text_size_title_material 0x7f080049 +int dimen abc_text_size_title_material_toolbar 0x7f08004a +int dimen compat_button_inset_horizontal_material 0x7f08004b +int dimen compat_button_inset_vertical_material 0x7f08004c +int dimen compat_button_padding_horizontal_material 0x7f08004d +int dimen compat_button_padding_vertical_material 0x7f08004e +int dimen compat_control_corner_material 0x7f08004f +int dimen design_appbar_elevation 0x7f080050 +int dimen design_bottom_navigation_active_item_max_width 0x7f080051 +int dimen design_bottom_navigation_active_text_size 0x7f080052 +int dimen design_bottom_navigation_elevation 0x7f080053 +int dimen design_bottom_navigation_height 0x7f080054 +int dimen design_bottom_navigation_item_max_width 0x7f080055 +int dimen design_bottom_navigation_item_min_width 0x7f080056 +int dimen design_bottom_navigation_margin 0x7f080057 +int dimen design_bottom_navigation_shadow_height 0x7f080058 +int dimen design_bottom_navigation_text_size 0x7f080059 +int dimen design_bottom_sheet_modal_elevation 0x7f08005a +int dimen design_bottom_sheet_peek_height_min 0x7f08005b +int dimen design_fab_border_width 0x7f08005c +int dimen design_fab_elevation 0x7f08005d +int dimen design_fab_image_size 0x7f08005e +int dimen design_fab_size_mini 0x7f08005f +int dimen design_fab_size_normal 0x7f080060 +int dimen design_fab_translation_z_pressed 0x7f080061 +int dimen design_navigation_elevation 0x7f080062 +int dimen design_navigation_icon_padding 0x7f080063 +int dimen design_navigation_icon_size 0x7f080064 +int dimen design_navigation_max_width 0x7f080065 +int dimen design_navigation_padding_bottom 0x7f080066 +int dimen design_navigation_separator_vertical_padding 0x7f080067 +int dimen design_snackbar_action_inline_max_width 0x7f080068 +int dimen design_snackbar_background_corner_radius 0x7f080069 +int dimen design_snackbar_elevation 0x7f08006a +int dimen design_snackbar_extra_spacing_horizontal 0x7f08006b +int dimen design_snackbar_max_width 0x7f08006c +int dimen design_snackbar_min_width 0x7f08006d +int dimen design_snackbar_padding_horizontal 0x7f08006e +int dimen design_snackbar_padding_vertical 0x7f08006f +int dimen design_snackbar_padding_vertical_2lines 0x7f080070 +int dimen design_snackbar_text_size 0x7f080071 +int dimen design_tab_max_width 0x7f080072 +int dimen design_tab_scrollable_min_width 0x7f080073 +int dimen design_tab_text_size 0x7f080074 +int dimen design_tab_text_size_2line 0x7f080075 +int dimen disabled_alpha_material_dark 0x7f080076 +int dimen disabled_alpha_material_light 0x7f080077 +int dimen fastscroll_default_thickness 0x7f080078 +int dimen fastscroll_margin 0x7f080079 +int dimen fastscroll_minimum_range 0x7f08007a +int dimen highlight_alpha_material_colored 0x7f08007b +int dimen highlight_alpha_material_dark 0x7f08007c +int dimen highlight_alpha_material_light 0x7f08007d +int dimen hint_alpha_material_dark 0x7f08007e +int dimen hint_alpha_material_light 0x7f08007f +int dimen hint_pressed_alpha_material_dark 0x7f080080 +int dimen hint_pressed_alpha_material_light 0x7f080081 +int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f080082 +int dimen item_touch_helper_swipe_escape_max_velocity 0x7f080083 +int dimen item_touch_helper_swipe_escape_velocity 0x7f080084 +int dimen notification_action_icon_size 0x7f080085 +int dimen notification_action_text_size 0x7f080086 +int dimen notification_big_circle_margin 0x7f080087 +int dimen notification_content_margin_start 0x7f080088 +int dimen notification_large_icon_height 0x7f080089 +int dimen notification_large_icon_width 0x7f08008a +int dimen notification_main_column_padding_top 0x7f08008b +int dimen notification_media_narrow_margin 0x7f08008c +int dimen notification_right_icon_size 0x7f08008d +int dimen notification_right_side_padding_top 0x7f08008e +int dimen notification_small_icon_background_padding 0x7f08008f +int dimen notification_small_icon_size_as_large 0x7f080090 +int dimen notification_subtext_size 0x7f080091 +int dimen notification_top_pad 0x7f080092 +int dimen notification_top_pad_large_text 0x7f080093 +int dimen tooltip_corner_radius 0x7f080094 +int dimen tooltip_horizontal_padding 0x7f080095 +int dimen tooltip_margin 0x7f080096 +int dimen tooltip_precise_anchor_extra_offset 0x7f080097 +int dimen tooltip_precise_anchor_threshold 0x7f080098 +int dimen tooltip_vertical_padding 0x7f080099 +int dimen tooltip_y_offset_non_touch 0x7f08009a +int dimen tooltip_y_offset_touch 0x7f08009b +int drawable abc_ab_share_pack_mtrl_alpha 0x7f090001 +int drawable abc_action_bar_item_background_material 0x7f090002 +int drawable abc_btn_borderless_material 0x7f090003 +int drawable abc_btn_check_material 0x7f090004 +int drawable abc_btn_check_to_on_mtrl_000 0x7f090005 +int drawable abc_btn_check_to_on_mtrl_015 0x7f090006 +int drawable abc_btn_colored_material 0x7f090007 +int drawable abc_btn_default_mtrl_shape 0x7f090008 +int drawable abc_btn_radio_material 0x7f090009 +int drawable abc_btn_radio_to_on_mtrl_000 0x7f09000a +int drawable abc_btn_radio_to_on_mtrl_015 0x7f09000b +int drawable abc_btn_switch_to_on_mtrl_00001 0x7f09000c +int drawable abc_btn_switch_to_on_mtrl_00012 0x7f09000d +int drawable abc_cab_background_internal_bg 0x7f09000e +int drawable abc_cab_background_top_material 0x7f09000f +int drawable abc_cab_background_top_mtrl_alpha 0x7f090010 +int drawable abc_control_background_material 0x7f090011 +int drawable abc_dialog_material_background 0x7f090012 +int drawable abc_edit_text_material 0x7f090013 +int drawable abc_ic_ab_back_material 0x7f090014 +int drawable abc_ic_arrow_drop_right_black_24dp 0x7f090015 +int drawable abc_ic_clear_material 0x7f090016 +int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f090017 +int drawable abc_ic_go_search_api_material 0x7f090018 +int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f090019 +int drawable abc_ic_menu_cut_mtrl_alpha 0x7f09001a +int drawable abc_ic_menu_overflow_material 0x7f09001b +int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f09001c +int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f09001d +int drawable abc_ic_menu_share_mtrl_alpha 0x7f09001e +int drawable abc_ic_search_api_material 0x7f09001f +int drawable abc_ic_star_black_16dp 0x7f090020 +int drawable abc_ic_star_black_36dp 0x7f090021 +int drawable abc_ic_star_black_48dp 0x7f090022 +int drawable abc_ic_star_half_black_16dp 0x7f090023 +int drawable abc_ic_star_half_black_36dp 0x7f090024 +int drawable abc_ic_star_half_black_48dp 0x7f090025 +int drawable abc_ic_voice_search_api_material 0x7f090026 +int drawable abc_item_background_holo_dark 0x7f090027 +int drawable abc_item_background_holo_light 0x7f090028 +int drawable abc_list_divider_mtrl_alpha 0x7f090029 +int drawable abc_list_focused_holo 0x7f09002a +int drawable abc_list_longpressed_holo 0x7f09002b +int drawable abc_list_pressed_holo_dark 0x7f09002c +int drawable abc_list_pressed_holo_light 0x7f09002d +int drawable abc_list_selector_background_transition_holo_dark 0x7f09002e +int drawable abc_list_selector_background_transition_holo_light 0x7f09002f +int drawable abc_list_selector_disabled_holo_dark 0x7f090030 +int drawable abc_list_selector_disabled_holo_light 0x7f090031 +int drawable abc_list_selector_holo_dark 0x7f090032 +int drawable abc_list_selector_holo_light 0x7f090033 +int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f090034 +int drawable abc_popup_background_mtrl_mult 0x7f090035 +int drawable abc_ratingbar_indicator_material 0x7f090036 +int drawable abc_ratingbar_material 0x7f090037 +int drawable abc_ratingbar_small_material 0x7f090038 +int drawable abc_scrubber_control_off_mtrl_alpha 0x7f090039 +int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f09003a +int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f09003b +int drawable abc_scrubber_primary_mtrl_alpha 0x7f09003c +int drawable abc_scrubber_track_mtrl_alpha 0x7f09003d +int drawable abc_seekbar_thumb_material 0x7f09003e +int drawable abc_seekbar_tick_mark_material 0x7f09003f +int drawable abc_seekbar_track_material 0x7f090040 +int drawable abc_spinner_mtrl_am_alpha 0x7f090041 +int drawable abc_spinner_textfield_background_material 0x7f090042 +int drawable abc_switch_thumb_material 0x7f090043 +int drawable abc_switch_track_mtrl_alpha 0x7f090044 +int drawable abc_tab_indicator_material 0x7f090045 +int drawable abc_tab_indicator_mtrl_alpha 0x7f090046 +int drawable abc_text_cursor_material 0x7f090047 +int drawable abc_text_select_handle_left_mtrl_dark 0x7f090048 +int drawable abc_text_select_handle_left_mtrl_light 0x7f090049 +int drawable abc_text_select_handle_middle_mtrl_dark 0x7f09004a +int drawable abc_text_select_handle_middle_mtrl_light 0x7f09004b +int drawable abc_text_select_handle_right_mtrl_dark 0x7f09004c +int drawable abc_text_select_handle_right_mtrl_light 0x7f09004d +int drawable abc_textfield_activated_mtrl_alpha 0x7f09004e +int drawable abc_textfield_default_mtrl_alpha 0x7f09004f +int drawable abc_textfield_search_activated_mtrl_alpha 0x7f090050 +int drawable abc_textfield_search_default_mtrl_alpha 0x7f090051 +int drawable abc_textfield_search_material 0x7f090052 +int drawable abc_vector_test 0x7f090053 +int drawable avd_hide_password 0x7f090054 +int drawable avd_show_password 0x7f090055 +int drawable design_bottom_navigation_item_background 0x7f090056 +int drawable design_fab_background 0x7f090057 +int drawable design_ic_visibility 0x7f090058 +int drawable design_ic_visibility_off 0x7f090059 +int drawable design_password_eye 0x7f09005a +int drawable design_snackbar_background 0x7f09005b +int drawable navigation_empty_icon 0x7f09005c +int drawable notification_action_background 0x7f09005d +int drawable notification_bg 0x7f09005e +int drawable notification_bg_low 0x7f09005f +int drawable notification_bg_low_normal 0x7f090060 +int drawable notification_bg_low_pressed 0x7f090061 +int drawable notification_bg_normal 0x7f090062 +int drawable notification_bg_normal_pressed 0x7f090063 +int drawable notification_icon_background 0x7f090064 +int drawable notification_template_icon_bg 0x7f090065 +int drawable notification_template_icon_low_bg 0x7f090066 +int drawable notification_tile_bg 0x7f090067 +int drawable notify_panel_notification_icon_bg 0x7f090068 +int drawable tooltip_frame_dark 0x7f090069 +int drawable tooltip_frame_light 0x7f09006a +int id action0 0x7f0c0001 +int id action_bar 0x7f0c0002 +int id action_bar_activity_content 0x7f0c0003 +int id action_bar_container 0x7f0c0004 +int id action_bar_root 0x7f0c0005 +int id action_bar_spinner 0x7f0c0006 +int id action_bar_subtitle 0x7f0c0007 +int id action_bar_title 0x7f0c0008 +int id action_container 0x7f0c0009 +int id action_context_bar 0x7f0c000a +int id action_divider 0x7f0c000b +int id action_image 0x7f0c000c +int id action_menu_divider 0x7f0c000d +int id action_menu_presenter 0x7f0c000e +int id action_mode_bar 0x7f0c000f +int id action_mode_bar_stub 0x7f0c0010 +int id action_mode_close_button 0x7f0c0011 +int id action_text 0x7f0c0012 +int id actions 0x7f0c0013 +int id activity_chooser_view_content 0x7f0c0014 +int id add 0x7f0c0015 +int id alertTitle 0x7f0c0016 +int id async 0x7f0c0017 +int id auto 0x7f0c0018 +int id blocking 0x7f0c0019 +int id bottom 0x7f0c001a +int id buttonPanel 0x7f0c001b +int id cancel_action 0x7f0c001c +int id center 0x7f0c001d +int id checkbox 0x7f0c001e +int id chronometer 0x7f0c001f +int id container 0x7f0c0020 +int id contentPanel 0x7f0c0021 +int id coordinator 0x7f0c0022 +int id custom 0x7f0c0023 +int id customPanel 0x7f0c0024 +int id decor_content_parent 0x7f0c0025 +int id default_activity_button 0x7f0c0026 +int id design_bottom_sheet 0x7f0c0027 +int id design_menu_item_action_area 0x7f0c0028 +int id design_menu_item_action_area_stub 0x7f0c0029 +int id design_menu_item_text 0x7f0c002a +int id design_navigation_view 0x7f0c002b +int id edit_query 0x7f0c002c +int id end 0x7f0c002d +int id end_padder 0x7f0c002e +int id expand_activities_button 0x7f0c002f +int id expanded_menu 0x7f0c0030 +int id fill 0x7f0c0031 +int id fixed 0x7f0c0032 +int id forever 0x7f0c0033 +int id ghost_view 0x7f0c0034 +int id home 0x7f0c0035 +int id icon 0x7f0c0036 +int id icon_group 0x7f0c0037 +int id image 0x7f0c0038 +int id info 0x7f0c0039 +int id italic 0x7f0c003a +int id item_touch_helper_previous_elevation 0x7f0c003b +int id largeLabel 0x7f0c003c +int id left 0x7f0c003d +int id line1 0x7f0c003e +int id line3 0x7f0c003f +int id listMode 0x7f0c0040 +int id list_item 0x7f0c0041 +int id masked 0x7f0c0042 +int id media_actions 0x7f0c0043 +int id message 0x7f0c0044 +int id mini 0x7f0c0045 +int id multiply 0x7f0c0046 +int id navigation_header_container 0x7f0c0047 +int id none 0x7f0c0048 +int id normal 0x7f0c0049 +int id notification_background 0x7f0c004a +int id notification_main_column 0x7f0c004b +int id notification_main_column_container 0x7f0c004c +int id parallax 0x7f0c004d +int id parentPanel 0x7f0c004e +int id parent_matrix 0x7f0c004f +int id pin 0x7f0c0050 +int id progress_circular 0x7f0c0051 +int id progress_horizontal 0x7f0c0052 +int id radio 0x7f0c0053 +int id right 0x7f0c0054 +int id right_icon 0x7f0c0055 +int id right_side 0x7f0c0056 +int id save_image_matrix 0x7f0c0057 +int id save_non_transition_alpha 0x7f0c0058 +int id save_scale_type 0x7f0c0059 +int id screen 0x7f0c005a +int id scrollIndicatorDown 0x7f0c005b +int id scrollIndicatorUp 0x7f0c005c +int id scrollView 0x7f0c005d +int id scrollable 0x7f0c005e +int id search_badge 0x7f0c005f +int id search_bar 0x7f0c0060 +int id search_button 0x7f0c0061 +int id search_close_btn 0x7f0c0062 +int id search_edit_frame 0x7f0c0063 +int id search_go_btn 0x7f0c0064 +int id search_mag_icon 0x7f0c0065 +int id search_plate 0x7f0c0066 +int id search_src_text 0x7f0c0067 +int id search_voice_btn 0x7f0c0068 +int id select_dialog_listview 0x7f0c0069 +int id shortcut 0x7f0c006a +int id smallLabel 0x7f0c006b +int id snackbar_action 0x7f0c006c +int id snackbar_text 0x7f0c006d +int id spacer 0x7f0c006e +int id split_action_bar 0x7f0c006f +int id src_atop 0x7f0c0070 +int id src_in 0x7f0c0071 +int id src_over 0x7f0c0072 +int id start 0x7f0c0073 +int id status_bar_latest_event_content 0x7f0c0074 +int id submenuarrow 0x7f0c0075 +int id submit_area 0x7f0c0076 +int id tabMode 0x7f0c0077 +int id tag_transition_group 0x7f0c0078 +int id text 0x7f0c0079 +int id text2 0x7f0c007a +int id textSpacerNoButtons 0x7f0c007b +int id textSpacerNoTitle 0x7f0c007c +int id text_input_password_toggle 0x7f0c007d +int id textinput_counter 0x7f0c007e +int id textinput_error 0x7f0c007f +int id time 0x7f0c0080 +int id title 0x7f0c0081 +int id titleDividerNoCustom 0x7f0c0082 +int id title_template 0x7f0c0083 +int id top 0x7f0c0084 +int id topPanel 0x7f0c0085 +int id touch_outside 0x7f0c0086 +int id transition_current_scene 0x7f0c0087 +int id transition_layout_save 0x7f0c0088 +int id transition_position 0x7f0c0089 +int id transition_scene_layoutid_cache 0x7f0c008a +int id transition_transform 0x7f0c008b +int id uniform 0x7f0c008c +int id up 0x7f0c008d +int id view_offset_helper 0x7f0c008e +int id visible 0x7f0c008f +int id wrap_content 0x7f0c0090 +int integer abc_config_activityDefaultDur 0x7f0d0001 +int integer abc_config_activityShortDur 0x7f0d0002 +int integer app_bar_elevation_anim_duration 0x7f0d0003 +int integer bottom_sheet_slide_duration 0x7f0d0004 +int integer cancel_button_image_alpha 0x7f0d0005 +int integer config_tooltipAnimTime 0x7f0d0006 +int integer design_snackbar_text_max_lines 0x7f0d0007 +int integer hide_password_duration 0x7f0d0008 +int integer show_password_duration 0x7f0d0009 +int integer status_bar_notification_info_maxnum 0x7f0d000a +int layout abc_action_bar_title_item 0x7f0f0001 +int layout abc_action_bar_up_container 0x7f0f0002 +int layout abc_action_menu_item_layout 0x7f0f0003 +int layout abc_action_menu_layout 0x7f0f0004 +int layout abc_action_mode_bar 0x7f0f0005 +int layout abc_action_mode_close_item_material 0x7f0f0006 +int layout abc_activity_chooser_view 0x7f0f0007 +int layout abc_activity_chooser_view_list_item 0x7f0f0008 +int layout abc_alert_dialog_button_bar_material 0x7f0f0009 +int layout abc_alert_dialog_material 0x7f0f000a +int layout abc_alert_dialog_title_material 0x7f0f000b +int layout abc_dialog_title_material 0x7f0f000c +int layout abc_expanded_menu_layout 0x7f0f000d +int layout abc_list_menu_item_checkbox 0x7f0f000e +int layout abc_list_menu_item_icon 0x7f0f000f +int layout abc_list_menu_item_layout 0x7f0f0010 +int layout abc_list_menu_item_radio 0x7f0f0011 +int layout abc_popup_menu_header_item_layout 0x7f0f0012 +int layout abc_popup_menu_item_layout 0x7f0f0013 +int layout abc_screen_content_include 0x7f0f0014 +int layout abc_screen_simple 0x7f0f0015 +int layout abc_screen_simple_overlay_action_mode 0x7f0f0016 +int layout abc_screen_toolbar 0x7f0f0017 +int layout abc_search_dropdown_item_icons_2line 0x7f0f0018 +int layout abc_search_view 0x7f0f0019 +int layout abc_select_dialog_material 0x7f0f001a +int layout design_bottom_navigation_item 0x7f0f001b +int layout design_bottom_sheet_dialog 0x7f0f001c +int layout design_layout_snackbar 0x7f0f001d +int layout design_layout_snackbar_include 0x7f0f001e +int layout design_layout_tab_icon 0x7f0f001f +int layout design_layout_tab_text 0x7f0f0020 +int layout design_menu_item_action_area 0x7f0f0021 +int layout design_navigation_item 0x7f0f0022 +int layout design_navigation_item_header 0x7f0f0023 +int layout design_navigation_item_separator 0x7f0f0024 +int layout design_navigation_item_subheader 0x7f0f0025 +int layout design_navigation_menu 0x7f0f0026 +int layout design_navigation_menu_item 0x7f0f0027 +int layout design_text_input_password_icon 0x7f0f0028 +int layout notification_action 0x7f0f0029 +int layout notification_action_tombstone 0x7f0f002a +int layout notification_media_action 0x7f0f002b +int layout notification_media_cancel_action 0x7f0f002c +int layout notification_template_big_media 0x7f0f002d +int layout notification_template_big_media_custom 0x7f0f002e +int layout notification_template_big_media_narrow 0x7f0f002f +int layout notification_template_big_media_narrow_custom 0x7f0f0030 +int layout notification_template_custom_big 0x7f0f0031 +int layout notification_template_icon_group 0x7f0f0032 +int layout notification_template_lines_media 0x7f0f0033 +int layout notification_template_media 0x7f0f0034 +int layout notification_template_media_custom 0x7f0f0035 +int layout notification_template_part_chronometer 0x7f0f0036 +int layout notification_template_part_time 0x7f0f0037 +int layout select_dialog_item_material 0x7f0f0038 +int layout select_dialog_multichoice_material 0x7f0f0039 +int layout select_dialog_singlechoice_material 0x7f0f003a +int layout support_simple_spinner_dropdown_item 0x7f0f003b +int layout tooltip 0x7f0f003c +int string abc_action_bar_home_description 0x7f150001 +int string abc_action_bar_up_description 0x7f150002 +int string abc_action_menu_overflow_description 0x7f150003 +int string abc_action_mode_done 0x7f150004 +int string abc_activity_chooser_view_see_all 0x7f150005 +int string abc_activitychooserview_choose_application 0x7f150006 +int string abc_capital_off 0x7f150007 +int string abc_capital_on 0x7f150008 +int string abc_font_family_body_1_material 0x7f150009 +int string abc_font_family_body_2_material 0x7f15000a +int string abc_font_family_button_material 0x7f15000b +int string abc_font_family_caption_material 0x7f15000c +int string abc_font_family_display_1_material 0x7f15000d +int string abc_font_family_display_2_material 0x7f15000e +int string abc_font_family_display_3_material 0x7f15000f +int string abc_font_family_display_4_material 0x7f150010 +int string abc_font_family_headline_material 0x7f150011 +int string abc_font_family_menu_material 0x7f150012 +int string abc_font_family_subhead_material 0x7f150013 +int string abc_font_family_title_material 0x7f150014 +int string abc_search_hint 0x7f150015 +int string abc_searchview_description_clear 0x7f150016 +int string abc_searchview_description_query 0x7f150017 +int string abc_searchview_description_search 0x7f150018 +int string abc_searchview_description_submit 0x7f150019 +int string abc_searchview_description_voice 0x7f15001a +int string abc_shareactionprovider_share_with 0x7f15001b +int string abc_shareactionprovider_share_with_application 0x7f15001c +int string abc_toolbar_collapse_description 0x7f15001d +int string appbar_scrolling_view_behavior 0x7f15001e +int string bottom_sheet_behavior 0x7f15001f +int string character_counter_pattern 0x7f150020 +int string password_toggle_content_description 0x7f150021 +int string path_password_eye 0x7f150022 +int string path_password_eye_mask_strike_through 0x7f150023 +int string path_password_eye_mask_visible 0x7f150024 +int string path_password_strike_through 0x7f150025 +int string search_menu_title 0x7f150026 +int string status_bar_notification_info_overflow 0x7f150027 +int style AlertDialog_AppCompat 0x7f160001 +int style AlertDialog_AppCompat_Light 0x7f160002 +int style Animation_AppCompat_Dialog 0x7f160003 +int style Animation_AppCompat_DropDownUp 0x7f160004 +int style Animation_AppCompat_Tooltip 0x7f160005 +int style Animation_Design_BottomSheetDialog 0x7f160006 +int style Base_AlertDialog_AppCompat 0x7f160007 +int style Base_AlertDialog_AppCompat_Light 0x7f160008 +int style Base_Animation_AppCompat_Dialog 0x7f160009 +int style Base_Animation_AppCompat_DropDownUp 0x7f16000a +int style Base_Animation_AppCompat_Tooltip 0x7f16000b +int style Base_DialogWindowTitleBackground_AppCompat 0x7f16000c +int style Base_DialogWindowTitle_AppCompat 0x7f16000d +int style Base_TextAppearance_AppCompat 0x7f16000e +int style Base_TextAppearance_AppCompat_Body1 0x7f16000f +int style Base_TextAppearance_AppCompat_Body2 0x7f160010 +int style Base_TextAppearance_AppCompat_Button 0x7f160011 +int style Base_TextAppearance_AppCompat_Caption 0x7f160012 +int style Base_TextAppearance_AppCompat_Display1 0x7f160013 +int style Base_TextAppearance_AppCompat_Display2 0x7f160014 +int style Base_TextAppearance_AppCompat_Display3 0x7f160015 +int style Base_TextAppearance_AppCompat_Display4 0x7f160016 +int style Base_TextAppearance_AppCompat_Headline 0x7f160017 +int style Base_TextAppearance_AppCompat_Inverse 0x7f160018 +int style Base_TextAppearance_AppCompat_Large 0x7f160019 +int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f16001a +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f16001b +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f16001c +int style Base_TextAppearance_AppCompat_Medium 0x7f16001d +int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f16001e +int style Base_TextAppearance_AppCompat_Menu 0x7f16001f +int style Base_TextAppearance_AppCompat_SearchResult 0x7f160020 +int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f160021 +int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f160022 +int style Base_TextAppearance_AppCompat_Small 0x7f160023 +int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f160024 +int style Base_TextAppearance_AppCompat_Subhead 0x7f160025 +int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f160026 +int style Base_TextAppearance_AppCompat_Title 0x7f160027 +int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f160028 +int style Base_TextAppearance_AppCompat_Tooltip 0x7f160029 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f16002a +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f16002b +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f16002c +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f16002d +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f16002e +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f16002f +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f160030 +int style Base_TextAppearance_AppCompat_Widget_Button 0x7f160031 +int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f160032 +int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f160033 +int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f160034 +int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f160035 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f160036 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f160037 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f160038 +int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f160039 +int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f16003a +int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f16003b +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f16003c +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f16003d +int style Base_ThemeOverlay_AppCompat 0x7f16003e +int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f16003f +int style Base_ThemeOverlay_AppCompat_Dark 0x7f160040 +int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f160041 +int style Base_ThemeOverlay_AppCompat_Dialog 0x7f160042 +int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f160043 +int style Base_ThemeOverlay_AppCompat_Light 0x7f160044 +int style Base_Theme_AppCompat 0x7f160045 +int style Base_Theme_AppCompat_CompactMenu 0x7f160046 +int style Base_Theme_AppCompat_Dialog 0x7f160047 +int style Base_Theme_AppCompat_DialogWhenLarge 0x7f160048 +int style Base_Theme_AppCompat_Dialog_Alert 0x7f160049 +int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f16004a +int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f16004b +int style Base_Theme_AppCompat_Light 0x7f16004c +int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f16004d +int style Base_Theme_AppCompat_Light_Dialog 0x7f16004e +int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f16004f +int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f160050 +int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f160051 +int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f160052 +int style Base_V11_ThemeOverlay_AppCompat_Dialog 0x7f160053 +int style Base_V11_Theme_AppCompat_Dialog 0x7f160054 +int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f160055 +int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f160056 +int style Base_V12_Widget_AppCompat_EditText 0x7f160057 +int style Base_V14_Widget_Design_AppBarLayout 0x7f160058 +int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f160059 +int style Base_V21_Theme_AppCompat 0x7f16005a +int style Base_V21_Theme_AppCompat_Dialog 0x7f16005b +int style Base_V21_Theme_AppCompat_Light 0x7f16005c +int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f16005d +int style Base_V21_Widget_Design_AppBarLayout 0x7f16005e +int style Base_V22_Theme_AppCompat 0x7f16005f +int style Base_V22_Theme_AppCompat_Light 0x7f160060 +int style Base_V23_Theme_AppCompat 0x7f160061 +int style Base_V23_Theme_AppCompat_Light 0x7f160062 +int style Base_V26_Theme_AppCompat 0x7f160063 +int style Base_V26_Theme_AppCompat_Light 0x7f160064 +int style Base_V26_Widget_AppCompat_Toolbar 0x7f160065 +int style Base_V26_Widget_Design_AppBarLayout 0x7f160066 +int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f160067 +int style Base_V7_Theme_AppCompat 0x7f160068 +int style Base_V7_Theme_AppCompat_Dialog 0x7f160069 +int style Base_V7_Theme_AppCompat_Light 0x7f16006a +int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f16006b +int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f16006c +int style Base_V7_Widget_AppCompat_EditText 0x7f16006d +int style Base_V7_Widget_AppCompat_Toolbar 0x7f16006e +int style Base_Widget_AppCompat_ActionBar 0x7f16006f +int style Base_Widget_AppCompat_ActionBar_Solid 0x7f160070 +int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f160071 +int style Base_Widget_AppCompat_ActionBar_TabText 0x7f160072 +int style Base_Widget_AppCompat_ActionBar_TabView 0x7f160073 +int style Base_Widget_AppCompat_ActionButton 0x7f160074 +int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f160075 +int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f160076 +int style Base_Widget_AppCompat_ActionMode 0x7f160077 +int style Base_Widget_AppCompat_ActivityChooserView 0x7f160078 +int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f160079 +int style Base_Widget_AppCompat_Button 0x7f16007a +int style Base_Widget_AppCompat_ButtonBar 0x7f16007b +int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f16007c +int style Base_Widget_AppCompat_Button_Borderless 0x7f16007d +int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f16007e +int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f16007f +int style Base_Widget_AppCompat_Button_Colored 0x7f160080 +int style Base_Widget_AppCompat_Button_Small 0x7f160081 +int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f160082 +int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f160083 +int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f160084 +int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f160085 +int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f160086 +int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f160087 +int style Base_Widget_AppCompat_EditText 0x7f160088 +int style Base_Widget_AppCompat_ImageButton 0x7f160089 +int style Base_Widget_AppCompat_Light_ActionBar 0x7f16008a +int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f16008b +int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f16008c +int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f16008d +int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f16008e +int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f16008f +int style Base_Widget_AppCompat_Light_PopupMenu 0x7f160090 +int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f160091 +int style Base_Widget_AppCompat_ListMenuView 0x7f160092 +int style Base_Widget_AppCompat_ListPopupWindow 0x7f160093 +int style Base_Widget_AppCompat_ListView 0x7f160094 +int style Base_Widget_AppCompat_ListView_DropDown 0x7f160095 +int style Base_Widget_AppCompat_ListView_Menu 0x7f160096 +int style Base_Widget_AppCompat_PopupMenu 0x7f160097 +int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f160098 +int style Base_Widget_AppCompat_PopupWindow 0x7f160099 +int style Base_Widget_AppCompat_ProgressBar 0x7f16009a +int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f16009b +int style Base_Widget_AppCompat_RatingBar 0x7f16009c +int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f16009d +int style Base_Widget_AppCompat_RatingBar_Small 0x7f16009e +int style Base_Widget_AppCompat_SearchView 0x7f16009f +int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f1600a0 +int style Base_Widget_AppCompat_SeekBar 0x7f1600a1 +int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f1600a2 +int style Base_Widget_AppCompat_Spinner 0x7f1600a3 +int style Base_Widget_AppCompat_Spinner_Underlined 0x7f1600a4 +int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f1600a5 +int style Base_Widget_AppCompat_Toolbar 0x7f1600a6 +int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1600a7 +int style Base_Widget_Design_AppBarLayout 0x7f1600a8 +int style Base_Widget_Design_TabLayout 0x7f1600a9 +int style Platform_AppCompat 0x7f1600aa +int style Platform_AppCompat_Light 0x7f1600ab +int style Platform_ThemeOverlay_AppCompat 0x7f1600ac +int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1600ad +int style Platform_ThemeOverlay_AppCompat_Light 0x7f1600ae +int style Platform_V11_AppCompat 0x7f1600af +int style Platform_V11_AppCompat_Light 0x7f1600b0 +int style Platform_V14_AppCompat 0x7f1600b1 +int style Platform_V14_AppCompat_Light 0x7f1600b2 +int style Platform_V21_AppCompat 0x7f1600b3 +int style Platform_V21_AppCompat_Light 0x7f1600b4 +int style Platform_V25_AppCompat 0x7f1600b5 +int style Platform_V25_AppCompat_Light 0x7f1600b6 +int style Platform_Widget_AppCompat_Spinner 0x7f1600b7 +int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1600b8 +int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1600b9 +int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1600ba +int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1600bb +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1600bc +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f1600bd +int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f1600be +int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f1600bf +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f1600c0 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f1600c1 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f1600c2 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f1600c3 +int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f1600c4 +int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f1600c5 +int style TextAppearance_AppCompat 0x7f1600c6 +int style TextAppearance_AppCompat_Body1 0x7f1600c7 +int style TextAppearance_AppCompat_Body2 0x7f1600c8 +int style TextAppearance_AppCompat_Button 0x7f1600c9 +int style TextAppearance_AppCompat_Caption 0x7f1600ca +int style TextAppearance_AppCompat_Display1 0x7f1600cb +int style TextAppearance_AppCompat_Display2 0x7f1600cc +int style TextAppearance_AppCompat_Display3 0x7f1600cd +int style TextAppearance_AppCompat_Display4 0x7f1600ce +int style TextAppearance_AppCompat_Headline 0x7f1600cf +int style TextAppearance_AppCompat_Inverse 0x7f1600d0 +int style TextAppearance_AppCompat_Large 0x7f1600d1 +int style TextAppearance_AppCompat_Large_Inverse 0x7f1600d2 +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f1600d3 +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f1600d4 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f1600d5 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f1600d6 +int style TextAppearance_AppCompat_Medium 0x7f1600d7 +int style TextAppearance_AppCompat_Medium_Inverse 0x7f1600d8 +int style TextAppearance_AppCompat_Menu 0x7f1600d9 +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f1600da +int style TextAppearance_AppCompat_SearchResult_Title 0x7f1600db +int style TextAppearance_AppCompat_Small 0x7f1600dc +int style TextAppearance_AppCompat_Small_Inverse 0x7f1600dd +int style TextAppearance_AppCompat_Subhead 0x7f1600de +int style TextAppearance_AppCompat_Subhead_Inverse 0x7f1600df +int style TextAppearance_AppCompat_Title 0x7f1600e0 +int style TextAppearance_AppCompat_Title_Inverse 0x7f1600e1 +int style TextAppearance_AppCompat_Tooltip 0x7f1600e2 +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f1600e3 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f1600e4 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f1600e5 +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f1600e6 +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f1600e7 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f1600e8 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f1600e9 +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f1600ea +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f1600eb +int style TextAppearance_AppCompat_Widget_Button 0x7f1600ec +int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f1600ed +int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f1600ee +int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f1600ef +int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f1600f0 +int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f1600f1 +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f1600f2 +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f1600f3 +int style TextAppearance_AppCompat_Widget_Switch 0x7f1600f4 +int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f1600f5 +int style TextAppearance_Compat_Notification 0x7f1600f6 +int style TextAppearance_Compat_Notification_Info 0x7f1600f7 +int style TextAppearance_Compat_Notification_Info_Media 0x7f1600f8 +int style TextAppearance_Compat_Notification_Line2 0x7f1600f9 +int style TextAppearance_Compat_Notification_Line2_Media 0x7f1600fa +int style TextAppearance_Compat_Notification_Media 0x7f1600fb +int style TextAppearance_Compat_Notification_Time 0x7f1600fc +int style TextAppearance_Compat_Notification_Time_Media 0x7f1600fd +int style TextAppearance_Compat_Notification_Title 0x7f1600fe +int style TextAppearance_Compat_Notification_Title_Media 0x7f1600ff +int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f160100 +int style TextAppearance_Design_Counter 0x7f160101 +int style TextAppearance_Design_Counter_Overflow 0x7f160102 +int style TextAppearance_Design_Error 0x7f160103 +int style TextAppearance_Design_Hint 0x7f160104 +int style TextAppearance_Design_Snackbar_Message 0x7f160105 +int style TextAppearance_Design_Tab 0x7f160106 +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f160107 +int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f160108 +int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f160109 +int style ThemeOverlay_AppCompat 0x7f16010a +int style ThemeOverlay_AppCompat_ActionBar 0x7f16010b +int style ThemeOverlay_AppCompat_Dark 0x7f16010c +int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f16010d +int style ThemeOverlay_AppCompat_Dialog 0x7f16010e +int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f16010f +int style ThemeOverlay_AppCompat_Light 0x7f160110 +int style Theme_AppCompat 0x7f160111 +int style Theme_AppCompat_CompactMenu 0x7f160112 +int style Theme_AppCompat_DayNight 0x7f160113 +int style Theme_AppCompat_DayNight_DarkActionBar 0x7f160114 +int style Theme_AppCompat_DayNight_Dialog 0x7f160115 +int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f160116 +int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f160117 +int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f160118 +int style Theme_AppCompat_DayNight_NoActionBar 0x7f160119 +int style Theme_AppCompat_Dialog 0x7f16011a +int style Theme_AppCompat_DialogWhenLarge 0x7f16011b +int style Theme_AppCompat_Dialog_Alert 0x7f16011c +int style Theme_AppCompat_Dialog_MinWidth 0x7f16011d +int style Theme_AppCompat_Light 0x7f16011e +int style Theme_AppCompat_Light_DarkActionBar 0x7f16011f +int style Theme_AppCompat_Light_Dialog 0x7f160120 +int style Theme_AppCompat_Light_DialogWhenLarge 0x7f160121 +int style Theme_AppCompat_Light_Dialog_Alert 0x7f160122 +int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f160123 +int style Theme_AppCompat_Light_NoActionBar 0x7f160124 +int style Theme_AppCompat_NoActionBar 0x7f160125 +int style Theme_Design 0x7f160126 +int style Theme_Design_BottomSheetDialog 0x7f160127 +int style Theme_Design_Light 0x7f160128 +int style Theme_Design_Light_BottomSheetDialog 0x7f160129 +int style Theme_Design_Light_NoActionBar 0x7f16012a +int style Theme_Design_NoActionBar 0x7f16012b +int style Widget_AppCompat_ActionBar 0x7f16012c +int style Widget_AppCompat_ActionBar_Solid 0x7f16012d +int style Widget_AppCompat_ActionBar_TabBar 0x7f16012e +int style Widget_AppCompat_ActionBar_TabText 0x7f16012f +int style Widget_AppCompat_ActionBar_TabView 0x7f160130 +int style Widget_AppCompat_ActionButton 0x7f160131 +int style Widget_AppCompat_ActionButton_CloseMode 0x7f160132 +int style Widget_AppCompat_ActionButton_Overflow 0x7f160133 +int style Widget_AppCompat_ActionMode 0x7f160134 +int style Widget_AppCompat_ActivityChooserView 0x7f160135 +int style Widget_AppCompat_AutoCompleteTextView 0x7f160136 +int style Widget_AppCompat_Button 0x7f160137 +int style Widget_AppCompat_ButtonBar 0x7f160138 +int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f160139 +int style Widget_AppCompat_Button_Borderless 0x7f16013a +int style Widget_AppCompat_Button_Borderless_Colored 0x7f16013b +int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f16013c +int style Widget_AppCompat_Button_Colored 0x7f16013d +int style Widget_AppCompat_Button_Small 0x7f16013e +int style Widget_AppCompat_CompoundButton_CheckBox 0x7f16013f +int style Widget_AppCompat_CompoundButton_RadioButton 0x7f160140 +int style Widget_AppCompat_CompoundButton_Switch 0x7f160141 +int style Widget_AppCompat_DrawerArrowToggle 0x7f160142 +int style Widget_AppCompat_DropDownItem_Spinner 0x7f160143 +int style Widget_AppCompat_EditText 0x7f160144 +int style Widget_AppCompat_ImageButton 0x7f160145 +int style Widget_AppCompat_Light_ActionBar 0x7f160146 +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f160147 +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f160148 +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f160149 +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f16014a +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f16014b +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f16014c +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f16014d +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f16014e +int style Widget_AppCompat_Light_ActionButton 0x7f16014f +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f160150 +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f160151 +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f160152 +int style Widget_AppCompat_Light_ActivityChooserView 0x7f160153 +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f160154 +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f160155 +int style Widget_AppCompat_Light_ListPopupWindow 0x7f160156 +int style Widget_AppCompat_Light_ListView_DropDown 0x7f160157 +int style Widget_AppCompat_Light_PopupMenu 0x7f160158 +int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f160159 +int style Widget_AppCompat_Light_SearchView 0x7f16015a +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f16015b +int style Widget_AppCompat_ListMenuView 0x7f16015c +int style Widget_AppCompat_ListPopupWindow 0x7f16015d +int style Widget_AppCompat_ListView 0x7f16015e +int style Widget_AppCompat_ListView_DropDown 0x7f16015f +int style Widget_AppCompat_ListView_Menu 0x7f160160 +int style Widget_AppCompat_PopupMenu 0x7f160161 +int style Widget_AppCompat_PopupMenu_Overflow 0x7f160162 +int style Widget_AppCompat_PopupWindow 0x7f160163 +int style Widget_AppCompat_ProgressBar 0x7f160164 +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f160165 +int style Widget_AppCompat_RatingBar 0x7f160166 +int style Widget_AppCompat_RatingBar_Indicator 0x7f160167 +int style Widget_AppCompat_RatingBar_Small 0x7f160168 +int style Widget_AppCompat_SearchView 0x7f160169 +int style Widget_AppCompat_SearchView_ActionBar 0x7f16016a +int style Widget_AppCompat_SeekBar 0x7f16016b +int style Widget_AppCompat_SeekBar_Discrete 0x7f16016c +int style Widget_AppCompat_Spinner 0x7f16016d +int style Widget_AppCompat_Spinner_DropDown 0x7f16016e +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f16016f +int style Widget_AppCompat_Spinner_Underlined 0x7f160170 +int style Widget_AppCompat_TextView_SpinnerItem 0x7f160171 +int style Widget_AppCompat_Toolbar 0x7f160172 +int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f160173 +int style Widget_Compat_NotificationActionContainer 0x7f160174 +int style Widget_Compat_NotificationActionText 0x7f160175 +int style Widget_Design_AppBarLayout 0x7f160176 +int style Widget_Design_BottomNavigationView 0x7f160177 +int style Widget_Design_BottomSheet_Modal 0x7f160178 +int style Widget_Design_CollapsingToolbar 0x7f160179 +int style Widget_Design_CoordinatorLayout 0x7f16017a +int style Widget_Design_FloatingActionButton 0x7f16017b +int style Widget_Design_NavigationView 0x7f16017c +int style Widget_Design_ScrimInsetsFrameLayout 0x7f16017d +int style Widget_Design_Snackbar 0x7f16017e +int style Widget_Design_TabLayout 0x7f16017f +int style Widget_Design_TextInputLayout 0x7f160180 +int[] styleable ActionBar { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040061, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f040065, 0x7f040066, 0x7f04006d, 0x7f040071, 0x7f040072, 0x7f04007d, 0x7f04009d, 0x7f04009e, 0x7f0400a2, 0x7f0400a3, 0x7f0400a4, 0x7f0400a9, 0x7f0400af, 0x7f0400ca, 0x7f0400d3, 0x7f0400e3, 0x7f0400e7, 0x7f0400e8, 0x7f04010c, 0x7f04010f, 0x7f04013b, 0x7f040145 } +int styleable ActionBar_background 0 +int styleable ActionBar_backgroundSplit 1 +int styleable ActionBar_backgroundStacked 2 +int styleable ActionBar_contentInsetEnd 3 +int styleable ActionBar_contentInsetEndWithActions 4 +int styleable ActionBar_contentInsetLeft 5 +int styleable ActionBar_contentInsetRight 6 +int styleable ActionBar_contentInsetStart 7 +int styleable ActionBar_contentInsetStartWithNavigation 8 +int styleable ActionBar_customNavigationLayout 9 +int styleable ActionBar_displayOptions 10 +int styleable ActionBar_divider 11 +int styleable ActionBar_elevation 12 +int styleable ActionBar_height 13 +int styleable ActionBar_hideOnContentScroll 14 +int styleable ActionBar_homeAsUpIndicator 15 +int styleable ActionBar_homeLayout 16 +int styleable ActionBar_icon 17 +int styleable ActionBar_indeterminateProgressStyle 18 +int styleable ActionBar_itemPadding 19 +int styleable ActionBar_logo 20 +int styleable ActionBar_navigationMode 21 +int styleable ActionBar_popupTheme 22 +int styleable ActionBar_progressBarPadding 23 +int styleable ActionBar_progressBarStyle 24 +int styleable ActionBar_subtitle 25 +int styleable ActionBar_subtitleTextStyle 26 +int styleable ActionBar_title 27 +int styleable ActionBar_titleTextStyle 28 +int[] styleable ActionBarLayout { 0x010100b3 } +int styleable ActionBarLayout_android_layout_gravity 0 +int[] styleable ActionMenuItemView { 0x0101013f } +int styleable ActionMenuItemView_android_minWidth 0 +int[] styleable ActionMode { 0x7f040032, 0x7f040033, 0x7f04004f, 0x7f04009d, 0x7f04010f, 0x7f040145 } +int styleable ActionMode_background 0 +int styleable ActionMode_backgroundSplit 1 +int styleable ActionMode_closeItemLayout 2 +int styleable ActionMode_height 3 +int styleable ActionMode_subtitleTextStyle 4 +int styleable ActionMode_titleTextStyle 5 +int[] styleable ActivityChooserView { 0x7f040080, 0x7f0400aa } +int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0 +int styleable ActivityChooserView_initialActivityCount 1 +int[] styleable AlertDialog { 0x010100f2, 0x7f040047, 0x7f0400c1, 0x7f0400c2, 0x7f0400d0, 0x7f0400fc, 0x7f0400fd } +int styleable AlertDialog_android_layout 0 +int styleable AlertDialog_buttonPanelSideLayout 1 +int styleable AlertDialog_listItemLayout 2 +int styleable AlertDialog_listLayout 3 +int styleable AlertDialog_multiChoiceItemLayout 4 +int styleable AlertDialog_showTitle 5 +int styleable AlertDialog_singleChoiceItemLayout 6 +int[] styleable AppBarLayout { 0x010100d4, 0x01010540, 0x0101048f, 0x7f04007d, 0x7f040081 } +int styleable AppBarLayout_android_background 0 +int styleable AppBarLayout_android_keyboardNavigationCluster 1 +int styleable AppBarLayout_android_touchscreenBlocksFocus 2 +int styleable AppBarLayout_elevation 3 +int styleable AppBarLayout_expanded 4 +int[] styleable AppBarLayoutStates { 0x7f040106, 0x7f040107 } +int styleable AppBarLayoutStates_state_collapsed 0 +int styleable AppBarLayoutStates_state_collapsible 1 +int[] styleable AppBarLayout_Layout { 0x7f0400bd, 0x7f0400be } +int styleable AppBarLayout_Layout_layout_scrollFlags 0 +int styleable AppBarLayout_Layout_layout_scrollInterpolator 1 +int[] styleable AppCompatImageView { 0x01010119, 0x7f040103, 0x7f040139, 0x7f04013a } +int styleable AppCompatImageView_android_src 0 +int styleable AppCompatImageView_srcCompat 1 +int styleable AppCompatImageView_tint 2 +int styleable AppCompatImageView_tintMode 3 +int[] styleable AppCompatSeekBar { 0x01010142, 0x7f040136, 0x7f040137, 0x7f040138 } +int styleable AppCompatSeekBar_android_thumb 0 +int styleable AppCompatSeekBar_tickMark 1 +int styleable AppCompatSeekBar_tickMarkTint 2 +int styleable AppCompatSeekBar_tickMarkTintMode 3 +int[] styleable AppCompatTextHelper { 0x0101016e, 0x01010393, 0x0101016f, 0x01010170, 0x01010392, 0x0101016d, 0x01010034 } +int styleable AppCompatTextHelper_android_drawableBottom 0 +int styleable AppCompatTextHelper_android_drawableEnd 1 +int styleable AppCompatTextHelper_android_drawableLeft 2 +int styleable AppCompatTextHelper_android_drawableRight 3 +int styleable AppCompatTextHelper_android_drawableStart 4 +int styleable AppCompatTextHelper_android_drawableTop 5 +int styleable AppCompatTextHelper_android_textAppearance 6 +int[] styleable AppCompatTextView { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040090, 0x7f040125 } +int styleable AppCompatTextView_android_textAppearance 0 +int styleable AppCompatTextView_autoSizeMaxTextSize 1 +int styleable AppCompatTextView_autoSizeMinTextSize 2 +int styleable AppCompatTextView_autoSizePresetSizes 3 +int styleable AppCompatTextView_autoSizeStepGranularity 4 +int styleable AppCompatTextView_autoSizeTextType 5 +int styleable AppCompatTextView_fontFamily 6 +int styleable AppCompatTextView_textAllCaps 7 +int[] styleable AppCompatTheme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f04003e, 0x7f040041, 0x7f040042, 0x7f040043, 0x7f040044, 0x7f040045, 0x7f040048, 0x7f040049, 0x7f04004c, 0x7f04004d, 0x7f040055, 0x7f040056, 0x7f040057, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f04005e, 0x7f040068, 0x7f04006f, 0x7f040070, 0x7f040073, 0x7f040075, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f04007c, 0x7f0400a2, 0x7f0400a8, 0x7f0400bf, 0x7f0400c0, 0x7f0400c3, 0x7f0400c4, 0x7f0400c5, 0x7f0400c6, 0x7f0400c7, 0x7f0400c8, 0x7f0400c9, 0x7f0400da, 0x7f0400db, 0x7f0400dc, 0x7f0400e2, 0x7f0400e4, 0x7f0400eb, 0x7f0400ec, 0x7f0400ed, 0x7f0400ee, 0x7f0400f5, 0x7f0400f6, 0x7f0400f7, 0x7f0400f8, 0x7f040100, 0x7f040101, 0x7f040113, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a, 0x7f04012b, 0x7f04012c, 0x7f04012d, 0x7f04012e, 0x7f040130, 0x7f040147, 0x7f040148, 0x7f040149, 0x7f04014a, 0x7f040151, 0x7f040152, 0x7f040153, 0x7f040154, 0x7f040155, 0x7f040156, 0x7f040157, 0x7f040158, 0x7f040159, 0x7f04015a } +int styleable AppCompatTheme_actionBarDivider 0 +int styleable AppCompatTheme_actionBarItemBackground 1 +int styleable AppCompatTheme_actionBarPopupTheme 2 +int styleable AppCompatTheme_actionBarSize 3 +int styleable AppCompatTheme_actionBarSplitStyle 4 +int styleable AppCompatTheme_actionBarStyle 5 +int styleable AppCompatTheme_actionBarTabBarStyle 6 +int styleable AppCompatTheme_actionBarTabStyle 7 +int styleable AppCompatTheme_actionBarTabTextStyle 8 +int styleable AppCompatTheme_actionBarTheme 9 +int styleable AppCompatTheme_actionBarWidgetTheme 10 +int styleable AppCompatTheme_actionButtonStyle 11 +int styleable AppCompatTheme_actionDropDownStyle 12 +int styleable AppCompatTheme_actionMenuTextAppearance 13 +int styleable AppCompatTheme_actionMenuTextColor 14 +int styleable AppCompatTheme_actionModeBackground 15 +int styleable AppCompatTheme_actionModeCloseButtonStyle 16 +int styleable AppCompatTheme_actionModeCloseDrawable 17 +int styleable AppCompatTheme_actionModeCopyDrawable 18 +int styleable AppCompatTheme_actionModeCutDrawable 19 +int styleable AppCompatTheme_actionModeFindDrawable 20 +int styleable AppCompatTheme_actionModePasteDrawable 21 +int styleable AppCompatTheme_actionModePopupWindowStyle 22 +int styleable AppCompatTheme_actionModeSelectAllDrawable 23 +int styleable AppCompatTheme_actionModeShareDrawable 24 +int styleable AppCompatTheme_actionModeSplitBackground 25 +int styleable AppCompatTheme_actionModeStyle 26 +int styleable AppCompatTheme_actionModeWebSearchDrawable 27 +int styleable AppCompatTheme_actionOverflowButtonStyle 28 +int styleable AppCompatTheme_actionOverflowMenuStyle 29 +int styleable AppCompatTheme_activityChooserViewStyle 30 +int styleable AppCompatTheme_alertDialogButtonGroupStyle 31 +int styleable AppCompatTheme_alertDialogCenterButtons 32 +int styleable AppCompatTheme_alertDialogStyle 33 +int styleable AppCompatTheme_alertDialogTheme 34 +int styleable AppCompatTheme_android_windowAnimationStyle 35 +int styleable AppCompatTheme_android_windowIsFloating 36 +int styleable AppCompatTheme_autoCompleteTextViewStyle 37 +int styleable AppCompatTheme_borderlessButtonStyle 38 +int styleable AppCompatTheme_buttonBarButtonStyle 39 +int styleable AppCompatTheme_buttonBarNegativeButtonStyle 40 +int styleable AppCompatTheme_buttonBarNeutralButtonStyle 41 +int styleable AppCompatTheme_buttonBarPositiveButtonStyle 42 +int styleable AppCompatTheme_buttonBarStyle 43 +int styleable AppCompatTheme_buttonStyle 44 +int styleable AppCompatTheme_buttonStyleSmall 45 +int styleable AppCompatTheme_checkboxStyle 46 +int styleable AppCompatTheme_checkedTextViewStyle 47 +int styleable AppCompatTheme_colorAccent 48 +int styleable AppCompatTheme_colorBackgroundFloating 49 +int styleable AppCompatTheme_colorButtonNormal 50 +int styleable AppCompatTheme_colorControlActivated 51 +int styleable AppCompatTheme_colorControlHighlight 52 +int styleable AppCompatTheme_colorControlNormal 53 +int styleable AppCompatTheme_colorError 54 +int styleable AppCompatTheme_colorPrimary 55 +int styleable AppCompatTheme_colorPrimaryDark 56 +int styleable AppCompatTheme_colorSwitchThumbNormal 57 +int styleable AppCompatTheme_controlBackground 58 +int styleable AppCompatTheme_dialogPreferredPadding 59 +int styleable AppCompatTheme_dialogTheme 60 +int styleable AppCompatTheme_dividerHorizontal 61 +int styleable AppCompatTheme_dividerVertical 62 +int styleable AppCompatTheme_dropDownListViewStyle 63 +int styleable AppCompatTheme_dropdownListPreferredItemHeight 64 +int styleable AppCompatTheme_editTextBackground 65 +int styleable AppCompatTheme_editTextColor 66 +int styleable AppCompatTheme_editTextStyle 67 +int styleable AppCompatTheme_homeAsUpIndicator 68 +int styleable AppCompatTheme_imageButtonStyle 69 +int styleable AppCompatTheme_listChoiceBackgroundIndicator 70 +int styleable AppCompatTheme_listDividerAlertDialog 71 +int styleable AppCompatTheme_listMenuViewStyle 72 +int styleable AppCompatTheme_listPopupWindowStyle 73 +int styleable AppCompatTheme_listPreferredItemHeight 74 +int styleable AppCompatTheme_listPreferredItemHeightLarge 75 +int styleable AppCompatTheme_listPreferredItemHeightSmall 76 +int styleable AppCompatTheme_listPreferredItemPaddingLeft 77 +int styleable AppCompatTheme_listPreferredItemPaddingRight 78 +int styleable AppCompatTheme_panelBackground 79 +int styleable AppCompatTheme_panelMenuListTheme 80 +int styleable AppCompatTheme_panelMenuListWidth 81 +int styleable AppCompatTheme_popupMenuStyle 82 +int styleable AppCompatTheme_popupWindowStyle 83 +int styleable AppCompatTheme_radioButtonStyle 84 +int styleable AppCompatTheme_ratingBarStyle 85 +int styleable AppCompatTheme_ratingBarStyleIndicator 86 +int styleable AppCompatTheme_ratingBarStyleSmall 87 +int styleable AppCompatTheme_searchViewStyle 88 +int styleable AppCompatTheme_seekBarStyle 89 +int styleable AppCompatTheme_selectableItemBackground 90 +int styleable AppCompatTheme_selectableItemBackgroundBorderless 91 +int styleable AppCompatTheme_spinnerDropDownItemStyle 92 +int styleable AppCompatTheme_spinnerStyle 93 +int styleable AppCompatTheme_switchStyle 94 +int styleable AppCompatTheme_textAppearanceLargePopupMenu 95 +int styleable AppCompatTheme_textAppearanceListItem 96 +int styleable AppCompatTheme_textAppearanceListItemSecondary 97 +int styleable AppCompatTheme_textAppearanceListItemSmall 98 +int styleable AppCompatTheme_textAppearancePopupMenuHeader 99 +int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 100 +int styleable AppCompatTheme_textAppearanceSearchResultTitle 101 +int styleable AppCompatTheme_textAppearanceSmallPopupMenu 102 +int styleable AppCompatTheme_textColorAlertDialogListItem 103 +int styleable AppCompatTheme_textColorSearchUrl 104 +int styleable AppCompatTheme_toolbarNavigationButtonStyle 105 +int styleable AppCompatTheme_toolbarStyle 106 +int styleable AppCompatTheme_tooltipForegroundColor 107 +int styleable AppCompatTheme_tooltipFrameBackground 108 +int styleable AppCompatTheme_windowActionBar 109 +int styleable AppCompatTheme_windowActionBarOverlay 110 +int styleable AppCompatTheme_windowActionModeOverlay 111 +int styleable AppCompatTheme_windowFixedHeightMajor 112 +int styleable AppCompatTheme_windowFixedHeightMinor 113 +int styleable AppCompatTheme_windowFixedWidthMajor 114 +int styleable AppCompatTheme_windowFixedWidthMinor 115 +int styleable AppCompatTheme_windowMinWidthMajor 116 +int styleable AppCompatTheme_windowMinWidthMinor 117 +int styleable AppCompatTheme_windowNoTitle 118 +int[] styleable BottomNavigationView { 0x7f04007d, 0x7f0400ad, 0x7f0400ae, 0x7f0400b1, 0x7f0400cf } +int styleable BottomNavigationView_elevation 0 +int styleable BottomNavigationView_itemBackground 1 +int styleable BottomNavigationView_itemIconTint 2 +int styleable BottomNavigationView_itemTextColor 3 +int styleable BottomNavigationView_menu 4 +int[] styleable BottomSheetBehavior_Layout { 0x7f040039, 0x7f04003b, 0x7f04003c } +int styleable BottomSheetBehavior_Layout_behavior_hideable 0 +int styleable BottomSheetBehavior_Layout_behavior_peekHeight 1 +int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 2 +int[] styleable ButtonBarLayout { 0x7f040027 } +int styleable ButtonBarLayout_allowStacking 0 +int[] styleable CollapsingToolbarLayout { 0x7f040052, 0x7f040053, 0x7f040067, 0x7f040082, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f040086, 0x7f040087, 0x7f040088, 0x7f0400f1, 0x7f0400f2, 0x7f040109, 0x7f04013b, 0x7f04013c, 0x7f040146 } +int styleable CollapsingToolbarLayout_collapsedTitleGravity 0 +int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1 +int styleable CollapsingToolbarLayout_contentScrim 2 +int styleable CollapsingToolbarLayout_expandedTitleGravity 3 +int styleable CollapsingToolbarLayout_expandedTitleMargin 4 +int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 5 +int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 6 +int styleable CollapsingToolbarLayout_expandedTitleMarginStart 7 +int styleable CollapsingToolbarLayout_expandedTitleMarginTop 8 +int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 9 +int styleable CollapsingToolbarLayout_scrimAnimationDuration 10 +int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 11 +int styleable CollapsingToolbarLayout_statusBarScrim 12 +int styleable CollapsingToolbarLayout_title 13 +int styleable CollapsingToolbarLayout_titleEnabled 14 +int styleable CollapsingToolbarLayout_toolbarId 15 +int[] styleable CollapsingToolbarLayout_Layout { 0x7f0400b8, 0x7f0400b9 } +int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0 +int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1 +int[] styleable ColorStateListItem { 0x7f040028, 0x0101031f, 0x010101a5 } +int styleable ColorStateListItem_alpha 0 +int styleable ColorStateListItem_android_alpha 1 +int styleable ColorStateListItem_android_color 2 +int[] styleable CompoundButton { 0x01010107, 0x7f04004a, 0x7f04004b } +int styleable CompoundButton_android_button 0 +int styleable CompoundButton_buttonTint 1 +int styleable CompoundButton_buttonTintMode 2 +int[] styleable CoordinatorLayout { 0x7f0400b2, 0x7f040108 } +int styleable CoordinatorLayout_keylines 0 +int styleable CoordinatorLayout_statusBarBackground 1 +int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f0400b5, 0x7f0400b6, 0x7f0400b7, 0x7f0400ba, 0x7f0400bb, 0x7f0400bc } +int styleable CoordinatorLayout_Layout_android_layout_gravity 0 +int styleable CoordinatorLayout_Layout_layout_anchor 1 +int styleable CoordinatorLayout_Layout_layout_anchorGravity 2 +int styleable CoordinatorLayout_Layout_layout_behavior 3 +int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4 +int styleable CoordinatorLayout_Layout_layout_insetEdge 5 +int styleable CoordinatorLayout_Layout_layout_keyline 6 +int[] styleable DesignTheme { 0x7f04003f, 0x7f040040, 0x7f04012f } +int styleable DesignTheme_bottomSheetDialogTheme 0 +int styleable DesignTheme_bottomSheetStyle 1 +int styleable DesignTheme_textColorError 2 +int[] styleable DrawerArrowToggle { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f040054, 0x7f040076, 0x7f04009a, 0x7f0400ff, 0x7f040132 } +int styleable DrawerArrowToggle_arrowHeadLength 0 +int styleable DrawerArrowToggle_arrowShaftLength 1 +int styleable DrawerArrowToggle_barLength 2 +int styleable DrawerArrowToggle_color 3 +int styleable DrawerArrowToggle_drawableSize 4 +int styleable DrawerArrowToggle_gapBetweenBars 5 +int styleable DrawerArrowToggle_spinBars 6 +int styleable DrawerArrowToggle_thickness 7 +int[] styleable FloatingActionButton { 0x7f040035, 0x7f040036, 0x7f04003d, 0x7f04007d, 0x7f040089, 0x7f0400e6, 0x7f0400f0, 0x7f04014f } +int styleable FloatingActionButton_backgroundTint 0 +int styleable FloatingActionButton_backgroundTintMode 1 +int styleable FloatingActionButton_borderWidth 2 +int styleable FloatingActionButton_elevation 3 +int styleable FloatingActionButton_fabSize 4 +int styleable FloatingActionButton_pressedTranslationZ 5 +int styleable FloatingActionButton_rippleColor 6 +int styleable FloatingActionButton_useCompatPadding 7 +int[] styleable FloatingActionButton_Behavior_Layout { 0x7f040038 } +int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0 +int[] styleable FontFamily { 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 } +int styleable FontFamily_fontProviderAuthority 0 +int styleable FontFamily_fontProviderCerts 1 +int styleable FontFamily_fontProviderFetchStrategy 2 +int styleable FontFamily_fontProviderFetchTimeout 3 +int styleable FontFamily_fontProviderPackage 4 +int styleable FontFamily_fontProviderQuery 5 +int[] styleable FontFamilyFont { 0x01010532, 0x0101053f, 0x01010533, 0x7f04008f, 0x7f040097, 0x7f040098 } +int styleable FontFamilyFont_android_font 0 +int styleable FontFamilyFont_android_fontStyle 1 +int styleable FontFamilyFont_android_fontWeight 2 +int styleable FontFamilyFont_font 3 +int styleable FontFamilyFont_fontStyle 4 +int styleable FontFamilyFont_fontWeight 5 +int[] styleable ForegroundLinearLayout { 0x01010109, 0x01010200, 0x7f040099 } +int styleable ForegroundLinearLayout_android_foreground 0 +int styleable ForegroundLinearLayout_android_foregroundGravity 1 +int styleable ForegroundLinearLayout_foregroundInsidePadding 2 +int[] styleable LinearLayoutCompat { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f040072, 0x7f040074, 0x7f0400ce, 0x7f0400fa } +int styleable LinearLayoutCompat_android_baselineAligned 0 +int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1 +int styleable LinearLayoutCompat_android_gravity 2 +int styleable LinearLayoutCompat_android_orientation 3 +int styleable LinearLayoutCompat_android_weightSum 4 +int styleable LinearLayoutCompat_divider 5 +int styleable LinearLayoutCompat_dividerPadding 6 +int styleable LinearLayoutCompat_measureWithLargestChild 7 +int styleable LinearLayoutCompat_showDividers 8 +int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f5, 0x01010181, 0x010100f4 } +int styleable LinearLayoutCompat_Layout_android_layout_gravity 0 +int styleable LinearLayoutCompat_Layout_android_layout_height 1 +int styleable LinearLayoutCompat_Layout_android_layout_weight 2 +int styleable LinearLayoutCompat_Layout_android_layout_width 3 +int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad } +int styleable ListPopupWindow_android_dropDownHorizontalOffset 0 +int styleable ListPopupWindow_android_dropDownVerticalOffset 1 +int[] styleable MenuGroup { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 } +int styleable MenuGroup_android_checkableBehavior 0 +int styleable MenuGroup_android_enabled 1 +int styleable MenuGroup_android_id 2 +int styleable MenuGroup_android_menuCategory 3 +int styleable MenuGroup_android_orderInCategory 4 +int styleable MenuGroup_android_visible 5 +int[] styleable MenuItem { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040060, 0x7f0400a5, 0x7f0400a6, 0x7f0400d4, 0x7f0400f9, 0x7f04014b } +int styleable MenuItem_actionLayout 0 +int styleable MenuItem_actionProviderClass 1 +int styleable MenuItem_actionViewClass 2 +int styleable MenuItem_alphabeticModifiers 3 +int styleable MenuItem_android_alphabeticShortcut 4 +int styleable MenuItem_android_checkable 5 +int styleable MenuItem_android_checked 6 +int styleable MenuItem_android_enabled 7 +int styleable MenuItem_android_icon 8 +int styleable MenuItem_android_id 9 +int styleable MenuItem_android_menuCategory 10 +int styleable MenuItem_android_numericShortcut 11 +int styleable MenuItem_android_onClick 12 +int styleable MenuItem_android_orderInCategory 13 +int styleable MenuItem_android_title 14 +int styleable MenuItem_android_titleCondensed 15 +int styleable MenuItem_android_visible 16 +int styleable MenuItem_contentDescription 17 +int styleable MenuItem_iconTint 18 +int styleable MenuItem_iconTintMode 19 +int styleable MenuItem_numericModifiers 20 +int styleable MenuItem_showAsAction 21 +int styleable MenuItem_tooltipText 22 +int[] styleable MenuView { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f0400e5, 0x7f04010a } +int styleable MenuView_android_headerBackground 0 +int styleable MenuView_android_horizontalDivider 1 +int styleable MenuView_android_itemBackground 2 +int styleable MenuView_android_itemIconDisabledAlpha 3 +int styleable MenuView_android_itemTextAppearance 4 +int styleable MenuView_android_verticalDivider 5 +int styleable MenuView_android_windowAnimationStyle 6 +int styleable MenuView_preserveIconSpacing 7 +int styleable MenuView_subMenuArrow 8 +int[] styleable NavigationView { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f04007d, 0x7f04009c, 0x7f0400ad, 0x7f0400ae, 0x7f0400b0, 0x7f0400b1, 0x7f0400cf } +int styleable NavigationView_android_background 0 +int styleable NavigationView_android_fitsSystemWindows 1 +int styleable NavigationView_android_maxWidth 2 +int styleable NavigationView_elevation 3 +int styleable NavigationView_headerLayout 4 +int styleable NavigationView_itemBackground 5 +int styleable NavigationView_itemIconTint 6 +int styleable NavigationView_itemTextAppearance 7 +int styleable NavigationView_itemTextColor 8 +int styleable NavigationView_menu 9 +int[] styleable PopupWindow { 0x010102c9, 0x01010176, 0x7f0400d5 } +int styleable PopupWindow_android_popupAnimationStyle 0 +int styleable PopupWindow_android_popupBackground 1 +int styleable PopupWindow_overlapAnchor 2 +int[] styleable PopupWindowBackgroundState { 0x7f040105 } +int styleable PopupWindowBackgroundState_state_above_anchor 0 +int[] styleable RecycleListView { 0x7f0400d6, 0x7f0400d9 } +int styleable RecycleListView_paddingBottomNoButtons 0 +int styleable RecycleListView_paddingTopNoTitle 1 +int[] styleable RecyclerView { 0x010100f1, 0x010100c4, 0x7f04008a, 0x7f04008b, 0x7f04008c, 0x7f04008d, 0x7f04008e, 0x7f0400b4, 0x7f0400ef, 0x7f0400fe, 0x7f040104 } +int styleable RecyclerView_android_descendantFocusability 0 +int styleable RecyclerView_android_orientation 1 +int styleable RecyclerView_fastScrollEnabled 2 +int styleable RecyclerView_fastScrollHorizontalThumbDrawable 3 +int styleable RecyclerView_fastScrollHorizontalTrackDrawable 4 +int styleable RecyclerView_fastScrollVerticalThumbDrawable 5 +int styleable RecyclerView_fastScrollVerticalTrackDrawable 6 +int styleable RecyclerView_layoutManager 7 +int styleable RecyclerView_reverseLayout 8 +int styleable RecyclerView_spanCount 9 +int styleable RecyclerView_stackFromEnd 10 +int[] styleable ScrimInsetsFrameLayout { 0x7f0400ab } +int styleable ScrimInsetsFrameLayout_insetForeground 0 +int[] styleable ScrollingViewBehavior_Layout { 0x7f04003a } +int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0 +int[] styleable SearchView { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f04004e, 0x7f04005f, 0x7f04006e, 0x7f04009b, 0x7f0400a7, 0x7f0400b3, 0x7f0400e9, 0x7f0400ea, 0x7f0400f3, 0x7f0400f4, 0x7f04010b, 0x7f040110, 0x7f040150 } +int styleable SearchView_android_focusable 0 +int styleable SearchView_android_imeOptions 1 +int styleable SearchView_android_inputType 2 +int styleable SearchView_android_maxWidth 3 +int styleable SearchView_closeIcon 4 +int styleable SearchView_commitIcon 5 +int styleable SearchView_defaultQueryHint 6 +int styleable SearchView_goIcon 7 +int styleable SearchView_iconifiedByDefault 8 +int styleable SearchView_layout 9 +int styleable SearchView_queryBackground 10 +int styleable SearchView_queryHint 11 +int styleable SearchView_searchHintIcon 12 +int styleable SearchView_searchIcon 13 +int styleable SearchView_submitBackground 14 +int styleable SearchView_suggestionRowLayout 15 +int styleable SearchView_voiceIcon 16 +int[] styleable SnackbarLayout { 0x0101011f, 0x7f04007d, 0x7f0400cc } +int styleable SnackbarLayout_android_maxWidth 0 +int styleable SnackbarLayout_elevation 1 +int styleable SnackbarLayout_maxActionInlineWidth 2 +int[] styleable Spinner { 0x01010262, 0x010100b2, 0x01010176, 0x0101017b, 0x7f0400e3 } +int styleable Spinner_android_dropDownWidth 0 +int styleable Spinner_android_entries 1 +int styleable Spinner_android_popupBackground 2 +int styleable Spinner_android_prompt 3 +int styleable Spinner_popupTheme 4 +int[] styleable SwitchCompat { 0x01010125, 0x01010124, 0x01010142, 0x7f0400fb, 0x7f040102, 0x7f040111, 0x7f040112, 0x7f040114, 0x7f040133, 0x7f040134, 0x7f040135, 0x7f04014c, 0x7f04014d, 0x7f04014e } +int styleable SwitchCompat_android_textOff 0 +int styleable SwitchCompat_android_textOn 1 +int styleable SwitchCompat_android_thumb 2 +int styleable SwitchCompat_showText 3 +int styleable SwitchCompat_splitTrack 4 +int styleable SwitchCompat_switchMinWidth 5 +int styleable SwitchCompat_switchPadding 6 +int styleable SwitchCompat_switchTextAppearance 7 +int styleable SwitchCompat_thumbTextPadding 8 +int styleable SwitchCompat_thumbTint 9 +int styleable SwitchCompat_thumbTintMode 10 +int styleable SwitchCompat_track 11 +int styleable SwitchCompat_trackTint 12 +int styleable SwitchCompat_trackTintMode 13 +int[] styleable TabItem { 0x01010002, 0x010100f2, 0x0101014f } +int styleable TabItem_android_icon 0 +int styleable TabItem_android_layout 1 +int styleable TabItem_android_text 2 +int[] styleable TabLayout { 0x7f040115, 0x7f040116, 0x7f040117, 0x7f040118, 0x7f040119, 0x7f04011a, 0x7f04011b, 0x7f04011c, 0x7f04011d, 0x7f04011e, 0x7f04011f, 0x7f040120, 0x7f040121, 0x7f040122, 0x7f040123, 0x7f040124 } +int styleable TabLayout_tabBackground 0 +int styleable TabLayout_tabContentStart 1 +int styleable TabLayout_tabGravity 2 +int styleable TabLayout_tabIndicatorColor 3 +int styleable TabLayout_tabIndicatorHeight 4 +int styleable TabLayout_tabMaxWidth 5 +int styleable TabLayout_tabMinWidth 6 +int styleable TabLayout_tabMode 7 +int styleable TabLayout_tabPadding 8 +int styleable TabLayout_tabPaddingBottom 9 +int styleable TabLayout_tabPaddingEnd 10 +int styleable TabLayout_tabPaddingStart 11 +int styleable TabLayout_tabPaddingTop 12 +int styleable TabLayout_tabSelectedTextColor 13 +int styleable TabLayout_tabTextAppearance 14 +int styleable TabLayout_tabTextColor 15 +int[] styleable TextAppearance { 0x010103ac, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x01010098, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040090, 0x7f040125 } +int styleable TextAppearance_android_fontFamily 0 +int styleable TextAppearance_android_shadowColor 1 +int styleable TextAppearance_android_shadowDx 2 +int styleable TextAppearance_android_shadowDy 3 +int styleable TextAppearance_android_shadowRadius 4 +int styleable TextAppearance_android_textColor 5 +int styleable TextAppearance_android_textColorHint 6 +int styleable TextAppearance_android_textColorLink 7 +int styleable TextAppearance_android_textSize 8 +int styleable TextAppearance_android_textStyle 9 +int styleable TextAppearance_android_typeface 10 +int styleable TextAppearance_fontFamily 11 +int styleable TextAppearance_textAllCaps 12 +int[] styleable TextInputLayout { 0x01010150, 0x0101009a, 0x7f040069, 0x7f04006a, 0x7f04006b, 0x7f04006c, 0x7f04007e, 0x7f04007f, 0x7f04009f, 0x7f0400a0, 0x7f0400a1, 0x7f0400dd, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1 } +int styleable TextInputLayout_android_hint 0 +int styleable TextInputLayout_android_textColorHint 1 +int styleable TextInputLayout_counterEnabled 2 +int styleable TextInputLayout_counterMaxLength 3 +int styleable TextInputLayout_counterOverflowTextAppearance 4 +int styleable TextInputLayout_counterTextAppearance 5 +int styleable TextInputLayout_errorEnabled 6 +int styleable TextInputLayout_errorTextAppearance 7 +int styleable TextInputLayout_hintAnimationEnabled 8 +int styleable TextInputLayout_hintEnabled 9 +int styleable TextInputLayout_hintTextAppearance 10 +int styleable TextInputLayout_passwordToggleContentDescription 11 +int styleable TextInputLayout_passwordToggleDrawable 12 +int styleable TextInputLayout_passwordToggleEnabled 13 +int styleable TextInputLayout_passwordToggleTint 14 +int styleable TextInputLayout_passwordToggleTintMode 15 +int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f040046, 0x7f040050, 0x7f040051, 0x7f040061, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f040065, 0x7f040066, 0x7f0400ca, 0x7f0400cb, 0x7f0400cd, 0x7f0400d1, 0x7f0400d2, 0x7f0400e3, 0x7f04010c, 0x7f04010d, 0x7f04010e, 0x7f04013b, 0x7f04013d, 0x7f04013e, 0x7f04013f, 0x7f040140, 0x7f040141, 0x7f040142, 0x7f040143, 0x7f040144 } +int styleable Toolbar_android_gravity 0 +int styleable Toolbar_android_minHeight 1 +int styleable Toolbar_buttonGravity 2 +int styleable Toolbar_collapseContentDescription 3 +int styleable Toolbar_collapseIcon 4 +int styleable Toolbar_contentInsetEnd 5 +int styleable Toolbar_contentInsetEndWithActions 6 +int styleable Toolbar_contentInsetLeft 7 +int styleable Toolbar_contentInsetRight 8 +int styleable Toolbar_contentInsetStart 9 +int styleable Toolbar_contentInsetStartWithNavigation 10 +int styleable Toolbar_logo 11 +int styleable Toolbar_logoDescription 12 +int styleable Toolbar_maxButtonHeight 13 +int styleable Toolbar_navigationContentDescription 14 +int styleable Toolbar_navigationIcon 15 +int styleable Toolbar_popupTheme 16 +int styleable Toolbar_subtitle 17 +int styleable Toolbar_subtitleTextAppearance 18 +int styleable Toolbar_subtitleTextColor 19 +int styleable Toolbar_title 20 +int styleable Toolbar_titleMargin 21 +int styleable Toolbar_titleMarginBottom 22 +int styleable Toolbar_titleMarginEnd 23 +int styleable Toolbar_titleMarginStart 24 +int styleable Toolbar_titleMarginTop 25 +int styleable Toolbar_titleMargins 26 +int styleable Toolbar_titleTextAppearance 27 +int styleable Toolbar_titleTextColor 28 +int[] styleable View { 0x010100da, 0x01010000, 0x7f0400d7, 0x7f0400d8, 0x7f040131 } +int styleable View_android_focusable 0 +int styleable View_android_theme 1 +int styleable View_paddingEnd 2 +int styleable View_paddingStart 3 +int styleable View_theme 4 +int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f040035, 0x7f040036 } +int styleable ViewBackgroundHelper_android_background 0 +int styleable ViewBackgroundHelper_backgroundTint 1 +int styleable ViewBackgroundHelper_backgroundTintMode 2 +int[] styleable ViewStubCompat { 0x010100d0, 0x010100f3, 0x010100f2 } +int styleable ViewStubCompat_android_id 0 +int styleable ViewStubCompat_android_inflatedId 1 +int styleable ViewStubCompat_android_layout 2 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/bin/AndroidManifest.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/bin/AndroidManifest.xml new file mode 100644 index 0000000..a1c9f3b --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/bin/AndroidManifest.xml @@ -0,0 +1,21 @@ + + + + + + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/bin/R.txt b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/bin/R.txt new file mode 100644 index 0000000..3498c8c --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/bin/R.txt @@ -0,0 +1,1899 @@ +int anim abc_fade_in 0x7f010001 +int anim abc_fade_out 0x7f010002 +int anim abc_grow_fade_in_from_bottom 0x7f010003 +int anim abc_popup_enter 0x7f010004 +int anim abc_popup_exit 0x7f010005 +int anim abc_shrink_fade_out_from_bottom 0x7f010006 +int anim abc_slide_in_bottom 0x7f010007 +int anim abc_slide_in_top 0x7f010008 +int anim abc_slide_out_bottom 0x7f010009 +int anim abc_slide_out_top 0x7f01000a +int anim design_bottom_sheet_slide_in 0x7f01000b +int anim design_bottom_sheet_slide_out 0x7f01000c +int anim design_snackbar_in 0x7f01000d +int anim design_snackbar_out 0x7f01000e +int anim tooltip_enter 0x7f01000f +int anim tooltip_exit 0x7f010010 +int animator design_appbar_state_list_animator 0x7f020001 +int attr actionBarDivider 0x7f040001 +int attr actionBarItemBackground 0x7f040002 +int attr actionBarPopupTheme 0x7f040003 +int attr actionBarSize 0x7f040004 +int attr actionBarSplitStyle 0x7f040005 +int attr actionBarStyle 0x7f040006 +int attr actionBarTabBarStyle 0x7f040007 +int attr actionBarTabStyle 0x7f040008 +int attr actionBarTabTextStyle 0x7f040009 +int attr actionBarTheme 0x7f04000a +int attr actionBarWidgetTheme 0x7f04000b +int attr actionButtonStyle 0x7f04000c +int attr actionDropDownStyle 0x7f04000d +int attr actionLayout 0x7f04000e +int attr actionMenuTextAppearance 0x7f04000f +int attr actionMenuTextColor 0x7f040010 +int attr actionModeBackground 0x7f040011 +int attr actionModeCloseButtonStyle 0x7f040012 +int attr actionModeCloseDrawable 0x7f040013 +int attr actionModeCopyDrawable 0x7f040014 +int attr actionModeCutDrawable 0x7f040015 +int attr actionModeFindDrawable 0x7f040016 +int attr actionModePasteDrawable 0x7f040017 +int attr actionModePopupWindowStyle 0x7f040018 +int attr actionModeSelectAllDrawable 0x7f040019 +int attr actionModeShareDrawable 0x7f04001a +int attr actionModeSplitBackground 0x7f04001b +int attr actionModeStyle 0x7f04001c +int attr actionModeWebSearchDrawable 0x7f04001d +int attr actionOverflowButtonStyle 0x7f04001e +int attr actionOverflowMenuStyle 0x7f04001f +int attr actionProviderClass 0x7f040020 +int attr actionViewClass 0x7f040021 +int attr activityChooserViewStyle 0x7f040022 +int attr alertDialogButtonGroupStyle 0x7f040023 +int attr alertDialogCenterButtons 0x7f040024 +int attr alertDialogStyle 0x7f040025 +int attr alertDialogTheme 0x7f040026 +int attr allowStacking 0x7f040027 +int attr alpha 0x7f040028 +int attr alphabeticModifiers 0x7f040029 +int attr arrowHeadLength 0x7f04002a +int attr arrowShaftLength 0x7f04002b +int attr autoCompleteTextViewStyle 0x7f04002c +int attr autoSizeMaxTextSize 0x7f04002d +int attr autoSizeMinTextSize 0x7f04002e +int attr autoSizePresetSizes 0x7f04002f +int attr autoSizeStepGranularity 0x7f040030 +int attr autoSizeTextType 0x7f040031 +int attr background 0x7f040032 +int attr backgroundSplit 0x7f040033 +int attr backgroundStacked 0x7f040034 +int attr backgroundTint 0x7f040035 +int attr backgroundTintMode 0x7f040036 +int attr barLength 0x7f040037 +int attr behavior_autoHide 0x7f040038 +int attr behavior_hideable 0x7f040039 +int attr behavior_overlapTop 0x7f04003a +int attr behavior_peekHeight 0x7f04003b +int attr behavior_skipCollapsed 0x7f04003c +int attr borderWidth 0x7f04003d +int attr borderlessButtonStyle 0x7f04003e +int attr bottomSheetDialogTheme 0x7f04003f +int attr bottomSheetStyle 0x7f040040 +int attr buttonBarButtonStyle 0x7f040041 +int attr buttonBarNegativeButtonStyle 0x7f040042 +int attr buttonBarNeutralButtonStyle 0x7f040043 +int attr buttonBarPositiveButtonStyle 0x7f040044 +int attr buttonBarStyle 0x7f040045 +int attr buttonGravity 0x7f040046 +int attr buttonPanelSideLayout 0x7f040047 +int attr buttonStyle 0x7f040048 +int attr buttonStyleSmall 0x7f040049 +int attr buttonTint 0x7f04004a +int attr buttonTintMode 0x7f04004b +int attr checkboxStyle 0x7f04004c +int attr checkedTextViewStyle 0x7f04004d +int attr closeIcon 0x7f04004e +int attr closeItemLayout 0x7f04004f +int attr collapseContentDescription 0x7f040050 +int attr collapseIcon 0x7f040051 +int attr collapsedTitleGravity 0x7f040052 +int attr collapsedTitleTextAppearance 0x7f040053 +int attr color 0x7f040054 +int attr colorAccent 0x7f040055 +int attr colorBackgroundFloating 0x7f040056 +int attr colorButtonNormal 0x7f040057 +int attr colorControlActivated 0x7f040058 +int attr colorControlHighlight 0x7f040059 +int attr colorControlNormal 0x7f04005a +int attr colorError 0x7f04005b +int attr colorPrimary 0x7f04005c +int attr colorPrimaryDark 0x7f04005d +int attr colorSwitchThumbNormal 0x7f04005e +int attr commitIcon 0x7f04005f +int attr contentDescription 0x7f040060 +int attr contentInsetEnd 0x7f040061 +int attr contentInsetEndWithActions 0x7f040062 +int attr contentInsetLeft 0x7f040063 +int attr contentInsetRight 0x7f040064 +int attr contentInsetStart 0x7f040065 +int attr contentInsetStartWithNavigation 0x7f040066 +int attr contentScrim 0x7f040067 +int attr controlBackground 0x7f040068 +int attr counterEnabled 0x7f040069 +int attr counterMaxLength 0x7f04006a +int attr counterOverflowTextAppearance 0x7f04006b +int attr counterTextAppearance 0x7f04006c +int attr customNavigationLayout 0x7f04006d +int attr defaultQueryHint 0x7f04006e +int attr dialogPreferredPadding 0x7f04006f +int attr dialogTheme 0x7f040070 +int attr displayOptions 0x7f040071 +int attr divider 0x7f040072 +int attr dividerHorizontal 0x7f040073 +int attr dividerPadding 0x7f040074 +int attr dividerVertical 0x7f040075 +int attr drawableSize 0x7f040076 +int attr drawerArrowStyle 0x7f040077 +int attr dropDownListViewStyle 0x7f040078 +int attr dropdownListPreferredItemHeight 0x7f040079 +int attr editTextBackground 0x7f04007a +int attr editTextColor 0x7f04007b +int attr editTextStyle 0x7f04007c +int attr elevation 0x7f04007d +int attr errorEnabled 0x7f04007e +int attr errorTextAppearance 0x7f04007f +int attr expandActivityOverflowButtonDrawable 0x7f040080 +int attr expanded 0x7f040081 +int attr expandedTitleGravity 0x7f040082 +int attr expandedTitleMargin 0x7f040083 +int attr expandedTitleMarginBottom 0x7f040084 +int attr expandedTitleMarginEnd 0x7f040085 +int attr expandedTitleMarginStart 0x7f040086 +int attr expandedTitleMarginTop 0x7f040087 +int attr expandedTitleTextAppearance 0x7f040088 +int attr fabSize 0x7f040089 +int attr fastScrollEnabled 0x7f04008a +int attr fastScrollHorizontalThumbDrawable 0x7f04008b +int attr fastScrollHorizontalTrackDrawable 0x7f04008c +int attr fastScrollVerticalThumbDrawable 0x7f04008d +int attr fastScrollVerticalTrackDrawable 0x7f04008e +int attr font 0x7f04008f +int attr fontFamily 0x7f040090 +int attr fontProviderAuthority 0x7f040091 +int attr fontProviderCerts 0x7f040092 +int attr fontProviderFetchStrategy 0x7f040093 +int attr fontProviderFetchTimeout 0x7f040094 +int attr fontProviderPackage 0x7f040095 +int attr fontProviderQuery 0x7f040096 +int attr fontStyle 0x7f040097 +int attr fontWeight 0x7f040098 +int attr foregroundInsidePadding 0x7f040099 +int attr gapBetweenBars 0x7f04009a +int attr goIcon 0x7f04009b +int attr headerLayout 0x7f04009c +int attr height 0x7f04009d +int attr hideOnContentScroll 0x7f04009e +int attr hintAnimationEnabled 0x7f04009f +int attr hintEnabled 0x7f0400a0 +int attr hintTextAppearance 0x7f0400a1 +int attr homeAsUpIndicator 0x7f0400a2 +int attr homeLayout 0x7f0400a3 +int attr icon 0x7f0400a4 +int attr iconTint 0x7f0400a5 +int attr iconTintMode 0x7f0400a6 +int attr iconifiedByDefault 0x7f0400a7 +int attr imageButtonStyle 0x7f0400a8 +int attr indeterminateProgressStyle 0x7f0400a9 +int attr initialActivityCount 0x7f0400aa +int attr insetForeground 0x7f0400ab +int attr isLightTheme 0x7f0400ac +int attr itemBackground 0x7f0400ad +int attr itemIconTint 0x7f0400ae +int attr itemPadding 0x7f0400af +int attr itemTextAppearance 0x7f0400b0 +int attr itemTextColor 0x7f0400b1 +int attr keylines 0x7f0400b2 +int attr layout 0x7f0400b3 +int attr layoutManager 0x7f0400b4 +int attr layout_anchor 0x7f0400b5 +int attr layout_anchorGravity 0x7f0400b6 +int attr layout_behavior 0x7f0400b7 +int attr layout_collapseMode 0x7f0400b8 +int attr layout_collapseParallaxMultiplier 0x7f0400b9 +int attr layout_dodgeInsetEdges 0x7f0400ba +int attr layout_insetEdge 0x7f0400bb +int attr layout_keyline 0x7f0400bc +int attr layout_scrollFlags 0x7f0400bd +int attr layout_scrollInterpolator 0x7f0400be +int attr listChoiceBackgroundIndicator 0x7f0400bf +int attr listDividerAlertDialog 0x7f0400c0 +int attr listItemLayout 0x7f0400c1 +int attr listLayout 0x7f0400c2 +int attr listMenuViewStyle 0x7f0400c3 +int attr listPopupWindowStyle 0x7f0400c4 +int attr listPreferredItemHeight 0x7f0400c5 +int attr listPreferredItemHeightLarge 0x7f0400c6 +int attr listPreferredItemHeightSmall 0x7f0400c7 +int attr listPreferredItemPaddingLeft 0x7f0400c8 +int attr listPreferredItemPaddingRight 0x7f0400c9 +int attr logo 0x7f0400ca +int attr logoDescription 0x7f0400cb +int attr maxActionInlineWidth 0x7f0400cc +int attr maxButtonHeight 0x7f0400cd +int attr measureWithLargestChild 0x7f0400ce +int attr menu 0x7f0400cf +int attr multiChoiceItemLayout 0x7f0400d0 +int attr navigationContentDescription 0x7f0400d1 +int attr navigationIcon 0x7f0400d2 +int attr navigationMode 0x7f0400d3 +int attr numericModifiers 0x7f0400d4 +int attr overlapAnchor 0x7f0400d5 +int attr paddingBottomNoButtons 0x7f0400d6 +int attr paddingEnd 0x7f0400d7 +int attr paddingStart 0x7f0400d8 +int attr paddingTopNoTitle 0x7f0400d9 +int attr panelBackground 0x7f0400da +int attr panelMenuListTheme 0x7f0400db +int attr panelMenuListWidth 0x7f0400dc +int attr passwordToggleContentDescription 0x7f0400dd +int attr passwordToggleDrawable 0x7f0400de +int attr passwordToggleEnabled 0x7f0400df +int attr passwordToggleTint 0x7f0400e0 +int attr passwordToggleTintMode 0x7f0400e1 +int attr popupMenuStyle 0x7f0400e2 +int attr popupTheme 0x7f0400e3 +int attr popupWindowStyle 0x7f0400e4 +int attr preserveIconSpacing 0x7f0400e5 +int attr pressedTranslationZ 0x7f0400e6 +int attr progressBarPadding 0x7f0400e7 +int attr progressBarStyle 0x7f0400e8 +int attr queryBackground 0x7f0400e9 +int attr queryHint 0x7f0400ea +int attr radioButtonStyle 0x7f0400eb +int attr ratingBarStyle 0x7f0400ec +int attr ratingBarStyleIndicator 0x7f0400ed +int attr ratingBarStyleSmall 0x7f0400ee +int attr reverseLayout 0x7f0400ef +int attr rippleColor 0x7f0400f0 +int attr scrimAnimationDuration 0x7f0400f1 +int attr scrimVisibleHeightTrigger 0x7f0400f2 +int attr searchHintIcon 0x7f0400f3 +int attr searchIcon 0x7f0400f4 +int attr searchViewStyle 0x7f0400f5 +int attr seekBarStyle 0x7f0400f6 +int attr selectableItemBackground 0x7f0400f7 +int attr selectableItemBackgroundBorderless 0x7f0400f8 +int attr showAsAction 0x7f0400f9 +int attr showDividers 0x7f0400fa +int attr showText 0x7f0400fb +int attr showTitle 0x7f0400fc +int attr singleChoiceItemLayout 0x7f0400fd +int attr spanCount 0x7f0400fe +int attr spinBars 0x7f0400ff +int attr spinnerDropDownItemStyle 0x7f040100 +int attr spinnerStyle 0x7f040101 +int attr splitTrack 0x7f040102 +int attr srcCompat 0x7f040103 +int attr stackFromEnd 0x7f040104 +int attr state_above_anchor 0x7f040105 +int attr state_collapsed 0x7f040106 +int attr state_collapsible 0x7f040107 +int attr statusBarBackground 0x7f040108 +int attr statusBarScrim 0x7f040109 +int attr subMenuArrow 0x7f04010a +int attr submitBackground 0x7f04010b +int attr subtitle 0x7f04010c +int attr subtitleTextAppearance 0x7f04010d +int attr subtitleTextColor 0x7f04010e +int attr subtitleTextStyle 0x7f04010f +int attr suggestionRowLayout 0x7f040110 +int attr switchMinWidth 0x7f040111 +int attr switchPadding 0x7f040112 +int attr switchStyle 0x7f040113 +int attr switchTextAppearance 0x7f040114 +int attr tabBackground 0x7f040115 +int attr tabContentStart 0x7f040116 +int attr tabGravity 0x7f040117 +int attr tabIndicatorColor 0x7f040118 +int attr tabIndicatorHeight 0x7f040119 +int attr tabMaxWidth 0x7f04011a +int attr tabMinWidth 0x7f04011b +int attr tabMode 0x7f04011c +int attr tabPadding 0x7f04011d +int attr tabPaddingBottom 0x7f04011e +int attr tabPaddingEnd 0x7f04011f +int attr tabPaddingStart 0x7f040120 +int attr tabPaddingTop 0x7f040121 +int attr tabSelectedTextColor 0x7f040122 +int attr tabTextAppearance 0x7f040123 +int attr tabTextColor 0x7f040124 +int attr textAllCaps 0x7f040125 +int attr textAppearanceLargePopupMenu 0x7f040126 +int attr textAppearanceListItem 0x7f040127 +int attr textAppearanceListItemSecondary 0x7f040128 +int attr textAppearanceListItemSmall 0x7f040129 +int attr textAppearancePopupMenuHeader 0x7f04012a +int attr textAppearanceSearchResultSubtitle 0x7f04012b +int attr textAppearanceSearchResultTitle 0x7f04012c +int attr textAppearanceSmallPopupMenu 0x7f04012d +int attr textColorAlertDialogListItem 0x7f04012e +int attr textColorError 0x7f04012f +int attr textColorSearchUrl 0x7f040130 +int attr theme 0x7f040131 +int attr thickness 0x7f040132 +int attr thumbTextPadding 0x7f040133 +int attr thumbTint 0x7f040134 +int attr thumbTintMode 0x7f040135 +int attr tickMark 0x7f040136 +int attr tickMarkTint 0x7f040137 +int attr tickMarkTintMode 0x7f040138 +int attr tint 0x7f040139 +int attr tintMode 0x7f04013a +int attr title 0x7f04013b +int attr titleEnabled 0x7f04013c +int attr titleMargin 0x7f04013d +int attr titleMarginBottom 0x7f04013e +int attr titleMarginEnd 0x7f04013f +int attr titleMarginStart 0x7f040140 +int attr titleMarginTop 0x7f040141 +int attr titleMargins 0x7f040142 +int attr titleTextAppearance 0x7f040143 +int attr titleTextColor 0x7f040144 +int attr titleTextStyle 0x7f040145 +int attr toolbarId 0x7f040146 +int attr toolbarNavigationButtonStyle 0x7f040147 +int attr toolbarStyle 0x7f040148 +int attr tooltipForegroundColor 0x7f040149 +int attr tooltipFrameBackground 0x7f04014a +int attr tooltipText 0x7f04014b +int attr track 0x7f04014c +int attr trackTint 0x7f04014d +int attr trackTintMode 0x7f04014e +int attr useCompatPadding 0x7f04014f +int attr voiceIcon 0x7f040150 +int attr windowActionBar 0x7f040151 +int attr windowActionBarOverlay 0x7f040152 +int attr windowActionModeOverlay 0x7f040153 +int attr windowFixedHeightMajor 0x7f040154 +int attr windowFixedHeightMinor 0x7f040155 +int attr windowFixedWidthMajor 0x7f040156 +int attr windowFixedWidthMinor 0x7f040157 +int attr windowMinWidthMajor 0x7f040158 +int attr windowMinWidthMinor 0x7f040159 +int attr windowNoTitle 0x7f04015a +int bool abc_action_bar_embed_tabs 0x7f050001 +int bool abc_allow_stacked_button_bar 0x7f050002 +int bool abc_config_actionMenuItemAllCaps 0x7f050003 +int bool abc_config_closeDialogWhenTouchOutside 0x7f050004 +int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f050005 +int color abc_background_cache_hint_selector_material_dark 0x7f060001 +int color abc_background_cache_hint_selector_material_light 0x7f060002 +int color abc_btn_colored_borderless_text_material 0x7f060003 +int color abc_btn_colored_text_material 0x7f060004 +int color abc_color_highlight_material 0x7f060005 +int color abc_hint_foreground_material_dark 0x7f060006 +int color abc_hint_foreground_material_light 0x7f060007 +int color abc_input_method_navigation_guard 0x7f060008 +int color abc_primary_text_disable_only_material_dark 0x7f060009 +int color abc_primary_text_disable_only_material_light 0x7f06000a +int color abc_primary_text_material_dark 0x7f06000b +int color abc_primary_text_material_light 0x7f06000c +int color abc_search_url_text 0x7f06000d +int color abc_search_url_text_normal 0x7f06000e +int color abc_search_url_text_pressed 0x7f06000f +int color abc_search_url_text_selected 0x7f060010 +int color abc_secondary_text_material_dark 0x7f060011 +int color abc_secondary_text_material_light 0x7f060012 +int color abc_tint_btn_checkable 0x7f060013 +int color abc_tint_default 0x7f060014 +int color abc_tint_edittext 0x7f060015 +int color abc_tint_seek_thumb 0x7f060016 +int color abc_tint_spinner 0x7f060017 +int color abc_tint_switch_track 0x7f060018 +int color accent_material_dark 0x7f060019 +int color accent_material_light 0x7f06001a +int color background_floating_material_dark 0x7f06001b +int color background_floating_material_light 0x7f06001c +int color background_material_dark 0x7f06001d +int color background_material_light 0x7f06001e +int color bright_foreground_disabled_material_dark 0x7f06001f +int color bright_foreground_disabled_material_light 0x7f060020 +int color bright_foreground_inverse_material_dark 0x7f060021 +int color bright_foreground_inverse_material_light 0x7f060022 +int color bright_foreground_material_dark 0x7f060023 +int color bright_foreground_material_light 0x7f060024 +int color button_material_dark 0x7f060025 +int color button_material_light 0x7f060026 +int color design_bottom_navigation_shadow_color 0x7f060027 +int color design_error 0x7f060028 +int color design_fab_shadow_end_color 0x7f060029 +int color design_fab_shadow_mid_color 0x7f06002a +int color design_fab_shadow_start_color 0x7f06002b +int color design_fab_stroke_end_inner_color 0x7f06002c +int color design_fab_stroke_end_outer_color 0x7f06002d +int color design_fab_stroke_top_inner_color 0x7f06002e +int color design_fab_stroke_top_outer_color 0x7f06002f +int color design_snackbar_background_color 0x7f060030 +int color design_tint_password_toggle 0x7f060031 +int color dim_foreground_disabled_material_dark 0x7f060032 +int color dim_foreground_disabled_material_light 0x7f060033 +int color dim_foreground_material_dark 0x7f060034 +int color dim_foreground_material_light 0x7f060035 +int color error_color_material 0x7f060036 +int color foreground_material_dark 0x7f060037 +int color foreground_material_light 0x7f060038 +int color highlighted_text_material_dark 0x7f060039 +int color highlighted_text_material_light 0x7f06003a +int color material_blue_grey_800 0x7f06003b +int color material_blue_grey_900 0x7f06003c +int color material_blue_grey_950 0x7f06003d +int color material_deep_teal_200 0x7f06003e +int color material_deep_teal_500 0x7f06003f +int color material_grey_100 0x7f060040 +int color material_grey_300 0x7f060041 +int color material_grey_50 0x7f060042 +int color material_grey_600 0x7f060043 +int color material_grey_800 0x7f060044 +int color material_grey_850 0x7f060045 +int color material_grey_900 0x7f060046 +int color notification_action_color_filter 0x7f060047 +int color notification_icon_bg_color 0x7f060048 +int color notification_material_background_media_default_color 0x7f060049 +int color primary_dark_material_dark 0x7f06004a +int color primary_dark_material_light 0x7f06004b +int color primary_material_dark 0x7f06004c +int color primary_material_light 0x7f06004d +int color primary_text_default_material_dark 0x7f06004e +int color primary_text_default_material_light 0x7f06004f +int color primary_text_disabled_material_dark 0x7f060050 +int color primary_text_disabled_material_light 0x7f060051 +int color ripple_material_dark 0x7f060052 +int color ripple_material_light 0x7f060053 +int color secondary_text_default_material_dark 0x7f060054 +int color secondary_text_default_material_light 0x7f060055 +int color secondary_text_disabled_material_dark 0x7f060056 +int color secondary_text_disabled_material_light 0x7f060057 +int color switch_thumb_disabled_material_dark 0x7f060058 +int color switch_thumb_disabled_material_light 0x7f060059 +int color switch_thumb_material_dark 0x7f06005a +int color switch_thumb_material_light 0x7f06005b +int color switch_thumb_normal_material_dark 0x7f06005c +int color switch_thumb_normal_material_light 0x7f06005d +int color tooltip_background_dark 0x7f06005e +int color tooltip_background_light 0x7f06005f +int dimen abc_action_bar_content_inset_material 0x7f080001 +int dimen abc_action_bar_content_inset_with_nav 0x7f080002 +int dimen abc_action_bar_default_height_material 0x7f080003 +int dimen abc_action_bar_default_padding_end_material 0x7f080004 +int dimen abc_action_bar_default_padding_start_material 0x7f080005 +int dimen abc_action_bar_elevation_material 0x7f080006 +int dimen abc_action_bar_icon_vertical_padding_material 0x7f080007 +int dimen abc_action_bar_overflow_padding_end_material 0x7f080008 +int dimen abc_action_bar_overflow_padding_start_material 0x7f080009 +int dimen abc_action_bar_progress_bar_size 0x7f08000a +int dimen abc_action_bar_stacked_max_height 0x7f08000b +int dimen abc_action_bar_stacked_tab_max_width 0x7f08000c +int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f08000d +int dimen abc_action_bar_subtitle_top_margin_material 0x7f08000e +int dimen abc_action_button_min_height_material 0x7f08000f +int dimen abc_action_button_min_width_material 0x7f080010 +int dimen abc_action_button_min_width_overflow_material 0x7f080011 +int dimen abc_alert_dialog_button_bar_height 0x7f080012 +int dimen abc_button_inset_horizontal_material 0x7f080013 +int dimen abc_button_inset_vertical_material 0x7f080014 +int dimen abc_button_padding_horizontal_material 0x7f080015 +int dimen abc_button_padding_vertical_material 0x7f080016 +int dimen abc_cascading_menus_min_smallest_width 0x7f080017 +int dimen abc_config_prefDialogWidth 0x7f080018 +int dimen abc_control_corner_material 0x7f080019 +int dimen abc_control_inset_material 0x7f08001a +int dimen abc_control_padding_material 0x7f08001b +int dimen abc_dialog_fixed_height_major 0x7f08001c +int dimen abc_dialog_fixed_height_minor 0x7f08001d +int dimen abc_dialog_fixed_width_major 0x7f08001e +int dimen abc_dialog_fixed_width_minor 0x7f08001f +int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f080020 +int dimen abc_dialog_list_padding_top_no_title 0x7f080021 +int dimen abc_dialog_min_width_major 0x7f080022 +int dimen abc_dialog_min_width_minor 0x7f080023 +int dimen abc_dialog_padding_material 0x7f080024 +int dimen abc_dialog_padding_top_material 0x7f080025 +int dimen abc_dialog_title_divider_material 0x7f080026 +int dimen abc_disabled_alpha_material_dark 0x7f080027 +int dimen abc_disabled_alpha_material_light 0x7f080028 +int dimen abc_dropdownitem_icon_width 0x7f080029 +int dimen abc_dropdownitem_text_padding_left 0x7f08002a +int dimen abc_dropdownitem_text_padding_right 0x7f08002b +int dimen abc_edit_text_inset_bottom_material 0x7f08002c +int dimen abc_edit_text_inset_horizontal_material 0x7f08002d +int dimen abc_edit_text_inset_top_material 0x7f08002e +int dimen abc_floating_window_z 0x7f08002f +int dimen abc_list_item_padding_horizontal_material 0x7f080030 +int dimen abc_panel_menu_list_width 0x7f080031 +int dimen abc_progress_bar_height_material 0x7f080032 +int dimen abc_search_view_preferred_height 0x7f080033 +int dimen abc_search_view_preferred_width 0x7f080034 +int dimen abc_seekbar_track_background_height_material 0x7f080035 +int dimen abc_seekbar_track_progress_height_material 0x7f080036 +int dimen abc_select_dialog_padding_start_material 0x7f080037 +int dimen abc_switch_padding 0x7f080038 +int dimen abc_text_size_body_1_material 0x7f080039 +int dimen abc_text_size_body_2_material 0x7f08003a +int dimen abc_text_size_button_material 0x7f08003b +int dimen abc_text_size_caption_material 0x7f08003c +int dimen abc_text_size_display_1_material 0x7f08003d +int dimen abc_text_size_display_2_material 0x7f08003e +int dimen abc_text_size_display_3_material 0x7f08003f +int dimen abc_text_size_display_4_material 0x7f080040 +int dimen abc_text_size_headline_material 0x7f080041 +int dimen abc_text_size_large_material 0x7f080042 +int dimen abc_text_size_medium_material 0x7f080043 +int dimen abc_text_size_menu_header_material 0x7f080044 +int dimen abc_text_size_menu_material 0x7f080045 +int dimen abc_text_size_small_material 0x7f080046 +int dimen abc_text_size_subhead_material 0x7f080047 +int dimen abc_text_size_subtitle_material_toolbar 0x7f080048 +int dimen abc_text_size_title_material 0x7f080049 +int dimen abc_text_size_title_material_toolbar 0x7f08004a +int dimen compat_button_inset_horizontal_material 0x7f08004b +int dimen compat_button_inset_vertical_material 0x7f08004c +int dimen compat_button_padding_horizontal_material 0x7f08004d +int dimen compat_button_padding_vertical_material 0x7f08004e +int dimen compat_control_corner_material 0x7f08004f +int dimen design_appbar_elevation 0x7f080050 +int dimen design_bottom_navigation_active_item_max_width 0x7f080051 +int dimen design_bottom_navigation_active_text_size 0x7f080052 +int dimen design_bottom_navigation_elevation 0x7f080053 +int dimen design_bottom_navigation_height 0x7f080054 +int dimen design_bottom_navigation_item_max_width 0x7f080055 +int dimen design_bottom_navigation_item_min_width 0x7f080056 +int dimen design_bottom_navigation_margin 0x7f080057 +int dimen design_bottom_navigation_shadow_height 0x7f080058 +int dimen design_bottom_navigation_text_size 0x7f080059 +int dimen design_bottom_sheet_modal_elevation 0x7f08005a +int dimen design_bottom_sheet_peek_height_min 0x7f08005b +int dimen design_fab_border_width 0x7f08005c +int dimen design_fab_elevation 0x7f08005d +int dimen design_fab_image_size 0x7f08005e +int dimen design_fab_size_mini 0x7f08005f +int dimen design_fab_size_normal 0x7f080060 +int dimen design_fab_translation_z_pressed 0x7f080061 +int dimen design_navigation_elevation 0x7f080062 +int dimen design_navigation_icon_padding 0x7f080063 +int dimen design_navigation_icon_size 0x7f080064 +int dimen design_navigation_max_width 0x7f080065 +int dimen design_navigation_padding_bottom 0x7f080066 +int dimen design_navigation_separator_vertical_padding 0x7f080067 +int dimen design_snackbar_action_inline_max_width 0x7f080068 +int dimen design_snackbar_background_corner_radius 0x7f080069 +int dimen design_snackbar_elevation 0x7f08006a +int dimen design_snackbar_extra_spacing_horizontal 0x7f08006b +int dimen design_snackbar_max_width 0x7f08006c +int dimen design_snackbar_min_width 0x7f08006d +int dimen design_snackbar_padding_horizontal 0x7f08006e +int dimen design_snackbar_padding_vertical 0x7f08006f +int dimen design_snackbar_padding_vertical_2lines 0x7f080070 +int dimen design_snackbar_text_size 0x7f080071 +int dimen design_tab_max_width 0x7f080072 +int dimen design_tab_scrollable_min_width 0x7f080073 +int dimen design_tab_text_size 0x7f080074 +int dimen design_tab_text_size_2line 0x7f080075 +int dimen disabled_alpha_material_dark 0x7f080076 +int dimen disabled_alpha_material_light 0x7f080077 +int dimen fastscroll_default_thickness 0x7f080078 +int dimen fastscroll_margin 0x7f080079 +int dimen fastscroll_minimum_range 0x7f08007a +int dimen highlight_alpha_material_colored 0x7f08007b +int dimen highlight_alpha_material_dark 0x7f08007c +int dimen highlight_alpha_material_light 0x7f08007d +int dimen hint_alpha_material_dark 0x7f08007e +int dimen hint_alpha_material_light 0x7f08007f +int dimen hint_pressed_alpha_material_dark 0x7f080080 +int dimen hint_pressed_alpha_material_light 0x7f080081 +int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f080082 +int dimen item_touch_helper_swipe_escape_max_velocity 0x7f080083 +int dimen item_touch_helper_swipe_escape_velocity 0x7f080084 +int dimen notification_action_icon_size 0x7f080085 +int dimen notification_action_text_size 0x7f080086 +int dimen notification_big_circle_margin 0x7f080087 +int dimen notification_content_margin_start 0x7f080088 +int dimen notification_large_icon_height 0x7f080089 +int dimen notification_large_icon_width 0x7f08008a +int dimen notification_main_column_padding_top 0x7f08008b +int dimen notification_media_narrow_margin 0x7f08008c +int dimen notification_right_icon_size 0x7f08008d +int dimen notification_right_side_padding_top 0x7f08008e +int dimen notification_small_icon_background_padding 0x7f08008f +int dimen notification_small_icon_size_as_large 0x7f080090 +int dimen notification_subtext_size 0x7f080091 +int dimen notification_top_pad 0x7f080092 +int dimen notification_top_pad_large_text 0x7f080093 +int dimen tooltip_corner_radius 0x7f080094 +int dimen tooltip_horizontal_padding 0x7f080095 +int dimen tooltip_margin 0x7f080096 +int dimen tooltip_precise_anchor_extra_offset 0x7f080097 +int dimen tooltip_precise_anchor_threshold 0x7f080098 +int dimen tooltip_vertical_padding 0x7f080099 +int dimen tooltip_y_offset_non_touch 0x7f08009a +int dimen tooltip_y_offset_touch 0x7f08009b +int drawable abc_ab_share_pack_mtrl_alpha 0x7f090001 +int drawable abc_action_bar_item_background_material 0x7f090002 +int drawable abc_btn_borderless_material 0x7f090003 +int drawable abc_btn_check_material 0x7f090004 +int drawable abc_btn_check_to_on_mtrl_000 0x7f090005 +int drawable abc_btn_check_to_on_mtrl_015 0x7f090006 +int drawable abc_btn_colored_material 0x7f090007 +int drawable abc_btn_default_mtrl_shape 0x7f090008 +int drawable abc_btn_radio_material 0x7f090009 +int drawable abc_btn_radio_to_on_mtrl_000 0x7f09000a +int drawable abc_btn_radio_to_on_mtrl_015 0x7f09000b +int drawable abc_btn_switch_to_on_mtrl_00001 0x7f09000c +int drawable abc_btn_switch_to_on_mtrl_00012 0x7f09000d +int drawable abc_cab_background_internal_bg 0x7f09000e +int drawable abc_cab_background_top_material 0x7f09000f +int drawable abc_cab_background_top_mtrl_alpha 0x7f090010 +int drawable abc_control_background_material 0x7f090011 +int drawable abc_dialog_material_background 0x7f090012 +int drawable abc_edit_text_material 0x7f090013 +int drawable abc_ic_ab_back_material 0x7f090014 +int drawable abc_ic_arrow_drop_right_black_24dp 0x7f090015 +int drawable abc_ic_clear_material 0x7f090016 +int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f090017 +int drawable abc_ic_go_search_api_material 0x7f090018 +int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f090019 +int drawable abc_ic_menu_cut_mtrl_alpha 0x7f09001a +int drawable abc_ic_menu_overflow_material 0x7f09001b +int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f09001c +int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f09001d +int drawable abc_ic_menu_share_mtrl_alpha 0x7f09001e +int drawable abc_ic_search_api_material 0x7f09001f +int drawable abc_ic_star_black_16dp 0x7f090020 +int drawable abc_ic_star_black_36dp 0x7f090021 +int drawable abc_ic_star_black_48dp 0x7f090022 +int drawable abc_ic_star_half_black_16dp 0x7f090023 +int drawable abc_ic_star_half_black_36dp 0x7f090024 +int drawable abc_ic_star_half_black_48dp 0x7f090025 +int drawable abc_ic_voice_search_api_material 0x7f090026 +int drawable abc_item_background_holo_dark 0x7f090027 +int drawable abc_item_background_holo_light 0x7f090028 +int drawable abc_list_divider_mtrl_alpha 0x7f090029 +int drawable abc_list_focused_holo 0x7f09002a +int drawable abc_list_longpressed_holo 0x7f09002b +int drawable abc_list_pressed_holo_dark 0x7f09002c +int drawable abc_list_pressed_holo_light 0x7f09002d +int drawable abc_list_selector_background_transition_holo_dark 0x7f09002e +int drawable abc_list_selector_background_transition_holo_light 0x7f09002f +int drawable abc_list_selector_disabled_holo_dark 0x7f090030 +int drawable abc_list_selector_disabled_holo_light 0x7f090031 +int drawable abc_list_selector_holo_dark 0x7f090032 +int drawable abc_list_selector_holo_light 0x7f090033 +int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f090034 +int drawable abc_popup_background_mtrl_mult 0x7f090035 +int drawable abc_ratingbar_indicator_material 0x7f090036 +int drawable abc_ratingbar_material 0x7f090037 +int drawable abc_ratingbar_small_material 0x7f090038 +int drawable abc_scrubber_control_off_mtrl_alpha 0x7f090039 +int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f09003a +int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f09003b +int drawable abc_scrubber_primary_mtrl_alpha 0x7f09003c +int drawable abc_scrubber_track_mtrl_alpha 0x7f09003d +int drawable abc_seekbar_thumb_material 0x7f09003e +int drawable abc_seekbar_tick_mark_material 0x7f09003f +int drawable abc_seekbar_track_material 0x7f090040 +int drawable abc_spinner_mtrl_am_alpha 0x7f090041 +int drawable abc_spinner_textfield_background_material 0x7f090042 +int drawable abc_switch_thumb_material 0x7f090043 +int drawable abc_switch_track_mtrl_alpha 0x7f090044 +int drawable abc_tab_indicator_material 0x7f090045 +int drawable abc_tab_indicator_mtrl_alpha 0x7f090046 +int drawable abc_text_cursor_material 0x7f090047 +int drawable abc_text_select_handle_left_mtrl_dark 0x7f090048 +int drawable abc_text_select_handle_left_mtrl_light 0x7f090049 +int drawable abc_text_select_handle_middle_mtrl_dark 0x7f09004a +int drawable abc_text_select_handle_middle_mtrl_light 0x7f09004b +int drawable abc_text_select_handle_right_mtrl_dark 0x7f09004c +int drawable abc_text_select_handle_right_mtrl_light 0x7f09004d +int drawable abc_textfield_activated_mtrl_alpha 0x7f09004e +int drawable abc_textfield_default_mtrl_alpha 0x7f09004f +int drawable abc_textfield_search_activated_mtrl_alpha 0x7f090050 +int drawable abc_textfield_search_default_mtrl_alpha 0x7f090051 +int drawable abc_textfield_search_material 0x7f090052 +int drawable abc_vector_test 0x7f090053 +int drawable avd_hide_password 0x7f090054 +int drawable avd_show_password 0x7f090055 +int drawable design_bottom_navigation_item_background 0x7f090056 +int drawable design_fab_background 0x7f090057 +int drawable design_ic_visibility 0x7f090058 +int drawable design_ic_visibility_off 0x7f090059 +int drawable design_password_eye 0x7f09005a +int drawable design_snackbar_background 0x7f09005b +int drawable navigation_empty_icon 0x7f09005c +int drawable notification_action_background 0x7f09005d +int drawable notification_bg 0x7f09005e +int drawable notification_bg_low 0x7f09005f +int drawable notification_bg_low_normal 0x7f090060 +int drawable notification_bg_low_pressed 0x7f090061 +int drawable notification_bg_normal 0x7f090062 +int drawable notification_bg_normal_pressed 0x7f090063 +int drawable notification_icon_background 0x7f090064 +int drawable notification_template_icon_bg 0x7f090065 +int drawable notification_template_icon_low_bg 0x7f090066 +int drawable notification_tile_bg 0x7f090067 +int drawable notify_panel_notification_icon_bg 0x7f090068 +int drawable tooltip_frame_dark 0x7f090069 +int drawable tooltip_frame_light 0x7f09006a +int id action0 0x7f0c0001 +int id action_bar 0x7f0c0002 +int id action_bar_activity_content 0x7f0c0003 +int id action_bar_container 0x7f0c0004 +int id action_bar_root 0x7f0c0005 +int id action_bar_spinner 0x7f0c0006 +int id action_bar_subtitle 0x7f0c0007 +int id action_bar_title 0x7f0c0008 +int id action_container 0x7f0c0009 +int id action_context_bar 0x7f0c000a +int id action_divider 0x7f0c000b +int id action_image 0x7f0c000c +int id action_menu_divider 0x7f0c000d +int id action_menu_presenter 0x7f0c000e +int id action_mode_bar 0x7f0c000f +int id action_mode_bar_stub 0x7f0c0010 +int id action_mode_close_button 0x7f0c0011 +int id action_text 0x7f0c0012 +int id actions 0x7f0c0013 +int id activity_chooser_view_content 0x7f0c0014 +int id add 0x7f0c0015 +int id alertTitle 0x7f0c0016 +int id async 0x7f0c0017 +int id auto 0x7f0c0018 +int id blocking 0x7f0c0019 +int id bottom 0x7f0c001a +int id buttonPanel 0x7f0c001b +int id cancel_action 0x7f0c001c +int id center 0x7f0c001d +int id checkbox 0x7f0c001e +int id chronometer 0x7f0c001f +int id container 0x7f0c0020 +int id contentPanel 0x7f0c0021 +int id coordinator 0x7f0c0022 +int id custom 0x7f0c0023 +int id customPanel 0x7f0c0024 +int id decor_content_parent 0x7f0c0025 +int id default_activity_button 0x7f0c0026 +int id design_bottom_sheet 0x7f0c0027 +int id design_menu_item_action_area 0x7f0c0028 +int id design_menu_item_action_area_stub 0x7f0c0029 +int id design_menu_item_text 0x7f0c002a +int id design_navigation_view 0x7f0c002b +int id edit_query 0x7f0c002c +int id end 0x7f0c002d +int id end_padder 0x7f0c002e +int id expand_activities_button 0x7f0c002f +int id expanded_menu 0x7f0c0030 +int id fill 0x7f0c0031 +int id fixed 0x7f0c0032 +int id forever 0x7f0c0033 +int id ghost_view 0x7f0c0034 +int id home 0x7f0c0035 +int id icon 0x7f0c0036 +int id icon_group 0x7f0c0037 +int id image 0x7f0c0038 +int id info 0x7f0c0039 +int id italic 0x7f0c003a +int id item_touch_helper_previous_elevation 0x7f0c003b +int id largeLabel 0x7f0c003c +int id left 0x7f0c003d +int id line1 0x7f0c003e +int id line3 0x7f0c003f +int id listMode 0x7f0c0040 +int id list_item 0x7f0c0041 +int id masked 0x7f0c0042 +int id media_actions 0x7f0c0043 +int id message 0x7f0c0044 +int id mini 0x7f0c0045 +int id multiply 0x7f0c0046 +int id navigation_header_container 0x7f0c0047 +int id none 0x7f0c0048 +int id normal 0x7f0c0049 +int id notification_background 0x7f0c004a +int id notification_main_column 0x7f0c004b +int id notification_main_column_container 0x7f0c004c +int id parallax 0x7f0c004d +int id parentPanel 0x7f0c004e +int id parent_matrix 0x7f0c004f +int id pin 0x7f0c0050 +int id progress_circular 0x7f0c0051 +int id progress_horizontal 0x7f0c0052 +int id radio 0x7f0c0053 +int id right 0x7f0c0054 +int id right_icon 0x7f0c0055 +int id right_side 0x7f0c0056 +int id save_image_matrix 0x7f0c0057 +int id save_non_transition_alpha 0x7f0c0058 +int id save_scale_type 0x7f0c0059 +int id screen 0x7f0c005a +int id scrollIndicatorDown 0x7f0c005b +int id scrollIndicatorUp 0x7f0c005c +int id scrollView 0x7f0c005d +int id scrollable 0x7f0c005e +int id search_badge 0x7f0c005f +int id search_bar 0x7f0c0060 +int id search_button 0x7f0c0061 +int id search_close_btn 0x7f0c0062 +int id search_edit_frame 0x7f0c0063 +int id search_go_btn 0x7f0c0064 +int id search_mag_icon 0x7f0c0065 +int id search_plate 0x7f0c0066 +int id search_src_text 0x7f0c0067 +int id search_voice_btn 0x7f0c0068 +int id select_dialog_listview 0x7f0c0069 +int id shortcut 0x7f0c006a +int id smallLabel 0x7f0c006b +int id snackbar_action 0x7f0c006c +int id snackbar_text 0x7f0c006d +int id spacer 0x7f0c006e +int id split_action_bar 0x7f0c006f +int id src_atop 0x7f0c0070 +int id src_in 0x7f0c0071 +int id src_over 0x7f0c0072 +int id start 0x7f0c0073 +int id status_bar_latest_event_content 0x7f0c0074 +int id submenuarrow 0x7f0c0075 +int id submit_area 0x7f0c0076 +int id tabMode 0x7f0c0077 +int id tag_transition_group 0x7f0c0078 +int id text 0x7f0c0079 +int id text2 0x7f0c007a +int id textSpacerNoButtons 0x7f0c007b +int id textSpacerNoTitle 0x7f0c007c +int id text_input_password_toggle 0x7f0c007d +int id textinput_counter 0x7f0c007e +int id textinput_error 0x7f0c007f +int id time 0x7f0c0080 +int id title 0x7f0c0081 +int id titleDividerNoCustom 0x7f0c0082 +int id title_template 0x7f0c0083 +int id top 0x7f0c0084 +int id topPanel 0x7f0c0085 +int id touch_outside 0x7f0c0086 +int id transition_current_scene 0x7f0c0087 +int id transition_layout_save 0x7f0c0088 +int id transition_position 0x7f0c0089 +int id transition_scene_layoutid_cache 0x7f0c008a +int id transition_transform 0x7f0c008b +int id uniform 0x7f0c008c +int id up 0x7f0c008d +int id view_offset_helper 0x7f0c008e +int id visible 0x7f0c008f +int id wrap_content 0x7f0c0090 +int integer abc_config_activityDefaultDur 0x7f0d0001 +int integer abc_config_activityShortDur 0x7f0d0002 +int integer app_bar_elevation_anim_duration 0x7f0d0003 +int integer bottom_sheet_slide_duration 0x7f0d0004 +int integer cancel_button_image_alpha 0x7f0d0005 +int integer config_tooltipAnimTime 0x7f0d0006 +int integer design_snackbar_text_max_lines 0x7f0d0007 +int integer hide_password_duration 0x7f0d0008 +int integer show_password_duration 0x7f0d0009 +int integer status_bar_notification_info_maxnum 0x7f0d000a +int layout abc_action_bar_title_item 0x7f0f0001 +int layout abc_action_bar_up_container 0x7f0f0002 +int layout abc_action_menu_item_layout 0x7f0f0003 +int layout abc_action_menu_layout 0x7f0f0004 +int layout abc_action_mode_bar 0x7f0f0005 +int layout abc_action_mode_close_item_material 0x7f0f0006 +int layout abc_activity_chooser_view 0x7f0f0007 +int layout abc_activity_chooser_view_list_item 0x7f0f0008 +int layout abc_alert_dialog_button_bar_material 0x7f0f0009 +int layout abc_alert_dialog_material 0x7f0f000a +int layout abc_alert_dialog_title_material 0x7f0f000b +int layout abc_dialog_title_material 0x7f0f000c +int layout abc_expanded_menu_layout 0x7f0f000d +int layout abc_list_menu_item_checkbox 0x7f0f000e +int layout abc_list_menu_item_icon 0x7f0f000f +int layout abc_list_menu_item_layout 0x7f0f0010 +int layout abc_list_menu_item_radio 0x7f0f0011 +int layout abc_popup_menu_header_item_layout 0x7f0f0012 +int layout abc_popup_menu_item_layout 0x7f0f0013 +int layout abc_screen_content_include 0x7f0f0014 +int layout abc_screen_simple 0x7f0f0015 +int layout abc_screen_simple_overlay_action_mode 0x7f0f0016 +int layout abc_screen_toolbar 0x7f0f0017 +int layout abc_search_dropdown_item_icons_2line 0x7f0f0018 +int layout abc_search_view 0x7f0f0019 +int layout abc_select_dialog_material 0x7f0f001a +int layout design_bottom_navigation_item 0x7f0f001b +int layout design_bottom_sheet_dialog 0x7f0f001c +int layout design_layout_snackbar 0x7f0f001d +int layout design_layout_snackbar_include 0x7f0f001e +int layout design_layout_tab_icon 0x7f0f001f +int layout design_layout_tab_text 0x7f0f0020 +int layout design_menu_item_action_area 0x7f0f0021 +int layout design_navigation_item 0x7f0f0022 +int layout design_navigation_item_header 0x7f0f0023 +int layout design_navigation_item_separator 0x7f0f0024 +int layout design_navigation_item_subheader 0x7f0f0025 +int layout design_navigation_menu 0x7f0f0026 +int layout design_navigation_menu_item 0x7f0f0027 +int layout design_text_input_password_icon 0x7f0f0028 +int layout notification_action 0x7f0f0029 +int layout notification_action_tombstone 0x7f0f002a +int layout notification_media_action 0x7f0f002b +int layout notification_media_cancel_action 0x7f0f002c +int layout notification_template_big_media 0x7f0f002d +int layout notification_template_big_media_custom 0x7f0f002e +int layout notification_template_big_media_narrow 0x7f0f002f +int layout notification_template_big_media_narrow_custom 0x7f0f0030 +int layout notification_template_custom_big 0x7f0f0031 +int layout notification_template_icon_group 0x7f0f0032 +int layout notification_template_lines_media 0x7f0f0033 +int layout notification_template_media 0x7f0f0034 +int layout notification_template_media_custom 0x7f0f0035 +int layout notification_template_part_chronometer 0x7f0f0036 +int layout notification_template_part_time 0x7f0f0037 +int layout select_dialog_item_material 0x7f0f0038 +int layout select_dialog_multichoice_material 0x7f0f0039 +int layout select_dialog_singlechoice_material 0x7f0f003a +int layout support_simple_spinner_dropdown_item 0x7f0f003b +int layout tooltip 0x7f0f003c +int string abc_action_bar_home_description 0x7f150001 +int string abc_action_bar_up_description 0x7f150002 +int string abc_action_menu_overflow_description 0x7f150003 +int string abc_action_mode_done 0x7f150004 +int string abc_activity_chooser_view_see_all 0x7f150005 +int string abc_activitychooserview_choose_application 0x7f150006 +int string abc_capital_off 0x7f150007 +int string abc_capital_on 0x7f150008 +int string abc_font_family_body_1_material 0x7f150009 +int string abc_font_family_body_2_material 0x7f15000a +int string abc_font_family_button_material 0x7f15000b +int string abc_font_family_caption_material 0x7f15000c +int string abc_font_family_display_1_material 0x7f15000d +int string abc_font_family_display_2_material 0x7f15000e +int string abc_font_family_display_3_material 0x7f15000f +int string abc_font_family_display_4_material 0x7f150010 +int string abc_font_family_headline_material 0x7f150011 +int string abc_font_family_menu_material 0x7f150012 +int string abc_font_family_subhead_material 0x7f150013 +int string abc_font_family_title_material 0x7f150014 +int string abc_search_hint 0x7f150015 +int string abc_searchview_description_clear 0x7f150016 +int string abc_searchview_description_query 0x7f150017 +int string abc_searchview_description_search 0x7f150018 +int string abc_searchview_description_submit 0x7f150019 +int string abc_searchview_description_voice 0x7f15001a +int string abc_shareactionprovider_share_with 0x7f15001b +int string abc_shareactionprovider_share_with_application 0x7f15001c +int string abc_toolbar_collapse_description 0x7f15001d +int string appbar_scrolling_view_behavior 0x7f15001e +int string bottom_sheet_behavior 0x7f15001f +int string character_counter_pattern 0x7f150020 +int string password_toggle_content_description 0x7f150021 +int string path_password_eye 0x7f150022 +int string path_password_eye_mask_strike_through 0x7f150023 +int string path_password_eye_mask_visible 0x7f150024 +int string path_password_strike_through 0x7f150025 +int string search_menu_title 0x7f150026 +int string status_bar_notification_info_overflow 0x7f150027 +int style AlertDialog_AppCompat 0x7f160001 +int style AlertDialog_AppCompat_Light 0x7f160002 +int style Animation_AppCompat_Dialog 0x7f160003 +int style Animation_AppCompat_DropDownUp 0x7f160004 +int style Animation_AppCompat_Tooltip 0x7f160005 +int style Animation_Design_BottomSheetDialog 0x7f160006 +int style Base_AlertDialog_AppCompat 0x7f160007 +int style Base_AlertDialog_AppCompat_Light 0x7f160008 +int style Base_Animation_AppCompat_Dialog 0x7f160009 +int style Base_Animation_AppCompat_DropDownUp 0x7f16000a +int style Base_Animation_AppCompat_Tooltip 0x7f16000b +int style Base_DialogWindowTitleBackground_AppCompat 0x7f16000c +int style Base_DialogWindowTitle_AppCompat 0x7f16000d +int style Base_TextAppearance_AppCompat 0x7f16000e +int style Base_TextAppearance_AppCompat_Body1 0x7f16000f +int style Base_TextAppearance_AppCompat_Body2 0x7f160010 +int style Base_TextAppearance_AppCompat_Button 0x7f160011 +int style Base_TextAppearance_AppCompat_Caption 0x7f160012 +int style Base_TextAppearance_AppCompat_Display1 0x7f160013 +int style Base_TextAppearance_AppCompat_Display2 0x7f160014 +int style Base_TextAppearance_AppCompat_Display3 0x7f160015 +int style Base_TextAppearance_AppCompat_Display4 0x7f160016 +int style Base_TextAppearance_AppCompat_Headline 0x7f160017 +int style Base_TextAppearance_AppCompat_Inverse 0x7f160018 +int style Base_TextAppearance_AppCompat_Large 0x7f160019 +int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f16001a +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f16001b +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f16001c +int style Base_TextAppearance_AppCompat_Medium 0x7f16001d +int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f16001e +int style Base_TextAppearance_AppCompat_Menu 0x7f16001f +int style Base_TextAppearance_AppCompat_SearchResult 0x7f160020 +int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f160021 +int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f160022 +int style Base_TextAppearance_AppCompat_Small 0x7f160023 +int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f160024 +int style Base_TextAppearance_AppCompat_Subhead 0x7f160025 +int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f160026 +int style Base_TextAppearance_AppCompat_Title 0x7f160027 +int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f160028 +int style Base_TextAppearance_AppCompat_Tooltip 0x7f160029 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f16002a +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f16002b +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f16002c +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f16002d +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f16002e +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f16002f +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f160030 +int style Base_TextAppearance_AppCompat_Widget_Button 0x7f160031 +int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f160032 +int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f160033 +int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f160034 +int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f160035 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f160036 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f160037 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f160038 +int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f160039 +int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f16003a +int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f16003b +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f16003c +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f16003d +int style Base_ThemeOverlay_AppCompat 0x7f16003e +int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f16003f +int style Base_ThemeOverlay_AppCompat_Dark 0x7f160040 +int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f160041 +int style Base_ThemeOverlay_AppCompat_Dialog 0x7f160042 +int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f160043 +int style Base_ThemeOverlay_AppCompat_Light 0x7f160044 +int style Base_Theme_AppCompat 0x7f160045 +int style Base_Theme_AppCompat_CompactMenu 0x7f160046 +int style Base_Theme_AppCompat_Dialog 0x7f160047 +int style Base_Theme_AppCompat_DialogWhenLarge 0x7f160048 +int style Base_Theme_AppCompat_Dialog_Alert 0x7f160049 +int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f16004a +int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f16004b +int style Base_Theme_AppCompat_Light 0x7f16004c +int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f16004d +int style Base_Theme_AppCompat_Light_Dialog 0x7f16004e +int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f16004f +int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f160050 +int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f160051 +int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f160052 +int style Base_V11_ThemeOverlay_AppCompat_Dialog 0x7f160053 +int style Base_V11_Theme_AppCompat_Dialog 0x7f160054 +int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f160055 +int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f160056 +int style Base_V12_Widget_AppCompat_EditText 0x7f160057 +int style Base_V14_Widget_Design_AppBarLayout 0x7f160058 +int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f160059 +int style Base_V21_Theme_AppCompat 0x7f16005a +int style Base_V21_Theme_AppCompat_Dialog 0x7f16005b +int style Base_V21_Theme_AppCompat_Light 0x7f16005c +int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f16005d +int style Base_V21_Widget_Design_AppBarLayout 0x7f16005e +int style Base_V22_Theme_AppCompat 0x7f16005f +int style Base_V22_Theme_AppCompat_Light 0x7f160060 +int style Base_V23_Theme_AppCompat 0x7f160061 +int style Base_V23_Theme_AppCompat_Light 0x7f160062 +int style Base_V26_Theme_AppCompat 0x7f160063 +int style Base_V26_Theme_AppCompat_Light 0x7f160064 +int style Base_V26_Widget_AppCompat_Toolbar 0x7f160065 +int style Base_V26_Widget_Design_AppBarLayout 0x7f160066 +int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f160067 +int style Base_V7_Theme_AppCompat 0x7f160068 +int style Base_V7_Theme_AppCompat_Dialog 0x7f160069 +int style Base_V7_Theme_AppCompat_Light 0x7f16006a +int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f16006b +int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f16006c +int style Base_V7_Widget_AppCompat_EditText 0x7f16006d +int style Base_V7_Widget_AppCompat_Toolbar 0x7f16006e +int style Base_Widget_AppCompat_ActionBar 0x7f16006f +int style Base_Widget_AppCompat_ActionBar_Solid 0x7f160070 +int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f160071 +int style Base_Widget_AppCompat_ActionBar_TabText 0x7f160072 +int style Base_Widget_AppCompat_ActionBar_TabView 0x7f160073 +int style Base_Widget_AppCompat_ActionButton 0x7f160074 +int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f160075 +int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f160076 +int style Base_Widget_AppCompat_ActionMode 0x7f160077 +int style Base_Widget_AppCompat_ActivityChooserView 0x7f160078 +int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f160079 +int style Base_Widget_AppCompat_Button 0x7f16007a +int style Base_Widget_AppCompat_ButtonBar 0x7f16007b +int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f16007c +int style Base_Widget_AppCompat_Button_Borderless 0x7f16007d +int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f16007e +int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f16007f +int style Base_Widget_AppCompat_Button_Colored 0x7f160080 +int style Base_Widget_AppCompat_Button_Small 0x7f160081 +int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f160082 +int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f160083 +int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f160084 +int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f160085 +int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f160086 +int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f160087 +int style Base_Widget_AppCompat_EditText 0x7f160088 +int style Base_Widget_AppCompat_ImageButton 0x7f160089 +int style Base_Widget_AppCompat_Light_ActionBar 0x7f16008a +int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f16008b +int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f16008c +int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f16008d +int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f16008e +int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f16008f +int style Base_Widget_AppCompat_Light_PopupMenu 0x7f160090 +int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f160091 +int style Base_Widget_AppCompat_ListMenuView 0x7f160092 +int style Base_Widget_AppCompat_ListPopupWindow 0x7f160093 +int style Base_Widget_AppCompat_ListView 0x7f160094 +int style Base_Widget_AppCompat_ListView_DropDown 0x7f160095 +int style Base_Widget_AppCompat_ListView_Menu 0x7f160096 +int style Base_Widget_AppCompat_PopupMenu 0x7f160097 +int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f160098 +int style Base_Widget_AppCompat_PopupWindow 0x7f160099 +int style Base_Widget_AppCompat_ProgressBar 0x7f16009a +int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f16009b +int style Base_Widget_AppCompat_RatingBar 0x7f16009c +int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f16009d +int style Base_Widget_AppCompat_RatingBar_Small 0x7f16009e +int style Base_Widget_AppCompat_SearchView 0x7f16009f +int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f1600a0 +int style Base_Widget_AppCompat_SeekBar 0x7f1600a1 +int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f1600a2 +int style Base_Widget_AppCompat_Spinner 0x7f1600a3 +int style Base_Widget_AppCompat_Spinner_Underlined 0x7f1600a4 +int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f1600a5 +int style Base_Widget_AppCompat_Toolbar 0x7f1600a6 +int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1600a7 +int style Base_Widget_Design_AppBarLayout 0x7f1600a8 +int style Base_Widget_Design_TabLayout 0x7f1600a9 +int style Platform_AppCompat 0x7f1600aa +int style Platform_AppCompat_Light 0x7f1600ab +int style Platform_ThemeOverlay_AppCompat 0x7f1600ac +int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1600ad +int style Platform_ThemeOverlay_AppCompat_Light 0x7f1600ae +int style Platform_V11_AppCompat 0x7f1600af +int style Platform_V11_AppCompat_Light 0x7f1600b0 +int style Platform_V14_AppCompat 0x7f1600b1 +int style Platform_V14_AppCompat_Light 0x7f1600b2 +int style Platform_V21_AppCompat 0x7f1600b3 +int style Platform_V21_AppCompat_Light 0x7f1600b4 +int style Platform_V25_AppCompat 0x7f1600b5 +int style Platform_V25_AppCompat_Light 0x7f1600b6 +int style Platform_Widget_AppCompat_Spinner 0x7f1600b7 +int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1600b8 +int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1600b9 +int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1600ba +int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1600bb +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1600bc +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f1600bd +int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f1600be +int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f1600bf +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f1600c0 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f1600c1 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f1600c2 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f1600c3 +int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f1600c4 +int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f1600c5 +int style TextAppearance_AppCompat 0x7f1600c6 +int style TextAppearance_AppCompat_Body1 0x7f1600c7 +int style TextAppearance_AppCompat_Body2 0x7f1600c8 +int style TextAppearance_AppCompat_Button 0x7f1600c9 +int style TextAppearance_AppCompat_Caption 0x7f1600ca +int style TextAppearance_AppCompat_Display1 0x7f1600cb +int style TextAppearance_AppCompat_Display2 0x7f1600cc +int style TextAppearance_AppCompat_Display3 0x7f1600cd +int style TextAppearance_AppCompat_Display4 0x7f1600ce +int style TextAppearance_AppCompat_Headline 0x7f1600cf +int style TextAppearance_AppCompat_Inverse 0x7f1600d0 +int style TextAppearance_AppCompat_Large 0x7f1600d1 +int style TextAppearance_AppCompat_Large_Inverse 0x7f1600d2 +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f1600d3 +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f1600d4 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f1600d5 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f1600d6 +int style TextAppearance_AppCompat_Medium 0x7f1600d7 +int style TextAppearance_AppCompat_Medium_Inverse 0x7f1600d8 +int style TextAppearance_AppCompat_Menu 0x7f1600d9 +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f1600da +int style TextAppearance_AppCompat_SearchResult_Title 0x7f1600db +int style TextAppearance_AppCompat_Small 0x7f1600dc +int style TextAppearance_AppCompat_Small_Inverse 0x7f1600dd +int style TextAppearance_AppCompat_Subhead 0x7f1600de +int style TextAppearance_AppCompat_Subhead_Inverse 0x7f1600df +int style TextAppearance_AppCompat_Title 0x7f1600e0 +int style TextAppearance_AppCompat_Title_Inverse 0x7f1600e1 +int style TextAppearance_AppCompat_Tooltip 0x7f1600e2 +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f1600e3 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f1600e4 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f1600e5 +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f1600e6 +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f1600e7 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f1600e8 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f1600e9 +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f1600ea +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f1600eb +int style TextAppearance_AppCompat_Widget_Button 0x7f1600ec +int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f1600ed +int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f1600ee +int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f1600ef +int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f1600f0 +int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f1600f1 +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f1600f2 +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f1600f3 +int style TextAppearance_AppCompat_Widget_Switch 0x7f1600f4 +int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f1600f5 +int style TextAppearance_Compat_Notification 0x7f1600f6 +int style TextAppearance_Compat_Notification_Info 0x7f1600f7 +int style TextAppearance_Compat_Notification_Info_Media 0x7f1600f8 +int style TextAppearance_Compat_Notification_Line2 0x7f1600f9 +int style TextAppearance_Compat_Notification_Line2_Media 0x7f1600fa +int style TextAppearance_Compat_Notification_Media 0x7f1600fb +int style TextAppearance_Compat_Notification_Time 0x7f1600fc +int style TextAppearance_Compat_Notification_Time_Media 0x7f1600fd +int style TextAppearance_Compat_Notification_Title 0x7f1600fe +int style TextAppearance_Compat_Notification_Title_Media 0x7f1600ff +int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f160100 +int style TextAppearance_Design_Counter 0x7f160101 +int style TextAppearance_Design_Counter_Overflow 0x7f160102 +int style TextAppearance_Design_Error 0x7f160103 +int style TextAppearance_Design_Hint 0x7f160104 +int style TextAppearance_Design_Snackbar_Message 0x7f160105 +int style TextAppearance_Design_Tab 0x7f160106 +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f160107 +int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f160108 +int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f160109 +int style ThemeOverlay_AppCompat 0x7f16010a +int style ThemeOverlay_AppCompat_ActionBar 0x7f16010b +int style ThemeOverlay_AppCompat_Dark 0x7f16010c +int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f16010d +int style ThemeOverlay_AppCompat_Dialog 0x7f16010e +int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f16010f +int style ThemeOverlay_AppCompat_Light 0x7f160110 +int style Theme_AppCompat 0x7f160111 +int style Theme_AppCompat_CompactMenu 0x7f160112 +int style Theme_AppCompat_DayNight 0x7f160113 +int style Theme_AppCompat_DayNight_DarkActionBar 0x7f160114 +int style Theme_AppCompat_DayNight_Dialog 0x7f160115 +int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f160116 +int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f160117 +int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f160118 +int style Theme_AppCompat_DayNight_NoActionBar 0x7f160119 +int style Theme_AppCompat_Dialog 0x7f16011a +int style Theme_AppCompat_DialogWhenLarge 0x7f16011b +int style Theme_AppCompat_Dialog_Alert 0x7f16011c +int style Theme_AppCompat_Dialog_MinWidth 0x7f16011d +int style Theme_AppCompat_Light 0x7f16011e +int style Theme_AppCompat_Light_DarkActionBar 0x7f16011f +int style Theme_AppCompat_Light_Dialog 0x7f160120 +int style Theme_AppCompat_Light_DialogWhenLarge 0x7f160121 +int style Theme_AppCompat_Light_Dialog_Alert 0x7f160122 +int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f160123 +int style Theme_AppCompat_Light_NoActionBar 0x7f160124 +int style Theme_AppCompat_NoActionBar 0x7f160125 +int style Theme_Design 0x7f160126 +int style Theme_Design_BottomSheetDialog 0x7f160127 +int style Theme_Design_Light 0x7f160128 +int style Theme_Design_Light_BottomSheetDialog 0x7f160129 +int style Theme_Design_Light_NoActionBar 0x7f16012a +int style Theme_Design_NoActionBar 0x7f16012b +int style Widget_AppCompat_ActionBar 0x7f16012c +int style Widget_AppCompat_ActionBar_Solid 0x7f16012d +int style Widget_AppCompat_ActionBar_TabBar 0x7f16012e +int style Widget_AppCompat_ActionBar_TabText 0x7f16012f +int style Widget_AppCompat_ActionBar_TabView 0x7f160130 +int style Widget_AppCompat_ActionButton 0x7f160131 +int style Widget_AppCompat_ActionButton_CloseMode 0x7f160132 +int style Widget_AppCompat_ActionButton_Overflow 0x7f160133 +int style Widget_AppCompat_ActionMode 0x7f160134 +int style Widget_AppCompat_ActivityChooserView 0x7f160135 +int style Widget_AppCompat_AutoCompleteTextView 0x7f160136 +int style Widget_AppCompat_Button 0x7f160137 +int style Widget_AppCompat_ButtonBar 0x7f160138 +int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f160139 +int style Widget_AppCompat_Button_Borderless 0x7f16013a +int style Widget_AppCompat_Button_Borderless_Colored 0x7f16013b +int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f16013c +int style Widget_AppCompat_Button_Colored 0x7f16013d +int style Widget_AppCompat_Button_Small 0x7f16013e +int style Widget_AppCompat_CompoundButton_CheckBox 0x7f16013f +int style Widget_AppCompat_CompoundButton_RadioButton 0x7f160140 +int style Widget_AppCompat_CompoundButton_Switch 0x7f160141 +int style Widget_AppCompat_DrawerArrowToggle 0x7f160142 +int style Widget_AppCompat_DropDownItem_Spinner 0x7f160143 +int style Widget_AppCompat_EditText 0x7f160144 +int style Widget_AppCompat_ImageButton 0x7f160145 +int style Widget_AppCompat_Light_ActionBar 0x7f160146 +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f160147 +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f160148 +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f160149 +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f16014a +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f16014b +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f16014c +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f16014d +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f16014e +int style Widget_AppCompat_Light_ActionButton 0x7f16014f +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f160150 +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f160151 +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f160152 +int style Widget_AppCompat_Light_ActivityChooserView 0x7f160153 +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f160154 +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f160155 +int style Widget_AppCompat_Light_ListPopupWindow 0x7f160156 +int style Widget_AppCompat_Light_ListView_DropDown 0x7f160157 +int style Widget_AppCompat_Light_PopupMenu 0x7f160158 +int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f160159 +int style Widget_AppCompat_Light_SearchView 0x7f16015a +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f16015b +int style Widget_AppCompat_ListMenuView 0x7f16015c +int style Widget_AppCompat_ListPopupWindow 0x7f16015d +int style Widget_AppCompat_ListView 0x7f16015e +int style Widget_AppCompat_ListView_DropDown 0x7f16015f +int style Widget_AppCompat_ListView_Menu 0x7f160160 +int style Widget_AppCompat_PopupMenu 0x7f160161 +int style Widget_AppCompat_PopupMenu_Overflow 0x7f160162 +int style Widget_AppCompat_PopupWindow 0x7f160163 +int style Widget_AppCompat_ProgressBar 0x7f160164 +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f160165 +int style Widget_AppCompat_RatingBar 0x7f160166 +int style Widget_AppCompat_RatingBar_Indicator 0x7f160167 +int style Widget_AppCompat_RatingBar_Small 0x7f160168 +int style Widget_AppCompat_SearchView 0x7f160169 +int style Widget_AppCompat_SearchView_ActionBar 0x7f16016a +int style Widget_AppCompat_SeekBar 0x7f16016b +int style Widget_AppCompat_SeekBar_Discrete 0x7f16016c +int style Widget_AppCompat_Spinner 0x7f16016d +int style Widget_AppCompat_Spinner_DropDown 0x7f16016e +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f16016f +int style Widget_AppCompat_Spinner_Underlined 0x7f160170 +int style Widget_AppCompat_TextView_SpinnerItem 0x7f160171 +int style Widget_AppCompat_Toolbar 0x7f160172 +int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f160173 +int style Widget_Compat_NotificationActionContainer 0x7f160174 +int style Widget_Compat_NotificationActionText 0x7f160175 +int style Widget_Design_AppBarLayout 0x7f160176 +int style Widget_Design_BottomNavigationView 0x7f160177 +int style Widget_Design_BottomSheet_Modal 0x7f160178 +int style Widget_Design_CollapsingToolbar 0x7f160179 +int style Widget_Design_CoordinatorLayout 0x7f16017a +int style Widget_Design_FloatingActionButton 0x7f16017b +int style Widget_Design_NavigationView 0x7f16017c +int style Widget_Design_ScrimInsetsFrameLayout 0x7f16017d +int style Widget_Design_Snackbar 0x7f16017e +int style Widget_Design_TabLayout 0x7f16017f +int style Widget_Design_TextInputLayout 0x7f160180 +int[] styleable ActionBar { 0x7f040032, 0x7f040033, 0x7f040034, 0x7f040061, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f040065, 0x7f040066, 0x7f04006d, 0x7f040071, 0x7f040072, 0x7f04007d, 0x7f04009d, 0x7f04009e, 0x7f0400a2, 0x7f0400a3, 0x7f0400a4, 0x7f0400a9, 0x7f0400af, 0x7f0400ca, 0x7f0400d3, 0x7f0400e3, 0x7f0400e7, 0x7f0400e8, 0x7f04010c, 0x7f04010f, 0x7f04013b, 0x7f040145 } +int styleable ActionBar_background 0 +int styleable ActionBar_backgroundSplit 1 +int styleable ActionBar_backgroundStacked 2 +int styleable ActionBar_contentInsetEnd 3 +int styleable ActionBar_contentInsetEndWithActions 4 +int styleable ActionBar_contentInsetLeft 5 +int styleable ActionBar_contentInsetRight 6 +int styleable ActionBar_contentInsetStart 7 +int styleable ActionBar_contentInsetStartWithNavigation 8 +int styleable ActionBar_customNavigationLayout 9 +int styleable ActionBar_displayOptions 10 +int styleable ActionBar_divider 11 +int styleable ActionBar_elevation 12 +int styleable ActionBar_height 13 +int styleable ActionBar_hideOnContentScroll 14 +int styleable ActionBar_homeAsUpIndicator 15 +int styleable ActionBar_homeLayout 16 +int styleable ActionBar_icon 17 +int styleable ActionBar_indeterminateProgressStyle 18 +int styleable ActionBar_itemPadding 19 +int styleable ActionBar_logo 20 +int styleable ActionBar_navigationMode 21 +int styleable ActionBar_popupTheme 22 +int styleable ActionBar_progressBarPadding 23 +int styleable ActionBar_progressBarStyle 24 +int styleable ActionBar_subtitle 25 +int styleable ActionBar_subtitleTextStyle 26 +int styleable ActionBar_title 27 +int styleable ActionBar_titleTextStyle 28 +int[] styleable ActionBarLayout { 0x010100b3 } +int styleable ActionBarLayout_android_layout_gravity 0 +int[] styleable ActionMenuItemView { 0x0101013f } +int styleable ActionMenuItemView_android_minWidth 0 +int[] styleable ActionMode { 0x7f040032, 0x7f040033, 0x7f04004f, 0x7f04009d, 0x7f04010f, 0x7f040145 } +int styleable ActionMode_background 0 +int styleable ActionMode_backgroundSplit 1 +int styleable ActionMode_closeItemLayout 2 +int styleable ActionMode_height 3 +int styleable ActionMode_subtitleTextStyle 4 +int styleable ActionMode_titleTextStyle 5 +int[] styleable ActivityChooserView { 0x7f040080, 0x7f0400aa } +int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0 +int styleable ActivityChooserView_initialActivityCount 1 +int[] styleable AlertDialog { 0x010100f2, 0x7f040047, 0x7f0400c1, 0x7f0400c2, 0x7f0400d0, 0x7f0400fc, 0x7f0400fd } +int styleable AlertDialog_android_layout 0 +int styleable AlertDialog_buttonPanelSideLayout 1 +int styleable AlertDialog_listItemLayout 2 +int styleable AlertDialog_listLayout 3 +int styleable AlertDialog_multiChoiceItemLayout 4 +int styleable AlertDialog_showTitle 5 +int styleable AlertDialog_singleChoiceItemLayout 6 +int[] styleable AppBarLayout { 0x010100d4, 0x01010540, 0x0101048f, 0x7f04007d, 0x7f040081 } +int styleable AppBarLayout_android_background 0 +int styleable AppBarLayout_android_keyboardNavigationCluster 1 +int styleable AppBarLayout_android_touchscreenBlocksFocus 2 +int styleable AppBarLayout_elevation 3 +int styleable AppBarLayout_expanded 4 +int[] styleable AppBarLayoutStates { 0x7f040106, 0x7f040107 } +int styleable AppBarLayoutStates_state_collapsed 0 +int styleable AppBarLayoutStates_state_collapsible 1 +int[] styleable AppBarLayout_Layout { 0x7f0400bd, 0x7f0400be } +int styleable AppBarLayout_Layout_layout_scrollFlags 0 +int styleable AppBarLayout_Layout_layout_scrollInterpolator 1 +int[] styleable AppCompatImageView { 0x01010119, 0x7f040103, 0x7f040139, 0x7f04013a } +int styleable AppCompatImageView_android_src 0 +int styleable AppCompatImageView_srcCompat 1 +int styleable AppCompatImageView_tint 2 +int styleable AppCompatImageView_tintMode 3 +int[] styleable AppCompatSeekBar { 0x01010142, 0x7f040136, 0x7f040137, 0x7f040138 } +int styleable AppCompatSeekBar_android_thumb 0 +int styleable AppCompatSeekBar_tickMark 1 +int styleable AppCompatSeekBar_tickMarkTint 2 +int styleable AppCompatSeekBar_tickMarkTintMode 3 +int[] styleable AppCompatTextHelper { 0x0101016e, 0x01010393, 0x0101016f, 0x01010170, 0x01010392, 0x0101016d, 0x01010034 } +int styleable AppCompatTextHelper_android_drawableBottom 0 +int styleable AppCompatTextHelper_android_drawableEnd 1 +int styleable AppCompatTextHelper_android_drawableLeft 2 +int styleable AppCompatTextHelper_android_drawableRight 3 +int styleable AppCompatTextHelper_android_drawableStart 4 +int styleable AppCompatTextHelper_android_drawableTop 5 +int styleable AppCompatTextHelper_android_textAppearance 6 +int[] styleable AppCompatTextView { 0x01010034, 0x7f04002d, 0x7f04002e, 0x7f04002f, 0x7f040030, 0x7f040031, 0x7f040090, 0x7f040125 } +int styleable AppCompatTextView_android_textAppearance 0 +int styleable AppCompatTextView_autoSizeMaxTextSize 1 +int styleable AppCompatTextView_autoSizeMinTextSize 2 +int styleable AppCompatTextView_autoSizePresetSizes 3 +int styleable AppCompatTextView_autoSizeStepGranularity 4 +int styleable AppCompatTextView_autoSizeTextType 5 +int styleable AppCompatTextView_fontFamily 6 +int styleable AppCompatTextView_textAllCaps 7 +int[] styleable AppCompatTheme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040023, 0x7f040024, 0x7f040025, 0x7f040026, 0x010100ae, 0x01010057, 0x7f04002c, 0x7f04003e, 0x7f040041, 0x7f040042, 0x7f040043, 0x7f040044, 0x7f040045, 0x7f040048, 0x7f040049, 0x7f04004c, 0x7f04004d, 0x7f040055, 0x7f040056, 0x7f040057, 0x7f040058, 0x7f040059, 0x7f04005a, 0x7f04005b, 0x7f04005c, 0x7f04005d, 0x7f04005e, 0x7f040068, 0x7f04006f, 0x7f040070, 0x7f040073, 0x7f040075, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b, 0x7f04007c, 0x7f0400a2, 0x7f0400a8, 0x7f0400bf, 0x7f0400c0, 0x7f0400c3, 0x7f0400c4, 0x7f0400c5, 0x7f0400c6, 0x7f0400c7, 0x7f0400c8, 0x7f0400c9, 0x7f0400da, 0x7f0400db, 0x7f0400dc, 0x7f0400e2, 0x7f0400e4, 0x7f0400eb, 0x7f0400ec, 0x7f0400ed, 0x7f0400ee, 0x7f0400f5, 0x7f0400f6, 0x7f0400f7, 0x7f0400f8, 0x7f040100, 0x7f040101, 0x7f040113, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a, 0x7f04012b, 0x7f04012c, 0x7f04012d, 0x7f04012e, 0x7f040130, 0x7f040147, 0x7f040148, 0x7f040149, 0x7f04014a, 0x7f040151, 0x7f040152, 0x7f040153, 0x7f040154, 0x7f040155, 0x7f040156, 0x7f040157, 0x7f040158, 0x7f040159, 0x7f04015a } +int styleable AppCompatTheme_actionBarDivider 0 +int styleable AppCompatTheme_actionBarItemBackground 1 +int styleable AppCompatTheme_actionBarPopupTheme 2 +int styleable AppCompatTheme_actionBarSize 3 +int styleable AppCompatTheme_actionBarSplitStyle 4 +int styleable AppCompatTheme_actionBarStyle 5 +int styleable AppCompatTheme_actionBarTabBarStyle 6 +int styleable AppCompatTheme_actionBarTabStyle 7 +int styleable AppCompatTheme_actionBarTabTextStyle 8 +int styleable AppCompatTheme_actionBarTheme 9 +int styleable AppCompatTheme_actionBarWidgetTheme 10 +int styleable AppCompatTheme_actionButtonStyle 11 +int styleable AppCompatTheme_actionDropDownStyle 12 +int styleable AppCompatTheme_actionMenuTextAppearance 13 +int styleable AppCompatTheme_actionMenuTextColor 14 +int styleable AppCompatTheme_actionModeBackground 15 +int styleable AppCompatTheme_actionModeCloseButtonStyle 16 +int styleable AppCompatTheme_actionModeCloseDrawable 17 +int styleable AppCompatTheme_actionModeCopyDrawable 18 +int styleable AppCompatTheme_actionModeCutDrawable 19 +int styleable AppCompatTheme_actionModeFindDrawable 20 +int styleable AppCompatTheme_actionModePasteDrawable 21 +int styleable AppCompatTheme_actionModePopupWindowStyle 22 +int styleable AppCompatTheme_actionModeSelectAllDrawable 23 +int styleable AppCompatTheme_actionModeShareDrawable 24 +int styleable AppCompatTheme_actionModeSplitBackground 25 +int styleable AppCompatTheme_actionModeStyle 26 +int styleable AppCompatTheme_actionModeWebSearchDrawable 27 +int styleable AppCompatTheme_actionOverflowButtonStyle 28 +int styleable AppCompatTheme_actionOverflowMenuStyle 29 +int styleable AppCompatTheme_activityChooserViewStyle 30 +int styleable AppCompatTheme_alertDialogButtonGroupStyle 31 +int styleable AppCompatTheme_alertDialogCenterButtons 32 +int styleable AppCompatTheme_alertDialogStyle 33 +int styleable AppCompatTheme_alertDialogTheme 34 +int styleable AppCompatTheme_android_windowAnimationStyle 35 +int styleable AppCompatTheme_android_windowIsFloating 36 +int styleable AppCompatTheme_autoCompleteTextViewStyle 37 +int styleable AppCompatTheme_borderlessButtonStyle 38 +int styleable AppCompatTheme_buttonBarButtonStyle 39 +int styleable AppCompatTheme_buttonBarNegativeButtonStyle 40 +int styleable AppCompatTheme_buttonBarNeutralButtonStyle 41 +int styleable AppCompatTheme_buttonBarPositiveButtonStyle 42 +int styleable AppCompatTheme_buttonBarStyle 43 +int styleable AppCompatTheme_buttonStyle 44 +int styleable AppCompatTheme_buttonStyleSmall 45 +int styleable AppCompatTheme_checkboxStyle 46 +int styleable AppCompatTheme_checkedTextViewStyle 47 +int styleable AppCompatTheme_colorAccent 48 +int styleable AppCompatTheme_colorBackgroundFloating 49 +int styleable AppCompatTheme_colorButtonNormal 50 +int styleable AppCompatTheme_colorControlActivated 51 +int styleable AppCompatTheme_colorControlHighlight 52 +int styleable AppCompatTheme_colorControlNormal 53 +int styleable AppCompatTheme_colorError 54 +int styleable AppCompatTheme_colorPrimary 55 +int styleable AppCompatTheme_colorPrimaryDark 56 +int styleable AppCompatTheme_colorSwitchThumbNormal 57 +int styleable AppCompatTheme_controlBackground 58 +int styleable AppCompatTheme_dialogPreferredPadding 59 +int styleable AppCompatTheme_dialogTheme 60 +int styleable AppCompatTheme_dividerHorizontal 61 +int styleable AppCompatTheme_dividerVertical 62 +int styleable AppCompatTheme_dropDownListViewStyle 63 +int styleable AppCompatTheme_dropdownListPreferredItemHeight 64 +int styleable AppCompatTheme_editTextBackground 65 +int styleable AppCompatTheme_editTextColor 66 +int styleable AppCompatTheme_editTextStyle 67 +int styleable AppCompatTheme_homeAsUpIndicator 68 +int styleable AppCompatTheme_imageButtonStyle 69 +int styleable AppCompatTheme_listChoiceBackgroundIndicator 70 +int styleable AppCompatTheme_listDividerAlertDialog 71 +int styleable AppCompatTheme_listMenuViewStyle 72 +int styleable AppCompatTheme_listPopupWindowStyle 73 +int styleable AppCompatTheme_listPreferredItemHeight 74 +int styleable AppCompatTheme_listPreferredItemHeightLarge 75 +int styleable AppCompatTheme_listPreferredItemHeightSmall 76 +int styleable AppCompatTheme_listPreferredItemPaddingLeft 77 +int styleable AppCompatTheme_listPreferredItemPaddingRight 78 +int styleable AppCompatTheme_panelBackground 79 +int styleable AppCompatTheme_panelMenuListTheme 80 +int styleable AppCompatTheme_panelMenuListWidth 81 +int styleable AppCompatTheme_popupMenuStyle 82 +int styleable AppCompatTheme_popupWindowStyle 83 +int styleable AppCompatTheme_radioButtonStyle 84 +int styleable AppCompatTheme_ratingBarStyle 85 +int styleable AppCompatTheme_ratingBarStyleIndicator 86 +int styleable AppCompatTheme_ratingBarStyleSmall 87 +int styleable AppCompatTheme_searchViewStyle 88 +int styleable AppCompatTheme_seekBarStyle 89 +int styleable AppCompatTheme_selectableItemBackground 90 +int styleable AppCompatTheme_selectableItemBackgroundBorderless 91 +int styleable AppCompatTheme_spinnerDropDownItemStyle 92 +int styleable AppCompatTheme_spinnerStyle 93 +int styleable AppCompatTheme_switchStyle 94 +int styleable AppCompatTheme_textAppearanceLargePopupMenu 95 +int styleable AppCompatTheme_textAppearanceListItem 96 +int styleable AppCompatTheme_textAppearanceListItemSecondary 97 +int styleable AppCompatTheme_textAppearanceListItemSmall 98 +int styleable AppCompatTheme_textAppearancePopupMenuHeader 99 +int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 100 +int styleable AppCompatTheme_textAppearanceSearchResultTitle 101 +int styleable AppCompatTheme_textAppearanceSmallPopupMenu 102 +int styleable AppCompatTheme_textColorAlertDialogListItem 103 +int styleable AppCompatTheme_textColorSearchUrl 104 +int styleable AppCompatTheme_toolbarNavigationButtonStyle 105 +int styleable AppCompatTheme_toolbarStyle 106 +int styleable AppCompatTheme_tooltipForegroundColor 107 +int styleable AppCompatTheme_tooltipFrameBackground 108 +int styleable AppCompatTheme_windowActionBar 109 +int styleable AppCompatTheme_windowActionBarOverlay 110 +int styleable AppCompatTheme_windowActionModeOverlay 111 +int styleable AppCompatTheme_windowFixedHeightMajor 112 +int styleable AppCompatTheme_windowFixedHeightMinor 113 +int styleable AppCompatTheme_windowFixedWidthMajor 114 +int styleable AppCompatTheme_windowFixedWidthMinor 115 +int styleable AppCompatTheme_windowMinWidthMajor 116 +int styleable AppCompatTheme_windowMinWidthMinor 117 +int styleable AppCompatTheme_windowNoTitle 118 +int[] styleable BottomNavigationView { 0x7f04007d, 0x7f0400ad, 0x7f0400ae, 0x7f0400b1, 0x7f0400cf } +int styleable BottomNavigationView_elevation 0 +int styleable BottomNavigationView_itemBackground 1 +int styleable BottomNavigationView_itemIconTint 2 +int styleable BottomNavigationView_itemTextColor 3 +int styleable BottomNavigationView_menu 4 +int[] styleable BottomSheetBehavior_Layout { 0x7f040039, 0x7f04003b, 0x7f04003c } +int styleable BottomSheetBehavior_Layout_behavior_hideable 0 +int styleable BottomSheetBehavior_Layout_behavior_peekHeight 1 +int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 2 +int[] styleable ButtonBarLayout { 0x7f040027 } +int styleable ButtonBarLayout_allowStacking 0 +int[] styleable CollapsingToolbarLayout { 0x7f040052, 0x7f040053, 0x7f040067, 0x7f040082, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f040086, 0x7f040087, 0x7f040088, 0x7f0400f1, 0x7f0400f2, 0x7f040109, 0x7f04013b, 0x7f04013c, 0x7f040146 } +int styleable CollapsingToolbarLayout_collapsedTitleGravity 0 +int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1 +int styleable CollapsingToolbarLayout_contentScrim 2 +int styleable CollapsingToolbarLayout_expandedTitleGravity 3 +int styleable CollapsingToolbarLayout_expandedTitleMargin 4 +int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 5 +int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 6 +int styleable CollapsingToolbarLayout_expandedTitleMarginStart 7 +int styleable CollapsingToolbarLayout_expandedTitleMarginTop 8 +int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 9 +int styleable CollapsingToolbarLayout_scrimAnimationDuration 10 +int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 11 +int styleable CollapsingToolbarLayout_statusBarScrim 12 +int styleable CollapsingToolbarLayout_title 13 +int styleable CollapsingToolbarLayout_titleEnabled 14 +int styleable CollapsingToolbarLayout_toolbarId 15 +int[] styleable CollapsingToolbarLayout_Layout { 0x7f0400b8, 0x7f0400b9 } +int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0 +int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1 +int[] styleable ColorStateListItem { 0x7f040028, 0x0101031f, 0x010101a5 } +int styleable ColorStateListItem_alpha 0 +int styleable ColorStateListItem_android_alpha 1 +int styleable ColorStateListItem_android_color 2 +int[] styleable CompoundButton { 0x01010107, 0x7f04004a, 0x7f04004b } +int styleable CompoundButton_android_button 0 +int styleable CompoundButton_buttonTint 1 +int styleable CompoundButton_buttonTintMode 2 +int[] styleable CoordinatorLayout { 0x7f0400b2, 0x7f040108 } +int styleable CoordinatorLayout_keylines 0 +int styleable CoordinatorLayout_statusBarBackground 1 +int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f0400b5, 0x7f0400b6, 0x7f0400b7, 0x7f0400ba, 0x7f0400bb, 0x7f0400bc } +int styleable CoordinatorLayout_Layout_android_layout_gravity 0 +int styleable CoordinatorLayout_Layout_layout_anchor 1 +int styleable CoordinatorLayout_Layout_layout_anchorGravity 2 +int styleable CoordinatorLayout_Layout_layout_behavior 3 +int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4 +int styleable CoordinatorLayout_Layout_layout_insetEdge 5 +int styleable CoordinatorLayout_Layout_layout_keyline 6 +int[] styleable DesignTheme { 0x7f04003f, 0x7f040040, 0x7f04012f } +int styleable DesignTheme_bottomSheetDialogTheme 0 +int styleable DesignTheme_bottomSheetStyle 1 +int styleable DesignTheme_textColorError 2 +int[] styleable DrawerArrowToggle { 0x7f04002a, 0x7f04002b, 0x7f040037, 0x7f040054, 0x7f040076, 0x7f04009a, 0x7f0400ff, 0x7f040132 } +int styleable DrawerArrowToggle_arrowHeadLength 0 +int styleable DrawerArrowToggle_arrowShaftLength 1 +int styleable DrawerArrowToggle_barLength 2 +int styleable DrawerArrowToggle_color 3 +int styleable DrawerArrowToggle_drawableSize 4 +int styleable DrawerArrowToggle_gapBetweenBars 5 +int styleable DrawerArrowToggle_spinBars 6 +int styleable DrawerArrowToggle_thickness 7 +int[] styleable FloatingActionButton { 0x7f040035, 0x7f040036, 0x7f04003d, 0x7f04007d, 0x7f040089, 0x7f0400e6, 0x7f0400f0, 0x7f04014f } +int styleable FloatingActionButton_backgroundTint 0 +int styleable FloatingActionButton_backgroundTintMode 1 +int styleable FloatingActionButton_borderWidth 2 +int styleable FloatingActionButton_elevation 3 +int styleable FloatingActionButton_fabSize 4 +int styleable FloatingActionButton_pressedTranslationZ 5 +int styleable FloatingActionButton_rippleColor 6 +int styleable FloatingActionButton_useCompatPadding 7 +int[] styleable FloatingActionButton_Behavior_Layout { 0x7f040038 } +int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0 +int[] styleable FontFamily { 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 } +int styleable FontFamily_fontProviderAuthority 0 +int styleable FontFamily_fontProviderCerts 1 +int styleable FontFamily_fontProviderFetchStrategy 2 +int styleable FontFamily_fontProviderFetchTimeout 3 +int styleable FontFamily_fontProviderPackage 4 +int styleable FontFamily_fontProviderQuery 5 +int[] styleable FontFamilyFont { 0x01010532, 0x0101053f, 0x01010533, 0x7f04008f, 0x7f040097, 0x7f040098 } +int styleable FontFamilyFont_android_font 0 +int styleable FontFamilyFont_android_fontStyle 1 +int styleable FontFamilyFont_android_fontWeight 2 +int styleable FontFamilyFont_font 3 +int styleable FontFamilyFont_fontStyle 4 +int styleable FontFamilyFont_fontWeight 5 +int[] styleable ForegroundLinearLayout { 0x01010109, 0x01010200, 0x7f040099 } +int styleable ForegroundLinearLayout_android_foreground 0 +int styleable ForegroundLinearLayout_android_foregroundGravity 1 +int styleable ForegroundLinearLayout_foregroundInsidePadding 2 +int[] styleable LinearLayoutCompat { 0x01010126, 0x01010127, 0x010100af, 0x010100c4, 0x01010128, 0x7f040072, 0x7f040074, 0x7f0400ce, 0x7f0400fa } +int styleable LinearLayoutCompat_android_baselineAligned 0 +int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1 +int styleable LinearLayoutCompat_android_gravity 2 +int styleable LinearLayoutCompat_android_orientation 3 +int styleable LinearLayoutCompat_android_weightSum 4 +int styleable LinearLayoutCompat_divider 5 +int styleable LinearLayoutCompat_dividerPadding 6 +int styleable LinearLayoutCompat_measureWithLargestChild 7 +int styleable LinearLayoutCompat_showDividers 8 +int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f5, 0x01010181, 0x010100f4 } +int styleable LinearLayoutCompat_Layout_android_layout_gravity 0 +int styleable LinearLayoutCompat_Layout_android_layout_height 1 +int styleable LinearLayoutCompat_Layout_android_layout_weight 2 +int styleable LinearLayoutCompat_Layout_android_layout_width 3 +int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad } +int styleable ListPopupWindow_android_dropDownHorizontalOffset 0 +int styleable ListPopupWindow_android_dropDownVerticalOffset 1 +int[] styleable MenuGroup { 0x010101e0, 0x0101000e, 0x010100d0, 0x010101de, 0x010101df, 0x01010194 } +int styleable MenuGroup_android_checkableBehavior 0 +int styleable MenuGroup_android_enabled 1 +int styleable MenuGroup_android_id 2 +int styleable MenuGroup_android_menuCategory 3 +int styleable MenuGroup_android_orderInCategory 4 +int styleable MenuGroup_android_visible 5 +int[] styleable MenuItem { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f040029, 0x010101e3, 0x010101e5, 0x01010106, 0x0101000e, 0x01010002, 0x010100d0, 0x010101de, 0x010101e4, 0x0101026f, 0x010101df, 0x010101e1, 0x010101e2, 0x01010194, 0x7f040060, 0x7f0400a5, 0x7f0400a6, 0x7f0400d4, 0x7f0400f9, 0x7f04014b } +int styleable MenuItem_actionLayout 0 +int styleable MenuItem_actionProviderClass 1 +int styleable MenuItem_actionViewClass 2 +int styleable MenuItem_alphabeticModifiers 3 +int styleable MenuItem_android_alphabeticShortcut 4 +int styleable MenuItem_android_checkable 5 +int styleable MenuItem_android_checked 6 +int styleable MenuItem_android_enabled 7 +int styleable MenuItem_android_icon 8 +int styleable MenuItem_android_id 9 +int styleable MenuItem_android_menuCategory 10 +int styleable MenuItem_android_numericShortcut 11 +int styleable MenuItem_android_onClick 12 +int styleable MenuItem_android_orderInCategory 13 +int styleable MenuItem_android_title 14 +int styleable MenuItem_android_titleCondensed 15 +int styleable MenuItem_android_visible 16 +int styleable MenuItem_contentDescription 17 +int styleable MenuItem_iconTint 18 +int styleable MenuItem_iconTintMode 19 +int styleable MenuItem_numericModifiers 20 +int styleable MenuItem_showAsAction 21 +int styleable MenuItem_tooltipText 22 +int[] styleable MenuView { 0x0101012f, 0x0101012d, 0x01010130, 0x01010131, 0x0101012c, 0x0101012e, 0x010100ae, 0x7f0400e5, 0x7f04010a } +int styleable MenuView_android_headerBackground 0 +int styleable MenuView_android_horizontalDivider 1 +int styleable MenuView_android_itemBackground 2 +int styleable MenuView_android_itemIconDisabledAlpha 3 +int styleable MenuView_android_itemTextAppearance 4 +int styleable MenuView_android_verticalDivider 5 +int styleable MenuView_android_windowAnimationStyle 6 +int styleable MenuView_preserveIconSpacing 7 +int styleable MenuView_subMenuArrow 8 +int[] styleable NavigationView { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f04007d, 0x7f04009c, 0x7f0400ad, 0x7f0400ae, 0x7f0400b0, 0x7f0400b1, 0x7f0400cf } +int styleable NavigationView_android_background 0 +int styleable NavigationView_android_fitsSystemWindows 1 +int styleable NavigationView_android_maxWidth 2 +int styleable NavigationView_elevation 3 +int styleable NavigationView_headerLayout 4 +int styleable NavigationView_itemBackground 5 +int styleable NavigationView_itemIconTint 6 +int styleable NavigationView_itemTextAppearance 7 +int styleable NavigationView_itemTextColor 8 +int styleable NavigationView_menu 9 +int[] styleable PopupWindow { 0x010102c9, 0x01010176, 0x7f0400d5 } +int styleable PopupWindow_android_popupAnimationStyle 0 +int styleable PopupWindow_android_popupBackground 1 +int styleable PopupWindow_overlapAnchor 2 +int[] styleable PopupWindowBackgroundState { 0x7f040105 } +int styleable PopupWindowBackgroundState_state_above_anchor 0 +int[] styleable RecycleListView { 0x7f0400d6, 0x7f0400d9 } +int styleable RecycleListView_paddingBottomNoButtons 0 +int styleable RecycleListView_paddingTopNoTitle 1 +int[] styleable RecyclerView { 0x010100f1, 0x010100c4, 0x7f04008a, 0x7f04008b, 0x7f04008c, 0x7f04008d, 0x7f04008e, 0x7f0400b4, 0x7f0400ef, 0x7f0400fe, 0x7f040104 } +int styleable RecyclerView_android_descendantFocusability 0 +int styleable RecyclerView_android_orientation 1 +int styleable RecyclerView_fastScrollEnabled 2 +int styleable RecyclerView_fastScrollHorizontalThumbDrawable 3 +int styleable RecyclerView_fastScrollHorizontalTrackDrawable 4 +int styleable RecyclerView_fastScrollVerticalThumbDrawable 5 +int styleable RecyclerView_fastScrollVerticalTrackDrawable 6 +int styleable RecyclerView_layoutManager 7 +int styleable RecyclerView_reverseLayout 8 +int styleable RecyclerView_spanCount 9 +int styleable RecyclerView_stackFromEnd 10 +int[] styleable ScrimInsetsFrameLayout { 0x7f0400ab } +int styleable ScrimInsetsFrameLayout_insetForeground 0 +int[] styleable ScrollingViewBehavior_Layout { 0x7f04003a } +int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0 +int[] styleable SearchView { 0x010100da, 0x01010264, 0x01010220, 0x0101011f, 0x7f04004e, 0x7f04005f, 0x7f04006e, 0x7f04009b, 0x7f0400a7, 0x7f0400b3, 0x7f0400e9, 0x7f0400ea, 0x7f0400f3, 0x7f0400f4, 0x7f04010b, 0x7f040110, 0x7f040150 } +int styleable SearchView_android_focusable 0 +int styleable SearchView_android_imeOptions 1 +int styleable SearchView_android_inputType 2 +int styleable SearchView_android_maxWidth 3 +int styleable SearchView_closeIcon 4 +int styleable SearchView_commitIcon 5 +int styleable SearchView_defaultQueryHint 6 +int styleable SearchView_goIcon 7 +int styleable SearchView_iconifiedByDefault 8 +int styleable SearchView_layout 9 +int styleable SearchView_queryBackground 10 +int styleable SearchView_queryHint 11 +int styleable SearchView_searchHintIcon 12 +int styleable SearchView_searchIcon 13 +int styleable SearchView_submitBackground 14 +int styleable SearchView_suggestionRowLayout 15 +int styleable SearchView_voiceIcon 16 +int[] styleable SnackbarLayout { 0x0101011f, 0x7f04007d, 0x7f0400cc } +int styleable SnackbarLayout_android_maxWidth 0 +int styleable SnackbarLayout_elevation 1 +int styleable SnackbarLayout_maxActionInlineWidth 2 +int[] styleable Spinner { 0x01010262, 0x010100b2, 0x01010176, 0x0101017b, 0x7f0400e3 } +int styleable Spinner_android_dropDownWidth 0 +int styleable Spinner_android_entries 1 +int styleable Spinner_android_popupBackground 2 +int styleable Spinner_android_prompt 3 +int styleable Spinner_popupTheme 4 +int[] styleable SwitchCompat { 0x01010125, 0x01010124, 0x01010142, 0x7f0400fb, 0x7f040102, 0x7f040111, 0x7f040112, 0x7f040114, 0x7f040133, 0x7f040134, 0x7f040135, 0x7f04014c, 0x7f04014d, 0x7f04014e } +int styleable SwitchCompat_android_textOff 0 +int styleable SwitchCompat_android_textOn 1 +int styleable SwitchCompat_android_thumb 2 +int styleable SwitchCompat_showText 3 +int styleable SwitchCompat_splitTrack 4 +int styleable SwitchCompat_switchMinWidth 5 +int styleable SwitchCompat_switchPadding 6 +int styleable SwitchCompat_switchTextAppearance 7 +int styleable SwitchCompat_thumbTextPadding 8 +int styleable SwitchCompat_thumbTint 9 +int styleable SwitchCompat_thumbTintMode 10 +int styleable SwitchCompat_track 11 +int styleable SwitchCompat_trackTint 12 +int styleable SwitchCompat_trackTintMode 13 +int[] styleable TabItem { 0x01010002, 0x010100f2, 0x0101014f } +int styleable TabItem_android_icon 0 +int styleable TabItem_android_layout 1 +int styleable TabItem_android_text 2 +int[] styleable TabLayout { 0x7f040115, 0x7f040116, 0x7f040117, 0x7f040118, 0x7f040119, 0x7f04011a, 0x7f04011b, 0x7f04011c, 0x7f04011d, 0x7f04011e, 0x7f04011f, 0x7f040120, 0x7f040121, 0x7f040122, 0x7f040123, 0x7f040124 } +int styleable TabLayout_tabBackground 0 +int styleable TabLayout_tabContentStart 1 +int styleable TabLayout_tabGravity 2 +int styleable TabLayout_tabIndicatorColor 3 +int styleable TabLayout_tabIndicatorHeight 4 +int styleable TabLayout_tabMaxWidth 5 +int styleable TabLayout_tabMinWidth 6 +int styleable TabLayout_tabMode 7 +int styleable TabLayout_tabPadding 8 +int styleable TabLayout_tabPaddingBottom 9 +int styleable TabLayout_tabPaddingEnd 10 +int styleable TabLayout_tabPaddingStart 11 +int styleable TabLayout_tabPaddingTop 12 +int styleable TabLayout_tabSelectedTextColor 13 +int styleable TabLayout_tabTextAppearance 14 +int styleable TabLayout_tabTextColor 15 +int[] styleable TextAppearance { 0x010103ac, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x01010098, 0x0101009a, 0x0101009b, 0x01010095, 0x01010097, 0x01010096, 0x7f040090, 0x7f040125 } +int styleable TextAppearance_android_fontFamily 0 +int styleable TextAppearance_android_shadowColor 1 +int styleable TextAppearance_android_shadowDx 2 +int styleable TextAppearance_android_shadowDy 3 +int styleable TextAppearance_android_shadowRadius 4 +int styleable TextAppearance_android_textColor 5 +int styleable TextAppearance_android_textColorHint 6 +int styleable TextAppearance_android_textColorLink 7 +int styleable TextAppearance_android_textSize 8 +int styleable TextAppearance_android_textStyle 9 +int styleable TextAppearance_android_typeface 10 +int styleable TextAppearance_fontFamily 11 +int styleable TextAppearance_textAllCaps 12 +int[] styleable TextInputLayout { 0x01010150, 0x0101009a, 0x7f040069, 0x7f04006a, 0x7f04006b, 0x7f04006c, 0x7f04007e, 0x7f04007f, 0x7f04009f, 0x7f0400a0, 0x7f0400a1, 0x7f0400dd, 0x7f0400de, 0x7f0400df, 0x7f0400e0, 0x7f0400e1 } +int styleable TextInputLayout_android_hint 0 +int styleable TextInputLayout_android_textColorHint 1 +int styleable TextInputLayout_counterEnabled 2 +int styleable TextInputLayout_counterMaxLength 3 +int styleable TextInputLayout_counterOverflowTextAppearance 4 +int styleable TextInputLayout_counterTextAppearance 5 +int styleable TextInputLayout_errorEnabled 6 +int styleable TextInputLayout_errorTextAppearance 7 +int styleable TextInputLayout_hintAnimationEnabled 8 +int styleable TextInputLayout_hintEnabled 9 +int styleable TextInputLayout_hintTextAppearance 10 +int styleable TextInputLayout_passwordToggleContentDescription 11 +int styleable TextInputLayout_passwordToggleDrawable 12 +int styleable TextInputLayout_passwordToggleEnabled 13 +int styleable TextInputLayout_passwordToggleTint 14 +int styleable TextInputLayout_passwordToggleTintMode 15 +int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f040046, 0x7f040050, 0x7f040051, 0x7f040061, 0x7f040062, 0x7f040063, 0x7f040064, 0x7f040065, 0x7f040066, 0x7f0400ca, 0x7f0400cb, 0x7f0400cd, 0x7f0400d1, 0x7f0400d2, 0x7f0400e3, 0x7f04010c, 0x7f04010d, 0x7f04010e, 0x7f04013b, 0x7f04013d, 0x7f04013e, 0x7f04013f, 0x7f040140, 0x7f040141, 0x7f040142, 0x7f040143, 0x7f040144 } +int styleable Toolbar_android_gravity 0 +int styleable Toolbar_android_minHeight 1 +int styleable Toolbar_buttonGravity 2 +int styleable Toolbar_collapseContentDescription 3 +int styleable Toolbar_collapseIcon 4 +int styleable Toolbar_contentInsetEnd 5 +int styleable Toolbar_contentInsetEndWithActions 6 +int styleable Toolbar_contentInsetLeft 7 +int styleable Toolbar_contentInsetRight 8 +int styleable Toolbar_contentInsetStart 9 +int styleable Toolbar_contentInsetStartWithNavigation 10 +int styleable Toolbar_logo 11 +int styleable Toolbar_logoDescription 12 +int styleable Toolbar_maxButtonHeight 13 +int styleable Toolbar_navigationContentDescription 14 +int styleable Toolbar_navigationIcon 15 +int styleable Toolbar_popupTheme 16 +int styleable Toolbar_subtitle 17 +int styleable Toolbar_subtitleTextAppearance 18 +int styleable Toolbar_subtitleTextColor 19 +int styleable Toolbar_title 20 +int styleable Toolbar_titleMargin 21 +int styleable Toolbar_titleMarginBottom 22 +int styleable Toolbar_titleMarginEnd 23 +int styleable Toolbar_titleMarginStart 24 +int styleable Toolbar_titleMarginTop 25 +int styleable Toolbar_titleMargins 26 +int styleable Toolbar_titleTextAppearance 27 +int styleable Toolbar_titleTextColor 28 +int[] styleable View { 0x010100da, 0x01010000, 0x7f0400d7, 0x7f0400d8, 0x7f040131 } +int styleable View_android_focusable 0 +int styleable View_android_theme 1 +int styleable View_paddingEnd 2 +int styleable View_paddingStart 3 +int styleable View_theme 4 +int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f040035, 0x7f040036 } +int styleable ViewBackgroundHelper_android_background 0 +int styleable ViewBackgroundHelper_backgroundTint 1 +int styleable ViewBackgroundHelper_backgroundTintMode 2 +int[] styleable ViewStubCompat { 0x010100d0, 0x010100f3, 0x010100f2 } +int styleable ViewStubCompat_android_id 0 +int styleable ViewStubCompat_android_inflatedId 1 +int styleable ViewStubCompat_android_layout 2 diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/bin/classes.jar b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/bin/classes.jar new file mode 100644 index 0000000..e33471f Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/bin/classes.jar differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/bin/proguard.txt b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/bin/proguard.txt new file mode 100644 index 0000000..96e2ee0 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/bin/proguard.txt @@ -0,0 +1,22 @@ +# Copyright (C) 2015 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# CoordinatorLayout resolves the behaviors of its child components with reflection. +-keep public class * extends android.support.design.widget.CoordinatorLayout$Behavior { + public (android.content.Context, android.util.AttributeSet); + public (); +} + +# Make sure we keep annotations for CoordinatorLayout's DefaultBehavior +-keepattributes *Annotation* diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/bin/public.txt b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/bin/public.txt new file mode 100644 index 0000000..6cce99a --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/bin/public.txt @@ -0,0 +1,95 @@ +style TextAppearance_Design_CollapsingToolbar_Expanded +style TextAppearance_Design_Counter +style TextAppearance_Design_Counter_Overflow +style TextAppearance_Design_Error +style TextAppearance_Design_Hint +style TextAppearance_Design_Snackbar_Message +style TextAppearance_Design_Tab +style Theme_Design +style Theme_Design_BottomNavigationView +style Theme_Design_BottomSheetDialog +style Theme_Design_Light +style Theme_Design_Light_BottomSheetDialog +style Theme_Design_Light_NoActionBar +style Theme_Design_NoActionBar +style Widget_Design_AppBarLayout +style Widget_Design_BottomSheet_Modal +style Widget_Design_CollapsingToolbar +style Widget_Design_CoordinatorLayout +style Widget_Design_FloatingActionButton +style Widget_Design_NavigationView +style Widget_Design_Snackbar +style Widget_Design_TabLayout +style Widget_Design_TextInputLayout +string appbar_scrolling_view_behavior +attr backgroundTint +attr backgroundTintMode +attr behavior_hideable +attr behavior_overlapTop +attr behavior_peekHeight +attr borderWidth +attr bottomSheetDialogTheme +attr bottomSheetStyle +string bottom_sheet_behavior +attr collapsedTitleGravity +attr collapsedTitleTextAppearance +attr contentScrim +attr counterEnabled +attr counterMaxLength +attr counterOverflowTextAppearance +attr counterTextAppearance +attr elevation +attr errorEnabled +attr errorTextAppearance +attr expanded +attr expandedTitleGravity +attr expandedTitleMargin +attr expandedTitleMarginBottom +attr expandedTitleMarginEnd +attr expandedTitleMarginStart +attr expandedTitleMarginTop +attr expandedTitleTextAppearance +attr fabSize +attr headerLayout +attr hintAnimationEnabled +attr hintEnabled +attr hintTextAppearance +attr itemBackground +attr itemIconTint +attr itemTextAppearance +attr itemTextColor +attr keylines +attr layout_anchor +attr layout_anchorGravity +attr layout_behavior +attr layout_collapseMode +attr layout_collapseParallaxMultiplier +attr layout_keyline +attr layout_scrollFlags +attr layout_scrollInterpolator +attr menu +attr pressedTranslationZ +attr rippleColor +attr statusBarBackground +attr statusBarScrim +attr tabBackground +attr tabContentStart +attr tabGravity +attr tabIndicatorColor +attr tabIndicatorHeight +attr tabMaxWidth +attr tabMinWidth +attr tabMode +attr tabPadding +attr tabPaddingBottom +attr tabPaddingEnd +attr tabPaddingStart +attr tabPaddingTop +attr tabSelectedTextColor +attr tabTextAppearance +attr tabTextColor +attr textColorError +attr title +attr titleEnabled +attr toolbarId +attr useCompatPadding diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/manifest/AndroidManifest.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/manifest/AndroidManifest.xml new file mode 100644 index 0000000..630f21f --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/manifest/AndroidManifest.xml @@ -0,0 +1,19 @@ + + + + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/proguard.txt b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/proguard.txt new file mode 100644 index 0000000..96e2ee0 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/proguard.txt @@ -0,0 +1,22 @@ +# Copyright (C) 2015 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# CoordinatorLayout resolves the behaviors of its child components with reflection. +-keep public class * extends android.support.design.widget.CoordinatorLayout$Behavior { + public (android.content.Context, android.util.AttributeSet); + public (); +} + +# Make sure we keep annotations for CoordinatorLayout's DefaultBehavior +-keepattributes *Annotation* diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/public.txt b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/public.txt new file mode 100644 index 0000000..6cce99a --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/public.txt @@ -0,0 +1,95 @@ +style TextAppearance_Design_CollapsingToolbar_Expanded +style TextAppearance_Design_Counter +style TextAppearance_Design_Counter_Overflow +style TextAppearance_Design_Error +style TextAppearance_Design_Hint +style TextAppearance_Design_Snackbar_Message +style TextAppearance_Design_Tab +style Theme_Design +style Theme_Design_BottomNavigationView +style Theme_Design_BottomSheetDialog +style Theme_Design_Light +style Theme_Design_Light_BottomSheetDialog +style Theme_Design_Light_NoActionBar +style Theme_Design_NoActionBar +style Widget_Design_AppBarLayout +style Widget_Design_BottomSheet_Modal +style Widget_Design_CollapsingToolbar +style Widget_Design_CoordinatorLayout +style Widget_Design_FloatingActionButton +style Widget_Design_NavigationView +style Widget_Design_Snackbar +style Widget_Design_TabLayout +style Widget_Design_TextInputLayout +string appbar_scrolling_view_behavior +attr backgroundTint +attr backgroundTintMode +attr behavior_hideable +attr behavior_overlapTop +attr behavior_peekHeight +attr borderWidth +attr bottomSheetDialogTheme +attr bottomSheetStyle +string bottom_sheet_behavior +attr collapsedTitleGravity +attr collapsedTitleTextAppearance +attr contentScrim +attr counterEnabled +attr counterMaxLength +attr counterOverflowTextAppearance +attr counterTextAppearance +attr elevation +attr errorEnabled +attr errorTextAppearance +attr expanded +attr expandedTitleGravity +attr expandedTitleMargin +attr expandedTitleMarginBottom +attr expandedTitleMarginEnd +attr expandedTitleMarginStart +attr expandedTitleMarginTop +attr expandedTitleTextAppearance +attr fabSize +attr headerLayout +attr hintAnimationEnabled +attr hintEnabled +attr hintTextAppearance +attr itemBackground +attr itemIconTint +attr itemTextAppearance +attr itemTextColor +attr keylines +attr layout_anchor +attr layout_anchorGravity +attr layout_behavior +attr layout_collapseMode +attr layout_collapseParallaxMultiplier +attr layout_keyline +attr layout_scrollFlags +attr layout_scrollInterpolator +attr menu +attr pressedTranslationZ +attr rippleColor +attr statusBarBackground +attr statusBarScrim +attr tabBackground +attr tabContentStart +attr tabGravity +attr tabIndicatorColor +attr tabIndicatorHeight +attr tabMaxWidth +attr tabMinWidth +attr tabMode +attr tabPadding +attr tabPaddingBottom +attr tabPaddingEnd +attr tabPaddingStart +attr tabPaddingTop +attr tabSelectedTextColor +attr tabTextAppearance +attr tabTextColor +attr textColorError +attr title +attr titleEnabled +attr toolbarId +attr useCompatPadding diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/anim-v21/design_bottom_sheet_slide_in.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/anim-v21/design_bottom_sheet_slide_in.xml new file mode 100644 index 0000000..733504e --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/anim-v21/design_bottom_sheet_slide_in.xml @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/anim-v21/design_bottom_sheet_slide_out.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/anim-v21/design_bottom_sheet_slide_out.xml new file mode 100644 index 0000000..2deeae2 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/anim-v21/design_bottom_sheet_slide_out.xml @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/anim/design_bottom_sheet_slide_in.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/anim/design_bottom_sheet_slide_in.xml new file mode 100644 index 0000000..38bdc01 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/anim/design_bottom_sheet_slide_in.xml @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/anim/design_bottom_sheet_slide_out.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/anim/design_bottom_sheet_slide_out.xml new file mode 100644 index 0000000..b284122 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/anim/design_bottom_sheet_slide_out.xml @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/anim/design_snackbar_in.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/anim/design_snackbar_in.xml new file mode 100644 index 0000000..7a9c96b --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/anim/design_snackbar_in.xml @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/anim/design_snackbar_out.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/anim/design_snackbar_out.xml new file mode 100644 index 0000000..1ece441 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/anim/design_snackbar_out.xml @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/animator-v21/design_appbar_state_list_animator.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/animator-v21/design_appbar_state_list_animator.xml new file mode 100644 index 0000000..db79b7b --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/animator-v21/design_appbar_state_list_animator.xml @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/color-v23/design_tint_password_toggle.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/color-v23/design_tint_password_toggle.xml new file mode 100644 index 0000000..b728ccf --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/color-v23/design_tint_password_toggle.xml @@ -0,0 +1,19 @@ + + + + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/color/design_error.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/color/design_error.xml new file mode 100644 index 0000000..e28602f --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/color/design_error.xml @@ -0,0 +1,20 @@ + + + + + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/color/design_tint_password_toggle.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/color/design_tint_password_toggle.xml new file mode 100644 index 0000000..13beffd --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/color/design_tint_password_toggle.xml @@ -0,0 +1,20 @@ + + + + + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-anydpi-v21/design_ic_visibility.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-anydpi-v21/design_ic_visibility.xml new file mode 100644 index 0000000..c0552d3 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-anydpi-v21/design_ic_visibility.xml @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-anydpi-v21/design_ic_visibility_off.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-anydpi-v21/design_ic_visibility_off.xml new file mode 100644 index 0000000..666f834 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-anydpi-v21/design_ic_visibility_off.xml @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-hdpi-v4/design_ic_visibility.png b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-hdpi-v4/design_ic_visibility.png new file mode 100644 index 0000000..329e617 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-hdpi-v4/design_ic_visibility.png differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-hdpi-v4/design_ic_visibility_off.png b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-hdpi-v4/design_ic_visibility_off.png new file mode 100644 index 0000000..b21a686 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-hdpi-v4/design_ic_visibility_off.png differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-mdpi-v4/design_ic_visibility.png b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-mdpi-v4/design_ic_visibility.png new file mode 100644 index 0000000..58597e9 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-mdpi-v4/design_ic_visibility.png differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-mdpi-v4/design_ic_visibility_off.png b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-mdpi-v4/design_ic_visibility_off.png new file mode 100644 index 0000000..3efdf49 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-mdpi-v4/design_ic_visibility_off.png differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-v21/avd_hide_password.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-v21/avd_hide_password.xml new file mode 100644 index 0000000..43a2071 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-v21/avd_hide_password.xml @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-v21/avd_show_password.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-v21/avd_show_password.xml new file mode 100644 index 0000000..7054667 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-v21/avd_show_password.xml @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-v21/design_bottom_navigation_item_background.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-v21/design_bottom_navigation_item_background.xml new file mode 100644 index 0000000..7004f8d --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-v21/design_bottom_navigation_item_background.xml @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-v21/design_password_eye.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-v21/design_password_eye.xml new file mode 100644 index 0000000..e51b371 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-v21/design_password_eye.xml @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-xhdpi-v4/design_ic_visibility.png b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-xhdpi-v4/design_ic_visibility.png new file mode 100644 index 0000000..1f7b4cc Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-xhdpi-v4/design_ic_visibility.png differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-xhdpi-v4/design_ic_visibility_off.png b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-xhdpi-v4/design_ic_visibility_off.png new file mode 100644 index 0000000..46bf0c9 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-xhdpi-v4/design_ic_visibility_off.png differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-xxhdpi-v4/design_ic_visibility.png b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-xxhdpi-v4/design_ic_visibility.png new file mode 100644 index 0000000..c816ab4 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-xxhdpi-v4/design_ic_visibility.png differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-xxhdpi-v4/design_ic_visibility_off.png b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-xxhdpi-v4/design_ic_visibility_off.png new file mode 100644 index 0000000..13eb65d Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-xxhdpi-v4/design_ic_visibility_off.png differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-xxxhdpi-v4/design_ic_visibility.png b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-xxxhdpi-v4/design_ic_visibility.png new file mode 100644 index 0000000..e005b97 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-xxxhdpi-v4/design_ic_visibility.png differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-xxxhdpi-v4/design_ic_visibility_off.png b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-xxxhdpi-v4/design_ic_visibility_off.png new file mode 100644 index 0000000..ce3c9d8 Binary files /dev/null and b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable-xxxhdpi-v4/design_ic_visibility_off.png differ diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable/design_bottom_navigation_item_background.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable/design_bottom_navigation_item_background.xml new file mode 100644 index 0000000..d0473e0 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable/design_bottom_navigation_item_background.xml @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable/design_fab_background.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable/design_fab_background.xml new file mode 100644 index 0000000..0628ba9 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable/design_fab_background.xml @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable/design_password_eye.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable/design_password_eye.xml new file mode 100644 index 0000000..51c425a --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable/design_password_eye.xml @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable/design_snackbar_background.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable/design_snackbar_background.xml new file mode 100644 index 0000000..69d5a50 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable/design_snackbar_background.xml @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable/navigation_empty_icon.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable/navigation_empty_icon.xml new file mode 100644 index 0000000..50edfb6 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/drawable/navigation_empty_icon.xml @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/layout-sw600dp-v13/design_layout_snackbar.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/layout-sw600dp-v13/design_layout_snackbar.xml new file mode 100644 index 0000000..5bdbe86 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/layout-sw600dp-v13/design_layout_snackbar.xml @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/layout/design_bottom_navigation_item.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/layout/design_bottom_navigation_item.xml new file mode 100644 index 0000000..0bf542b --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/layout/design_bottom_navigation_item.xml @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/layout/design_bottom_sheet_dialog.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/layout/design_bottom_sheet_dialog.xml new file mode 100644 index 0000000..a25d37e --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/layout/design_bottom_sheet_dialog.xml @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/layout/design_layout_snackbar.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/layout/design_layout_snackbar.xml new file mode 100644 index 0000000..f673cb5 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/layout/design_layout_snackbar.xml @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/layout/design_layout_snackbar_include.xml b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/layout/design_layout_snackbar_include.xml new file mode 100644 index 0000000..f9d3783 --- /dev/null +++ b/Calculadora/Calculadora.Android/obj/Debug/81/lp/11/jl/res/layout/design_layout_snackbar_include.xml @@ -0,0 +1,15 @@ +